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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-appearance: none;
	-moz-appearance: none
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}


body {
	display:block;
	height:100%;
	width:100%;
	font-family:Helvetica, sans-serif;
	background-color:#ffffff;
	}
	
	
a {
	text-decoration:none;
}


ul, li {
	list-style-type:none;
}


@font-face {
	font-family: kabelBlack;
	src: url(../fonts/KabelLTStd-Black.eot#iefix) format('embedded-opentype'), 
	     url(../fonts/KabelLTStd-Black.woff) format('woff'), 
	     url(../fonts/KabelLTStd-Black.ttf)  format('truetype'),
	     url(../fonts/KabelLTStd-Black.svg) format('svg');
	}

@font-face {
	font-family: kabelBook;
	src: url(../fonts/KabelLTStd-Book.eot#iefix) format('embedded-opentype'), 
	     url(../fonts/KabelLTStd-Book.woff) format('woff'), 
	     url(../fonts/KabelLTStd-Book.ttf)  format('truetype'),
	     url(../fonts/KabelLTStd-Book.svg) format('svg');
	}

@font-face {
	font-family: kabelLight;
	src: url(../fonts/KabelLTStd-Light.eot#iefix) format('embedded-opentype'), 
	     url(../fonts/KabelLTStd-Light.woff) format('woff'), 
	     url(../fonts/KabelLTStd-Light.ttf)  format('truetype'),
	     url(../fonts/KabelLTStd-Light.svg) format('svg');
	}



#page-wrapper {
	display: block;
	width: 100%;
	position: relative;
}





/**---------------     HEADER    ---------------**/



.hero-wrapper {
	display: block;
	position: fixed;
	background: url(../images/hero.png) top left no-repeat;
	background-size:cover;
	width: 100%;
	height: 100%;
	background-color: #dbc100;
	z-index: 1;
}

.hero {
	display: block;
	width: 100%;
	padding: 60px 0 70px;
}

.hero h1 {
	display: block;
	text-align: center;
	font-family: kabelBlack, sans-serif;
	font-size: 74px;
	color: #ffffff;
	text-shadow: 2px 2px 1px rgba(0,0,0, 0.5);
	margin:80px 0 0;
	padding: 0;
	line-height: 1;
	letter-spacing: 2px;
}

.hero p {
	display: block;
	text-align: center;
	font-family: kabelLight, sans-serif;
	font-size: 48px;
	color: #ffffff;
	text-shadow: 2px 2px 1px rgba(0,0,0, 0.5);
	margin:0px 0 10px;
	padding: 0;
	line-height: 1;
	letter-spacing: 2px;
}

.nav-wrapper {
	display: block;
	width: 560px;
	margin:40px auto;
}

.nav-wrapper a {
	display: block;
	text-align: center;
	width: 150px;
	float:left;
	font-family: kabelBlack, sans-serif;
	border: 2px solid  rgba(255,255,255, 0.75);
	border-radius: 4px;
	background-color: rgba(255,255,255, 0.5);
	box-shadow:  1px 1px 3px rgba(0,0,0, 0.35);
	margin: 0 15px;
	padding: 13px 0 8px;
	line-height: 1;
	letter-spacing: 1px;
	color: #bb3426;
}






/**---------------     BODY    ---------------**/



.body-wrapper {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 20;
	position: absolute;
    top:380px;
}

.skills-wrapper {
	display: block;
	width: 100%;
	height: 500px;
	background-color: #ffffff;
	text-align: center;
	padding: 50px 0 0;
}

.skills-wrapper h1 {
	display: block;
	font-family: kabelLight, sans-serif;
	font-size: 52px;
	line-height: 1;
	margin: 40px 0 10px;
	color: #777777;
}

.skills-nav {
	display: block;
	width: 1080px;
	margin: 0 auto;
}

.skill {
	display: block;
	width: 225px;
	float: left;
	text-align: center;
	margin: 40px 20px;
}

.skill a {
	text-decoration: none;
}

.skill img {
	display: block;
}

.skill p {
	display: block;
	text-align: center;
	font-family: kabelLight, sans-serif;
	font-size: 28px;
	color: #777777;
	margin:0px 0 10px;
	padding: 10px 0 0;
	line-height: 1;
	letter-spacing: 2px;
}


.skill-header {
	display: block;
	background-color: #ececec;
	width: 100%;
	padding: 120px 0 80px;
	text-align: center;
}

#dark {
	display: block;
	background-color: #ececec;
	width: 100%;
	padding: 50px 0;
	text-align: center;
	box-shadow: 10px 0px 15px rgba(0,0,0,0.5)
}

.skill-header h1 {
	display: block;
	font-family: kabelLight, sans-serif;
	font-size: 52px;
	margin: 25px 0 0px;
	color: #777777;
	text-align: center;
}

.skill-header p {
	display: block;
	font-family: kabelLight, sans-serif;
	font-size: 22px;
	margin: 25px 0 0px;
	color: #777777;
	text-align: center;
}


.showcase-wrapper {
	display: block;
	background-color: #ececec;
	width: 100%;
	height: 580px;
	text-align: center;
	position: relative;
	overflow: hidden;
	background-repeat: repeat;
}

.bg1 {
	background: url(../images/texture_bg1.jpg);
}

.bg2 {
	background: url(../images/texture_bg2.jpg);
}

.bg3 {
	background: url(../images/texture_bg3.jpg);
}

.bg4 {
	background: url(../images/texture_bg4.jpg);
}

.showcase {
	width: 1100px;
	display: block;
	margin: 0 auto;
	position: relative;
}

.showcase-paralax {
	width: 600px;
	height: 631px;
	margin-right: 50px;
	margin-left: -30px;
	position: absolute;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
}

.showcase-paralax-long {
	width: 600px;
	height: 820px;
	margin-right: 50px;
	margin-left: -30px;
	position: absolute;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
}

#paralax-logo {
	display:block;
	z-index: 1;
	background-image: url(../images/logo_showcase.png);
}

#paralax-logo-1 {
	display:none;
	z-index: 100;
	background-image: url(../images/logo_showcase_1.png);
}

#paralax-logo-2 {
	display:none;
	z-index: 100;
	background-image: url(../images/logo_showcase_2.png);
}

#paralax-logo-3 {
	display:none;
	z-index: 100;
	background-image: url(../images/logo_showcase_3.png);
}

#paralax-logo-4 {
	display:none;
	z-index: 100;
	background-image: url(../images/logo_showcase_4.png);
}

#paralax-print {
	display:block;
	z-index: 1;
	background-image: url(../images/print_showcase.png);
}

#paralax-print-1 {
	display:none;
	z-index: 100;
	background-image: url(../images/print_showcase_1.png);
}

#paralax-print-2 {
	display:none;
	z-index: 100;
	background-image: url(../images/print_showcase_2.png);
}

#paralax-print-3 {
	display:none;
	z-index: 100;
	background-image: url(../images/print_showcase_3.png);
}

#paralax-print-4 {
	display:none;
	z-index: 100;
	background-image: url(../images/print_showcase_4.png);
}

#paralax-web {
	display:block;
	z-index: 1;
	background-image: url(../images/web_showcase.png);
}

#paralax-web-1 {
	display:none;
	z-index: 100;
	background-image: url(../images/web_showcase_1.png);
}

#paralax-web-2 {
	display:none;
	z-index: 100;
	background-image: url(../images/web_showcase_2.png);
}

#paralax-web-3 {
	display:none;
	z-index: 100;
	background-image: url(../images/web_showcase_3.png);
}

#paralax-web-4 {
	display:none;
	z-index: 100;
	background-image: url(../images/web_showcase_4.png);
}

#paralax-info {
	display:block;
	z-index: 1;
	background-image: url(../images/info_showcase.png);
}

#paralax-info-1 {
	display:none;
	z-index: 100;
	background-image: url(../images/info_showcase_1.png);
}

#paralax-info-2 {
	display:none;
	z-index: 100;
	background-image: url(../images/info_showcase_2.png);
}

#paralax-info-3 {
	display:none;
	z-index: 100;
	background-image: url(../images/info_showcase_3.png);
}

#paralax-info-4 {
	display:none;
	z-index: 100;
	background-image: url(../images/info_showcase_4.png);
}

.showcase-thumbs-wrapper {
	display: block;
	width: 480px;
	float: left;
	margin: 30px 0;
	position: absolute;
	right:0;
}

.showcase-thumb {
	display: block;
}

#logo1 {
	display: block;
	background: url(../images/logo_thumbs1.png) no-repeat;
	width: 475px;
	height: 130px;
	background-position: bottom;
	overflow: hidden;
}

#logo2 {
	display: block;
	background: url(../images/logo_thumbs2.png) no-repeat;
	width: 475px;
	height: 130px;
	background-position: bottom;
	overflow: hidden;
}


#logo3 {
	display: block;
	background: url(../images/logo_thumbs3.png) no-repeat;
	width: 475px;
	height: 130px;
	background-position: bottom;
	overflow: hidden;
}

#logo4 {
	display: block;
	background: url(../images/logo_thumbs4.png) no-repeat;
	width: 475px;
	height: 130px;
	background-position: bottom;
	overflow: hidden;
}


#print1 {
	display: block;
	background: url(../images/print_thumbs1.png) no-repeat;
	width: 475px;
	height: 130px;
	background-position: bottom;
	overflow: hidden;
}

#print2 {
	display: block;
	background: url(../images/print_thumbs2.png) no-repeat;
	width: 475px;
	height: 130px;
	background-position: bottom;
	overflow: hidden;
}


#print3 {
	display: block;
	background: url(../images/print_thumbs3.png) no-repeat;
	width: 475px;
	height: 130px;
	background-position: bottom;
	overflow: hidden;
}

#print4 {
	display: block;
	background: url(../images/print_thumbs4.png) no-repeat;
	width: 475px;
	height: 130px;
	background-position: bottom;
	overflow: hidden;
}



#web1 {
	display: block;
	background: url(../images/web_thumbs1.png) no-repeat;
	width: 475px;
	height: 130px;
	background-position: bottom;
	overflow: hidden;
}

#web2 {
	display: block;
	background: url(../images/web_thumbs2.png) no-repeat;
	width: 475px;
	height: 130px;
	background-position: bottom;
	overflow: hidden;
}


#web3 {
	display: block;
	background: url(../images/web_thumbs3.png) no-repeat;
	width: 475px;
	height: 130px;
	background-position: bottom;
	overflow: hidden;
}

#web4 {
	display: block;
	background: url(../images/web_thumbs4.png) no-repeat;
	width: 475px;
	height: 130px;
	background-position: bottom;
	overflow: hidden;
}


#info1 {
	display: block;
	background: url(../images/info_thumbs1.png) no-repeat;
	width: 475px;
	height: 130px;
	background-position: bottom;
	overflow: hidden;
}

#info2 {
	display: block;
	background: url(../images/info_thumbs2.png) no-repeat;
	width: 475px;
	height: 130px;
	background-position: bottom;
	overflow: hidden;
}


#info3 {
	display: block;
	background: url(../images/info_thumbs3.png) no-repeat;
	width: 475px;
	height: 130px;
	background-position: bottom;
	overflow: hidden;
}

#info4 {
	display: block;
	background: url(../images/info_thumbs4.png) no-repeat;
	width: 475px;
	height: 130px;
	background-position: bottom;
	overflow: hidden;
}






