

body {
	background: #fff;
	color: #444;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}

.navbar {
    min-height: 110px;
}
.navbar-brand {
	text-decoration: none;
}
.navbar-brand span {
	display: inline-block;
	padding-top: 15px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
	color: #0069d9;
	text-transform: uppercase;
}
.navbar-brand img {
	max-height: 100px;
	float: left;
}
#footer .navbar-brand {
	color: #444 !important;
}

a {
	color: #3498DB;
	text-decoration: underline;
}
a:hover {
	color: #1478BB;
}


.thumbnail {
	margin-bottom: 15px;
}

.thumbnail .text-center {
	line-height: 1.2em;
	font-size: 95%;
	color: #888;
}

#page {
	padding-bottom: 20px;
}
#main-nav {
	background: #F4F2EC;
	border-radius: 0px;
	border-bottom: 1px solid #aaa;
}

#main-nav .navbar-brand img {
	max-width: 250px;
}
#main-nav .navbar-nav .nav-link {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 120%;
	padding: .5rem 20px;
	color: #8A8A8A;
}
.navbar-toggler {
	background: #fff;
}
#banners img {
	width: 100%
}
#banners big {
	font-size: 26px;
	text-shadow: 0 0 5px #000;
	font-weight: bold;
}

#history .breadcrumb {
    background: #F4F2EC;
}

#content {
	background: #fff;
	padding: 10px 15px;
	border-radius: 8px;
	min-height: 50px;
}

#footer {
	border-top: 1px solid #aaa;	
	background: #F4F2EC;
	padding-bottom: 20px;
	min-height: 100px;
}
#footer .container {
	padding-top: 20px;
}
#footer ul, #footer li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#footer a {
	xtext-decoration: none;
}

