body {
	
		
		color: #333333;
	
	}
	
html
	{
	background-color: #ffffff !important;
	}		

	
.navbar {
	
	height:auto;
	background-image: url("logo.png");
	background-repeat: no-repeat;
	background-color: #002147;
	padding: 10px 0 10px 0;
	

}

.imperialBlueBG{
	background-color:#003e74!important;
}

.newArticles{
	font-weight:bolder;
	
}


.container{
	max-width: 80% !important;
}

.align-right{
	float: right;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: auto;
}

.bootstrap-select .dropdown-toggle::before
{
	height: 25px;
	opacity: 0.3 !important;
}


body {
	height: 100%;
}
h1 {
	color: white;
	font-weight: 300;
	font-size: 60px;
	margin: 0px;
	margin-top: 50px;


}

