@charset "utf-8";
/* CSS Document */

html, body {
    height:100%;
} 
body {
	background-color: #3c3c3c;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	margin: 0;
}

#wrap {
	background-position: center 20px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	}
#logo {
	width: 75%;
	height: auto;
	top: 44px;
	left: 20px;
	position: relative;
}


#header-wrap {
	width: 100%;
}
	
#header-top-wrap {
	width: 100%;
	background-color: #eab51f;
	}
#header-top {
	width: 100%;
	margin: 0 auto;
	height: 0px;
	z-index: 30;
}
#header-mid-wrap {
	width: 100%;
}
#header-mid-wrap-l {
	width: 100%;
	float: left;
}
#header-mid-wrap-r {
	background: rgba(45,49,50,0);
	width: 100%;
	float: left;
	height: 40px;
}

#header-curve {
	width: 100%;
	margin: 0 auto;
	min-height: 50px;
	z-index: 40;
	background: rgba(45,49,50,0.7);
} 
#header-curve-l {
	display:  none;
	background-image: none;
}
#header-curve-r {
	min-height: 50px;
	float: left;
	width: 100%;
}

#header-curve-r h1 {
	font-size: 13px;
	font-weight: normal;
	color: #a8c6e8;
	text-transform: uppercase;
	margin: 20px 0 0 0;
	padding-top: 40px;
	text-align: left;
	padding-right: 0;
	padding-left: 20px;	
}

#nav-wrap {
	background: rgba(45,49,50,0.7);
	height: 41px;
	width: 100%;
	}
#nav-bar {
	display: none;
	} 
	
#content-wrap-home {
	width: 100%;
	min-height: 600px;
	}
	
#content-wrap {
	width: 100%;
	background: rgba(45,49,50,0.7);
	margin-bottom: 100px;
	display: block;
    overflow: visible;
    min-height: 100%;
    height: 100%;
    height: auto;
	}
	
#contents {
	width: 100%;
	margin: 0 auto;
	color: #fff;
	padding-top: 20px;
	margin-bottom: 150px;
	display: block;
    overflow: auto;
    min-height: 400px;
    height: 100%;
    height: auto;
	}
#contents-l {
	font-family: oswald, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	width: 305px;
	float: left;
	color: #a8c6e8;
	}
#contents-l h1 {
	letter-spacing: 2px;
	font-size: 30px;
	font-weight: 700;
	text-align: right;
	padding-right: 10px;
	margin: 0;
	}		
#contents-r {
	width: 720px;
	float: left;
	margin-left: 50px;
	}	
#contents-r p {	
	font-weight: 400;
	font-size: 17px;
	line-height: 24px;
	overflow: visible;
}
#contents-r ul {	
	margin: 0;
	padding: 0;
}
#contents-r li {	
	margin: 0 0 5px 0;
	list-style-type:none;
	padding-left: 0;
}
#contents-r .thumbs {
	width: 358px;
	height: 333px;
	float: right;
	margin-top: 20px;
	margin-left: 30px;
	overflow: visible;
}
#footer-wrap {
	clear: both;
	background-color: #3c3c3c;
	width: 100%;
	}	
#footer {
	height: 20px;
	padding-top: 10px;
	margin: 0 auto;
	width: 100%;
	}	
#footer p {
	color: #999;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	padding: 0 2%;
	}
	
/* set background image per page */
.home-bg {
background-image: url("../images/mobile-skater.jpg");
}
.about-bg {
background: url("../images/skater.jpg");
}
.crew-bg {
background: url("../images/crew2.jpg");
}
.contact-bg {
background: url("../images/highway.jpg");
}
.projects-bg {
background-image: url("../images/pipes1.jpg");
}

.last {
	padding-bottom: 40px;
}
