@charset "UTF-8";
#mainwrapper header {
	/*Header */
	background-color:#BFEBF9;
	overflow: auto;
	font-family: montserrat, sans-serif;
	font-style: normal;
	font-weight: 400;
}
#mainwrapper header #logo {
	padding-left: 2%;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #BFEBF9;
}
header nav a {
	/* Links in header */
	padding-right: 10px;
	background-color: #BFEBF9;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-left: 0px;
	margin-top: 0px;
	color:navy;
	text-decoration: none;
}
h1 {
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color: #242424;
}
.divider {
	width: 80%;
	height: 6px;
	background-color:#00044D;
	margin-left:10%;
	
}
#quote {
	text-align:center;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight:50;
}
#statement {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	
}
h2 {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight:1500;
}
.top {
	background-color:#BFEBF9;
	padding-top:10px;
	padding-bottom:10px;
	border-radius: 4px;
	border-color:white;
}