body{
	background-color: #434343 !important;
}

#header{
	height: 250px; 
    text-align: center; 
	padding-left: 30px;
    display: table;
    width: 100%;
	/*background-color: #3B4664;*/
	background-image: url(head.jpg);
	background-size: 100% 100%;
	color: white;
}

#header h1{
	display: table-cell;
	vertical-align: middle;
}

.bg-dark{
	background-color: #021B1B !important;
}

.nav-link{
	color: white !important;
	padding-right: 50px !important;
	font-weight: bold !important;
	font-size: 15px !important;
}

.navbar-nav{
	margin: 0 auto;
	text-align: center;
}

nav, .navbar-nav{
	background-color: #021B1B !important;
	color: white !important;
}


#left{
	background-color: white;
}

#right{
	background-color: #021B1B;/*088A8D*/
	border-left: 2px double black;
	color: white;
}


.icon{
	width: 50px;
	height: 50px;
}

#infoheader{
	width: 100%;
	clear:both;
}

#infoheaderleft{
	width: 70%;
	float: left;
	text-align: left;
}

#infoheaderright{
	width: 30%;
	float: right;
	text-align: right;
}

.activeInfo{
	color: #A80909;
	font-weight: bold;
}

.passedInfo{
	color: black;
	font-weight: bold;
	color: gray;
}

.passedInfo ~ div, .passedInfo ~ div a{
	color: lightgray;
	text-align: justify;
	font-size: 15px;
}
