﻿body {
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
  color: #000;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #87C241;
}
.text-white {
  color: #FFF;
}

p {
  font-size: 16px;
  line-height: 1.5;
}

section ul li{
  font-size: 16px;
}

p.large {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
  color: #000;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #87C241;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.img-centered {
  margin: 0 auto;
}
.btn-primary {
  color: white;
  background-color: #818286;
  border-color: #818286;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #87C241;
  border-color: #87C241;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #87C241;
  border-color: #87C241;
}
.btn-primary .badge {
  color: #87C241;
  background-color: white;
}
.btn-xl {
  color: white;
  background-color: #87C241;
  border-color: #87C241;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 40px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #fec503;
  border-color: #f6bf01;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #87C241;
  border-color: #87C241;
}
.btn-xl .badge {
  color: #87C241;
  background-color: white;
}

.navbar-custom .navbar-brand {
	padding: 0px 15px;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #fec503;
}
.navbar-custom .navbar-collapse {
  border-color: #FFF;
  padding-top: 10px;
}
.navbar-custom .navbar-toggle {
  background-color: #87C241;
  border-color: #87C241;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #87C241;
}
.navbar-custom .nav li a {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #818286;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
  color: #000;
  outline: none;
}
.navbar-custom .navbar-nav > .active > a {
  border-radius: 3px;
  color: #FFF;
  background-color: #87C241;
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: #FFF;
  background-color: #87C241;
}  

.navbar-custom .navbar-brand {
    height: 60px;
}

.navbar-custom {
	background-color: #fff;
	padding: 10px 0;
	border-color: #ccc;
}


@media (min-width: 768px) {
	.navbar-custom .navbar-nav > .active > a {
		border-radius: 3px;
	}
}

header {
  text-align: center;
  color: white;
  margin-top:80px;
}
section {
  padding: 50px 0;
}
section h2.section-heading {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 10px;
}
section h3.section-subheading {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
	section {
		padding: 50px 0;
	}
  
	.thumbnail .caption{
		padding:20px;
	}
	
	.img-thumb h3{
		left:20px;
		font-size: 16px;
	}

}

@media(max-width:767px) {	
	.carousel-caption, .carousel-indicators{
		display:none;
	}
}

.service-heading {
  margin: 15px 0;
  text-transform: none;
}

section.process { 
    background-image: url("../img/process_bg.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color:#FFF;
}

section.contact { 
    background-image: url("../img/lawn_bg.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color:#FFF;
    text-shadow:0 0 50px #000;
}


.section-heading-spacer {
    border-top: 5px solid #87C241;
    width:100px;
    margin-top:0;
}

.thumbnail{
	border-radius:0;
	padding:0;
	border:none;
	
}
.img-thumb{
	position:relative;
	margin-bottom: 1px;
}

.img-thumb h3{
	position: absolute;
	bottom:0px;
	left:0;
	color:white;
	padding:10px;
	margin:0;
	width:100%;
}

.img-thumb:hover h3{
	background-color:#87c241;
	color:white;
}

.thumbnail .caption{
	background-color:#87C241;
	color: white;
	text-align:left;
}

.thumbnail{
	margin-bottom: 10px;
}

.thumb-caption{
	pointer-events: none;
	text-align:left;
    text-shadow:0 0 30px #000;
}

.gutter-10 > [class^="col-"], .gutter-10 > [class^=" col-"]{
  padding-right: 5px;
  padding-left: 5px;
}

@media(max-width:767px) {	
	.img-thumb h3{
		font-size:16px;
	}
}


section#contact {
  background-color: #eeeeee;
  color:black;
}

.well{
	background-color:#eee;
	border-radius:0;
}

footer {
  padding: 25px 0;
  text-align: center;
}
footer span.copyright {
  line-height: 40px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  text-transform: none;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}
::-moz-selection {
  text-shadow: none;
  background: #87C241;
}
::selection {
  text-shadow: none;
  background: #87C241;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: #87C241;
}
