@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900');
/* CSS Document */

header
,nav
,section
,article
,aside
,footer
,hgroup 
{ 
position:relative;
display: block;
}

body {
	overflow-x: hidden;
	color:#333;
	background-color: #F8F8F8;

}

h1 a, h2 a, h3 a, h1 a:hover, h2 a:hover, h3 a:hover {
	font-family: inherit;
	text-decoration:none;
}
h1, h2, h3, h4, h5 {

}

img:not(.media-object) {
	max-width:100%;
	height:auto !important;
}
.navbar-brand img {
	width: 100px;
}

.navbar-inverse {
	background-color: #05265D;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	color:#FFFFFF;
	border-radius: 0;
}

.list-group-item.active {
	background-color: #05265D;
	border-color: #05265D;
}
.list-group-item-heading {
	font-family: 'ITC Legacy Sans Std', Sans-Serif;

}


.container-fluid {
	padding-left:40px;
	padding-right: 40px;
}

article {
	padding:30px;
	background-color: #FFF;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
article > *:first-child {
	margin-top: 0; padding-top: 0;
}
	