
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 19rem;
  z-index: 9999999999;
  background: rgb(0,0,0,0.2);
}
.carousel-caption h1{
  color: #fff;
  padding-bottom: 10px;
  font-size: 35px;
  z-index: 9999999999;
}

/* Declare heights because of positioning of img element */
/*
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}*/


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- 
*/
@media (max-width: 1025px) {
  .carousel-caption {
    z-index: 9999999999;
    top: 15rem;
    right: 2%;
    left: 2%;
  }
  .carousel-caption h1{
    font-size: 30px;
  }
}
@media (max-width: 769px) {
  .carousel-caption {
    z-index: 9999999999;
    top: 9rem;
    right: 2%;
    left: 2%;
  }
  .carousel-caption h1{
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  .carousel-caption {
    top: 5rem;
  }
  .carousel-caption h1{
    font-size: 20px;
  }
}
@media (max-width: 427px) {
  .carousel-caption {
    z-index: 9999999999;
    top: 2rem;
    right: 2%;
    left: 2%;
  }
  .carousel-caption h1{
    font-size: 20px;
  }
}
@media (max-width: 321px) {
  .carousel-caption {
    top: 1rem;
  }  
}

/*@media (min-width: 40em) {
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}*/