body,html {
	font-family: 'Open Sans', sans-serif;
	background:#F0F0F0;
}

p {
	color:#333;
	font-size:14px;
	line-height:24px;
	max-width:755px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

a {
	color:#333;
	text-decoration:none;
}

.text-bold {
	font-weight:700;
}

#header {
	border-top:5px solid #016A8A;
	height:auto;
	width:100%;
	float:left;
}

.content-wrapper {
	width:94%;
	max-width:1100px;
	margin:0 auto;
	height:auto;
	overflow:hidden;
}

.lrg-padding {
	padding-top:90px;
	padding-bottom:90px;
}

img#logo {
	width:96%;
	max-width:350px;
	margin:15px 0;
}

.section {
	float:left;
	width:100%;
}

#top {
	height:600px;
	background:url(../img/excavator.jpg) center center no-repeat;
	background-size:cover;
}

img#mobile-top {
	width:100%;
	margin-bottom:30px;
	margin-top:25px;
	display:none;
}

#header-contact {
	float:right;
	width:auto;
}

#header-contact p {
	font-size:14px;
	display:inline-block;
	line-height:17px;
	margin:59px 0 0 30px;
	text-align:left;
}

.contact-label {
	 font-weight:700;       
	 display:block;   
	 text-transform:uppercase;
}

#intro-content {
	max-width:820px;
	width:100%;
	padding:40px;
	background:#fff;
	height:auto;
	overflow:hidden;
	margin:150px auto 0;
	text-align:center;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	box-shadow: 4px 4px 0 0 rgba(0,0,0,.1);
  	-webkit-box-shadow: 4px 4px 0 0 rgba(0,0,0,.1);
}

#intro-content p{
	margin-bottom:30px;
}

h1,
h2 {
	font-size:32px;
	line-height:40px;
	text-transform: uppercase;
	color:#016A8A;
	font-weight:700;
	margin-bottom:25px;
	text-align:center;
}

.right-col h2 {
	text-align:left;
}

a.top-btn {
	background:#67A6B8;
	color:#fff;
	width:155px;
	padding:10px 0 12px;
	display:inline-block;
	margin:1px;
	font-weight:700;
	text-transform: uppercase;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #67A6B8;
}

a.top-btn:hover {
	background:#fff;
	color:#67A6B8;
}

#services {
	background:url(../img/mountain.jpg) center center no-repeat fixed;
	background-size:cover;
	height:auto;
}

#services h2,
#services p {
	color:#fff;
	margin-bottom:25px;
}

#services-wrapper {
	margin:40px auto;
	width:100%;
}

#services-wrapper h2 {
	text-align:left;
}

.left-col,
.right-col {
	width:47%;
	margin-right:6%;
	float:left;
}

.right-col {
	margin:0;
}

.left-col p,
.right-col p {
	text-align:left;
}

h3 {
	font-size:20px;
	line-height:25px;
	color:#67A6B8;
	margin-bottom:20px;
	font-weight:700;
}

.service {
	margin-bottom:40px;
	float:left;
	width:100%;
	text-align:left;
}


#google-map {
	width:100%;
	height:500px;
	border:5px solid #fff;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	box-shadow: 4px 4px 0 0 rgba(0,0,0,.1);
  	-webkit-box-shadow: 4px 4px 0 0 rgba(0,0,0,.1);
}

#contact p {
	margin-bottom:25px;
}

#contact h2 {
	margin-top:10px;
}

#contact-info-table {
	width:100%;
	max-width:290px;
	margin-bottom:25px;
	font-size:14px;
}

.contact-info-row {
	position:relative;
	height:20px;
	width:100%;
}

.contact-info-label {
	font-weight:700;
	position:absolute;
	left:0;
}

.contact-info-value {
	position:absolute;
	right:0;
}

#footer {
	width:100%;
	height:40px;
	background:#016A8A;
	float:left;
}

p.copyright,
#back-to-top {
	color:#fff;
	line-height:26px;
	font-size:13px;
	margin-top:7px;
}

p.copyright {
	text-align:left;
	float:left;
}

#back-to-top {
	float:right;
	font-weight:700;
	background:url(../img/arrow-up.png) center left no-repeat;
	padding-left:20px;
}


@media only screen and (max-width: 900px) {
	img#logo {
		max-width:250px;
	}

	#header-contact p { 
		font-size:11px;
		margin-top:43px;
		margin-left:20px;
		line-height:15px;
	}

	#intro-content {
		margin-top:0 !important;
		padding:3%;
		padding-bottom:60px;
	}

	.lrg-padding {
		padding-top:60px;
		padding-bottom:60px;
	}

	#top {
		background:none;
		height:auto !important;
	}

	img#mobile-top {
		display:block;
	}
}

@media only screen and (max-width: 630px) {
	#header-contact p { 
		font-size:10px;
		line-height:14px;
		margin-left:8px;
	}

	img#logo {
		float:left;

	}

	.left-col,
	.right-col {
		width:100%;
		margin:0;
	}

	#google-map {
		margin-bottom:30px;
		height:300px;
	}
}

@media only screen and (max-width: 550px) {
	#header-contact {
		float:left;
		clear:both;
		margin-top:0;
	}

	#header-contact p { 
		font-size:10px;
		margin:8px 8px 15px 0;
	}

	h1,h2 {
		font-size:22px;
		line-height:27px;
		text-align:left;
	}

	a.top-btn {
		font-size:11px;
		width:auto;
		padding-left:10px;
		padding-right:10px;
		margin:5px 5px 0 0;
		float:left;
	}

	p {
		font-size:13px;
		line-height:22px;
		text-align:left;
	}

	p.copyright,
	#back-to-top {
		line-height:25px;
		font-size:9px;
		margin-top:7px;
	}

}