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

p{
	margin: 0 0 20px 0;	
}

p, ul{
	font-family: 'Droid Sans', arial, serif; 
	font-size-adjust:0.488;
	font-weight:200;
	font-style:normal;
}

a{
	text-decoration:none;
}

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: 'Terminal Dosis Light', arial, serif; 
	font-weight:500;
	font-style:normal;
	font-size:45px;
}

h3{
	font-family: 'Josefin Slab', arial, serif;
	font-weight:normal;
	text-align:justify
}

h3 span{
	display:block;
	text-align:justify
}


#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;
	text-align: center;
}

#nav{
	list-style: none;
	position: fixed;
	right: 20px;
}

#nav li{
	margin: 0 0 15px 0;	
}

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

#header{
	background: white;
	height: 130px;	
}

#intro{
	background:#efefef url(images/firstBG.jpg) 50% 0 no-repeat fixed;
	color: #666;
	height: 640px;
	margin: 0;
	padding:0px 0 0 0;
}

#intro .balloon1{
	background: url(images/balloon1.png) 60% 0 no-repeat fixed;
	height: 640px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 900px;
	z-index: 200;
}

#intro .balloon2{
	background: url(images/balloon2.png) 60% 0 no-repeat fixed;
	height: 480px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 900px;
	z-index: 200;
}




#second{
	background: url(images/secondBG.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 1300px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}


#second .bg{
	background: url(images/pics1.png) 60% 0 no-repeat fixed;
	height: 1300px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 980px;
	z-index: 200;
}

#second .bg2{
	background: url(images/pics2.png) 60% 0 no-repeat fixed;
	height: 1300px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 980px;
	z-index: 200;
}

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

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

#fifth{
	height: 700px;
	padding: 40px 0 0 0;
	background: #e3e3e3 url(images/fifthBG.jpg) 50% 0 no-repeat fixed;
}

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

}

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

.welcome{
	position:absolute;
	top:80px;
	right:100px;
	width:450px;
	padding:20px;
	z-index:99999;

}

.welcome h2{
	margin:10px 0;
	text-shadow:0px 1px #fff;
}

.welcome h3{
	text-shadow:0px 1px #fff;
	line-height:24px;
}

.welcome h3 strong{
	color:#e73b2d
}
	

a.rsvp{
	display:block;
	background:#e73b2d;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#fff;
	text-align:center;
	margin:5px 0 0 0;
	padding:5px;
	font-family: 'Droid Sans', arial, serif; 
}