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

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



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

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}
.navbar-brand{
    padding: 12px!important;
    text-align: right;
    margin-right: 40px;
}
.nav > li > a:hover, .nav > li > a.current{
    background-color: #EA2530!important;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}


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

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

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}
.carousel-caption{
    background: rgba(0, 0, 0, .4);
}
.caroussel_header{
    color:white;
    margin: 0;
    padding: 10px 0;
    font-size: 30px;
}


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


/* Navbar customization
------------------------- */

.navbar-nav > li > a{
    color: white!important;
    font-size: 17px;
    padding: 28px 32px;
}
.navbar-wrapper, .navbar{
    margin: 0!important;
}
.menu_sep{
    display: block; 
    background-color: white; 
    margin-top: 15px; 
    padding: 24px 1px; 
    opacity: 0.1;
}


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

@media (min-width: 768px) {

  /* Navbar positioning foo */
  .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: 10px;
    font-size: 18px;
    line-height: 1.4;
    color:white;
  }

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

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


@media (max-width: 1200px) {
  .navbar-nav > li > a{
    font-size: 17px;
    padding: 28px 17px!important;
  }  
}

@media (max-width: 992px) {
    #myCarousel h1{
        font-size: 20px;
        padding: 2px;
    }
    #myCarousel h4{
        font-size: 17px;
        margin: 2px;
    }
  .navbar-nav > li > a {
    font-size: 14px !important;
    letter-spacing: -0.5px !important;
    padding: 28px 5px !important;
    }  
    .menu_sep{
        display: none !important;
    }
}

@media (max-width: 768px) {    
  .navbar-brand{
      padding: 0!important;
  }
  .logo_title {
    color: white;
    font-size: 30px!important;
    line-height: 30px!important;
  }
  .menu_sep{
      display: none!important;
  }
  .navbar-nav a{
      
  }
  .navbar-nav > li{
      float: unset;
  }
  .navbar-nav{
      display: block;
      position: relative;
      background-color: white;
  }
  .navbar-nav > li > a{
        padding: 10px!important;
        color: #333!important;
  }
  .navbar-nav > li > a:hover, .nav > li > a.current {
        background-color: #ea2530!important;
        color:white!important;
  }
}