/*
CSS for the demo: Recreating the Nikebetterworld.com Parallax Demo
Demo: Recreating the Nikebetterworld.com Parallax Demo
Author: Ian Lunn
Author URL: http://www.ianlunn.co.uk/
Demo URL: http://www.ianlunn.co.uk/demos/recreate-nikebetterworld-parallax/
Tutorial URL: http://www.ianlunn.co.uk/blog/code-tutorials/recreate-nikebetterworld-parallax/

License: http://creativecommons.org/licenses/by-sa/3.0/ (Attribution Share Alike). Please attribute work to Ian Lunn simply by leaving these comments in the source code or if you'd prefer, place a link on your website to http://www.ianlunn.co.uk/.

Dual licensed under the MIT and GPL licenses:
http://www.opensource.org/licenses/mit-license.php
http://www.gnu.org/licenses/gpl.html
*/

@font-face {
  font-family:BebasNeue;
  src: url(fonts/BebasNeue-webfont.ttf);
}    
/* CSS Document */

body{
	background-color:#000;
	color:#CCC;
}

p{
	
	
	padding-left:20px;
	margin: 0 0 20px 0;	
}
p1{
	font-size:21px;
	margin-top:20px;
	
}
p3{
	font-size:21px;
	margin-top:20px;
	color:#CCC;
}
p{
	font-family:"Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.488;
	font-weight:200;
	font-style:normal;
	padding-right:40px;
	
}
 ul{
	font-family:"BebasNeue", 'BebasNeue', Arial, Helvetica, sans-serif;
	font-size-adjust:1;
	font-weight:200;
	font-style:normal;
	padding-right:40px;
	
}
img{
	border: 0;
}

h1, #pixels{
	font-family:"Museo 900", Verdana, serif;
	font-size-adjust:0.40;
	font-weight:700;
	font-style:normal;
}

h2{
	font-family:"Beau Sans Pro Book", Verdana, sans-serif;
	font-size-adjust:0.531;
	font-weight:500;
	font-style:normal;
	padding-top:20px;
	padding-left:20px;
}
h3{
	font-family:"Beau Sans Pro Book", Verdana, sans-serif;
	font-size-adjust:0.531;
	font-weight:500;
	font-style:normal;
	margin:0;
	color:#CCC;
	padding:0px;
}
.center{
	font-size: 2.5em;
	padding: 80px 0;
	text-align: center;
}


#header, #intro, #second #about-us #request-form {
	width: 100%;
	
}


#intro{
	position:relative;
	background-color:#000;
	color: #666;
	height:auto;
	width:97%;
	margin: 0px;
	
		
}.pagebtn{
	background-color:#000;
	color: #FAE90C;
	width:100%;
	margin: 0px;
	z-index:200000;
	
		
}
.pagebtn .a{
	background-color:#000;
	color: #FAE90C;
	width:100%;
	text-decoration:none;
	margin: 0px;
	z-index:200000;
	
		
}
#second{
	
	width: 100%;
	
}
#about-us{
	
	width: 100%;
	
}
#contact {
	
	height: 0px;
	width:100%;
	
}
#container{
	
	color:#FAE90C;
	width:100%;

	
}



#second .bg{
	background: url(images/trainers.png) 50% 0 no-repeat ;
	height: 600px;
	position: absolute;
	width: 900px;
	z-index: 200;
	left: 50%;	
}

#third{
	background: url(images/thirdBG.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 500px;
	padding: 40px 0 0 0;	
}

#fourth{
	background: url(images/bubbles2.png), url(images/bubbles2.png), url(images/bubbles1.png), url(images/fourthBG.jpg);
	background-position: 50% 0, 50% 0, 50% 0, 50% 0;
	background-color: #036;
	background-attachment: fixed;
	background-repeat: repeat, repeat, repeat ,no-repeat;
	color: white;
}

#header h1, #pixels{
	color: #48941A;
}

.float-left{
	float: left;	
	margin: 0 0 0 20px;
}

.float-right{
	float: right;
	margin: 0 20px 0 0;
	height: 700px;
	padding: 40px 0 0 0;
}

#fifth{
	background: #ccc;
	height: 1000px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}

.story{
	margin: 0 auto;
	min-width: 500px;
	width: 500px;
}

.story .float-left, .story .float-right{
	
	padding: 100px 0 0 0;
	position: relative;
	width: 350px;	
}
