 /*
 * 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%;
}

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

body {
  /*! padding-bottom: 40px;*/
  background-color: #ffffff;
  color: #333333;
}
h2, h3, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #000;
  font-weight: 300;
  font-family: 'Noto Serif', "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.3;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 28px;
}
.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: 15px;
}

/*!body {
   padding-bottom: 40px; 
  color: #5a5a5a;
}*/
.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;  
  font-family: 'Noto Sans', cursive;
  letter-spacing:1.6px;  
  border-bottom: 1px solid #eeeeee;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navbar-brand img {
  font-size: 30px;
  padding: 0px 0px; 
  font-style: normal;
  font-family: 'Noto Sans', cursive;  
  font-weight: 400;
  line-height: 0px;
}
.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: 72px;}
/*.navbar-nav {
    float: right;
    margin: 0;
}*/
.navbar-brand {
    float: left;   
    padding: 6px 15px 0px;
    font-size: 22px;
    line-height: 20px;
}
.navbar-brand img { margin-top: -20px;}

.navbar-inverse {
  background-color: #fff;   
  box-shadow: 2px 0px 0px 1px #ddd;
}
.navbar-inverse .navbar-brand {
  color: #000;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #888;
  background-color: none;
}
.navbar-brand span { color: #6FAD94; font-weight: 600;}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel,
.item,
.active {
    height: 100%;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;
}

/* 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: #E9BA79;
}
.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: 480px) {
  .navbar-brand {
  font-size: 30px;
  padding: 2px 15px; /*0px 15px*/
  font-style: normal;
  font-family: 'Noto Sans', cursive;  
  font-weight: 400;
  line-height: 40px;
}
  .navbar-brand img { margin-top: -16px;}
}
.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: #eeeeee;}
.text-muted {color: #888;}
.white { color: white;}