/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

html,
body {
    height: 100%;
}

/* You can change the height of the carousel by changing the height in the class below. It is set to 50% by default, but can be any height! */

.carousel {
    height: 60%;
}
.item,
.active,
.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

footer {
    margin: 50px 0;
}

body {
  /*! padding-bottom: 40px;*/
  color: #231F1E;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  color: #26AB80;
  line-height: 1.4;
}
.cta-contents 
h2,.h2,h4,.h4 {
  color: #424242;  
}
p { 
  font-size: 16px;
}
.img-responsive { border-radius: 4px;}

.img-center {
    margin: 0 auto;
}

.img-fluid {
    display: center block;
    max-width: 100%;
    height: auto;
    padding: 2px;
    margin-top: 4%;
    border: 0px solid #fdf6e3;
    border-radius: 6px;
}
.jumbotron {
    text-align: center;
    background-color:rgba(87, 142, 48, 0.05);
}

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

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.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 {
  position: relative;
  min-height: 80px;
  margin-bottom: 0px;
  /*! border-bottom: 1px solid #424242; */
}
.navbar-inverse {
  background-color: #f7f7f7;
}
.navbar-brand img { margin-top: -4px;}

/* 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;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0px 80px 0px; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}
/* 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;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 1600px) and (max-width: 1920px) {

.carousel {
    height: 65%;
}
}
@media (min-width: 768px) {
  /* Navbar positioning foo */
  .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;
  } 
}