* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
body {
	font-family: "Quicksand", sans-serif;
}
.wrapper {
	max-width: 1060px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.clear {
	clear: both;
}
.toggler {
	position: absolute;
	top: 40px;
	float: right;
	right: 20px;
	font-size: 28px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	display: none;
}
nav {
  padding: 30px 0;
  background: #092b2b;
	position: relative;
  overflow: hidden;
	border-bottom: 2px solid #eee;
}
.logo {
	float: left;
	margin-top: 0px;
	color: #eee;
	letter-spacing: 2px;
	padding-left: 10px;
	cursor: default;
}
.logo h2 {
	font-size: 20px;
}
.logo h1 {
	font-size: 28px;
  font-family: "Raleway", sans-serif;
}
.info {
  float: right;
  color: white;
}
.phone {
  padding-bottom: 10px;

}
.phone p {
  float: left;
  margin-left: 20px;
}
.phone .icon {
  color: #edb423;
}
.navbar {
	margin-top: 25px;
}
.navbar li {
	display: inline-block;
	padding: 0 20px;
}
.navbar li a {
	color: white;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}
.navbar li a:hover {
	color: #edb423;
}
.banner {
	height: 700px;
	background: -webkit-gradient(linear, left top, right top, from(rgba(13, 40, 35, 0.9)), to(rgba(68, 49, 28, 0.9))), url("../img/banner.jpg") no-repeat;
	background: -webkit-linear-gradient(left, rgba(13, 40, 35, 0.9), rgba(68, 49, 28, 0.9)), url("../img/banner.jpg") no-repeat;
	background: -o-linear-gradient(left, rgba(13, 40, 35, 0.9), rgba(68, 49, 28, 0.9)), url("../img/banner.jpg") no-repeat;
	background: linear-gradient(to right, rgba(13, 40, 35, 0.9), rgba(68, 49, 28, 0.9)), url("../img/banner.jpg") no-repeat;
	background-size: cover;
	position: relative;
}
.banner h1 {
	color: white;
	font-size: 48px;
	position: absolute;
	top: 350px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.box {
	width: 31%;
	position: relative;
	margin: 0 1%;
	margin-top: -7%;
	float: left;
	background: rgba(237, 237, 237, 0.95);
	padding: 30px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 0.5px 1px #bbb;
	        box-shadow: 0px 0px 0.5px 1px #bbb;

}
.box:before {
	content: "";
	width: 0;
	height: 4px;
	background: #ff8a00;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}
.box:hover::before {
	width: 100%;
}

.box h4 {
	font-size: 24px;
	padding-bottom: 10px;
}
.box p {
	padding: 10px 0;
}
.extra-box {
	margin: 5% 0;
}
.extra {
	width: 48%;
	margin: 1%;
	float: left;
	background: rgba(237, 237, 237, 0.95);
	padding: 20px;
	line-height: 1.5em;
	height: 150px;
	transition: 0.2s;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 0.5px 1px #bbb;
	        box-shadow: 0px 0px 0.5px 1px #bbb;
}
.extra:hover {
	background: #222;
	color: white;
}
.about {
	padding: 100px 0 0;
	overflow: hidden;
}
.about h2 {
	font-size: 32px;
	font-weight: bolder;
	font-family: "Ubuntu", sans-serif;
	text-transform: uppercase;
	color: #666;
	letter-spacing: 1px;
	padding-bottom: 20px;
}
.about h3 {
	font-size: 24px;
	color: forestgreen;
	padding-bottom: 20px;
}
.text {
	width: 50%;
	float: left;
}
.pix {
	float: left;
	width: 50%;
	text-align: center;
}
.text p {
	line-height: 1.8em;
}
.text .list {
	list-style: disc;
	padding: 20px;
}
.text .list li {
	padding: 10px 0;
	font-size: 17px;
}
.hr {
	margin-top: 100px;
	border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.services {
	padding: 100px 0;
	overflow: hidden;
}
.services h2 {
	font-size: 32px;
	text-align: center;
	font-family: "Ubuntu", sans-serif;
	text-transform: uppercase;
	color: #666;
	letter-spacing: 1px;
	padding-bottom: 60px;
}
.service-box {
	width: 31%;
	margin: 1%;
	float: left;
	position: relative;
	background: rgba(237, 237, 237, 0.95);
	padding: 30px 20px;
	height: 150px;
	-webkit-box-shadow: 0px 0px 0.3px 1px #999;
	        box-shadow: 0px 0px 0.3px 1px #999;
}
.service-box:before {
	content: "";
	width: 0;
	height: 4px;
	background: #ff8a00;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}
.service-box:hover::before {
	width: 100%;
}
.service-box .icons {
	float: left;
	margin-right: 30px;
	font-size: 36px;
	color: #ff8a00;
}
.service-box p {
	font-size: 20px;
	line-height: 1.5em;
}

.contact {
	padding: 230px 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 40, 35, 0.7)), to(rgba(13, 40, 35, 0.7))), url("../img/contact.jpg") no-repeat;
	background: -webkit-linear-gradient(rgba(13, 40, 35, 0.7), rgba(13, 40, 35, 0.7)), url("../img/contact.jpg") no-repeat;
	background: -o-linear-gradient(rgba(13, 40, 35, 0.7), rgba(13, 40, 35, 0.7)), url("../img/contact.jpg") no-repeat;
	background: linear-gradient(rgba(13, 40, 35, 0.7), rgba(13, 40, 35, 0.7)), url("../img/contact.jpg") no-repeat;
	background-size: cover;
	overflow: hidden;
}
.contact h2 {
	font-size: 32px;
	text-align: center;
	font-family: "Ubuntu", sans-serif;
	text-transform: uppercase;
	color: #eee;
	letter-spacing: 1px;
	padding-bottom: 60px;
}
.contact-list li {
	padding: 20px 0;
	color: white;
	font-size: 22px;
	letter-spacing: 1px;
	font-weight: bold;
}

footer {
	padding: 50px 0;
	background: #092b2b;
	border-top: 2px solid #eee;
	color: white;
	text-align: center;
}

footer p {
	font-size: 20px;
	font-family: "Open Sans", sans-serif;
	line-height: 2em;
}
footer a {
	color: white;
	font-size: 24px;
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
	nav {
		position: relative;
	}
	.info {
		float: none;
		width: 100%;
	}
	.phone {
		display: none;
	}
	.logo {
		float: none;
		width: 80%;
	}
	.logo h2 {
		font-size: 24px;
	}
	.navbar {
		background: #092b2b;
		width: 100%;
		margin: 0;
		margin-top: 0px;
		display: none;
		text-align: center;
		border: 1px solid #2c3e50;
	}
	.navbar li {
		display: block;
		border: 1px solid #2c3e50;
		padding: 15px 0;
		margin: 0;
	}
	.navbar li a:hover {
		color: white;
	}
	.toggler {
		display: block;
		z-index: 1;
	}
	.show {
		display: block;
	}
	
	.banner h1 {
		font-size: 27px;
	}
	.text {
		width: 96%;
		float: none;
		margin: 2%;
	}
	.pix {
		width: 100%;
		float: none;
		text-align: center;
		margin-top: 20px;
	}
	.pix img {
		width: 100%;
	}
	.about-text .phone {
		font-size: 22px;
	}
	.service-box {
		float: none;
		width: 96%;
		margin: 2%;
		height: auto;
		text-align: center;
	}
	.icons {
		float: none;
		text-align: center;
		margin: 20px auto;
	}
	.box {
		width: 96%;
		float: none;
		margin: 2%;
	}
	.extra {
		width: 96%;
		margin: 2%;
		float: none;
		height: auto;
	}
}
@media only screen and (max-width: 480px) {
	.banner h1 {
		width: 70%;
	}
}
