 /*
 * 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: rgb(255,255,255);
/*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: 40px;
  background-color: #01749A;*/
  color: #2e1306;
}
h2, h3, h4, h5, h6, .h1, .h2, .h3, .h5, .h6 {
  color: #2e1306;
  font-weight: 700;
  font-family: 'noto serif', "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.3;
}
/*h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}*/
h2 {
	font-size: 36px;
}
h3 {
	font-size: 28px;
}
h4,.h4 {
  font-size: 26px;
  color: #e57e00;
  padding: 10px 0 0px;
  font-weight: 400;
}
h5 {
  font-size: 24px;
}
.modal-body p {
  font-size: 16px;
}
.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;
}
.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;
}
/*!body {
   padding-bottom: 40px; 
  color: #5a5a5a;
}*/
.hyphenate {
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
}
/*.btn .fa {
  color: #00aa4e;
}*/
.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;  
  font-family: 'Noto Sans', cursive;   
  border-bottom: 1px solid #eeeeee;
}
.lead { color: #2e1306;}

/* 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: 60px;
}
/*.navbar-nav {
    float: right;
    margin: 0;
}*/
.navbar-brand {
  float: left;   
  padding: 20px 15px 0px;
  font-size: 26px; 
  letter-spacing: 2px;
  line-height: 28px;
  font-weight: 700; 
  text-transform: uppercase; 
}
.navbar-brand img {
  float: left;
  margin-top: -10px;
  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: #ffffff;   
  /*background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(153,153,153,1) 100%, rgba(255,255,255,1) 100%);*/
  box-shadow: 2px 0px 0px 1px #ddd;
}
.navbar-inverse .navbar-brand {
  color: #2e1306;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #888;
  background-color: none;
}
.carousel,
.item,
.active {
    height: 100%;margin-bottom: 60px;
}
.item, .active, .carousel-inner {
  height: 100%;
}
.carousel-caption {
  z-index: 10;
}
/* Declare heights because of positioning of img element 
.carousel .item {
  height: 100%;
  background-color: #777;
}
.carousel-inner > .item > img {
 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;
}
/* 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
------------------------- */
.fa {
  color: #e8621e;
}
.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;
    
 }
}
.well {
  min-height: 20px;
  padding: 12px 0 0;
  margin-bottom: 20px;
  background-color: transparent;
  border: 0px solid #e3e3e3;
  border-radius: 0;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.05);
}
.jumbotron { background-color: #efefef;}
.text-muted {color: #888888;}
.white { color: white;}