/* Steve */

@import url(http://fonts.googleapis.com/css?family=Exo+2:200,300,400,700,400italic,700italic);

body {
	background-color: #f3f3f3;
	background-image: url(../images/bg.jpg);
	background-position: center top;
	background-repeat: repeat;
	font-family: 'Exo 2', sans-serif;
	color: #000;
  word-wrap: normal;
}



a, a:visited {
	color: #9c9c9c;
	text-decoration: none;
}
a:hover, a:focus, a:visited:hover, a:visited:focus {
	color: #acacac;
	text-decoration: underline;
}

/* header  */

.header {
	background-color: transparent;
}

#inner-header {
	margin-top: 40px;
	
}
#logo {
	display: block;
	width: 120px;
	margin: 0 auto;
}

#inner-header nav {
	margin-top: 40px;
}

@media only screen and (min-width: 768px) {
	#logo {
		width: 200px;
	}
	#inner-header nav {
		margin-top: 40px;
	}
}

@media only screen and (min-width: 1030px) {
	#logo {
		width: 200px;
		float: right;
		margin: 0;
	}
	#inner-header nav {
		margin-top: 90px;
	}

}

.nav li a, .nav li a:link, .nav li a:hover, .nav li a:visited {
	color: #000000;
	text-transform: uppercase;
	font-size: 14px;
	padding: 8px 32px;
	text-decoration: none;
	border-bottom: 4px solid transparent;
}
.nav li a:hover {
/* 	color: #ffffff; */
	border-bottom: 4px solid #66252f;
}
.nav li.current-menu-item a {
	color: #ffffff;
	background-color: #66252f;
	border-bottom: 4px solid transparent !important;
}
a:link, a:visited:link {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}


/* content */
.hentry {
	background-color: rgba(255,255,255,0.5);
	border-radius: 0;
	margin-bottom: 1.5em;
	border: none
}

.home .hentry {
	background-color: transparent;
}

.hentry header {
	border-bottom: none;
	background-color: #66252f;
	color: #fff;
	padding: 1.0em 1.5em;
	text-transform: uppercase;
}
.hentry header h1 {
	font-weight: 300;
}
.hentry footer {
	padding: 1.5em;
	border-top: none;
}
#main.m-all, #main.d-all, #main.t-all {
	padding-right: 0;
}
.hentry ol, .hentry ul {
	padding: inherit;
	padding-top: 0;
	padding-left: 20px;
	list-style-type: disc;
}
h3 {
	font-weight: 700;
	font-size: 1.5em;
}
h4 {
	
}

/* home */
.home h2 {
	text-transform: uppercase;
	font-weight: 200;
	font-size: 3em;
	margin: 0.4em 0.8em;
}
.home-whatwedo {
	background-color: #8c8c8c;
	color: #fff;
}
.home-whatwedo p {
	margin: 2em 2em;
}

.home-projects {
	background-color: #2c2c2c;
	color: #fff;	
}
.home-project {
	padding: 2em 2em 1em 2em;	
}
.home-project img {
	width: 100%;
	height: auto;
}
.home-project h3 {
	font-size: 1.5em;
}
.home-project .excerpt {
	color: #ae8668;
}
.home-project .read-more {
	text-align: right;
}

.home-contact {
	color: #fff;
	background-color: #1f3d3d;
}
.home-contact p {
	margin: 0.75em 1em;
	font-size: 2em;
	font-weight: 300;
}
.home-contact-left p {
	font-size: 1.5em;
	margin-left: 1.75em;
}
.home-contact-right {
	background-color: #527d7d;
}

/* projects */
.projects {
	background-color: #2c2c2c;
	color: #fff;	
	padding: 0.75em 0 0.75em 0.75em;
}
.project-thumb {
	padding: 1em;
}
.projects .excerpt, .home-project .excerpt {
/* 	color: #ae8668; */
	color: #e3e3e3;
}

.single-project-image img {
	width: 100%;
	height: auto;
}
.single-project article {
	background-color: #838383;
	color: #fff;
}
.single-project h2 {
	text-transform: uppercase;
	font-weight: 200;
	font-size: 2.2em;
	margin: 0 0.4em;
}
.single-project .entry-content p {
	margin-top: 1em;
}
.project-thumb {
	
}
.project-thumb img {
	width: 100%;
	height: auto;
}

/* map */
#map-container {
	width: 100%;
	height: 400px;
}

/* contact */
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
select, 
textarea, 
.field {
display: block;
height: 40px;
line-height: 40px;
padding: 0 12px;
margin-bottom: 14px;
font-size: 1em;
color: #5c6b80;
border-radius: 3px;
vertical-align: middle;
box-shadow: none;
border: 0;
width: 100%;
max-width: 400px;
font-family: "Exo 2", sans-serif;
background-color: #efefef;
-webkit-transition: background-color 0.24s ease-in-out;
transition: background-color 0.24s ease-in-out;
border: 1px solid #66252f;
}

/* footer  */
.footer {
	background-color: transparent;
	color: #000000;
	text-align: right;
	text-transform: uppercase;
	font-size: 12px;
	padding-bottom: 2em;
}

p {
	-moz-hyphens: none;
	-ms-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
	word-wrap: normal;
}

h4 {
	font-weight: normal;
}

#slider {
	overflow: hidden;
}

.home-slider {
	position: relative;
	margin-bottom: 0px;	
}
.slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.slider-overlay h2 {
	color: #fff;
	display: none;
}
@media only screen and (min-width: 768px) {
	.slider-overlay h2 {
		display: block;
	}
	.home-slider {
		margin-bottom: 30px;	
	}
	.slider-overlay {
		background-image: url(../images/overlay.png);
		background-repeat: repeat-y;
	}
}
