body, h1, h2, h3, p, a {
	font-family: 'ArialMT', 'Arial', sans-serif;
}
body {
	min-height: 75rem;
	padding-top: 76px;
}
h3 {
	color: #9ea5aa;
}
a {
	color: #8bc53f;
}
a:hover {
	color: #709440;
}
.navbar {
	background-color: white;
}
.navbar-brand img {
	height: 60px
}
.navbar-light .navbar-toggler {
	border-color: #8bc53f;
}
.navbar-light .navbar-nav .nav-link {
	color: #8bc53f;
}
.navbar-toggler:focus {
	box-shadow: 0 0 0 .25rem #8bc53f;
}
.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%238bc53f' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.hero-image {
	background-position: 50% -168.385px;
	background-image: url('banner_gauges.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
}
.hero-image::before {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.hero-text {
	padding: 180px 0;
	text-align: center;
}
.hero-text h1 {
	color: white;
	text-shadow: 2px 2px 6px gainsboro;
}
.feature-icon {
	display: inline-flex;
	margin-bottom: 1rem;
}
.feature .btn,
#frmContact .btn {
	color: #fff;
	background-color: #8bc53f;
	border-color: #8bc53f;
}
#contact img.logo {
    width: 300px;
	margin-top: 1.5rem;
}
#msgSent img {
	vertical-align: bottom;
	margin-right: 5px;
}

@media (max-width: 767px) {
	#navbarCollapse {
		padding-left: 20px;
		padding-top: 1rem;
		padding-bottom: 0.5rem;
		box-shadow: 0 7px 4px -1px gainsboro;
	}
	.hero-text {
		padding: 50px 0;
	}
}