/*
THEME
Darker: #01161e
Dark:#124559
Medium: #598392
Light: #aec3b0
Lighter: #eff6e0
*/

body
{
	/*width:100%;*/
	text-align:center;
	background-color: white;	
}

header, .dropdown-menu
{
	background-color: #124559;
	color:#eff6e0;
}

.navbar-nav .nav-link.show
{
color:#eff6e0 !important;
}

.navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover, .navbar-nav .nav-link.active
{
	color:#aec3b0 !important;
}

h1
{

}

h2
{
	color: #124559;
}

h3
{
	color: #598392;
}

header a:link, header a:visited, header a:active
{
	color:#eff6e0;
}
header a:hover
{
	color:#aec3b0;
}

a:link, a:visited, a:active
{
	color:#124559;
}
a:hover
{
	color:#598392;
}

#footer
{		
	border-top:1px #124559 solid;
	color: #598392;
	text-align:center;	
	padding-top:1em;	
	padding-bottom:1em;
}

#content
{
	text-align: left;
}

