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

html {
	height: 100%;
}

body{
	height: 100%;
	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:"Beau Sans Pro Book", Verdana, sans-serif;
	font-size-adjust:0.531;
	font-weight:500;
	font-style:normal;
}

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

#fifth h2{
	color: #FFFFFF;
}

#fifth p{
	color: #FFFFFF;
}

#fifth a{
	color: #969696;
	text-decoration: none;
}

#fifth a:hover{
	color: #990099;
}

.text{
	float: left;
	width: 640px;
}

.photo{
	float: left;
	height: 300px;
	width: 300px;
	background-image: url(images/portrait.jpg);
	border-radius: 150px;
	margin-right: 20px;
}

.center{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	font-size: 2.5em;
	text-align: center;
}

#nav{
	list-style: none;
	position: fixed;
	right: 20px;
}

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

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

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

#second{
	background: url(images/BG2.jpg) 50% 0 no-repeat fixed;
	color: white;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 100px;
}

#third{
	background: url(images/BG3.jpg) 50% 0 no-repeat fixed;
	color: white;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 100px;
}

#fifth{
	background: #202020;
	height: 300px;
	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;
}

#portfolio{
	margin-left: auto;
	margin-right: auto;
	height: 90%;
	overflow: hidden;
}

.box{
	background-color: #000000;
	height: 300px;
	width: 300px;
	border-radius: 150px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

.box img:hover{
	border-radius: 150px;
	overflow: hidden;
	opacity: .5;
}

.end{
	margin-right: 0px;
}

.bio{
	width: 960px;
}
