@charset "utf-8";
/* CSS Document */
body {
	background-color: aliceblue;
}

body, h1, p {
  font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

#header {
	background-color: #708090;
	padding: 3em 2em 0em;
}
#body {
	background-color: #778899;
	padding: 1em 0em;
}
#footer {
	
}

#body-content {
	background-color: aliceblue;
	width: 95%;
	margin: auto;
}

.logo {
	font-size: 3em;
	font-weight: 300;
}
.subsite {
	font-size: 1.5em;
	font-weight: 300;
}
.nav {
	background-color: #5d8aa8;
	position: sticky;
	padding: 0em 2em 0em;
	top: 0;
}
/*
.nav a {
	float: left;
	color: aliceblue;
	text-align: center;
	padding: 0.5em 1em 0.5em 1em;
	text-decoration: none;
	font-size: 1em;
}
.nav a:hover {
	background-color: aliceblue;
	color: black;
}
.nav a.active {
	background-color: aliceblue;
	color: black;
}
*/

.nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.nav li {
	display: inline-block;
}

.nav a {
	display: inline-block;
	color: aliceblue;
	padding: 0.5em 1em 0.5em 1em;
	font-size: 1em;
}

.nav a:hover {
	background-color: aliceblue;
	color: #3282e6;
}

.subnav {
	display: inline-block;
	position: relative;
}

.subnav-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	box-shadow: 0.5em 1em 1em rgba(0,0,0,0.3);
	z-index: 1;
}

.subnav-content a {
	display: block;
	color: #3282e6;
	white-space: nowrap;
	z-index: 1;
}

.subnav:hover .subnav-content {
	display: block;
}
/*

.officerContainer {
	border-style: none;
	margin: 1em 2em;
	display: inline-block;
}
.officerName{
	text-align: center;
	
}
.officerImg {
	border-style: ridge;
	border-radius: 0.5em;
	border-color: #9ACD32;
	width: 100px;
	height: 100px;
	
}


.container {
  margin-left:  auto;
  margin-right:  auto;
  margin-top: 177px;
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
	text-align: center;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.col-md-6 {
  width: 50%;
}
.col-md-push-3 {
  margin-left: 25%;
}
h1 {
  font-size: 48px;
  font-weight: 300;
  margin: 0 0 20px 0;
}
.lead {
  font-size: 21px;
  font-weight: 200;
  margin-bottom: 20px;
}
*/
p {
  margin: 0 0 10px;
}
a {
  color: #3282e6;
  text-decoration: none;
}
