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

#header{
	height: 180px; 
    text-align: center; 
    display: table;
    width: 100%;
	background: url(new.jpg);
	background-size: 100% 120%;
	color: black;
}

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

.bg-dark{
	background-color: #0A2638 !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: #0A2638 !important;
	color: white !important;
}

#left{
	background-color: white;
	border-right: 5px solid #262626;
}

img{
	vertical-align: initial !important;
}

#right{
	background-color: #F9A554;
	border-left: 8px double #262626;
	color: black;
}

.activeInfo{
	color: #610B38;
	font-weight: bold;
	text-decoration: underline;
}

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

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