

/* HOME PAGE */
body.home .site-main {
	padding-top:0;
	max-width: 100%;
}
.homeHero {
	position: relative;
	background:url('images/homeHero.jpg') center center no-repeat;
	background-size:cover;
	min-height: 600px;
}
.homeHeroTextBox {
	position:relative;
	top:80px;
	left:80px;
	width:fit-content;
	background:rgba(32,40,43, 0.85);
	padding:40px;
	border:solid 1px #65391d;
}
.homeHeroTextBox h2, 
.homeHeroTextBox h3 {
	color:#FFF;
	line-height: 1em;
	margin:0 0 15px 0;
}
.homeHeroTextBox h2 {
	font-size:36px;
	font-weight:400;
} 
.homeHeroTextBox h3 {
	font-size:24px;
	font-weight:300;
}
.homeHeroTextBox .startProjectBtn {
	color:#FFF;
	background:#FF0000 !important;
	margin:30px 0 0 0;
}
.homeIntro {
	width:90%;
	margin:0 auto;
}
.homeIntro h1,
.homeIntro h2 {
	font-family: "Lato", Arial, sans-serif;
	font-weight: bold;
}
.homeIntro h1 {
	font-size:40px;
	font-style: italic;
}
.homeIntro h2 {
	font-size:36px;
}


/* OUR SERVICES*/
.homeServices {
	width:100%;
	color:#FFF;
	background:url('images/bgHomeServices.jpg') center center no-repeat;
	background-size:cover;
	padding:40px 10%;
	margin:0 auto 30px auto;
}
.homeServices h3 {
	font-weight:400;
	color:#FFF;
	text-align: center;
	margin:0 0 30px 0;
}
.homeServices ul.services {
	column-count:3;
	font-size:22px;
	font-weight: 500;
}
.homeServices hr {
	color:#FFF;
	border-bottom:solid 1px #FFF;
	margin:30px auto;
}

/* AREAS SERVED */
ul.areasServed {
	column-count: 3;
	margin-top:30px;
}


.homeBlogPosts {
	width:100%;
	margin:0 auto 30px auto;
}
.homeBlogPosts h3 {
	font-weight:400;
	text-align: center;
	margin:0 0 30px 0;
}

.homeBlogPosts article {
	display:inline-block;
	width:33%;
	padding:0 2%;
	vertical-align: top;
}
.homeBlogPosts .entry-header {
	clear:both;
}
.homeBlogPosts .post-thumbnail {
	text-align:center;
}
.homeBlogPosts .post-thumbnail img {
	height:270px !important;
	width:auto !important;
}
.homeBlogPosts h4 {
	font-weight:400;
	line-height: 1.3em;
	margin:0 0 30px 0;
}
.homeBlogPosts h4 a {
	text-decoration: none;
}
.homeBlogPosts .excerpt {
	margin:25px 0 0 0;
}
.homeBlogPosts .excerpt p {
	font-size:16px;
}
.homeBlogPosts .excerpt p a.more-link {
	display:none;
}
.homeBlogPosts .home-entry-footer {
	text-align:right;
	padding-bottom:10px;
}
.homeBlogPosts .home-entry-footer a.read-more {
	font-weight: 600;
	font-size:16px;
}




