/*
Plugin: jQuery Parallax
Version 1.1.3
Author: Ian Lunn
Twitter: @IanLunn
Author URL: http://www.ianlunn.co.uk/
Plugin URL: http://www.ianlunn.co.uk/plugins/jquery-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/.
*/

@charset "utf-8";

.paragraph {
	font-family: 'Lato', sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	font-weight: 400;
	color: rgb(255,255,255);
}
.h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 40pt;
	line-height: 54pt;
	font-weight: 300;
	color: rgb(255,255,255);
}
.table {
	border: 1px solid rgb(255,255,255);
	padding: 5px;
}
.credits {
	font-family: 'Lato', sans-serif;
	font-size: 8pt;
	line-height: 12pt;
	font-weight: 400;
	color: rgb(255,255,255);
}
/* CSS Document */

body{
	margin: 0;
	min-width: 980px;
	padding: 0;
}

p{
	margin: 0 0 20px 0;	
}

p, ul{
	font-family:"Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.488;
	font-weight:200;
	font-style:normal;
}

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:'Oswald', sans-serif;
	;
	font-size-adjust:0.531;
	font-weight:300;
	font-size: 36pt;
	line-height: 48pt;
	color: rgb(255,255,255);
}

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

.float-left{
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding: 8px;
	background-image: url(images/black-square.png);
}

.float-left1{
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.float-right{
	float: right;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(images/black-square.png);
	padding: 8px;
}

#nav{
	list-style: none;
	position: fixed;
	right: 20px;
}
#nav-titles {
	height: auto;
	width: 120px;
	position: fixed;
	z-index: 40;
	top: 8px;
	right: 50px;
	font-family: 'Oswald', sans-serif;
	font-size: 10pt;
	line-height: 25pt;
	font-weight: 700;
	text-transform: uppercase;
	color: rgb(255,255,255);
	text-align: right;
	letter-spacing: 0.06em;
}

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

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

#intro{
	background:url(images/firstBG.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 800px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#second{
	height: 1200px;
	overflow: hidden;
	padding: 0;
	background-attachment: fixed;
	background-image: url(images/secondBG.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#third{
	background: url(images/thirdBG.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 800px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

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


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

#sixth{
	color: white;
	height: 800px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-attachment: fixed;
	background-image: url(images/sixthBG.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}

#seventh{
	color: white;
	height: 800px;
	padding: 0;
	background-attachment: fixed;
	background-image: url(images/seventhBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.story{
	min-width: 500px;
	overflow: auto;
	width: 75%;
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: auto;
}

.story2{
	overflow: auto;
	width: 52%;
	min-width: 600px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 15%;
}

.story .float-left, .story .float-right{
	position: relative;
	width: 40%;
}
a:link {
	color: rgb(255,255,255);
}
a:visited {
	color: rgb(255,255,255);
}
a:hover {
	color: #c99900;
}
body {
	background-color: #ccc;
}
