@import url(https://fonts.googleapis.com/css?family=Arimo:700,700italic);
@import url(https://fonts.googleapis.com/css?family=Khula:400,700,800);

@media screen and (max-width: 970px) {
	body {
		background-image: url(../images/bg-2.jpg);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}
	.header-logo {
		width: 100%;
		max-width: 450px;
	}

}
@media screen and (min-width: 970px) {
	body {
		background-image: url(../images/bg.jpg);
		background-size:  100% 100%;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}
	.header-logo {
		width: auto;
	}
}
h1, h2, h3, h4, h5, h6, p, li, a, label {
	font-family: 'Khula', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 800;
}
a {
	color: #27ae60;
}
p {
	color: #999999;
}
a:hover {
	color: #2ecc71;
	text-decoration: none;
}
.header {
	background-color: rgba(255, 255, 255, 0.65);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	position: relative;
	margin-bottom: 10px;
}
.left-side-header {
	padding-left: 5%;
	text-align: center;

}
.header-tel a {
	color: #000;
}
.header-tel a:hover {
	text-decoration: none;
}
.header-tel a span {
	color: #F8C800;
	text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;
}
.right-side-header {
	text-align: center;
	position: relative;
	vertical-align: middle;
	text-transform: uppercase;
}
.social-box {
	position: absolute;
	bottom: 1;
	display: block;
}
.content {
	background-color: rgba(255, 255, 255, 1);
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.left-content {
	border-right: solid #bdc3c7 thin;
}
@media screen and (max-width: 768px) {

}
#carousel {
	margin-top: 20px;
	margin-bottom: 10px;
	border: #27ae60 solid thick;
}
.get-quote {
	margin-top: 20px;
	padding: 15px;
	border-radius: 5px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b4e391+0,61c419+100 */
background: #b4e391; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #b4e391 0%, #61c419 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  #b4e391 0%,#61c419 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  #b4e391 0%,#61c419 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#61c419',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.footer {
	background: #333;
	color: #fff;
}
.footer-content {
	margin-top: 70px;
}
.copy-right {
	color: #fff;
	background: #222;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.map {
	width: 300px;
	height: 300px;
	border: medium solid green;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.type-of {
	text-align: center;
	color: #fff;
	background-color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
}
hr {
	border: solid thin #afafaf;
}
.emergency-message {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	color: ;
	margin-bottom: 20px;
	margin-top: 20px;
	border-color: #006600;
	border-width: 5px;
	border-style: dashed;
	border-radius: 3px;
	-webkit-box-shadow: 2px 2px 5px 1px #8F8D88;
	box-shadow: 2px 2px 5px 1px #8F8D88;
}
.emergency-message p {
	color: #c0392b;
}
.serv-img-left {
	width: 40%;
	float: left;
	margin: 5px;
}
.serv-img-right {
	width: 40%;
	float: right;
	margin: 5px;
}
.services-img {
	width: 100%;
}
.service {
	border-bottom: solid thin #2ecc71;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.promo-banner {
	width: 100%;
	border: #27ae60 solid thick;
}
.seal-img-header {
	width: 200px;
}
.promo-flyer {
	width: 100%;
	margin: 20px;
}
.truck {
	width: 100%;
}
nav.navbar.navbar-default {
	border-color: #009933;
}
.navbar-default .container-fluid {
	background-color: #009933;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #ffff99;
}
.review {
	color: #2ecc71;
}
.serving-area {
	text-align: center;
	color: #f1c40f;
}
.serving-area h3 {
	color: #7f8c8d;
}
.social-icon {
	width: 75px;
}
.social-bottom {
	width: 59px;
}