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

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

.btn-primary {background: #ff8800; border-color: rgba(255, 255, 255, 1); color: rgba(255, 255, 255, 1); font-size: 16px; border-radius: 4px; border-width: 0px;}
.btn-primary:hover {background: #db6300; border-color: rgba(255, 255, 255, 1); color: rgba(255, 255, 255, 1);}
.btn-primary:active {background: #db6300; border-color: #db6300; color: #db6300;}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
/* Create a medium height at 40px */
.navbar-brand img {

  height:80px;
 
  }

.navbar-md {min-height:90px}
.navbar-md .navbar-brand,
.navbar-md .navbar-nav>li>a {padding-top:10px; padding-bottom:10px; padding-right: 30px;}
.navbar-md .navbar-nav {background-color: #ffffff;margin-right: 50px;}
.navbar-md .navbar-brand {height: 70px}  
.navbar-md .navbar-toggle {margin: 6px 12px 6px 0px; padding: 6px 7px 6px 7px;}
.navbar-md .navbar-toggle .icon-bar {width: 19px;}


#custom-bootstrap-menu.navbar-default .navbar-nav >li>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav >li>a:focus,
{
    color: #ff5e00;
    background-color: #ffffff;
    }

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

/* Carousel base class */
.carousel {
 
  height: 500px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 20;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #ffffff;
}
.carousel-inner > .item > img {
  position: auto;
  top: 25px;
  left: 0;
  min-width: 100%;
  height: 500px;

}
.carousel-caption h1{
  color:#ff9d36;

}

/* 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;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


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


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

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-default {
    margin-top: 0px;
    background-color: white;
  }
  .navbar-default .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-default .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-default .navbar {
    border-radius: 0px;
  }

  /* 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 (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}
