﻿#body {
	padding: 2em;
	background-color: #436C99;
	color: #010149;
	width: 100%;
	height: 100%;
	font-size: 100%;
}
#container {
	margin: 0px auto 0px auto;
	max-width: 875px;
	background-color: #C0C3C5;
}
@media only screen and (max-width: 699px) {
#container {
	width: 100%;
	margin-left: auto;
	margin-right:auto;
	}
}	
#masthead {
	padding: 0px;
	background-image: url('../images/masthead_bg.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 100%;
	MAX-width: 875px;
	height: 140px;
	margin: 0px auto 2em auto;
	padding-left: 12em;
	padding-top: .12em;
	z-index: 1;
}
#masthead h1  {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 2.25em;
	font-weight: 100;
	color: #FFFFFF;
	}
#masthead h3 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 1.5em;
	font-weight: 100;
	color: #FFFFFF;
	}

@media only screen and (max-width: 699px) {
	#masthead {
	text-align: center;
	padding:.10em;
	margin-right: auto;
	margin-left: auto;
	box-sizing:border-box;
}
}

#flex {
	padding: 1em;
	margin: 2em auto 1em auto;
	text-align: center;
	max-width: 875px;
	box-sizing:border-box;
	
}
.flex-container {
	padding: 0px 0px 0px 0px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
}
.flex-item-left {
	flex: 18%;
	float: left;
	text-align: left;
}
.flex-item-right {
	flex: 82%;
	float:right;
	text-align: center;
}
@media (max-width: 699px) {
.flex-item-right {
	flex: 96%;
	text-align:center;
}
}

#content {
	background-position: 0px 0px;
	background-size: 100% 100%;
	background-color: #FFFFFF;
	max-width: 725px;
	min-height: 885px;
	float: right;
	padding-right: 1em;
	padding-bottom: 2em;
	padding-left: 1em;
	box-sizing: border-box;
	background-image: url('../images/background_image_w675.jpg');
	background-repeat: no-repeat;
}
@media only screen and (max-width: 699px){
#content {
	width:96%;
	margin-right: auto;
	margin-left: auto;
}
}
/*navigation*/

#navigation {
	z-index: 1;
	max-width: 150px;
	height: 100%;
	background-color: #D1E4FA;
	padding-bottom: 2em;
	box-sizing: border-box;
	min-height: 885px;
	text-align: left;
}
#navigation nav ul {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 1em;
	font-weight: 100;
	color: #010149;
	padding-bottom: 2em;
	list-style-type: none;
	padding-left: .50em;
	padding-right: .50em;
	margin-left: 0px;
}
#navigation nav ul li  {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 1em;
	font-weight: 100;
	color: #010149;
	list-style-type: none;
	margin-top:.50em;
	margin-bottom: 1em;
}
@media only screen and (max-width: 699px){
	#navigation {
	display:none;
}
}
#menu {
	height: 3em;
	width: 75px;
	display: none;
}
@media only screen and (max-width: 699px){
#menu {
	display: block;
	background-color: #C0C3C5;
}
}
.nav_dropbtn {
	background-color: #C0C3C5;	
	color: #010149;
	padding: 1em;
	font-size: 1em;
	border: none;
	height: 3em;
	width: 75px;
	cursor: pointer;
}
.nav_dropdown {
	position: relative;
	display: inline-block;
}
.nav_dropdown-content {
	display: none;
	position: absolute;
	background-color: #C0C3C5;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
.nav_dropdown-content a {
	color: #010149;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}
.nav_dropdown-content a:hover {
	background-color: #C0C3C5;
	}
.nav_dropdown:hover .nav_dropdown-content {
	display: block;
}
.nav_dropdown:hover .nav_dropbtn {
	background-color: #C0C3C5;}

nav {
	text-decoration:none
}

a {
	color: #010149;
	text-decoration: none;
}
a:visited {
	color: #010149;
}
a:active {
	color: #010149;
}
a:hover {
	color: #010149;
}

/* Footer */
#footer {
	margin-right: auto;
	margin-left: auto;
	margin-bottom:3em;
	clear: both;
	text-align: center;
	max-width: 875px;
	padding-bottom:2em;
}
#footer p {
	font-size: .75em;
	}


/*text*/

h1  {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 2.25em;
	font-weight: 100;
	color: #010149;

	}

h2  { font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 1.75em;
	font-weight: 100;
	color: #010149;
}

h3 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 1.5em;
	font-weight: 100;
	color: #010149;
	}

h4 { font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 1.25em;
	font-weight: 100;
	color: #010149;
}
p  {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 1.25em;
	font-weight: 100;
	color: #010149;
	text-transform: none;
}

/*list*/
ul {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 1em;
	font-weight: 100;
	color: #010149;
	padding-bottom: 2em;
	list-style-type: none;
}
li  {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 1em;
	font-weight: 100;
	color: #010149;
	list-style-type: none;
}
/*image*/
img {
	margin: 1em;
	border-style: none;
	border-width: 0px;
	max-width: 100%;
	height: auto;
}
figcaption {
font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 1.25em;
	font-weight: 100;
	color: #010149;
}


.text_left {
	text-align: left;
}


