body {
font-family:'open sans';
-webkit-font-smoothing:antialiased;
font-size:13px;
line-height:25px;
color:#fff;
margin:0;
}

.wrapper {
height:100%!important;
overflow:hidden;
margin: 0 auto 0 115px;
}

h1 {
color:#fff;
margin-bottom:25px;
font-size:60px;
letter-spacing:-4px;
font-weight:100;
margin-top:25px;
}

a {
text-decoration:none;
color: #FF9400;
}

p {
	margin: 0;
	margin-bottom: 15px;
}


.person {
width:150px;
border-radius:150px;
box-shadow:0 6px 11px rgba(0,0,0,0.43);
-moz-box-shadow:0 6px 11px rgba(0,0,0,0.43);
-webkit-box-shadow:0 6px 11px rgba(0,0,0,0.43);
border-color:#FFF;
border-style:solid;
border-width:9px;
}

section {
text-align:center;
padding-top:50px;
background:#324393;
}

section.active {
	z-index: 10;
}

.story {
position:relative;
top:3%;
max-width:950px;
z-index:3;
margin:0 auto;
}

.story-body {
color:#fff;
font-size:17px;
line-height:160%;
font-weight:100;
text-align:left;
position:relative;
top:7%;
max-width:950px;
z-index:3;
-moz-column-count:2;
-webkit-column-count:2;
column-count:2;
-moz-column-gap:40px;
-webkit-column-gap:40px;
column-gap:40px;
margin:0 auto;
padding:30px;
}


#Home img {
	width: 75%;
	height: auto;
	padding-top: 5%;
}

#Home span {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 30px;
	letter-spacing: -1px;
	margin-top: 95px;
}

#Home #stories {
	color: rgb(148,148,148);
}

#Intro img{
	width: 75%;
	height: auto;
	border-radius:30px;
	box-shadow:0 6px 11px rgba(0,0,0,0.43);
-moz-box-shadow:0 6px 11px rgba(0,0,0,0.43);
-webkit-box-shadow:0 6px 11px rgba(0,0,0,0.43);
border-color:#FFF;
border-style:solid;
border-width:9px;

}

#Support .story-body {
	-moz-column-count:1;
-webkit-column-count:1;
column-count:1;
font-size: 18px!important;
text-align: center;

}

#Support .story-body img {
	margin-top: 20px;
}



/* Media Queries */
@media screen and (min-width: 800px) and (max-width: 1280px) {
h1 {font-size: 45px;}
.story-body {font-size: 16px; -moz-column-count:1;
-webkit-column-count:1;
column-count:1;}
#Home img {
	width: 50%;
}

#Intro img {
	width: 70%;
}

}


@media screen and (max-width: 800px) {

.story-body {font-size: 14px; -moz-column-count:1;
-webkit-column-count:1;
column-count:1;}
h1 {font-size: 45px;}
.story-body {font-size: 14px;}

}


@media screen and (max-width: 650px) {
.wrapper {
	margin-left: 0;
}

.onepage-pagination {
	display: none;
}
}

input[type=submit]{
background-color: rgb(255, 148, 0);
border-bottom-color: rgb(255, 255, 255);
border-bottom-left-radius: 3.9647998809814453px;
border-bottom-right-radius: 3.9647998809814453px;
border-bottom-style: none;
border-bottom-width: 0px;

border-left-color: rgb(255, 255, 255);
border-left-style: none;
border-left-width: 0px;
border-right-color: rgb(255, 255, 255);
border-right-style: none;
border-right-width: 0px;
border-top-color: rgb(255, 255, 255);
border-top-left-radius: 3.9647998809814453px;
border-top-right-radius: 3.9647998809814453px;
border-top-style: none;
border-top-width: 0px;
box-shadow: rgb(236, 236, 236) 2px 2px 3px 0px;
box-sizing: border-box;
color: rgb(255, 255, 255);
cursor: pointer;
display: inline-block;
font-family: Helvetica, Arial, sans-serif;
font-size: 17px;
font-weight: bold;
height: 39.8125px;
letter-spacing: normal;
line-height: 27.182397842407227px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
overflow-x: visible;
overflow-y: visible;
padding-bottom: 6.417599678039551px;
padding-left: 27.182397842407227px;
padding-right: 27.182397842407227px;
padding-top: 6.417599678039551px;
text-align: center;
text-decoration: none solid rgb(255, 255, 255);
text-indent: 0px;
text-shadow: rgba(0, 0, 0, 0.298039) 0px -1px 0px;
}

input[type=submit]:hover{
	color: rgb(255, 255, 255);
-webkit-box-shadow: inset 0px 0px 0 3px rgb(221, 128, 0);
box-shadow: inset 0px 0px 0 3px rgb(221, 128, 0);
}
}
}