/* ----------- Reset
*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,figure{border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;}
table{border-collapse:separate;border-spacing:0;margin-bottom:1.4em;}
caption,th,td{text-align:left;font-weight:400;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:;}
a img{border:none;}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* stop commented backslash hack */


/* ----------------------------
*/


body {
	font-family: 'Cabin', sans-serif;
	font-size: 18px;
	color: #272625;
	background: #f1f1f1;
}

body, html {
	height: 100%;
}

p {
	line-height: 31px;
}

h2 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Cabin Condensed', sans-serif;
	margin: 0 0 5px 0;
}

h1 {
	font-size: 30px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Cabin Condensed', sans-serif;
	margin: 0 0 35px 0;
}

a {
	color: #32b3ff;
	border-bottom: 1px solid #dddddd;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	-ms-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}

a:hover {
	color: #272625;
}

p {
	margin-bottom: 25px;
}

.wrapper {
	width: 85.7%;
	margin: 0 auto;
	padding-bottom: 30px;
}

.noStyles {
	color: #272625 !important;
	border: none !important;
}

.section {
	margin: 0 0 65px;
	padding: 0 2%;
}

.empty {
	font-style: italic;
	color: #c0c0c0;
}

.date {
	font-size: 12px;
	color: #b2aeaa;
	font-weight: bold;
	margin-left: 5px;
	letter-spacing: 0;
}

.half {
	float: left;
}

.copy, .info {
	width: 50%;
}

#header {
	width: 96%;
	margin: 60px 0 90px 0;
}

.logo {
	float: left;
	width: 220px;
	height: auto;
}

.nav {
	float: right;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Cabin Condensed', sans-serif;
	background: url(../images/workArrow.png) right top no-repeat;
	padding: 13px 17px 0 0;
	border: none;
	list-style: none;
}

.nav li {
    display: inline-block;
    margin-left: 15px;
}

#footer {
	width: 85.7%;
	text-align: center;
	padding: 50px 0;
	margin: 0 auto;
}

#footer img {
	display: inline-block;
	width: 33%;
	height: auto;
}

.info ul {
	list-style: none;
}

.info ul li {
	margin: 0 0 7px 0;
}

.homeLink img {
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

.homeLink img:hover {
	opacity: .8;
}

#writing #content {
	width: 800px;
	margin: 0 auto;
}

.writingCopy {
	width: 100%;
}

.writingImg {
	width: 100%;
	height: auto;
	margin-top: 20px;
}

#writing h3 {
	font-size: 14px;
	color: #c0c0c0;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

.accent {
	font-style: italic;
	color: #a09f9f;
}

.portfolioSlider {
	margin: 0 0 0 auto;
	padding: 0 0 65px;
	position: relative;
	text-align: center;
}

.portfolioSlider h1 {
	text-align: left;
	padding: 0 8.15%;
}

.portfolioSlider ul {
	margin: 0 auto;
	width: auto;
	list-style: none;
	padding: 0;
}

.portfolioSlider ul li {
	max-width: 50%;
	margin: 0 4% 0 0;
	padding: 0;
	display: inline-block;
}

.portfolioSlider .levante ul li {
	max-width: 85%;
}

.portfolioSlider ul li:first-of-type {
	margin-left: 8.15%;
	padding-left: 0;
}

.portfolioSlider ul li figure {
	margin: 0;
}

.portfolioSlider img {
	max-height: 520px;
	max-width: 100%;
}

.portfolioSlider .levante img {
	border-radius: 12px;
}

.overflow {
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding-bottom: 1em;
}

.showList {
    list-style: none;
}

.showList li {
    margin: 0 0 25px 0;
    font-style: italic;
}

.listHeader {
    font-weight: bold;
    text-decoration: underline;
}


/* --------------------------------------------------------- Media Queries
*/


@media screen and (max-width: 1600px) {

	.copy {
		width: 70%;
	}
	
	.info {
		width: 30%;
	}

}

@media screen and (max-width: 1000px) {
	
	#footer img {
		width: 49.6%;
	}
	
	#footer .meThree {
		display: none;
	}
	
	#writing #content {
		width: 100%;
		margin: 0 auto;
	}
	
}

@media screen and (max-width: 800px) {
	
	.copy, .info {
		width: 100%;
	}
	
	.half {
		float: none;
	}
	
	.date {
	    display: block;
	    margin: 10px 0 0 0;
	}
	
	.showList li .date {
	    display: inline-block;
	}
	
	.nav {
	    float: none;
	    display: block;
	    margin: 0 auto;
	    background: none;
	    text-align: center;
	}
	
	.nav li {
	}
	
	.logo {
	    width: 80%;
	    height: auto;
	    float: none;
	    display: block;
	    margin: 0 auto 10px;
	    
	}
	
	#header {
		margin-bottom: 50px;
		margin-top: 40px;
	}
	
}

@media screen and (max-width: 700px) {
	
	#footer img {
		width: 100%;
	}
	
	#footer .meTwo {
		display: none;
	}
	
	.portfolioSlider ul li {
		max-width: 90%;
	}
	
	.portfolioSlider img {
		max-height: 330px;
	}
	
	
	#header {
		margin-bottom: 50px;
	}
	
}


