/*
Plugin: jQuery Parallax
Version 1.1
Author: Ian Lunn
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 */

@font-face {
  font-family:'Raleway';
  font-style: normal;
  font-weight: normal;
  src: url('raleway_thin-webfont.eot');
  src: local('Raleway'), local('Raleway'), url('raleway_thin-webfont.woff') format('woff');
}

body{
	margin: 0;
	min-width: 980px;
	padding: 0;
	font-family: "Raleway";
	font-size: 30pt;
	color: #48941A;
}

p{
	margin: 0 0 20px 0;
}

p, ul{
	font-size-adjust:0.488;
	font-weight:200;
	font-style:normal;
}

img{
	border: 0;
}

h1, #pixels{
	font-size-adjust:0.40;
	font-weight:700;
	font-style:normal;
}

h2{
	font-size-adjust:0.531;
	font-weight:500;
	font-style:normal;
}

a {
  color:#fff;
  text-decoration:none;
}

#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;
	z-index: 999;
}

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

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

#header, #footer {
	width: 100%;
	top: 0;
	left: 0;
	text-align: right;
	z-index: 10;
	background: #cfcfcf;
	opacity: 0.7;
	font-size: 12pt;
	padding: 6px 20px 4px 4px;
	height: 20px;
}

#headerFixed {
	height: 30px;
	font-size: 14pt;
	color: black;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background: #cfcfcf;
	opacity: 0.8;
	padding: 5px 20px 0 20px;
	text-align: right;
}

#headerRightFixed {
	font-size: 14pt;
	color: white;
	position: fixed;
	top: 0;
	right: 40px;
	z-index: 10;
	background: #B0262C;
	opacity: 1;
	padding: 20px 30px;
  line-height:1em;
	text-align: left;
  border-radius:0 0 5px 5px;
  -moz-border-radius:0 0 5px 5px;
  -webkit-border-radius:0 0 5px 5px;
}

#headerRightFixed a {
  color:#fff;
}

#footerFixed {
	width: 100%;
	font-size: 14pt;
	color: black;
	bottom: 0;
	right: 0;
	z-index: 10;
	background: #cfcfcf;
	opacity: 0.7;
	padding: 5px;
	padding-right: 20px;
	text-align: right;
}

#footerFixed a {
	color: black;
	font-size: 14pt;
	text-decoration: none;
}

#intro{
	background:url(/public/images/onepager/intro.jpg) 50% 0 no-repeat fixed;
	height: 400px;
	margin: 0 auto;
	padding: 160px 0 0 0;
}

.mobile #intro{
	background:url(/public/images/onepager/mobile/intro.jpg) no-repeat;
	height: 500px;
}

#busy{
	background: url(/public/images/onepager/busy.jpg) 50% 0 no-repeat fixed;
	height: 700px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

.mobile #busy{
	background:url(/public/images/onepager/mobile/busy.jpg) no-repeat;
}

#grownup{
	background: url(/public/images/onepager/grownup.jpg) 50% 0 no-repeat fixed;
	height: 400px;
	padding: 100px 0 0 0;
}

.mobile #grownup{
	background:url(/public/images/onepager/mobile/grownup.jpg) no-repeat;
	height: 500px;
}

#quickest{
	background: url(/public/images/onepager/quickest.jpg) 50% 0 no-repeat fixed;
	height: 600px;
	padding: 100px 0 0 0;
}

.mobile #quickest{
	background:url(/public/images/onepager/mobile/quickest.jpg) no-repeat;
}

#capture{
	background: url(/public/images/onepager/capture.jpg) 50% 0 no-repeat fixed;
	height: 500px;
	padding: 100px 0 0 0;
}

.mobile #capture{
	background:url(/public/images/onepager/mobile/capture.jpg) no-repeat;
}

#milestones{
	background: url(/public/images/onepager/milestones.jpg) 50% 0 no-repeat fixed;
	height: 500px;
	padding: 100px 0 0 0;
}

.mobile #milestones{
	background:url(/public/images/onepager/mobile/milestones.jpg) no-repeat;
}

#sharing{
	background: url(/public/images/onepager/sharing.jpg) 50% 0 no-repeat fixed;
	height: 600px;
	padding: 100px 0 0 0;
}

.mobile #sharing{
	background:url(/public/images/onepager/mobile/sharing.jpg) no-repeat;
}

#subscribe{
	background:url(/public/images/onepager/subscribe.jpg) 50% -75px no-repeat fixed;
	height: 700px;
	padding: 100px 0 0 0;
}

.mobile #subscribe{
	background:url(/public/images/onepager/mobile/subscribe.jpg) no-repeat;
}

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

.story {
	padding: 100px 0 0 0;
	position: relative;
}

.story .float-left, .story .float-right {
	font-size: 24pt;
	color: white;
	text-align: center;
	padding: 10px;
	background-color: #B0262C;
	width: 400px;
	opacity: 0.8;
}

.mobile .story .float-left {
	font-size: 36pt;
	width: 500px;
	opacity: 1;
}

.slide {
	width: 100%;
}

#nav li a {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: #8AB9D2;
	/*border: solid 2px white;*/
	opacity: 0.5;
}

#nav li a.current {
	background-color: orange;
}

#thankyou{
	background:url(/public/images/onepager/intro.jpg) 50% 0 no-repeat fixed;
	height: 800px;
	width: 100%;
	margin: 0 auto;
	position: fixed;
	top: 0;
}

#thankyou p {
	margin: 0 auto;
	width: 400px;
	margin-top: 10px;
	padding: 20px;
	background-color: #B0262C;
	color: white;
	opacity: 0.8;
	font-size: 16pt;
}