

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 0px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption2 {
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 0;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
   background: rgba(0, 0, 0, 0.55); 
 
}


/* Declare heights because of positioning of img element */
.carousel .item {

  max-height: 100%;
background-color: none;
}
.carousel-inner > .item > img {
  position: relative;
  top: 0;
  left: 0;
  max-height: 100%;
  }

.left {max-width: 100%;
  max-height: 100%;}

.right {max-width: 100%;
  max-height: 100%;} 


.carousel-control {
 font-size: 40px;
 
}  

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0px, transparent 100%);
 
}

.carousel-control.right {
    background-image: linear-gradient(to right, transparent 0px, rgba(0, 0, 0, 0.9) 100%);
 
}
 
.carousel-control .glyphicon-chevron-left  {
left: 10%;
} 

.carousel-control .glyphicon-chevron-right  {
right: 10%;
} 
  
/* CONTAINER */
.carousel-container {
padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;

   
} 

.carousel-caption2 p { font-size: 17px;
margin-bottom: 5px;
    line-height: 1.4;
font-weight: bold; }

.carousel-caption2 p, .carousel-caption2 h1 { text-shadow: -1px 2px 2px rgba(0, 0, 0, 0.9); 
} 

.carousel-caption2 a {
 color: #f6eed6; 
}

.carousel-caption2 a:hover {
 text-decoration: none;
 color: #f55e1b;
}

.btn2 {
  display: inline-block;
  padding: 4px 16px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 6px;
  text-shadow: none;
      }

.btn-primary2 {
  color: #000;
  background-color: #febd3f;
  
  border-color: #f3a103;
}

.btn2:hover
{
  color: #fff;
  text-decoration: none;
  background-color: #fc7e02;
  
  border-color: #fc5a02;
}

/* 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
------------------------- */

.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 (max-width: 1500px) {

.carousel-caption2 h1 {
      font-size: 190%;  }
      
.carousel-caption2 p { 
    font-size: 15px;
    line-height: 1.3; }  
    
.btn2 {
  padding: 2px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
} 
        
}

@media (max-width: 1300px) {

.carousel-caption2 h1 {
      font-size: 170%;  }

      .carousel-caption2 p {
   
    font-size: 12px;
    line-height: 1.2;
  }
  
.btn2 {
   padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  margin-bottom: 5px;
}
      
}

@media (max-width: 1200px) {

.carousel-caption2 h1 {
      font-size: 230%;  }

      .carousel-caption2 p {
    
    font-size: 17px;
    line-height: 1.4;
  }
  
.btn2 {
  padding: 5px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
      
}

@media (max-width: 1100px) {

.carousel-caption2 h1 {
      font-size: 210%;  }

.carousel-caption2 p {
    
    font-size: 14px;
    line-height: 1.3;
  }
  
.btn2 {
  padding: 2px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
      
}

@media (max-width: 1000px) {

.carousel-caption2 h1 {
      font-size: 170%;  }

      .carousel-caption2 p {
   
    font-size: 12px;
    line-height: 1.2;
  }
  
.btn2 {
   padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  margin-bottom: 5px;
}
      
}

@media (max-width: 900px) {

.carousel-caption2 h1 {
      font-size: 150%;
}

.carousel-caption2 p {
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 1.2;
  }
  
.btn2 {
   padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  margin-bottom: 5px;
}
}









@media (max-width: 768px) {

.carousel-caption2 h1 {
      font-size: 210%;  }

.carousel-caption2 p {
    
    font-size: 14px;
    line-height: 1.3;
  }
  
.btn2 {
  padding: 2px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
      
}

@media (max-width: 640px) {

.carousel-caption2 h1 {
      font-size: 170%;  }

      .carousel-caption2 p {
   
    font-size: 12px;
    line-height: 1.2;
  }
  
.btn2 {
   padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  margin-bottom: 5px;
}
      
}

@media (max-width: 480px) {

.carousel-caption2 h1 {
      font-size: 90%;
}

.carousel-caption2 p {
    margin-bottom: 3px;
    font-size: 8px;
    line-height: 1.0;
  }
  
.btn2 {
   padding: 1px 3px;
  font-size: 9px;
  line-height: 1.0;
  border-radius: 2px;
  margin-bottom: 2px;
}
}

