
@charset "utf-8";

html, body {
  width: 100%;
  margin: 0px;
}

html {
	background: #ffffff;
	overflow-x: hidden;
}

/******** Nav Menu ********/

#nav_container {
	margin: 0px;
	padding: 0px;
	background: #065290;
//background: #0E8C9B;
}
#nav {
	color: #FFFFFF;
	font-size: 18px;
	margin: 0 auto 0;
	padding: 0px;
	overflow: hidden;
	clear: both;
}
#nav ul {
	width: 100%;
	background-color: inherit;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 0;
}	
#nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	letter-spacing: 0.2em;
border: 0px solid pink;
}
#nav li a {
	color: #FFFFFF;
	display: block;
	margin: 0;
	padding: 14px 16px 14px 16px;
	text-decoration: none;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.2em;
	position: relative;
	transition:all 0.75s ease;
}
#nav li a:hover, #nav li a:active {
	background: #112E68;
	background: #0077CC;
   	color: #FFFFFF;
	text-decoration: underline;
}
#nav li:hover { 
	position: static;
}

/******** Mobile Nav Menu ********/

#mobile_menu_container {
	display: none;
	margin: 0px;
	padding: 0px;
	z-index: 111;
border: 0px solid green;
}

.navT {
	-webkit-transition: all 0.25s;
	z-index: 111;
	cursor: pointer;
	width: 100%;
	background: #065290;
	height: 57px;
	position: relative;
	left: 0;
	top: 0;
	margin: 0px;
border: 0px solid pink;
}
/* middle menu bar */
.navT .icon {
	-webkit-transition: all 0.25s;
	position: absolute;
	width: 30px;
	height: 2px;
	right: 15px;
	top: 28px;
	background-color: white;
}
/* upper/lower menu bars */
.navT .icon:before,
.navT .icon:after {
	-webkit-transition: all 0.25s;
	position: absolute;
	width: 30px;
	height: 2px;
	right: 0;
	background: white;
	content: "";
}
.navT .icon:before {
	top: -10px;
}
.navT .icon:after {
	top: 10px;
}
.navT:hover {
	background: black;
	background: #065290;
}
.navT:hover .icon:before {
	top: -12px;
}
.navT:hover .icon:after {
	top: 12px;
}
.navT.active .icon {
	-webkit-transform: rotate(180deg);
	background-color: transparent;
	right: 10px;
}
.navT.active .icon:before,
.navT.active .icon:after {
	top: 0;
}
.navT.active .icon:before {
	-webkit-transform: rotate(45deg);
}
.navT.active .icon:after {
	-webkit-transform: rotate(-45deg);
}

#mobile_menu {
	z-index: 111;
	-webkit-transition: all 0.5s;
	text-align: center;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0px;
	top: 65px;
	font-size: 18px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 100;
	text-transform: uppercase;
	width: 100%;
	height: 0;
	border-bottom: 0px solid transparent;
	overflow: hidden;
}
#mobile_menu ul {
	list-style: none;
	padding: 0;
	letter-spacing: 0.2em;
}
#mobile_menu li:first-child {
	margin-top: 0;
}
#mobile_menu li {
	-webkit-transition: all 0.2s;
	margin-top: 12px;
	padding: 5px 0;
	color: white;
}
#mobile_menu a {
	padding: 8px;
	-webkit-transition: all 0.25s;
	cursor: pointer;
	color: #ffffff;
	font-size: 1.2em;
	text-decoration: none;
}
#mobile_menu a:hover {
	letter-spacing: 0.3em;
	text-decoration: underline;
}

.bodytext {
	font-family: Lato, verdana, sans-serif;
	font-size: 14px;
}

.section_header_container {
	width: 100%;
	padding-top: 4em;
	padding-bottom: 2em;
border: 0px solid green;
}
.section_header {
	max-width: 1100px;
	font-size: 2.5em;
	font-family: 'Open Sans Condensed', sans-serif;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.2em;
	padding-left: 1em;
	padding-right: 1em;
border: 0px solid red;
}

.top {
	font-size: 2em;
	text-align: left;
	padding-bottom: 0.75em;
	padding-left: 0em;
	padding-right: 0em;
border: 0px solid purple;
}

.weekly { float: right; margin-left: 40px; margin-right: 40px; margin-bottom: 10px; width: 100%; max-width: 280px; }
.weekly img { width: 100%; height: auto; border-radius: 50%; }
#welcome { float: right; margin-left: 40px; margin-right: 20px; margin-bottom: 20px; width: 100%; max-width: 350px; }
#welcome img { width: 100%; height: auto; border-radius: 50%; }

.segment {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
border: 0px solid red;
}
.page {
	padding-top: 4em;
	padding-bottom: 3em;
	min-height: 529px;
}

.plaintext {
	max-width: 1024px;
	font-size: 1.4em;
	font-family: tahoma, verdana, sans-serif;
	line-height: 1.4em;
	text-align: left;
	padding-left: 40px;
	padding-right: 40px;
	-webkit-transition: top 0.5s;
	position: relative;
	background-color: #ffffff;
	margin: 0 auto;
	border: 0px solid green;
}

#image_triple_container_outer {
	margin: 3em 0em;
}
.image_triple_container {
	display: inline-block;
	max-width: 970px;
	margin 5em auto;
border: 0px solid purple;
}
.image_triple {
	float: left;
	width: 300px;
	height: 300px;
	margin: 10px;
border: 0px solid pink;
}
.image_triple img { width: 100%; height: auto; border-radius: 50%; }

a.site:link {
	color: #0077CC;
	text-decoration: underline;
}
a.site:active {
	color: #004A7F;
}
a.site:hover {
	color: #004A7F;
	text-decoration: none;
}
a.site:visited {
	color: #0077CC;
}

a.download { font-size: 1.6em; font-weight: bold; }

#about-footer {
	padding-top: 2em;
	padding-bottom: 1.5em;
}
#about-footer a {
	font-size: 2.5em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.6em;
}
#show-up { padding-top: 1.5em; padding-bottom: 3em; }
#show-up img { width: 100%; max-width: 500px; height: auto; }

#footer_container {
	margin: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
#footer {
	max-width: 600px;
	text-align: center;
	font-size: 1em;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
border: 0px solid pink;
}

@media screen and (max-width: 1000px) {

	#image_triple_container_outer { margin: 1em 0em; }
	.image_triple_container { max-width: 100%; margin: 20px auto; }
	.image_triple { float: none; width: 100%; height: auto; margin: 0px; }
	.image_triple.one,
	.image_triple.three { display: none; }
	.image_triple img { width: 100%; max-width: 300px; height: auto; }
}
@media screen and (max-width: 870px) {

	.weekly { float: none; margin: 0px auto; margin-bottom: 30px; width: 100%; max-width: 260px; }
	.section_header_container { padding-top: 2em; border: 0px solid red; }
	.section_header { border: 0px solid orange; font-size: 2em; }
	.top { border: 0px solid green; text-align: center; font-size: 2em; }

	#welcome { float: none; margin: 0px auto; text-align: center; width: 100%; max-width: 300px; border: 0px solid red; }
}
@media screen and (max-width: 600px) {

	#about-footer a { font-size: 1.75em; margin: 2em 1em; }
	#show-up {  }
	#show-up img { width: 90%; }
}
@media screen and (max-width: 480px) {

	.page { min-height: 0px; }
	.top { font-size: 1.6em; }
	.image_triple img { max-width: 260px; }
}
@media screen and (max-width: 420px) {

	#welcome { margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 30px; }
	a.download { font-size: 1.2em; }
}
