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

html,
body {
    height: 100%; 
    background-color: #F7F6ED;   
}

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

.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;
}

/*h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  color: #bbbbbb;
  line-height: 1.4;
}*/
p { 
  font-size: 16px;
}
 /*!.img-responsive { border-radius: 4px; }*/

.img-center {
    margin: 0 auto;
}

.img-fluid {
    display: block;
    max-width: 99%;
    height: auto;
    padding: 2px;
    margin-top: 6%;
    border: 0px solid #fdf6e3;
    /*! border-radius: 4px; */
}
.jumbotron {background-color: #fb5e3d; border: 1px solid #4b170c}
.modal-body p { 
  font-size: 13px;
}
.fa-4x {
	font-size:4em; color: #fb5e3d;
}
/* 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-brand img { margin-top: -10px;}

/* MARKETING CONTENT
-------------------------------------------------- */

.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
   font-weight: 700;
}
.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 */
}

.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;
}
.modal-body ul li ul li {
  list-style-type: lower-alpha;
  font-size: 12px;
}
/* FORM CONTROL */

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

.carousel {
    height: 100%;
}
}
@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;
  } 
}

/*@media (max-width: 360px) {  
.h1 {
  font-size: 37px;
}
h2,.h2 {
  font-size: 26px;
}
h3,.h3 {
  font-size: 22px; font-weight: 400;
}
h4,.h4 {
  font-size: 18px;
}
h5,.h5 {
  font-size: 16px;
}
h6,.h6 {
  font-size: 14px;
}
}*/
