@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	min-width: 980px;
	padding: 0;
	background: black;
}

p{
	margin: 0 0 20px 0;	
}

p, ul{
	font-family: 'Raleway', sans-serif;
	line-height: 23px;
	font-weight:200;
	font-style:normal;
}

img{
	border: 0;
}

h1, #pixels{
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	font-style:normal;
	font-size: 30px;
	margin-bottom: 30px;
}

h2{
	font-family: 'Raleway', sans-serif;
	font-size-adjust:0.531;
	font-weight:500;
	font-style:normal;
}

#header h1, #pixels{
	color: #48941A;
}

.float-left{
	float: left;	
	margin: 0 0 0 20px;
}

.float-right{
	float: right;
	margin: 0 20px 0 0;
}

.center{
	font-size: 2.5em;
	padding: 80px 0 0 0;
	text-align: center;
}

#nav{
	list-style: none;
	position: fixed;
	right: 20px;
}

#nav li{
	margin: 0 0 15px 0;	
}

#header, #intro, #second{
	width: 100%;
}

#intro{
	background:url(/images/landing-page-firstBG.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 600px;
	margin: 0 auto;
	padding: 0;
}

#second{
	background-image: url(/images/landing-page-thirdBG.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 100px;
	color: white;
	text-shadow: 1px 1px 1px #000000;
}

#second .bg{background: url(/images/landing-page-alta.png) 0% 0 no-repeat fixed;
	height: 560px;
	margin: 0 auto;
	position: absolute;
	width: 500px;
	z-index: 200;
	
}

#third{
	background: url(/images/landing-page-secondBG.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 560px;
	padding: 0;	
	z-index: 400;	
	text-shadow: 1px 1px 1px #000000;
}

#third .bg2{background: url(/images/landing-page-aspen.png) 0% 0 no-repeat fixed;
	height: 560px;
	margin: 0 auto;
	position: absolute;
	width: 600px;
	z-index: 200;
	margin-left: 500px;
	
	
}

#fourth{
	background: url(/images/landing-page-fourthBG.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 560px;
	padding: 0;	
	z-index: 400;	
	text-shadow: 1px 1px 1px #000000;
}

#fourth .bg3{background: url(/images/landing-page-ascent.png) 0% 0 no-repeat fixed;
	height: 560px;
	margin: 0 auto;
	position: absolute;
	width: 400px;
	z-index: 200;
	
}

#fifth{
	background: url(/images/landing-page-fifthBG.jpg) 50% 0 no-repeat fixed;
	height: 400px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	color: white;
}

.story{
	margin: 0 auto;
	min-width: 980px;
	width: 980px;
}

.story .float-left, .story .float-right{
	padding: 100px 0 0 0;
	position: relative;
	width: 400px;	
}

li
{
	float: left;
}

li a
{
text-decoration: none;
color: #ed7700;
margin-left: 10px;
padding-left: 10px;
}

li a:hover
{
text-decoration: underline;
}
