body {
	margin: 0px;
	background-color: #FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12pt;
}
#top {
	width: 100%;
	z-index: 3;
	position: fixed;
}
a:hover {
	color: red;
}
#headerContainer {
	background-color: #005292;
	width: 98%;
	margin: 0 auto;
	height: 150px;
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
	box-shadow: 0 0 10px black;
}
header {
	margin: 0 auto;
	width: 875px;
}
#logo {
	width: 255px;
	padding: 10px;
	float: left;
}
#logo img {
	max-width: 255px;
}
#menu {
	width: 590px;
	float: right;
}
#myTopnav {
	padding-top: 50px;
}
#spacer {
	height: 130px;
	width: 100%;
	margin: 0 auto;
}
#slider {
	height: auto;
    margin: 0 auto;
}
#slider img {
    width: 100%;
}

main {
	width: 95%;
	max-width: 1200px;
	background-color: white;
	margin: 0 auto;
	padding: 20px;
  border-bottom: 50px solid white;
	z-index: 2;
}
main input, main textarea {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12pt;
}
.topnav a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
  display: inline-block;
  vertical-align: middle;
	padding-bottom: 3px;
	margin-left: 25px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 26pt;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.topnav a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: lightgreen;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.topnav a:hover:before, .topnav a:focus:before, .topnav a:active:before {
  left: 0;
  right: 0;
}

footer {
	font-family: 'Roboto Condensed', sans-serif;;
	color: #FFFFFF;
	width: 50%;
	margin: 0 auto;
	background-color: #005292;
	text-align: center;
	padding: 5px;
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
	position:fixed; bottom:0px; height:auto; left:0px; right:0px; 
	z-index: 3;
	font-size: 10pt;
	box-shadow: 0 0 10px black;
}
.active {
  color: #28347c;
  background-color: white;
}

.topnav .icon {
  display: none;
}
.icon {
	color: white;
	font-weight: bold;
}
.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 12pt;    
    border: none;
    outline: none;
    color: white;
    padding: 8px 10px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
		padding-left: 27px;
		padding-right: 27px;
}
.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    background-color: #4CAF50;
}

.dropdown-content a {
    float: none;
    color: white;
    padding: 8px 12px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  color: lightgreen;
}

.dropdown-content a:hover {
  background-color: lightgreen;
	color: white;
}

.dropdown:hover .dropdown-content {
    display: block;
}
footer a:link, footer a:visited {
	color: #FFFFFF;
}
footer a:hover {
	color: lightgreen;
}
.footerRow {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
  justify-content: center;
  align-items: top;
	padding-top: 5px;
	padding-bottom: 5px;
}
.footerItem {
	width: auto;
	height: auto;
	margin-right: 20px;
}
main h4 {
	color: #3e7ac1;
	font-size: 16pt;
	margin-left: 20px;
	margin-right: 20px;
	font-family: 'Roboto Condensed', sans-serif;
}
main p, main ol, main ul {
	margin-left: 40px;
	margin-right: 40px;
	line-height: 25px;
}
main img {
	padding: 15px;
}
/* end directory styles */
@media screen and (max-width: 1000px) {
	#spacer {
		display: none;
	}
	main {
		padding: 5px;
	}
	#headerContainer {
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;
		width: 100%;
		height: auto;
	}
	footer {
		border-top-right-radius: 0px;
		border-top-left-radius: 0px;
		width: 100%;
		position: relative;
	}
	#top {
		position: relative;
	}
	#logo {
		float: none;
		margin: 0 auto;
		padding-right: 0px;
		text-align: center;
		height: auto;
	}
	#logo img {
		max-height: 60px;
	}
	main h4 {
		margin-left: 5px;
		margin-right: 5px;
	}
	main p, main ol, main ul {
		margin-left: 10px;
		margin-right: 10px;
	}
	#radioPlayer span {
		font-size: 12pt;
	}
	header {
		width: 100%;
	}
	#menu {
		float: none;
		margin: 0 auto;
		padding-bottom: 10px;
		width: 100%;
	}
	#myTopnav { 
		width: 300px;
		margin: 0 auto;
	}
	.topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
	
.topnav.responsive {
	position: relative;
}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}