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

body {
  padding-bottom: 40px;
  color: #5a5a5a;
}

/* ==========================================================================
   Navigation styles
   ========================================================================== */  
.navbar-brand {
  font-size: 45px;
  margin-top: 2px;
}

.navbar-brand img {
  margin: auto;
  margin-top: 0px;
  max-width: 175px;
}

.navbar .nav {
  float:none;
  display:inline-block;
  /*display:inline; /* ie7 fix */
  /*zoom:1; /* hasLayout ie7 trigger */
  vertical-align: top;
}

.navbar-nav li {
  font-size: 15px;
}
 
.navbar-inner {
  text-align:center;
}

.navbar {
  padding-right: 14px;
  padding-left: 14px;
  width: 100%;
  text-align: left;
}
  
.navbar-inverse {
    background-color: #00A500;
    border-color: transparent;
}

.nav-collapse, .nav-collapse.collapse {
    background: none repeat scroll 0 0 #00A500;
    height: 0;
    overflow: hidden;
}

.nav > li > a {
  color: #FFFFFF;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}

.navbar .nav > li > a {
  color: #FFFFFF;
  float: none;
  padding: 25px 12px;
  text-decoration: none;
  text-shadow: none;
}

.navbar .nav > li > a:hover {
  color: rgba(49,54,58,0.9);
}

.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
  background-color: transparent;
  color: rgba(49,54,58,0.9);
}

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-bottom-color: rgba(49,54,58,0.4);
  border-top-color: rgba(49,54,58,0.4);
}

.navbar-inverse .nav li.dropdown > a:hover .caret, .navbar-inverse .nav li.dropdown > a:focus .caret {
  border-bottom-color: rgba(49,54,58,0.4);
  border-top-color: rgba(49,54,58,0.4);
  transition: all 0.35s ease-in-out;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a.section, .navbar-inverse .navbar-nav > li > a.current {
color: #31363A;
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #31363a;
    color: #FFFFFF;
    border: 0px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: 0;
    list-style: none outside none;
    margin: 1px 0 0;
    min-width: 160px;
    padding: 12px;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

.navbar .nav > li > .dropdown-menu:before, .navbar .nav > li > .dropdown-menu:after {
  display: none;
}

.nav-collapse .dropdown-menu a {
  font-weight: normal;
}


.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    background-color: transparent;
    background-image: none;
    background-image: -webkit-linear-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(transparent));
    background-repeat: no-repeat;
    color: #00A500;
    text-decoration: none;
}

.dropdown-menu > li > a {
    clear: both;
    color: #FFFFFF;
    display: block;
    font-weight: normal;
    line-height: 20px;
    padding: 3px 20px;
    white-space: nowrap;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
}

.navbar-toggle {
    margin-top: 18px;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:active, .navbar-inverse .navbar-toggle.active, .navbar-inverse .navbar-toggle.disabled, .navbar-inverse .navbar-toggle[disabled] {
    background-color: transparent;
    color: #FFFFFF;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: rgba(0, 0, 0, 0);
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 650px;
  margin-top:65px;
  margin-bottom: 10px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  background-color: rgba(0, 0, 0, 0.2);
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  z-index: 10;
  text-align:left;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 650px;
  background-color: #777;
}

.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: auto;
  /*height: 750px;*/
  /*object-fit: contain;*/
}


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

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 15px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Small Divider
------------------------- */

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

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

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

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 10px;
  }
  .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: 15px;
    font-size: 21px;
    line-height: 1.4;
	text-align:left;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

/* Carousel Transition (Not Used) */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
