/*
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
*/

@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	min-width: 980px;
	padding: 0;
	font-family:"Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

p{
	margin: 0 0 20px 0;	
}

p, ul{
	font-family:"Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.488;/*  this adjust the size  */
	/*  font-size: 24pt ;  */
	font-weight:200;
	font-style:normal;
	line-height:120%;
}
p a{
	color:#090;
	font-weight:800;
	text-align:right;
	text-decoration:none;
	
}
img{
	border: 0;
}

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

h2{
	font-family:"Beau Sans Pro Book", Verdana, sans-serif;
	/* font-size: 18pt ;  */
	font-size-adjust:0.531;
	font-weight:500;
	font-style:normal;
}
#intro h3{
	font-family:"Beau Sans Pro Book", Verdana, sans-serif;
	font-size: 18pt ; /*  */
	/* font-size-adjust:0.7531; */
	font-weight:100;
	font-style:normal;
	margin-top:-10px;
}
#header h1, #pixels{
	color: #48941A;
}

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

.float-right{
	float: right;
	margin: 0 200px 0 0;
}

.center{
	font-size: 2.5em;
	padding: 80px 0;
	text-align: center;
}

#nav1 {
	list-style: none;
	/* position: fixed;  fixed keeps it on the page */
	/* position:relative;  this moves along with scrolll  */
	
	position:absolute;  /*  absolute ?  */
	/* right: 20px; */
	padding-right: 20px;
	float: right;
	margin-top:100px;
	z-index: 100 ;
}
#nav {
	list-style: none;
	position: fixed;
	right: 6px;
	float: right;
	margin-top:1px;
	text-align:right;
	z-index: 100 ;
	padding:1px;
	top:1px;
	height:90%;
	/*overflow:hidden; */
	
}
#nav1 ul {
	margin: 0 0 10px 0;
	line-height:inherit; /*  */
	text-align:right;
	font-size: 12pt ;
	
	/* vertical-align: middle;  */
}

#nav li{
	/* margin: 0 0 15px 0;	 */
	padding-bottom:1px; 
}
#navOrig li{
	margin: 0 0 15px 0;	
	/* padding-bottom:20px;  */
}
#nav a{
	color:#33FF00;
	font-size: 10pt ;
	text-align:right;
	text-decoration:none;
	/* padding: 0 10px 0 10px; */
}

#header, #intro, #second{
	width: 100%;
}

#header{
	/* background: white;  */
	height: 100px;	
}
/* top section  */
#intro {
	background:url(images/background_top.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 810px;
	margin: 0;
	padding: 0 0 0 0;
}
#intro .bg {
	/* background: url(images/diva2_4web.png) 50% 0 no-repeat fixed;  */
	height: 400px;
	margin: 10px auto;
	padding: 0;
	position: absolute; /*  this need to be on. */
	width: 440px;
	z-index: 200;
	left: 389px;
	top: 395px;
}
#second{
	background: url(images/clothing_store_4web.png) 50% 0 repeat-y fixed; /* changed to repeat y for mobile devices  */
	color: white;
	height: 810px;
	margin: 0 auto;
	overflow: hidden; /* this worked at first */
	padding: 0;
}


#second .bg {
	/* background: url(images/diva2_4web.png) 50% 0 no-repeat fixed;  */
	height: 500px;
	margin: 10px auto;
	padding: 0;
	position: absolute; /*  this need to be on. */
	width: 440px;
	z-index: 200;
	left: 100px;
	top: 858px;
}

#third{
	background: url(images/Diva_ho_Second_bg.jpg) 50% 0 repeat-y fixed;
	color: white;
	height: 820px;
	padding: 0 0 0 0;	
	margin:0 auto;
}
/*  Diva-Dual-BG.jpg  fourth  */
#fourth2 {
	background: url(images/Diva-Dual_bg.jpg) 50% 0 no-repeat fixed;
	/* color: white; */
	height: 840px;
	margin: 0 ;
	overflow: hidden; /* this worked at first */
	padding: 0;
	/* top:2000px;  */
}
#fourth {
	background: url(images/Diva-Dual_bg.jpg) ; /* , 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-y; /* , repeat, repeat ,no-repeat; */
	color: white;
	height: 840px;
	padding: 0px 0 0 0;
	overflow: hidden; /* this worked at first */
}
#fifth{
	background: url(images/Diva-SPOT-BG.jpg) 50% 0 repeat-y fixed;  /* add repeat to work on mobile  */
	color: white;
	height: 850px;
	padding: 100px 0 0 0;	
}
#sixth{
	background-color: #000000;
	background: url(images/RGB_background.jpg) 50% 0 no-repeat fixed;  /* add repeat to work on mobile  */
	color: white;
	height: 850px;
	padding: 100px 0 0 0;	
}
#sixth .story .float-left p h2 {
	color:#FFFFFF;
}

#fifth1{
	background: #ccc;
	height: 1000px;
	margin: 0 auto;
	padding: 40px 0 0 0; 
}
#seventh {
	background: url(images/Train_image_LR.jpg) 50% 0 no-repeat fixed;

	/* color: white; */
	height: 840px;
	margin: 0 ;
	overflow: hidden; /* this worked at first */
	padding: 0;
	/* top:2000px;  */
}
.story {
	margin: 0 auto;
	min-width: 1100px;
	width: 1000px;
}

.story .float-left, .story .float-right{
	padding: 100px 0 0 0;
	position: relative;
	/*width: 30%; 	*/ 
	width: 460px;
	color:#333;
}
.story .float-right{
	
	width: 30%; 
	/* width: 400px;	*/ 
	
}

#intro .story .float-left {
	padding-top:62px;
}
	
#sixth .story .float-left h2 {
	color: #FFF;
}
#sixth .story .float-left p em strong {
	color: #FFF;
}
#sixth .story .float-left p {
	color: #FFF;
}
