.carousel-control-prev{
	position: absolute;
}


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

.carousel-top-img {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100% ;
}

.carousel-top-overlay {
  /*background: url(../img/overlays/04.png);*/
  position: absolute;
  top: 0;
  left: 0; 
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
}

/* Declare heights because of positioning of img element */
.carousel-top-item {
  height: 700px;
  background-color: #000;
}

.carousel-top-item .container {
  background-color: #000;
}

/* Since positioning the image, we need to help out the caption */
.carousel-top-caption {
  bottom: 3rem;
  z-index: 1000;
  width: "100%";
  height: "100%";
}



.carousel-top-caption > h1 {
 font-family: Montserrat,Helvetica,Arial,sans-serif; 
 text-transform: uppercase; 
 font-weight: 700; 
 font-size: 60px; 
 line-height: 75px;
}

.carousel-top-caption > h1, .carousel-top-caption > h2, .carousel-top-caption > p {
  text-shadow: 2px 3px 2px #000;
  padding: 10px;
  z-index: 10;
}



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

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-top-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

@media (min-width: 50em) {
  /* Bump up size of carousel content */
  .carousel-top-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  
  .carousel-top-caption-front {  
    background: #1a1a1a8d; 
    position: absolute; 
    right: 55%; 
    bottom: 70px; 
    left: 0%; 
    padding: 5px; 
    margin:10px; 
    text-shadow: 2px 3px 2px #000;
  }
}


