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


@font-face {
  font-family: 'MyFont1';
  
  src: url('../fonts/TrajanPro-Regular_0.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/TrajanPro-Regular_0.ttf')  format('truetype'); /* Safari, Android, iOS */
      
}

body{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#7E7C7C;
}

img {
	max-width:100%;
	height:auto;
}

a {
	color:#78775e;
	text-decoration:none;
}

a:hover {
	color: #a9a68e;;
}

h1, h2, h3 {
	color:#979677;
	font-family: 'MyFont1', Times, "Times New Roman", serif;
	margin-bottom: 20px;
}

h2 {
	font-size:20px;
	text-transform: uppercase;
}

p {
	margin-bottom: 20px;
	line-height:150%;
}

.wrapper {
	width:100%;
	max-width:1100px;
	box-sizing:border-box;
	padding:8px 10px 40px 10px;
	margin: 0 auto;
}

header {
	width:100%;
	float:left;	
}

#logo {
	width: 350px;
	float:left;
}

#logo img {
	width:100%;
	height:auto;
}

#nav_bar {
	width: 580px;
	float:right;
	margin-top:58px;
}

#nav_bar ul li {
	float:left;
}

#nav_bar ul li a {
	font-family: 'MyFont1', Times, "Times New Roman", serif;
	color:#78775e;
	text-transform:uppercase;
	margin-right: 22px;
	font-weight:bold;
	font-size:15px;
	
}

#nav_bar ul li a.last {

	margin-right: 0;
}


#nav_bar ul li a:hover, #nav_bar ul li a.active {
	color: #a9a68e;
}

#gallery {
	width: 100%;
	box-sizing:border-box;
	float:left;
	margin-top:8px;
	/*margin-bottom:-30px;*/
	
}

#gallery {
	text-align: right;
}

#content {
	width: 100%;
	box-sizing:border-box;
	float:left;
	margin-top:15px;
	margin-bottom:10px;
	
}

footer {
	width:100%;
	float:left;
	color:#979677;
	font-size:14px;
	margin-top:20px;
	padding-bottom: 20px;
}





#social {
	
	width: 100%;
	float:right;
	text-align: center;
	margin-bottom: 15px;
	
}

#social img {
	margin-left:5px;
}

#credit {
	
	float:left;
	width:100%;
	text-align:center;
	line-height:120%;
	letter-spacing:1px;
}

#credit a {
	color:#979677;
	text-decoration:underline;
}

#image_holder {
	width:36.93%;
	box-sizing:border-box;
	padding-right:25px;
	float:left;
	
}
#image_holder img {
	width:100%;
	height:auto;
}
#text-holder {
	float:right;
	width:63%;
	
}

.gallery_image {
	width:33.333%;
	box-sizing:border-box;
	padding:0 10px;
	float:left;
	margin-bottom: 15px;
	
}

.last_image {
	margin-right: 0;
}

.last_item {
	margin-left:34.01818181%;
}

.gallery_image img {
	width:100%;
	height: auto;
}

.project_description {
	float:left;
	width:100%;
	height: 40px;
	text-align:center;
	font-family: 'MyFont1', Times, "Times New Roman", serif;
	text-transform:uppercase;
	padding-top:5px;
}

.contact_text {
	text-align: center;
	margin-top:10%;
	font-size: 18px;
}

.photo_credit {
	position:absolute;
	text-align:right;
	background-color:transparent;
	color:#fff;
	bottom:100px;
	right:10px;
	z-index:99;
	text-shadow: 2px 2px #838271;
}

#gallery ul.press li {
	display:block;
	width:25%;
	box-sizing:border-box;
	padding:0 10px;
	margin-bottom:15px;
	float:left;
	text-align:center;
}

#gallery ul.press li img {
	width:100%;
	
}

#gallery ul.press li .pdf {
	display:block;
	width:100%;
	height:40px;
	font-family:'MyFont1', Times, "Times New Roman", serif;
	float:left;
	text-transform:uppercase;
	padding-top:5px;
}

/* -----------------------------------
navigation
----------------------------------- */


	


#nav {
	display:none;
	width:94%;
	height:auto;
	position:relative;
	margin-bottom:15px;
    margin: 0 3%;
	font-family: 'MyFont1', 'Arial', sans-serif;
	font-size:18px;
		
}

#nav ul {
	display:block;
	width: 100%;
	line-height: 1;
	}
	
#nav ul li {
	display: inline;
	text-transform:uppercase;
}


	#nav ul li a {	
	font-family: 'MyFont1', Times, "Times New Roman", serif;
	color:#c4c1a5;
	text-transform:uppercase;
	display:block;
	width: 100%;
	padding:20px 4% 20px 4%;
	border-bottom: 1px solid #CCC;
	box-sizing:border-box;
	
}








#nav-toggle
{
	
	font-family: 'MyFont1', 'Arial', sans-serif;
	display: block;
	box-sizing:border-box;
	padding: 13px 0 11px 80px;
	color: #ffffff;
	
	background-image:url(../images/responsive-nav.png) ;
	background-repeat:no-repeat;
	text-decoration: none;
	background-position: .7em 40%;
	margin-bottom: 5px;
	background-color:#848372;
	font-size: 18px;
	
	float:left;
	width: 100%;
	
		
	}
	
	




	/* -----------------------------------
Predefined
----------------------------------- */

.js #nav
{
	clip: rect(0 0 0 0);
	max-height: 0;
	position: absolute;
	
	overflow: hidden;
	zoom: 1;
}

#nav.opened { max-height: 9999px; }

.js #nav { position: relative; }
.js #nav.closed { max-height: none; }
#nav-toggle { display: none; }



@media screen and (max-width: 980px) {
	
	
#nav_bar {
	display:none;
}

#nav {
	
	display:block;
	
	
}
	

#logo {
	float:none;
	margin-left:auto;
	margin-right:auto;
	
}

#nav-toggle {
	display: block;
	}	
	
	
	#wrapper {

	padding:10px 10px 40px 10px;
	
}


	
#gallery {
	padding:0;
	margin-bottom:-10px;
}

#content {
	padding:0;
	
}

#lower_logo {
	display:none;
}

#social {
	width:100%;
	text-align:center;
	margin-bottom: 5px;
}

#gallery h2 {
	padding-top: 10px;
}
}

@media screen and (max-width: 750px) {
#gallery {
	text-align: center;
}

#gallery ul.press li {
	
	width:50%;
	
}

}

@media screen and (max-width: 700px) {
	
	.gallery_image { 
		width:46%;
		margin-left: 2%;
		margin-right: 2%;
	}
	
	.gallery_image.last {
		margin-right: 2%;
	}
	
	
	.gallery_image.last_item {
	margin-right:2%;
}
#credit {
		margin-top:0;
		line-height:130%;
	}
	
	#gallery {
		margin-bottom: 20px;
	}
	
	
	.contact_text {
	
	margin-top:5%;
}

}

@media screen and (max-width: 500px) {
	
	
	
	
	.gallery_image { 
		width:80%;
		margin-left: 10%;
		margin-right: 10%;
	}
	
	.gallery_image.last {
		margin-right: 10%;
	}
	
	.gallery_image.last-item {
		margin-right:10%;
	}
	.contact_text {
	
	margin-top:0;
}
}


@media screen and (max-width: 400px) {
	#image_holder {
		width: 80%;
		padding-right:0;
		
		margin: 0 10% 20px 10%;
	}
	
	
	
	#text-holder {
		width: 100%;
	}
	
	

#gallery ul.press li {
	
	width:100%;
	
}

}




