/* CSS Document */

a:link {
	color:#5bad47;
	text-decoration: none;
}

a:visited {
	color:#5bad47;
	text-decoration: none;
}

a:hover {
	color:#5bad47;
	text-decoration: underline;
}

a:active {
	color:#5bad47;
	text-decoration: underline;
}

a.footer:link {
	color:#dfeedb;
	text-decoration: underline;
}

a.footer:visited {
	color:#dfeedb;
	text-decoration: underline;
}

a.footer:hover {
	color:#fff;
	text-decoration: underline;
}

a.footer:active {
	color:#fff;
	text-decoration: underline;
}


.fontWeight400 {
	font-weight: 400;
}

.fontGrey {
	color: #ccc;
}

body {
	height: 100%;
	background-color: #eee;
	margin: 0px 0px 0px 0px;
	-webkit-text-size-adjust: 100%;
}

#container {
	background-color: #fcfcfc;
	position: relative;
	max-width: 1100px;
	min-width: 980px;
	height: auto;
	min-height: 100%;
	margin: 0px auto;
	padding: 0px auto;
	-moz-box-shadow: 0px 0px 5px #ddd;
	-webkit-box-shadow: 0px 0px 5px #ddd;
	box-shadow: 0px 0px 5px #ddd;
	overflow: hidden;
}

#section1 {
	position: relative;
	top: 0px;
	width: 100%;
	height: 550px;
	background-repeat: repeat;
	background-image: url(images/paper_tile.jpg);
	background-color: #fff;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	z-index: 2;
}

#section1-nav {
	position:absolute;
	top:31px;
	right: 0%;
	margin-right: 40px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 13px;
	letter-spacing: 2px;
	color: #5bad47;
}

#section1-logo {
	position: absolute;
	top: 100px;
	left: 50%;
	height: 131px;
	width: 164px;
	margin-left: -82px;
	background-size: 100% 100%;
	background-image: url(images/crane.png);
	opacity: 0;
	z-index: 3;
}

#section1-craneshadow {
	position: absolute;
	top: 285px;
	left: 50%;
	height: 0px;
	width: 0px;
	margin-left: 11px;
	background-size: 100% 100%;
	background-image: url(images/crane_shadow.png);
	opacity: 0;
	z-index: 2;
}

#section1-name {
	font-family: 'Libre Baskerville', serif;
	font-weight: 300;
	font-size: 31px;
	letter-spacing: 2px;
	position: absolute;
	top: 320px;
	left: 0px;
	width: 100%;
	text-align: center;
	color: #5bad47;
	opacity: 0;
}

#section1-line {
	position: absolute;
	height: 1px;
	top: 365px;
	left: 50%;
	width: 0px;
	margin-left: 0px;
	background-color: #ddd;
}

#section1-subtitle {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 13px;
	letter-spacing: 4px;
	position: absolute;
	top: 374px;
	left: 0px;
	width: 100%;
	text-align: center;
	color: #ccc;
	opacity: 0;
}

#section2 {
	position: relative;
	top: 0px;
	width: 100%;
	height: auto;
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #5bad47;
	background-image: url(images/polkadot.png);
	background-size: 10px 10px;
	z-index: 1;
}

#section2-title{
	position: relative;
	width: 960px;
	left: 50%;
	margin-left: -480px;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 28px;
	letter-spacing: 0px;
	text-align: center;
	color: white;
}

#section3 {
	position: relative;
	top: 0px;
	width: 100%;
	height: auto;
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #f9f9f9;
	z-index: 2;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

#section3-content{
	position: relative;
	width: 960px;
	height: 2580px;
	left: 50%;
	margin-left: -480px;
	text-align: left;
}

#section3-thumb{
	position: relative;
	width: 445px;
	height: 370px;
	float: left;
}

#thumb-image{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 445px;
	height: 300px;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: top;
	background-color: #eee;
}

#thumb-title{
	position:absolute;
	top: 310px;
	left: 0px;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #ccc;
}

#section3-space{
	position: relative;
	width: 70px;
	height: 300px;
	float: left;
}

#section4 {
	position: relative;
	top: 0px;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 70px;
	z-index: 1;
	background-color: #5bad47;
	background-image: url(images/polkadot.png);
	background-size: 10px 10px;
}

#section4-text{
	position: relative;
	width: 700px;
	left: 50%;
	margin-left: -350px;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 18px;
	letter-spacing: 0px;
	text-align: center;
	color: #dfeedb;
}

/* WORK */

#work-section1 {
	position: relative;
	top: 0px;
	width: 100%;
	height: 80px;
	background-repeat: repeat;
	background-image: url(images/paper_tile.jpg);
	background-color: #fff;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	z-index: 2;
}

#work-section1-nav {
	position:absolute;
	top:31px;
	right: 0px;
	margin-right: 40px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 13px;
	letter-spacing: 2px;
	color: #5bad47;
}

#work-section1-logo {
	position: absolute;
	top: 20px;
	left: 0px;
	height: 40px;
	width: 50px;
	margin-left: 30px;
	background-size: 100% 100%;
	background-image: url(images/crane_nav.png);
}

#work-section1-name {
	font-family: 'Libre Baskerville', serif;
	font-weight: 300;
	font-size: 20px;
	letter-spacing: 2px;
	position: absolute;
	top: 26px;
	left: 105px;
	width: auto;
	text-align: left;
	color: #5bad47;
}

#work-section1-line {
	position: absolute;
	height: 40px;
	top: 20px;
	left: 360px;
	width: 1px;
	background-color: #ddd;
}

#work-section1-subtitle {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 13px;
	letter-spacing: 2px;
	position: absolute;
	top: 31px;
	left: 380px;
	width: auto;
	text-align: left;
	color: #bbb;
}

#work-section2-title{
	position: relative;
	width: 960px;
	left: 50%;
	margin-left: -480px;
	text-align: left;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 28px;
	letter-spacing: 0px;
	text-align: center;
	color: white;
}

#work-section2-line {
	position: relative;
	height: 1px;
	left: 50%;
	width: 182px;
	margin-left: -91px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: #fff;
	opacity: 0.8;
}

#work-section2-description{
	position: relative;
	width: 600px;
	left: 50%;
	margin-left: -300px;
	text-align: left;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 18px;
	letter-spacing: 0px;
	text-align: center;
	color: white;
	opacity: 0.8;
}

#work-section3 {
	position: relative;
	top: 0px;
	width: 100%;
	height: auto;
	padding-top: 70px;
	padding-bottom: 20px;
	background-color: #f9f9f9;
	z-index: 2;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

#work-section3-content{
	position: relative;
	width: 960px;
	height: auto;
	left: 50%;
	margin-left: -480px;
	text-align: left;
}

#work-browsercontainer{
	position: relative;
	width:980px;
	height:560px;
	left: 50%;
	margin-top: -10px;
	margin-left: -490px;
	margin-bottom: 60px;
}

#work-browsercontainer2{
	position: relative;
	width:980px;
	height:649px;
	left: 50%;
	margin-top: -10px;
	margin-left: -490px;
	margin-bottom: 60px;
}

#work-browsercontainer3{
	position: relative;
	width:980px;
	height:752px;
	left: 50%;
	margin-top: -10px;
	margin-left: -490px;
	margin-bottom: 60px;
}

#work-browserframe{
	position: absolute;
	width:980px;
	height:560px;
	left: 0px;
	top: 0px;
	background-size: 100% 100%;
	background-image: url(images/browserframe.png);
	z-index: 2;
}

#work-browserframe2{
	position: absolute;
	width:980px;
	height:651px;
	left: 0px;
	top: 0px;
	background-size: 100% 100%;
	background-image: url(images/browserframe2.png);
	z-index: 2;
}

#work-browserframe3{
	position: absolute;
	width:980px;
	height:752px;
	left: 0px;
	top: 0px;
	background-size: 100% 100%;
	background-image: url(images/browserframe3.png);
	z-index: 2;
}

#work-browserimage{
	position: absolute;
	top: 51px;
	left: 10px;
	width: 960px;
	height: 499px;
	background-size: 100% 100%;
	background-color: #5bad47;
	z-index: 1;
}

#work-space{
	position: relative;
	top: 0px;
	left: 0px;
	height: 70px;
}

/* THUMBNAILS */

#thumb1{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-image: url(images/thumbs/jj2_thumb.jpg);
}

#thumb2{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-image: url(images/thumbs/illustrations_peach_thumb.jpg);
}

#thumb3{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-image: url(images/thumbs/mss_thumb.jpg);
}

#thumb4{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-image: url(images/thumbs/panasonic_thumb.jpg);
}

#thumb5{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-image: url(images/thumbs/jpw_thumb.jpg);
}

#thumb6{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-image: url(images/thumbs/sanyo_thumb.jpg);
}

#thumb7{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-image: url(images/thumbs/patio_thumb.jpg);
}

#thumb8{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-image: url(images/thumbs/gendex_thumb.jpg);
}

#thumb9{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-image: url(images/thumbs/stitched_50_thumb.jpg);
}

#thumb10{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-image: url(images/thumbs/jj_thumb.jpg);
}

#thumb11{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-image: url(images/thumbs/logos_thumb.jpg);
}

#thumb12{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-image: url(images/thumbs/crochet_kirby_thumb.jpg);
}

#thumb13{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-image: url(images/thumbs/paper_oh_boy_thumb.jpg);
}

#thumb14{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-image: url(images/thumbs/sephora_thumb.jpg);
}

#thumb15{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-image: url(images/thumbs/hh_thumb.jpg);
}

#thumb16{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-image: url(images/thumbs/handlettering_thumb.jpg);
}
@media screen and (min-device-width: 1025px) and (-webkit-min-device-pixel-ratio: 1.5) {

	#section1 {
		background-size: 200px 200px;
		background-image: url(images/paper_tile@2x.jpg);
	}

	#section1-logo {
		background-image: url(images/crane@2x.png);
	}

	#section1-craneshadow {
		background-image: url(images/crane_shadow@2x.png);
	}

	#work-section1-logo {
		background-image: url(images/crane_nav@2x.png);
	}

	#work-browserframe{
		background-image: url(images/browserframe@2x.png);
	}

	#thumb1{
		background-image: url(images/thumbs/jj2_thumb@2x.jpg);
	}
	
	#thumb2{
		background-image: url(images/thumbs/illustrations_peach_thumb@2x.jpg);
	}
	
	#thumb3{
		background-image: url(images/thumbs/mss_thumb@2x.jpg);
	}
	
	#thumb4{
		background-image: url(images/thumbs/panasonic_thumb@2x.jpg);
	}
	
	#thumb5{
		background-image: url(images/thumbs/jpw_thumb@2x.jpg);
	}
	
	#thumb6{
		background-image: url(images/thumbs/sanyo_thumb@2x.jpg);
	}

	#thumb7{
		background-image: url(images/thumbs/patio_thumb@2x.jpg);
	}
	
	#thumb8{
		background-image: url(images/thumbs/gendex_thumb@2x.jpg);
	}
	
	#thumb9{
		background-image: url(images/thumbs/stitched_50_thumb@2x.jpg);
	}
	
	#thumb10{
		background-image: url(images/thumbs/jj_thumb@2x.jpg);
	}
	
	#thumb11{
		background-image: url(images/thumbs/logos_thumb@2x.jpg);
	}
	
	#thumb12{
		background-image: url(images/thumbs/crochet_kirby_thumb@2x.jpg);
	}
	
	#thumb13{
		background-image: url(images/thumbs/paper_oh_boy_thumb@2x.jpg);
	}
	
	#thumb14{
		background-image: url(images/thumbs/sephora_thumb@2x.jpg);
	}
	
	#thumb15{
		background-image: url(images/thumbs/hh_thumb@2x.jpg);
	}
	
	#thumb16{
		background-image: url(images/thumbs/handlettering_thumb@2x.jpg);
	}
	
}