html, body {
  height: 100%; 
  color: #0c1a06;
  background-color:#fffcff; 
/*background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(153,153,153,1) 100%, rgba(255,255,255,1) 100%);*/
}

footer {
  margin: 50px 0;  
}
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 20px;
  /*background-color: #56af2d;*/
  letter-spacing: -1px;
}
h2, h3, h4, h5, h6, .h1, .h2, .h3, .h5, .h6 {
  color: #0c1a06;
  font-weight: 700;
  font-family: 'Open sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.3;
}
/*h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}
.h1 {  
  font-family: 'Noto serif', Arial, Helvetica, sans-serif;
}*/
h2 {
	font-size: 35px;
}
h3 {
	font-size: 26.5px;
}
h3 small { 
  color: #0c1a06;
}
h4,.h4 {
  font-size: 24px;
  color: #56af2d;
  padding: 10px 0 0px;
  font-weight: bold;
}
h5 {
  font-size: 22px;
  color: #0c1a06;
}
.h5 {
  font-size: 22px;
  color: #56af2d;
  padding: 10px 0 0px; 
  font-weight: 700; 
}
.lead { 
  color: #0c1a06;
  letter-spacing: 1px;
}
a {
  color: #56af2d;
text-decoration: none;}
a:active, a:hover, a:focus {color: #95a290;}
.modal-body p {
  font-size: 16px;
}
.well {
  min-height: 0px;
  padding-top: 36px;
  padding-left: 0px;
  padding-right: 60px;
  padding-bottom: 36px;
  margin-bottom: 0px;
  margin-left: 0px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.img-center {
  margin: 0 auto;
}
.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 2px;
  margin-top: 4%;
  border: 0px solid #fdf6e3;
  border-radius: 4px;
}
.jumbotron {background-color: #f4f5f3;}
.btn {
 margin-bottom: 0px; 
 padding: 12px 18px;
 border-top-left-radius:100px;
 border-top-right-radius:100px;
 border-bottom-left-radius:100px;
 border-bottom-right-radius:100px;
}
.btn-lg {
  padding: 16px 20px;
}
.btn-info {
  color: #fffcff;
  background-color: #56af2d;
  border-color: #56af2d;
}
.btn-info:focus,
.btn-info.focus {
  color: #fffcff;
  background-color: #56af2d;
  border-color: #56af2d;
}
.btn-info:hover {
  color: #fffcff;
  background-color: #2b5716;
  border-color: #56af2d;
}
.hyphenate {
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
}
.no {
  hyphens: none;
}
.fa {
  color: #56af2d;
}
.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;  
  font-family: 'Noto Sans', cursive;   
  border-bottom: 1px solid #fafafa;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
.navbar { 
  min-height: 45px;
  border-bottom: 1px solid #eee;
  box-shadow: 1px 1px 1px solid #000;
  background-color: #33691b;
  display: none;
}
/*.navbar-nav {
    float: right;
    margin: 0;
}*/
.navbar-brand {
  float: left;   
  /*padding: 2px 2px 0px;*/
  font-size: 26px; 
  letter-spacing: 2px;
  /*line-height: 28px;*/
  font-weight: 300;    
}
.navbar-brand span {
  font-weight: 700;
}
.navbar-brand img {
  float: left;
  margin-top: 0px;
  padding: 0px 0px; 
  font-style: normal;
  font-family: 'Open Sans', cursive;   
  line-height: 28px;
}
/*.navbar-brand span { 
    color: #283D76;  
    font-weight: 300;
    font-size: 18px;
    padding: 1px;
      
   }*/
/*.navbar-default {
  background-color: #041209;   
  background: rgb(255,255,255);
  background: linear-gradient(169deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 76%, rgba(24,94,49,1) 78%);
  box-shadow: 2px 0px 0px 1px #eee;
}*/
.navbar-inverse .navbar-brand {
  color: #185e31;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #888;
  background-color: none;
}
.carousel,
.item,
.active {
    height: 72vh;margin-bottom: 50px; border-bottom: 2px solid #56af2d;
}
@media screen and (min-width: 767px) and (max-width:1023px){
  .carousel,
  .item,
  .active {
      height: 40vh; margin-bottom: 50px; border-bottom: 2px solid #56af2d;
  }
  }
@media screen and (max-width: 767px){
.carousel,
.item,
.active {
    height: 40vh; margin-bottom: 50px; border-bottom: 2px solid #56af2d;
}
}
@media (min-width: 576px){
  .carousel,
  .item,
  .active {
      height: 76vh; margin-bottom: 50px; border-bottom: 2px solid #56af2d;
  } 
}
.item, .active, .carousel-inner {
  height: 100%;
}
.carousel-caption {
  z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel .item {
  height: 100%; 
}
/*.carousel-inner > .item > img {
 height: 100%;
}*/
/* Background images are set within the HTML using inline CSS, not here */
.fill {
    width: 100%;
    height: 100%;
    background: no-repeat center center;    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;      
}
/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
/*!.marketing h2 {
   font-weight: normal; 
  margin-top: 10px;
}*/
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}
/* Featurettes
------------------------- */
.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}
hr {margin-top: 20px;margin-bottom: 20px;border: 0;border-top: 1px solid #ddd;}
/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}
.hyphenate {
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
}
/* MAP */
#map_canvas {
  height: 400px;
  width: 100%;
}
.map_responsive {
  overflow: hidden;
  /*padding-bottom:56.25%;*/
  position: relative;
  height: 0;
}
.map_responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
/*.home-overlay {
  background: rgba(0, 0, 0,.1) url("../img/grid.png") repeat; 007f00,3AB54B-58,181,75,1
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";  
}*/
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 1600px) and (max-width: 1920px) {
/*.carousel {
  height: 600px;
}*/
}

@media (min-width: 768px) {
.navbar-wrapper {
  margin-top: 20px;
}
.navbar-wrapper .container {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar {
  padding-right: 0;
  padding-left: 0;
}

/* The navbar becomes detached from the top, so we round the corners */
.navbar-wrapper .navbar {
  border-radius: 4px;
}
/* Bump up size of carousel content */
.carousel-caption p {
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 1.4;
}
.featurette-heading {
  font-size: 50px;
}
}
@media (max-width: 992px) {
.featurette-heading {
  margin-top: 0px;
}
}
.hero-spacer {
  margin-top: 50px;
}
section {
  padding-top: 30px;
  padding-bottom: 60px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  background: #333;
  color: #fff;
  border-radius: 4px;
  border: none;
}
.nav-tabs>li>a:hover {
  border: 1px solid;
}
.nav-tabs>li>a {
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.nav-tabs {
  border: none;
}
.tab-pane {
  padding: 10px 0;
  border-bottom: none;
}
/*@media (max-width: 320px) {
 .navbar-brand span { 
  color: #283D76; 
  font-weight: 300;
  font-size: 15px;
  padding: 1px;    
 }
}*/
.white { color: #fffcff;}