

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

  /* Carousel base class */
    .carousel {
      margin-bottom: 60px;
	  margin-top: 60px;
    }

    .carousel .container {
      position: relative;
      z-index: 9;
    }
	
	

    .carousel-control {
      height: 80px;
      margin-top: 0;
      font-size: 120px;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
      background-color: transparent;
      border: 0;
    }

    .carousel .item {
      height: 600px;
    }
    .carousel img {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
      height: 600px;
    }

    .carousel-caption {
      background-color: #b88b4a91;
      position: static;
      max-width: 550px;
      padding: 0 20px;
      margin-top: 200px;
    }
    .carousel-caption h1,
    .carousel-caption .lead {
      margin: 0;
      line-height: 1.00;
      color: #000;
      text-shadow: 0 1px 1px rgba(255,255,255,.4);
    }
    .carousel-caption .btn {
      margin-top: 10px;
    }




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

@media (min-width: 768px) {

 

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  

}
