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

body {
	margin:0px;
	overflow-x:hidden;
	background-image:url(lightmesh.png);
	background-color:rgba(82,179,248,.85);
	height:100%;
}

h1 {
	color:rgba(0,0,0,1.00);
	font-size:24px;
}

#tit1 {
	width:100%;
	height:60px;
	background-color:rgba(0,0,0,1.00);
	background-image:url(lightmesh.png);
	font-family: 'Patrick Hand SC', cursive;
	font-size:36px;
	color:rgba(97,208,252,1.00);
	text-shadow: 0px 0px 5px rgba(97,208,252,.5);
	padding-left:10px;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:rgba(47,46,46,1.00);
}

#tit1 a {
	font-family: 'Patrick Hand SC', cursive;
	font-size:36px;
	color:rgba(97,208,252,1.00);
	text-shadow: 0px 0px 5px rgba(97,208,252,.5);
	text-decoration:none;
	transition:.5s;
}

#tit1 a:hover {
	font-family: 'Patrick Hand SC', cursive;
	font-size:36px;
	color:rgba(247,49,53,1.00);
	text-shadow: 0px 0px 5px rgba(97,208,252,.5);
	text-decoration:none;
}


.icon {
	width:60px;
	position:relative;
	float:right;
	margin-right:10px;
	margin-top:5px;
}

.icon img {
	border:none;
	opacity:.75;
	transition:.5s;
}

.icon img:hover {
	border:none;
	opacity:1;
}

#masthead {
	width:100%;
	height:600px;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:rgba(47,46,46,1.00);
	overflow:hidden;
}

#masthead2-about {
	width:100%;
	height:220px;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:rgba(47,46,46,1.00);
	overflow:hidden;
	background-image:url(main_about.jpg);
	background-size:cover;
	background-position:center center;
}

#masthead2-resources {
	width:100%;
	height:220px;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:rgba(47,46,46,1.00);
	overflow:hidden;
	background-image:url(main_resources.jpg);
	background-size:cover;
	background-position:center center;
}

#masthead2-history {
	width:100%;
	height:220px;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:rgba(47,46,46,1.00);
	overflow:hidden;
	background-image:url(main_history.jpg);
	background-size:cover;
	background-position:center center;
}

#masthead2-join {
	width:100%;
	height:220px;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:rgba(47,46,46,1.00);
	overflow:hidden;
	background-image:url(main_join.jpg);
	background-size:cover;
	background-position:center center;
}

#masthead2-contact {
	width:100%;
	height:220px;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:rgba(47,46,46,1.00);
	overflow:hidden;
	background-image:url(main_contact.jpg);
	background-size:cover;
	background-position:center center;
}

#masthead2-news {
	width:100%;
	height:220px;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:rgba(47,46,46,1.00);
	overflow:hidden;
	background-image:url(main_news.jpg);
	background-size:cover;
	background-position:center center;
}

#masthead2-donate {
	width:100%;
	height:220px;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:rgba(47,46,46,1.00);
	overflow:hidden;
	background-image:url(main_donate.jpg);
	background-size:cover;
	background-position:center center;
}

#masthead2-pcpc {
	width:100%;
	height:220px;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:rgba(47,46,46,1.00);
	overflow:hidden;
	background-image:url(main_pcpc.jpg);
	background-size:cover;
	background-position:center center;
}

#masthead2-hl {
	width:100%;
	height:220px;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:rgba(47,46,46,1.00);
	overflow:hidden;
	background-image:url(main_hl.jpg);
	background-size:cover;
	background-position:center center;
}

#masthead2-ah {
	width:100%;
	height:220px;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:rgba(47,46,46,1.00);
	overflow:hidden;
	background-image:url(main_ah.jpg);
	background-size:cover;
	background-position:center center;
}

#masthead2-film {
	width:100%;
	height:220px;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:rgba(47,46,46,1.00);
	overflow:hidden;
	background-image:url(main_film.jpg);
	background-size:cover;
	background-position:center center;
}

#masthead2-survey {
	width:100%;
	height:220px;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:rgba(47,46,46,1.00);
	overflow:hidden;
	background-image:url(main_survey.jpg);
	background-size:cover;
	background-position:center center;
}



#mastheadmobile {
	display:hidden;
}

#logo {
	width:200px;
	height:200px;
	position:absolute;
	margin-left:10px;
	margin-top:5px;
	float:left;
}

#donatemobile {
	display:none;
}

#donatemobile a {
	display:none;
}

#donatemobile a:hover {
	display:none;
}


#donate {
	position:absolute;
	right:100px;
	top:600px;
}

#donate a {
	display:block;
	width:100px;
	padding:5px;
	border-radius:20px;
	text-align:center;
	font-family: 'Patrick Hand SC', cursive;
	font-size:22px;
	padding:10px;
	background-color:rgba(255,0,4,1.00);
	color:rgba(255,255,255,1.00);
	text-shadow: 0px 0px 2px rgba(255,255,255,.20);
	text-decoration:none;
	opacity:.75;
	transition:.5s;
}

#donate a:hover {
	opacity:1;
}

video#bgvid {
	position: relative;
	min-width: 100%; min-height: 600px;
	width: auto; height: auto; z-index: -100;
	background-size: cover;
}

#content {
	width:100%;
	height:400px;
	margin-top:20px;
}

#content2 {
	width:100%;
	margin-top:20px;
}

.section {
	width:25%;
	padding:10px;
	background-color:rgba(184,221,252,.5);
	position:relative;
	float:left;
	margin-left:5%;
	border-radius:20px;
	
	font-family: 'Patrick Hand SC', cursive;
	color:rgba(67,67,67,1.00);
	text-align:center;
	font-size:20px;
}

.section a {
	font-family: 'Patrick Hand SC', cursive;
	color:rgba(67,67,67,1.00);
	text-align:center;
	font-size:20px;
	text-decoration:none;
	transition:.5s;
}

.section a:hover {
	font-family: 'Patrick Hand SC', cursive;
	color:rgba(247,49,53,1.00);
	text-align:center;
	font-size:20px;
	text-decoration:none;
}

.section1 {
	position:relative;
	float:left;
	width:20%;
	padding:10px;
	background-color:rgba(184,221,252,.5);
	font-family: 'Patrick Hand SC', cursive;
	color:rgba(67,67,67,1.00);
	text-align:center;
	font-size:20px;
	border-radius:10px;
	margin-left:20px;
	 word-wrap:break-word;
}

.section1 a {
	font-family: 'Patrick Hand SC', cursive;
	color:rgba(67,67,67,1.00);
	text-align:center;
	font-size:20px;
	text-decoration:none;
	transition:.5s;
}

.section1 a:hover {
	font-family: 'Patrick Hand SC', cursive;
	color:rgba(247,49,53,1.00);
	text-align:center;
	font-size:20px;
	text-decoration:none;
}


.section2 {
	position:relative;
	float:right;
	width:62%;
	padding:10px;
	background-color:rgba(184,221,252,.5);
	font-family: 'Patrick Hand SC', cursive;
	color:rgba(67,67,67,1.00);
	text-align:center;
	font-size:20px;
	border-radius:10px;
	margin-right:40px;
	margin-bottom:60px;
}

.section2 a {
	font-family: 'Patrick Hand SC', cursive;
	color:rgba(67,67,67,1.00);
	text-align:center;
	font-size:20px;
	text-decoration:none;
	transition:.5s;
}

.section2 a:hover {
	font-family: 'Patrick Hand SC', cursive;
	color:rgba(247,49,53,1.00);
	text-align:center;
	font-size:20px;
	text-decoration:none;
}



#footer {
	width:100%;
	height:40px;
	background-color:rgba(49,49,49,1.00);
	position:fixed;
	bottom:0px;
}

#nav1 {
	width:100%;
	height:40px;
}

#nav1 a {
	display:block;
	width:12.5%;
	height:34px;
	text-align:center;
	text-decoration:none;
	position:relative;
	float:left;
	font-family: 'Patrick Hand SC', cursive;
	color:rgba(64,186,232,1.00);
	font-size:18px;
	padding-top:6px;
	transition:.5s;
}

#nav1 a:hover {
	background-color:rgba(64,186,232,1.00);
	color:rgba(0,0,0,1.00);
}



