@charset "UTF-8";
/* CSS Document */
body, html {
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
	font-size: 100%;
	color: #fff;
	height: 100%;
	width: 100%;	
}
#funding {
	width: 100%;
	height: 80px;
	position: fixed;
	top: 10%;
	z-index: 5;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 0.9em;
	font-weight: 300;
	letter-spacing: 2px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 3%;
}
#section-one {
	position: fixed;
	top: 0;
	background: url(../img/bg.jpg);
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
	background-position: center center;	
	height: 100%;
	width: 100%;
}
#logo {
	position: absolute;
	top: 25%;
	margin: 0 auto;
	width: 100%;
	height: 30%;	
	text-align: center;
}
#logo img {
	width: 50%;	
}
#scroll-hold {
	width:100%;
	position: absolute;
	bottom: 10%;
	text-align: center;
	
	-webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
#scroll-hold:hover {
	bottom: 9%;
}
#scroll {
	width: 65px;
	height: 65px;	
	background: url(../img/assets_arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto;
}
.mission {
	padding: 20% 31%;	
	height: 45%;
}
#section-two {
	margin-top: 80%;
	background: url(../img/bg-section-two.jpg);
	background-size: cover;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	z-index: 1000;	
	position: relative;
}
#section-three {
	background: url(../img/bg-section-three.jpg);
	background-size: cover;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	z-index: 1000;
	position: relative;	
}
#maps {
	cursor: pointer;	
}
#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 80px;
	border-top: 1px solid #A03B22;
	z-index: 1;	
	padding: 0 10px;
}
#footer div {
	display: inline-block;	
}
.left-content {
	width: 48%;
	text-align: left;
	padding-left: 20px;	
}
.right-content {
	width: 48%;
	text-align: right;
}
#social img {
	width: 35px;
	height: 35px;	
	
	-webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
#social img:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);	
  -ms-transform: rotate(180deg);	
  -o-transform: rotate(180deg);	
  transform: rotate(180deg);	
}

/* TYPE */
#main-title {
	font-family: 'Lato', sans-serif;
	font-size: 2.0em;
	font-weight: 100;
	color: #D3B88B;
	margin-top: 10%;	
}
h1 {
	font-family: 'Lato', sans-serif;
	font-size: 3.0em;
	font-weight: 100;
	color: #D3B88B;	
}
h3 {
	font-family: 'Lato', sans-serif;
	font-size: 1.2em;
	font-weight: 300;
	color: #D3B88B;
	margin: 10px 0 0 0;
	padding: 0;	
}
.footer {
	font-size: 0.7em;
	font-weight: 100;
	color: #D3B88B;	
}
p {
	font-size: 1.1em;
	line-height: 25px;
	font-weight: 300;	
}
.all-caps-type {
	font-family: 'Lato', sans-serif;
	font-size: 0.9em;
	font-weight: 300;
	letter-spacing: 2px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
a {
	text-decoration: none;
	
	-webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;	
}
a:hover {
	color: #D3B88B;	
}

/* COLORS */
.dark-grey {
	color: #58585B;	
}
.white {
	color: #fff;	
}


@media screen and (min-width: 1366px) , screen and (max-height: 768px) {
	.mission {
		padding: 10% 30%;	
	}
	#section-two {
		margin-top: 60%;	
	}
	#main-title {
		font-size: 1.6em;
		margin-top: 5%;	
	}
	.all-caps-type {
		font-size: 0.7em;
	}
	#logo img {
		width: 40%;	
	}
	#scroll-hold {
		bottom: 15%;	
	}
	#scroll-hold:hover {
		bottom: 14%;	
	}
	#scroll {
		height: 50px;
		width: 50px;	
	}
}
@media all and (max-width: 1024px) {
	.mission {
		padding: 10% 30%;	
	}
}
@media all and (max-width: 640px) {
	#logo img {
		width: 75%;	
	}
	.mission {
		padding: 15% 15% 0% 15%;	
		height: 100%;
	}
	.mission:last-child {
		height: 90%;	
	}
	#section-two {
		margin-top: 160%;	
	}
	.left-content {
		width: 45%;	
	}
	#main-title {
		margin-top: 40%;	
	}
	#scroll-hold {
		bottom: 10%;	
	}
	#scroll-hold:hover {
		bottom: 9%;	
	}
	#scroll {
		height: 50px;
		width: 50px;	
	}
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	#logo img {
		width: 95%;	
	}
	#section-one {
		background: url(../img/bg.jpg);
		background-size: cover;
		-webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
		background-position: center center;
		background-attachment: scroll;
		height: 100%;
		width: 100%;
		background-repeat: no-repeat;
		position: relative;		
	}
	#footer {
		position: absolute;	
	}
	#section-two {
		margin-top: 0;
		padding-top: 0;
		background: url(../img/bg-portrait-sectiontwo.jpg);
		background-size: cover;
		-webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
		background-position: center center;
		background-attachment: scroll;
		position: relative;	
	}
	#section-three {
		background: url(../img/bg-portrait-sectionthree.jpg);
		background-size: cover;
		-webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
		background-position: center center;
		background-attachment: scroll;
		position: relative;	
	}
	#main-title {
		font-size: 4.0em;
		font-weight: 100;
	}
	.all-caps-type {
		font-size: 1.7em;
	}
	.mission {
		padding: 15% 5% 0% 5%;	
		height: 80%;
	}
	h1 {
		font-size: 6.0em;
	}
	p {
		font-size: 3.0em;
		line-height: 50px;
	}
	#scroll-hold {
		display: none;	
	}
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
	#logo img {
		width: 95%;	
	}
	#section-one {
		background: url(../img/bg.jpg);
		background-size: cover;
		-webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
		background-position: center center;
		background-attachment: scroll;
		height: 100%;
		width: 100%;
		background-repeat: no-repeat;
		position: relative;		
	}
	#footer {
		position: absolute;	
	}
	#section-two {
		margin-top: 0;
		padding-top: 0;
		background: url(../img/bg-portrait-sectiontwo.jpg);
		background-size: cover;
		-webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
		background-position: center center;
		background-attachment: scroll;
		position: relative;	
	}
	#section-three {
		background: url(../img/bg-portrait-sectionthree.jpg);
		background-size: cover;
		-webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
		background-position: center center;
		background-attachment: scroll;
		position: relative;	
	}
	#main-title {
		font-size: 4.0em;
		font-weight: 100;
	}
	.all-caps-type {
		font-size: 1.7em;
	}
	.mission {
		padding: 15% 5% 0% 5%;	
		height: 80%;
	}
	h1 {
		font-size: 6.0em;
	}
	p {
		font-size: 3.0em;
		line-height: 50px;
	}
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	#section-one {
		background: url(../img/bg-landscape.jpg);
		background-size: cover;
		-webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
		background-position: center center;
		background-attachment: scroll;
		height: 100%;
		width: 100%;
		background-repeat: no-repeat;
		position: relative;		
	}
	#footer {
		position: absolute;	
	}
	#logo img {
		width: 65%;	
	}
	#section-two {
		margin-top: 0;
		padding-top: 0;
		background: url(../img/bg-landscape_section-two.jpg);
		background-size: cover;
		-webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
		background-position: center center;
		background-attachment: scroll;
		position: relative;	
	}
	#section-three {
		background: url(../img/bg-landscape_section-three.jpg);
		background-size: cover;
		-webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
		background-position: center center;
		background-attachment: scroll;	
		position: relative;
	}
	#main-title {
		font-size: 2.5em;
		font-weight: 100;
	}
	.all-caps-type {
		font-size: 1.5em;
	}
	.mission {
		padding: 15% 20% 0% 20%;	
		height: 100%;
	}
	h1 {
		font-size: 3.5em;
	}
	p {
		font-size: 1.3em;
		line-height: 35px;
	}
	#scroll-hold {
		display: none;	
	}
	#scroll-hold:hover {
		bottom: 14%;	
	}
	#scroll {
		height: 50px;
		width: 50px;	
	}
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	#section-one {
		background: url(../img/bg-portrait.jpg);
		background-attachment: scroll;
		background-size: cover;
		-webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
		background-position: center center;
		height: 100%;
		width: 100%;	
		position: relative;	
	}
	#footer {
		position: absolute;	
	}
	#logo img {
		width: 65%;	
	}
	#section-two {
		margin-top: 0;
		padding-top: 0;
		background: url(../img/bg-portrait-sectiontwo.jpg);
		background-size: cover;
		-webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
		background-position: center center;
		background-attachment: scroll;
		position: relative;	
	}
	#section-three {
		background: url(../img/bg-portrait-sectionthree.jpg);
		background-size: cover;
		-webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
		background-position: center center;
		background-attachment: scroll;
		position: relative;	
	}
	#main-title {
		font-size: 2.5em;
		font-weight: 100;
	}
	.all-caps-type {
		font-size: 1.5em;
	}
	.mission {
		padding: 15% 20% 0% 20%;	
		height: 80%;
	}
	h1 {
		font-size: 3.5em;
	}
	p {
		font-size: 1.3em;
		line-height: 35px;
	}
}