/*
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";
/* CSS Document */

/* Regular */
@font-face {
    font-family: 'SEZ_SHARPER';
    src: url('../webfonts/SEZ_SHARPER.eot');
    src: url('../webfonts/SEZ_SHARPER.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/SEZ_SHARPER.woff') format('woff'),
         url('../webfonts/SEZ_SHARPER.ttf') format('truetype'),
         url('../webfonts/SEZ_SHARPER.svg#SEZ_SHARPER') format('svg');
    font-weight: normal;

}

body{
	margin: 0;
	padding: 0;
	background-color: #000000;
	min-width: 980px;
}

.content {
	padding-bottom: 50px;
}

p{
	margin: 0 0 30px 0;	
}

p, ul, label{
	font-family:'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #fff;
	font-weight:200;
	font-style:normal;
}

input{
	font-family:'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 32px;
}

table {
	width: 100%;
}

th, td{
	font-family:'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	font-style:normal;
	text-align: left;
	padding-right: 5px;
	padding-bottom: 5px;
}

th {
	font-weight: bold;
}


a{
	font-family:'Helvetica Neue', Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: underline;
}


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:"SEZ_SHARPER", Verdana, sans-serif;
	font-size: 58px;
	font-size-adjust:0.531;
	font-weight:500;
	font-style:normal;
	margin-left: auto ;
	margin-right: auto ;
}

#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;	
}


#intro{
	background: url(../img/001.png) no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-color: #000000;
	color: white;
	height: 800px;
	margin: 0 auto;
	padding: 0;
}

.bigimage {
    height: 700px;
	width:100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
    background-color: #000000; 
}

#second{
	background: url(../img/002.png) no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;     
}

#third{
	background: url(../img/003.png) no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}

#fourth{
	background: url(../img/004.png) no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}

#fifth{
	background: url(../img/008.png) no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#sixth{
	background: url(../img/004.png) no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.story{
	margin: 0 auto;
	min-width: 980px;
	overflow: auto;
	width: 980px;
}

.content{
	min-width: 800px;
	overflow: auto;
	width: 800px;
	margin-left: auto ;
	margin-right: auto ;
}

.sectionheader {
	margin-left: auto ;
	margin-right: auto ;
}

.story .float-left, .story .float-right{
	padding: 100px 0 0 0;
	position: relative;
	width: 350px;	
}

#screenshotcontainer {
 
    -text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    
    /* just for demo */
    
}

.screenshot {
    width: 185px;
    height: 104px;
    background:#ccc;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    margin-right:10px;
    margin-bottom: 10px;
    zoom: 1
}

.screenshot img {
    width: 185px;
    height: 104px;
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	#intro{
		background:url(../img/001.png) no-repeat;
		height: 550px;
	}
 
	#second{
		background: url(../img/002.png) no-repeat;

	}
	#third{
		background: url(../img/003.png) no-repeat;
	}
	
	#fourth{
		background: url(../img/004.png) no-repeat; 
	}
	
	#fifth{
		background: url(../img/008.png) no-repeat;
	}
	
	#sixth{
		background: url(../img/004.png) no-repeat;
	}
	
	#intro, #second, #third, #fourth, #fifth, #sixth {
		background-size: 100%;
	}
	
	.bigimage {
    	height: 550px;
	}
}


@media only screen and (max-device-width : 568px) {

	#intro{
		background:url(../img/001.png) no-repeat;
		height: 550px;
	}
 
	#second{
		background: url(../img/002.png) no-repeat;

	}
	#third{
		background: url(../img/003.png) no-repeat;
	}
	
	#fourth{
		background: url(../img/004.png) no-repeat; 
	}
	
	#fifth{
		background: url(../img/008.png) no-repeat;
	}
	
	#sixth{
		background: url(../img/004.png) no-repeat;
	}
	
	#intro, #second, #third, #fourth, #fifth, #sixth {
		background-size: 100%;
	}
	
	.bigimage {
    	height: 550px;
	}
}

