

/* HOME PAGE */
body.home .site-main {
	padding-top:0;
	max-width: 100%;
}
.homeHero {
	position: relative;
	background:url('images/homeHero.jpg?v=3') right center no-repeat;
	background-size:cover;
	min-height: 600px;
}
.homeHeroTextBox {
	position:absolute;
	bottom:130px;
	right:80px;
	width:fit-content;
	background:rgba(32,40,43, 0.85);
	background:rgba(197,189,166, 0.85);
	padding:40px;
	Xborder:solid 1px #65391d;
	box-shadow: 10px 10px 0 #022635;
}
.homeHeroTextBox h2, 
.homeHeroTextBox h3 {
	color:#022637;
	line-height: 1em;
	margin:0 0 15px 0;
}
.homeHeroTextBox h2 {
	font-size:36px;
	font-weight:400;
	text-shadow:3px 3px 0 #FFF;
} 
.homeHeroTextBox h3 {
	font-size:29px;
	font-style: italic;
	text-transform:uppercase;
	text-shadow: 2px 1px 0 #FFF;
	line-height: 1.5em;
}
.homeHeroTextBox .startProjectBtn {
	color:#FFF;
	text-shadow:none;
	background:#022637 !important;
	box-shadow:3px 3px 0 #b3e8ff;
	border:none;
	margin:30px 0 0 0;
	padding:10px;
	transition:0.2s all;
}
.homeHeroTextBox .startProjectBtn:hover {
	color:#022838;
	background:#b3e8ff !important;
	box-shadow:3px 3px 0 #022838;
	border:none;
}
.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:#022838;
	background:url('images/bgHomeServices.jpg?v=2') right center no-repeat;
	background-size:cover;
	padding:40px 10%;
	margin:0 auto 30px auto;
}
.homeServices h3 {
	font-weight:400;
	color:#022838;
	text-align: center;
	margin:0 0 30px 0;
}
.homeServices ul.services {
	column-count:2;
 	font-family: "Rowdies", sans-serif;
	font-size:28px;
	font-weight: 500;
	text-shadow:2px 2px 2px #FFF;
	margin:0 0 40px 0;
}
.homeServices hr {
	color:#022838;
	border-bottom:solid 1px #022838;
	margin:30px auto;
}

/* AREAS SERVED */
ul.areasServed {
	column-count: 3;
 	font-family: "Rowdies", sans-serif;
	text-shadow:2px 2px 2px #FFF;
	margin-top:30px;
}


.homeBlogPosts {
	width:90%;
	text-align: center;
	margin:0 auto 30px auto;
}
.homeBlogPosts h3 {
	font-weight:400;
	text-align: center;
	margin:0 0 30px 0;
}
.homePost {
	display:inline-block;
	width:33%;
	font-family: var(--entry-content--font-family);
	font-size:16px;
	background:#FFF;
	border:solid 1px #CCC;
	box-shadow:3px 3px 0 #022838;
	padding:15px;
	margin:0 1%;
}
.homePost h4 {
	text-align:center;
	margin:0 0 15px 0;
}
.homePost h4 a {
	text-decoration:none;
}
.homePost-thumbnail {
	margin:0 0 10px 0;
}
.homePost .entry p {
	text-align:justify;
	line-height: 1.5em;
}
	

.homeReviews {
	width:90%;
	margin:0 auto 30px auto;
}
.homeReviews h3 {
	font-weight:400;
	text-align: center;
	margin:0 0 30px 0;
}
.ftrTestimonialsContent {
	width:97%;
	max-width:1100px;
}
.testimonial {
	font-style:italic;
}
.testimonial .author {
	display:block;
	text-align:right;
}


