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

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

p{
	margin: 0 0 20px 0;	
	font-family:'Open Sans', sans-serif;
	font-weight: 800; 
	font-style:bold;
}

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-size: 45px;
	font-family:'Open Sans', sans-serif;
	font-weight: 300; 
	letter-spacing: 2px;
	color: white;
	font-style:thin;
	font-style:italic;
}

h3{
	font-size: 15px;
	font-family:'Open Sans', sans-serif;
	font-weight: 700; 
	letter-spacing: 4px;
	color: white;
	margin-top: 10px;
}

h4{
	font-size: 24px;
	font-family:'Open Sans', sans-serif;
	font-weight: 700; 
	font-style:bold;
	letter-spacing: 5px;
	color: #404040;
}

h5{
	font-size: 16px;
	font-family:'Open Sans', sans-serif;
	font-weight: 400; 
	font-style:normal;
	line-height:24px;
	margin-top: 0px;
	margin-bottom: 8px;
}

#portdet{
	font-size: 14px;
	font-family:'Open Sans', sans-serif;
	margin-top: 55px;
	color: #313131;
}

#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: 1.5em;
/*
	padding: 120px 0 0 0;
*/
	padding: 250px 0 0 0;
	text-align: center;
	vertical-align: middle;
}

#nav{
	list-style: none;
	position: fixed;
	top: 40%;
	right: 40px;
}

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

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

#intro{
	background: url(../assets/hero.png) 0px/100% no-repeat fixed;
	height:800px;
	margin: 0 auto;
	padding: 0;
/*
	background: url(../assets/hero.jpg) 0px/100% no-repeat fixed;
	height: 900px;
	width: 500px;
	height: 500px;
	border-bottom: 900px solid white;
	border-left: 1400px solid transparent;
*/
}

#intros{
        background: url(../assets/hero.png) no-repeat fixed;
        height:1600px;
        margin: 0 auto;
        padding: 0;
/*
        background: url(../assets/hero.jpg) 0px/100% no-repeat fixed;
        height: 900px;
        width: 500px;
        height: 500px;
        border-bottom: 900px solid white;
        border-left: 1400px solid transparent;
*/
}

#angle{
	width: 100%;
	margin-top: 980px;
}

#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/trainers.png) 50% 0 no-repeat fixed;
	height: 1300px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 900px;
	z-index: 200;
}

#mywork{
        width: 990px;
        border-spacing: 30px 20px;
        border-width: 0px;
        border-style: none;
        border-collapse: separate;
}

#aboutmewrapper{
        width: 100%;
	border-spacing: 0px 350px;
	border-width: 0px;
	border-style: none;
	border-collapse: separate;
}

#aboutme{
	width: 990px;
	border-spacing: 35px 20px;
	border-width: 0px;
	border-style: none;
	border-collapse: separate;
}

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

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

.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: 350px;	
}

#triangle-bottomright {
	width: 0;
	height: 0;
	border-bottom: 100px solid red;
	border-left: 100px solid transparent;
}
