/* Global */

body {
	font-family: 'Racing Sans One', "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue","Helvetica","Arial","Lucida Grande",sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #8a8683;
	background-color:#ffffff;
}

.text{
	background:url(../images/bg.png) repeat;
	padding:5px;
	padding-left:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	color:#8a8683;
}

#content h1{
	color:#8a8683;
	font-weight:100;
}

	
img {
	max-width: 100%;
}
a:link {
	color: #0071bc;
	text-decoration: none;
}
a:hover {
	color: #0a964c;
	text-decoration: none;
}
a:visited {
	color: #0071bc;
	text-decoration: none;
}





/* Navigation */

.menu {
	position:fixed;
	top:0px;
	width:100%; 
	height:auto;
	background-color:#ffffff;
	z-index:100;
	//border-bottom-style:solid;
	//border-bottom-color:#8a8683;
	//border-bottom-width:1px;
}
#logo {
	text-align: center;
	margin: 10px 0;
}
#nav {
	vertical-align:top;
	float:right;
	text-align: right;
	margin: 30px 0 0 0;
	width:50%;
	background:#FFF;
	position:relative;
	background-color:#ffffff;
	//top:50px;
}
.navigation{
	float: right;
	list-style: none;
	margin: 0;
	background-color:#ffffff;
}

.white{
	background-color:#ffffff;
}

.navigation li{
	float: left;
	padding:0 0 0 50px;
	background-color:#ffffff;
}
.navigation li:hover{
	cursor:pointer;
	color: #0a964c;
}

.navigation .active{
	cursor:pointer;
	color: #0071bc;
	font-weight:bold;
}

#loadingScreen{
	position:fixed;
	z-index:900000000000000000;
	width:100%;
	min-height:100%;
	background:#ffffff;	
	overflow:hidden;
	top:0px;
}




/* General Slides */ 

.slide{
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
	padding:140px 0;
}

.LastSlide{
	height:0px;
}

.homeSlide{
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
	top:90px;
	padding-top:10px;
	padding-bottom: 150px;
}



/* Slide 1 */ 

#slide2{
	background-color:#ffffff;
}




/* Slide 2 */ 

#slide1{
	background-image:url('../images/thirstyEarth1WEB.jpg');
	background-color:#0071bc;
	color:#ffffff;
	width:100%;
}

/* Slide 3 */ 

#slide4{
	background-color:#ffffff;
}

#test{
	background-color:#0a964c;
	color:#ffffff;
	text-align:center;
	font-size: 2em;
	font-weight: 400;
}

/* Slide 4 */

#slide3{
	background-image:url('../images/thirstyEarth3WEB.jpg');
	background-color:#8a8683;
	color:#ffffff;
}





/* Tablet */
@media screen and (max-width: 1024px) {

#logo {
	width: 100%;
	text-align: center;
}

#nav {
	width:100%;
	text-align:center;
	margin:10px 0;
}

.navigation{
	width: 100%;
	float: center;
	list-style: none;
	margin: 0;
	padding:0;
	position:relative;
	top:50px;
}

.navigation li{
	float: left;
	width:25%;
	padding:0;
}

.slide{
	background-attachment: fixed;
	width:100%;
	position: relative;
	padding:150px 0;
}

#decorative {
	display:none;
}

#content {
	float:left;
	text-align:left;
}

#slide1 h1 {
	line-height: 1em;
}
#slide1 h2 {
	line-height: 1em;
}
#slide2 h1 {
	line-height: 1em;
}
#slide2 h2 {
	line-height: 1em;
}
#slide3 h1 {
	line-height: 1em;
}
#slide3 h2 {
	line-height: 1em;
}
#slide4 h1 {
	line-height: 1em;
}
#slide4 h2 {
	line-height: 1em;
}

}




/* Mobile */
@media screen and (max-width: 480px) {

#logo {
	width: 100%;
	text-align: center;
	position:relative;
	z-index:10;
}

#nav {
	position:relative;
	top:-25px;
	width:100%;
	margin:5px 0;
}

.navigation{
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding:0;
}

.navigation li{
	float: left;
	width:25%;
}

.slide{
	background-attachment: fixed;
	width:100%;
	position: relative;
	padding:150px 0;
}

.homeSlide{
	background-attachment: fixed;
	width:100%;
	position: relative;
	top:90px;
	padding-top:100px;
}


#slide1 h1 {
	line-height: 1em;
}
#slide1 h2 {
	line-height: 1em;
}
#slide2 h1 {
	line-height: 1em;
}
#slide2 h2 {
	line-height: 1em;
}
#slide3 h1 {
	line-height: 1em;
}
#slide3 h2 {
	line-height: 1em;
}
#slide4 h1 {
	line-height: 1em;
}
#slide4 h2 {
	line-height: 1em;
}


}