/*
 * Start Bootstrap - Half Slider (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

html, body {
  height: 100%;
  background-color: #fefaf3;
}
footer {
   margin: 10px 5px 50px 0; color: #383e42;
}
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

/*!body {
   padding-bottom: 40px;
  color: #424242;
}*/
/*h3, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #E46640;
  font-weight: 300;
}*/
 /*!.cta-contents h2, .h2, h4, .h4 {
  color: #ccc; 
}*/

h1, h3 {color: #383e42;}

.jumbotron .lead {
  font-weight: normal;
}
.img-center {
  margin: 0 auto;
}
.img-fluid {
  display: block;
  max-width: 100%;
  height: 60%;
  padding: 2px;
  margin-top: 4%;
  border: 1px solid #fdf6e3;
  border-radius: 4px;
}
.btn {
  margin-bottom: 15px;
}
.navbar {
  font-size: 20px;
  font-family: "Oswald", "Arial Narrow Bold", sans-serif;
  font-weight: 400;
  min-height: 60px;
}
.navbar-brand a:hover {color: #fefaf3;}
.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-brand img { margin-top: -13px;}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: rgb(53, 57, 64);
  background-color: none;
}

/* Carousel base class */
.carousel,
.item,
.active {
    height: 10%;margin-bottom: 60px;
}
.item, .active, .carousel-inner {
  height: 100%;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}
.fa {
  color: #F8883C;
}
.featurette-divider {
  margin: 120px 0 40px; 
}

.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

.hyphenate {
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
}
#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: "";  
}
.white { color: white;}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 1600px) and (max-width: 1920px) {
/*.carousel {
  height: 600px;
}*/
}
@media (min-width: 768px) {
/* Navbar positioning foo */
h1 {
  font-size:3em;
  line-height: 1.2em;
}
.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: 'Oswald', sans-serif;
  font-size: 14px;
}
.nav-tabs {
  border: none;
}
.tab-pane {
  padding: 10px 0;
  border-bottom: none;
}