/********************************/

/*       Fade Bs-carousel       */

/********************************/
.fade-carousel {
    position: relative;
	height: auto;
}

 .carousel-inner img {
      width: 100%;
      height: 100%; 
	  padding-top: 10px;
  }

.fade-carousel .carousel-inner .item {
  height: 100%; 
}

.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #54c3dc;
    border-color: #54c3dc;
    opacity: .7;
}

.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/

/*          Hero Headers        */

/********************************/

.hero {
    position: absolute;
    top: 70%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;  
    text-shadow:black;
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}

.hero h4 {
    color:black; 
    font-weight: bold;
    margin: 0;
    padding: 0;
}

/********************************/
/*          Custom Buttons      */
/********************************/

.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #54c3dc;
    border-color:white;
    outline: none;
    margin: 20px auto;
}


.img-fluid {
	max-width: 100%;
	height: auto;
}


/********************************/

/*          Media Queries       */

/********************************/

@media screen and (min-width: 980px){

    .hero { width: 980px; }    

}

@media screen and (max-width: 640px){

    .hero h1 { font-size: 4em; }    

}