

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

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

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

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

    .carousel-control {
      height: 0px;
      margin-top: 0;
      font-size: 90px;
      /* text-shadow: 0px 1px 5px rgba(0,0,0,.8); */
      background-color: transparent;
      border: 0;
      z-index: 10;
    }

    .carousel .item {
      height: 600px;
    }

    .carousel img {
      position: absolute;
      top: -30%;
      left: 0;
      min-width: 100%;
      opacity: 0.65;
    }
	
	.carousel img.muses {
      position: absolute;
      top: -70%;
      left: 0;
      min-width: 100%;
      opacity: 0.65;
    }

    @media (max-width: 1680px) {
    	.carousel img.muses {
	      position: absolute;
	      top: -90%;
	      left: 0;
	      min-width: 100%;
	      opacity: 0.65;
     	}
    }


    @media (max-width: 1400px) {
    	.carousel img.muses {
	      position: absolute;
	      top: -80%;
	      left: 0;
	      min-width: 100%;
	      opacity: 0.65;
     	}
    }

    @media (max-width: 979px) {
      .carousel .item, .carousel .item img {
        top: -20%;
        height: auto;
      }

     	

    }

    @media (max-width: 680px) {
      .carousel .item, .carousel .item img {
        top: -20%;
        height: auto;
      }
    }

    .carousel-caption {
      background-color: transparent;
      position: static;
      padding: 0 5px;
      margin-top: 400px;
      font-family: 'Tangerine', cursive;
    }
    .carousel-caption h1,
    .carousel-caption .lead {
      margin: 0;

      line-height: .8;
      color: #fff;
      font-size: 140px;
      font-family: 'Tangerine', cursive;
      /* text-shadow: 0px 1px 5px rgba(0,0,0,1); */
    }
    .carousel-caption .lead {
      line-height: 0.9;
    }
    .carousel-caption .btn {
      margin-top: 10px;
    }



footer {
	padding-top: 50px;
	text-align: center;
}






