@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%;
}

#tit1 {
	width:100%;
	background-color:rgba(0,0,0,1.00);
	background-image:url(lightmesh.png);
	font-family: 'Patrick Hand SC', cursive;
	font-size:25px;
	text-align:center;
	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;
	color:rgba(97,208,252,1.00);
	text-shadow: 0px 0px 5px rgba(97,208,252,.5);
	text-decoration:none;
}

#tit1 a:hover {
	font-family: 'Patrick Hand SC', cursive;
	color:rgba(97,208,252,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;
	display:none;
}

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

.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;
	display:none;
}

#mastheadmobile {
	background-color:rgba(0,0,0,1.00);
	width:100%;
	height:300px;
	background-image:url(main.jpg);
	background-size:cover;
	overflow:auto;
}

#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-mob.jpg);
	background-size:cover;
	background-position: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-mob.jpg);
	background-size:cover;
	background-position: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-mob.jpg);
	background-size:cover;
	background-position: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-mob.jpg);
	background-size:cover;
	background-position: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-mob.jpg);
	background-size:cover;
	background-position: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-mob.jpg);
	background-size:cover;
	background-position: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-mob.jpg);
	background-size:cover;
	background-position: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-mob.jpg);
	background-size:cover;
	background-position: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-mob.jpg);
	background-size:cover;
	background-position: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-mob.jpg);
	background-size:cover;
	background-position: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-mob.jpg);
	background-size:cover;
	background-position: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-mob.jpg);
	background-size:cover;
	background-position:center center;
}



#logo {
	width:100px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
}

#logo img {
	width:100%;
}

#mobimg {
	display:none;
}

#donatemobile {
	margin-left:auto;
	margin-right:auto;
	margin-top:230px;
}

#donatemobile a {
	margin-left:auto;
	margin-right:auto;
	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;
}

#donatemobile a:hover {
	opacity:1;
}

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

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

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

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

.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(255,255,255,1.00);
	text-align:center;
	font-size:20px;
	text-decoration:none;
}

.section1 {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	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;
	 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(255,255,255,1.00);
	text-align:center;
	font-size:20px;
	text-decoration:none;
}

.section h1 {
	font-size:30px;
}

.section2 {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	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-top:20px;
}

.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(255,255,255,1.00);
	text-align:center;
	font-size:20px;
	text-decoration:none;
}



#footer {
	width:100%;
	height:380px;
	background-color:rgba(49,49,49,1.00);
	margin-top:20px;
}

#nav1 {
	width:100%;
}

#nav1 a {
	display:block;
	width:100%;
	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:30px;
	padding-top:6px;
	padding-bottom:6px;
	transition:.5s;
}

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



