@charset "UTF-8";
/* CSS Document */

body{
	padding-top:70px;
	padding-bottom:70px;
}

#headerbox{
	background-color: white;
	border-bottom: 0;
	border-bottom-color: white;
	font-family: "athelas";
	padding-top:10px;
}

#headerbox .active a{
	background-color:white;
	
}

#headerbox .active{
	color:#bbbbbb;
}

#footerBox{
	background-color: white;
	border-top: 0;
	border-top-color: white;
	font-family: "athelas";
	padding-top:10px;
}
	
#CopyrightText{
    display: flex;
    justify-content: center;
    align-items: center;
	color:#5e5e5e;
}
	

#jumboBox{
	height: 588px;
	font-family: "athelas";
	color: #5e5e5e;
	background-color: transparent;
	background-image: url(../images/news.background.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 10px;
}
	
#ShowsTitle {
	font-weight: bold;	
}
#carousel1{
	background-color:white;
}

#jumboNews{
	height: 2241px;
	font-family: "athelas";
	color: #5e5e5e;
	background-color: transparent;
	background-image: url(../images/info.background4.jpg);
    background-repeat: no-repeat;
	text-align: left;
	margin-top: 10px;
}