@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Shadows+Into+Light+Two);

html {
	height: 100%;
  	width: 100%;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body { 
    margin: 0;
	padding: 0;
	font-family: 'Shadows Into Light Two', cursive;
	font-size:18px;
	color: #000000;	
	}
img {
	border:none;
	vertical-align:middle;
}
h1 {
	
	font-size: 42px;
	padding: 0;
	font-weight:normal;
	color: #000000;
	text-align: center;	
}

h2 {	
	font-size: 24px;
	padding: 0;
	font-weight: normal;
	color: #000000;
	text-align: center;
}

h3 {
	font-size:22px;
}


p {
	font-size: 18px;
	line-height: 24px;
	letter-spacing:1px;
	color: #000000;	
}

.fb {
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: black;
   text-transform: uppercase;
}

.tm {
	vertical-align: super;
	font-size:50%;
	font-family: Helvetica, sans-serif;
}
.tm2 {
	vertical-align: super;
	font-size:50%;
	font-family: Helvetica, sans-serif;
	font-weight:500;
}
.center {text-align:center;}

a {	
	color: #2b6cd7;
	font-weight: normal;
	text-decoration: none;	
}

a:hover {
	color: #389b3c;
	text-decoration: underline;	
}

.large a {
	font-size:24px;
	font-weight: normal;
	text-decoration: none;	
}

.large a:hover {
	font-size:24px;
	color: #389b3c;
	text-decoration: underline;	
}

img.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
img.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.top {
	width: 100%;
	height: 25px;
	background: url(../img/colorbarbg.png) repeat-x;
}

.logo {
	width: 90%
	height: 150px;
	background: #FFF;
	padding: 30px 5% 30px 5%;
	margin: 0 auto;	
	text-align:center;
}

.main-top {
	width: 100%;
	height: 844px;
	background: url(../img/tanbg.jpg) top left no-repeat #faf4e6;
	padding: 50px 0 50px 0;
	margin: 0 auto;	
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video {
    width:60%;
    padding: 4%;
    margin: auto;
}

.main-text {
	width: 84%;
	background: url(../img/notesbg.png) center no-repeat #b8cff5;
	background-size: contain;
	text-align: center;	
	padding: 40px 8% 40px 8%;
	margin: 0 auto;	
}

.subpage-text {
	width: 84%;
	background: url(../img/notesbg.png) center no-repeat #b8cff5;
	background-size: contain;
	text-align: left;	
	padding: 40px 8% 40px 8%;
	margin: 0 auto 0 auto;
}

.copyright {
	width: 100%;
	margin: 0 auto;
	color: #000000;	
	text-align: center;	
	font-family:Helvetica, sans-serif;
	font-size: 12px !important;
	padding: 35px 0;	
}
	
.clear {
	clear: both;
	height: 0;
	width: 0;
}

/***** Menu *****/

.nav-bg {	
	background:#2b6cd7;	
}

.nav {	
}
.nav ul {
	text-align:center;
	margin:0;
	padding:0;
}
.nav ul li {
	display:inline;
	list-style:none;
}
.nav ul li a {
	color:#ffffff;
	text-decoration:none;
	line-height:47px;
	letter-spacing:1px;
	font-size:17px;
	font-family: 'Shadows Into Light Two', cursive;
	padding-left:17px;
	padding-right:17px;	
	padding:11px 18px 11px 18px;
}

.nav ul li a:hover {
	background: #389b3c;	
}

.mobile-nav {
	display:none;
}
@media screen and (max-width: 640px) {	
	.nav ul li a {
		padding-left:10px;
		padding-right:10px;
	}
}

@media screen and (max-width: 570px) {
h1 {	
	font-size: 32px;	
}

h2 {	
	font-size: 20px;	
}

h3 {
	font-size:18px;
}

p {
	font-size: 16px;
	line-heigth:22px;
}

.main-top {
	width: 100%;
	height: auto;	
}
.logo img {
		width:80%;
		height: auto;
	}
	.mobile-nav {
		display:block;
		font-family: 'Shadows Into Light Two', cursive;
		font-size:20px;
		color:#FFF;
		font-weight:bold;
		background:url(../img/social-menu.png) no-repeat 10px top;
		line-height:40px;
		cursor:pointer;
		padding-left:50px;
	}
	.nav {
		display:none;
	}
	.nav ul {
		text-align:left;
		padding:0;
		margin:0;
	}
	.nav ul li {
		display:block;
		border-top:1px solid #FFF;
	}
	.nav ul li a {
		display:block;
		line-height:32px;
		padding-top:0;
		padding-bottom:0;
	}
	.nav ul li + li {
		
	}	
.subpage-text img {
	width: 90%;
	height:auto;
}
}