/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Reset above this point */


/* intro */
	.intro {
		background-color: #fff;
		width: 100%;
		height: auto;
		}

	.intro_header {
		max-width: 1280px;
		margin: 0 auto;
		padding: 0 5%;
		font-family: 'Roboto Slab', serif;
		font-weight: 700;
		font-size: 4.250em;
		margin-top: 10px; /* 49/1280 = 3.828125% 49px */ 
		line-height: 110px;
		color: #26292d; 
		letter-spacing: .1px;
		}

	.intro_txt {
		max-width: 1280px;
		margin: 0 auto;
		padding: 0 5%;
		font-family: 'Roboto Slab', serif;
		font-weight: 100;
		font-size: 1.6em;
		margin-top: 3px; /* 42/1280 = 3.28125% */
		line-height: 48px;
		color: #5e656f;
		text-align: left;
		}

	.line-brake {
		padding: 1.4% 0 0 0;
		}		

	.container {
		max-width: 1024px;
		margin: 0 auto;
		padding: 0 5%;
		text-align: center;
		}

	.body_txt {
		font-family: 'Roboto Slab', serif;
		font-weight: 100;
		font-size: 1.6em;
		margin-top: 41px; /* 42/1280 = 3.28125% */
		line-height: 45px;
		color: #5e656f;
		text-align: left;
		/*border-left: 3px solid #333;
		padding-left: 3%;*/
		}	

	.tags {
		margin-top: 4.4%;
		width: 100%;
		padding-bottom: 1.5%;
		
		background-color: #fff;
		text-align: left;
		}

	.tag-btn {
		position: relative;
		background-color: #ddd;
		padding: 17px 22px 17px 22px;
		display: inline-block;
		font-family: 'Roboto Slab', serif;
		font-size: 1.1em;
		font-weight: 300;
		margin-right: 7px;
		margin-top: 11px;	
		color: #555;
		}

	a {
		text-decoration: none;
		}	

/* MEDIA QUERY */

@media only screen and (min-width: 1050px) {
/* Large Desktop */
		
	#full_bleed_large img {
		width: 100%;
		height: auto;
		margin-top: 100px;
		}

	#full_bleed_medium img {
		display:none;
		}

	#full_bleed_small img {
		display: none;
		}

	.work_desktop {
		width: 100%;
		background-color: #fff;
		padding-top: 7px;
		padding-bottom: 0px;
		margin-top: 0;
		}

	.work_tablet {
		display: none;
		}

	.first_image img {
		width:100%;
		margin: 0 auto;
		height: auto;
		margin-top: 3.8%; /* 54/1024 = 5.273438% 54px */
		display: block;
		padding-bottom: 1.5625%; /* 16/1024 = 1.5625% 16px */
		}

	.image img {
		width:100%;
		margin: 0 auto;
		height: auto;
		margin-top: 5.273438%; /* 54/1024 = 5.273438% 54px */
		display: block;
		padding-bottom: 1.5625%; /* 16/1024 = 1.5625% 16px */
		}

	.next_btn {
		max-width: 100%;
		width:100%;
		margin: 0 auto;
		text-align: center;
		font-family: 'Roboto Slab', serif;
		font-weight: 100;
		font-size: 6.250em;
		position: absolute;
		padding-top: 32px;
		right: 0;
		left: 0;
		overflow: hidden;
		height: 70px;
		text-decoration: none;
		color:#26292d;
		transition: all ease-in .4s;
		-webkit-transition: all ease-in .4s;
		-moz-transition: all ease-in .4s;	
		-o-transition: all ease-in .4s;
		}	

	.next_btn:hover {
		color:#049aac;
		height: 102px;
		padding-top: 0;
		transition: all ease-out .4s;
		-webkit-transition: all ease-out .4s;
		-moz-transition: all ease-out .4s;	
		-o-transition: all ease-out .4s;
		}
	}

@media only screen and (max-width : 1049px) and (min-width: 769px) {
/* Desktop */
		
	#full_bleed_large img {
		display: none;
		}

	#full_bleed_medium img {
		width: 100%;
		height: auto;
		margin-top: 100px;
		}

	#full_bleed_small img {
		display: none;
		}

	.work_desktop {
		width: 100%;
		background-color: #fff;
		padding-top: 7px;
		padding-bottom: 0px;
		margin-top: 0;
		}

	.work_tablet {
		display: none;
		}

	.first_image img {
		width:100%;
		margin: 0 auto;
		height: auto;
		margin-top: 2.8%; /* 54/1024 = 5.273438% 54px */
		display: block;
		padding-bottom: 1.5625%; /* 16/1024 = 1.5625% 16px */
		}				

	.image img {
		width:100%;
		margin: 0 auto;
		height: auto;
		margin-top: 5.273438%; /* 54/1024 = 5.273438% 54px */
		display: block;
		padding-bottom: 1.5625%; /* 16/1024 = 1.5625% 16px */
		}	

	.intro_header {
		max-width: 100%;
		font-weight: 700;
		font-size: 3.438em;
		margin-top: 24px;
		line-height: 78px;
		padding: 0 4%;
		}

	.intro_txt {
		max-width: 100%;	
		font-size: 1.375em;
		margin-top: 17px;
		line-height: 37px;
		font-weight: 100;
		color:#5e656f;
		padding: 0 4%;
		}

	.line-brake {
		padding: .6% 0 0 0;
		}			

	.body_txt {
		font-family: 'Roboto Slab', serif;
		font-weight: 100;
		font-size: 1.375em;
		margin-top: 21px; /* 42/1280 = 3.28125% */
		line-height: 37px;
		color: #5e656f;
		max-width: 100%;
		}

	.tags {
		margin-top: 2.3%;
		width: 100%;
		padding-bottom: .4%;	
		background-color: #fff;
		}			

	.image img {
		width:100%;
		height: auto;
		margin-top: 4%;
		display: block;	
		}	

	#work 	{
		width: 100%;
		background-color: #fff;
		padding-top: 11px;
		padding-bottom: 0%;
		margin-top: 0;
		}	

	.next_btn {
		max-width: 100%;
		width:100%;
		margin: 0 auto;
		text-align: center;
		font-family: 'Roboto Slab', serif;
		font-weight: 100;
		font-size: 6.250em;
		position: absolute;
		padding-top: 32px;
		right: 0;
		left: 0;
		overflow: hidden;
		height: 70px;
		text-decoration: none;
		color:#26292d;
		transition: all ease-in .4s;
		-webkit-transition: all ease-in .4s;
		-moz-transition: all ease-in .4s;	
		-o-transition: all ease-in .4s;
		}	

	.next_btn:hover {
		color:#049aac;
		height: 102px;
		padding-top: 0;
		transition: all ease-out .4s;
		-webkit-transition: all ease-out .4s;
		-moz-transition: all ease-out .4s;	
		-o-transition: all ease-out .4s;
		}	
			
	}

@media only screen and (max-width : 768px) and (min-width: 461px) {
/*tablet */	

	#full_bleed_large img {
		display: none;
		}	

	#full_bleed_medium img {
		width: 100%;
		height: auto;
		margin-top: 63px;
	}
	
	#full_bleed_small img {
		display: none;
		}

	.intro_header {
		max-width: 100%;
		font-weight: 700;
		font-size: 3.438em;
		margin-top: 2.9%;
		line-height: 78px;
		padding: 0 4%;
		}

	.intro_txt {
		max-width: 100%;	
		font-size: 1.375em;
		margin-top: 1.8%;
		line-height: 37px;
		font-weight: 100;
		color:#5e656f;
		padding: 0 4%;
		}

	.body_txt {
		font-family: 'Roboto Slab', serif;
		font-weight: 100;
		font-size: 1.375em;
		margin-top: 3.4%; /* 42/1280 = 3.28125% */
		line-height: 37px;
		color: #5e656f;
		max-width: 100%;
		margin-bottom: 0%;
		}		
	
	.container {
		max-width: 705px;
		padding: 0 4%;
		}

	.first_image img {
		width:100%;
		margin: 0 auto;
		height: auto;
		margin-top: 3.4%; /* 54/1024 = 5.273438% 54px */
		display: block;
		padding-bottom: 1.5625%; /* 16/1024 = 1.5625% 16px */
		}						

	.image img {
		width:100%;
		height: auto;
		margin-top: 4%;
		display: block;	
		}

	.image_small img {
		margin-top: 4%; 
		height: auto;
		max-width: 100%;
		margin-bottom: -.5%;
		

		}		

	.tags {
		margin-top: 3.2%;
		width: 100%;
		padding-bottom: 20px;	
		background-color: #fff;
		}

	.work_desktop {
		display: none;
		}						

	.work_tablet {
		width: 100%;
		background-color: #fff;
		padding-top: 11px;
		padding-bottom: 0%;
		margin-top: 0;
		}		

	.next_btn {
		max-width: 100%;
		width:100%;
		margin: 0 auto;
		text-align: center;
		font-family: 'Roboto Slab', serif;
		font-weight: 100;
		font-size: 2.250em;
		position: absolute;
		padding-top: 42px;
		right: 0;
		left: 0;
		overflow: hidden;
		height: 80px;
		text-decoration: none;
		color:#049aac;	
		}	

	.next_btn:hover {
		color:#000;
		
		padding-top: 42px;
		}		

	}

@media only screen and (max-width : 460px)  {
/* mobile */	

	#full_bleed_large img {
		display: none;
		}

	#full_bleed_medium img {
		display:none;
		}

	#full_bleed_small img {
		width: 100%;
		height: auto;
		margin-top: 63px;
		}

	.intro_header {
		max-width: 100%;
		font-weight: 700;
		font-size: 1.875em;
		margin-top: 10px;
		line-height: 48px;
		}

	.intro_txt {
		max-width: 100%;	
		font-size: 18px;
		margin-top: 4px;
		line-height: 30px;
		font-weight: 300;
		color:#26292d;
		}

	.line-brake {
		padding: 4% 0 0 0;
		}			

	.body_txt {
		max-width: 100%;	
		font-size: 18px;
		margin-top: 25px;
		margin-bottom: 25px;
		line-height: 30px;
		font-weight: 300;
		color:#26292d;
		}	

	.container {
		max-width: 420px;
		padding: 0 4%;
		}

	.first_image img {
		width:100%;
		height: auto;
		margin-top: 21px;
		display: block;
		}
		
	.tags {
		margin-top: 15px;
		width: 100%;
		padding-bottom: 16px;
		
		background-color: #fff;
		}

	.tag-btn {
		position: relative;
		background-color: #ddd;
		padding: 17px 22px 17px 22px;
		display: inline-block;
		font-family: 'Roboto Slab', serif;
		font-size: .9em;
		font-weight: 300;
		margin-right: 7px;
		margin-top: 11px;	
		color: #555;

		}			


	.image img {
		width:100%;
		height: auto;
		margin-top: 5%;
		display: block;
		}

	.image_small img {
		max-width:100%;
		margin: 0 auto;
		height: auto;
		margin-top: 7%;
		display: block;
		}			

	.work_tablet {
		width: 100%;
		background-color: #fff;
		padding-top: 6px;
		padding-bottom: 0%;
		margin-top: 0;
		}	

	.work_desktop {
		display: none;
	}							

	.next_btn {
		max-width: 100%;
		width:100%;
		margin: 0 auto;
		text-align: center;
		font-family: 'Roboto Slab', serif;
		font-weight: 100;
		font-size: 2em;
		position: absolute;
		padding-top: 19px;
		right: 0;
		left: 0;
		overflow: hidden;
		height: 50px;
		text-decoration: none;
		color:#049aac;	
		}	
	
	.next_btn:hover {
		color:#000;
		}	
}	


