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

html {
	font-size: 13px;
	font-family: "futura", "Century Gothic", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 180%;
	background: #fff;
}

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

p{
	margin: 0 0 20px 0;	
}

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

img{
	border: 0;
}

a{
	color: #ffffff;
}

h1, #pixels{
/*
	font-family:"Museo 900", Verdana, serif;
	font-size-adjust:0.40;
	font-weight:700;
	font-style:normal;
*/
}

h2{
	font-size-adjust:0.531;
	font-weight:500;
	font-style:normal;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 1em;
}

#header {
	font-family: Impact, "Arial Black", sans-serif;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background: #333333;
	padding: 10px 0px;
}

#header h1 {
	margin: 0;
	font-weight: normal;
	font-size: 16px;
	font-size: 1.6rem;
	padding-left: 55px;
	padding-left: 5.5rem;
}

#header h1, #pixels{
	color:#ffffff;
}

#nav {
	position: absolute;
	top: 10px;
	right: 0;
	padding-right: 55px;
	padding-left: 5.5rem;
}

.nav-button {
	float: left;
	padding: 0 5px;
	padding: 0 .5rem;
	text-decoration: none;
	font-size: 16px;
	font-size: 1.6rem;
	color: #ffffff;
}

.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;
}


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

#intro{
	background:url(images/firstBG.jpg) 50% -75px no-repeat fixed;
	background-size:100%;
	color: white;
	height: 650px;
	margin: 0 auto;
	padding: 50px 0 0 0;
}

#first{
	background:url(images/firstBG_2.jpg) 50% -75px no-repeat fixed;
	color: white;
	height: 650px;
	margin: 0 auto;
	padding: 50px 0 0 0;
}

#second{
/*
	background: url(images/secondBG.jpg) 50% 0 no-repeat fixed;
*/
	background: url(images/thirdBG.jpg) 100% 0 fixed;
	color: #ffffff;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0 40px 0;
}

#second .bg{
	background: url(images/trainers.png) 50% 0 no-repeat fixed;
	height: 1300px;
	margin: 0 auto;
	padding: 90px 0 90px 0;
	position: absolute;
	width: 900px;
	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/fourthBG.jpg) 100% 0 fixed;
	color: #ffffff;
	overflow: hidden;
	margin: 0 auto;
	padding: 40px 0 40px 0;
}

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

#fifth a{
	color: #333333;
}

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

.story .float-left, .story .float-right{
	padding: 100px 0 0 0;
	position: relative;
	width: 365px;	
}

.slide {
	width: 100%;
}

.text_frame{
	padding: 15px;
	background-color: rgba(68,68,68,0.9);
}

/*------------------------  SLIDES  */

.where {
	position: relative;
	margin: 0;
	width: 100%;
	height: 500px;
	height: 50rem;
	padding: 100px 0 200px;
	padding: 10rem 0 20rem;
	text-align: center;
}

.where h2 {
	font-size: 30px;
	font-size: 3rem;
	margin: 0;
}

.where h3, .where p, .where a {
	margin: 0;
	font-size: 20px;
	font-size: 2rem;
}

.where-block {
	vertical-align: top;
	display: inline-block;
	width: 49%;
	margin: 0 auto;
}

#where1 {
	padding: 60px 0 200px;
	padding: 6rem 0 20rem;
}

/*------------------------  IMAGES  */

/* width % is width of img / 1280 px (target screen width)  */

.img-wrap {
	margin: 0 auto;
}
