html, body {
	margin: 0;
	font: 62.5/1.4 Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: rgb(38,35,35);
}
.container {
	width: 100%; margin: 0 auto;

}
#header {
	background: url(../images/banner.png) no-repeat;
	background-size: 100%;
	height: 60px;

}
body {
	background: rgb(38,35,35) url(../images/background.jpg) no-repeat fixed -150px ;
	height: 800px;
	display: block;
	position: relative;
	background-size: 145% auto;
}


#logo{
	float: left;
	width: 100%;
	margin: 60px auto 0;
	height: 300px;
	text-align: center;

}
#logoimg{
	background: url(../images/f-logo.png) no-repeat;
	width: 300px;
	height: 300px;
	margin: 0px auto;
	text-indent: -9000px;

}
#tagline{
	float: left;
	width: 100%;
	margin: 0px auto;
	height: 60px;
	text-align: center;
	padding-top: 60px;
	font-size: 36px;
}

section {
	font-family: "proxima-nova-sc-osf-1", "proxima-nova-sc-osf-2";
	font-style: normal;
	font-weight: 300;
}

li{
	display: block;
	list-style: url(none) none;
	width: 40px;
	height: 40px;
	margin: 0 10px 10px 0;
	float: left;
	background-color: transparent;
	text-indent: -9000px;
	top: -30px;
	position: relative;
	left: -38px;
	}
#ray, #chad{
	width: 37.4%;
	height: 40px;
	font-size: 1.5em;
	float: left;
	padding: 40px 6.25% 0px;
	color: rgb(38,35,35);
}
.center{
	width: 100%;
	margin: 0px auto;
}
hr{
	display: block;
	margin: 0 0 0 0;
	border: thin solid rgb(38,35,35);
}

#facebook{
		background: url(../images/facebook.png) no-repeat; 
}
#twitter{
		background: url(../images/twitter.png) no-repeat;
}
#linkedin{
		background: url(../images/linkedin.png) no-repeat;
}
#behance{
		background: url(../images/behance.png) no-repeat;
}
