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

/* Carousel base class */
.carousel {
  margin: 0rem 0rem 4rem 0rem;
  background-color: rgb(0, 0, 0);
  background-repeat: no-repeat;
  padding-bottom: 100rem;
  padding-top: 10rem;
  min-height: 100vh;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;


}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 14rem;
  background-size: contain;
}
.carousel-item > img {
  position: absolute;
  top: 0rem;
  left: 0;
  width: 100%;
  height: 14rem;
  
}

  .headline {
    font-size: 1rem;
    font-weight: 700;
   
    color: #E7E7E7;
    
  }
  .subhead {
    font-size: 1rem;
    font-weight: 300;
    margin-top: 2rem;
    color: #9B9B9B;
  }
  
/* Carousel Nav-----------------------------------------------------------*/
  .iconl {
    width: 48px;
    height: 48px;
    display: inline-block;
    mask: url(/images/caret-square-left-solid.svg) no-repeat 50% 50%;
    -webkit-mask: url(/images/caret-square-left-solid.svg) no-repeat 50% 50%;


  }

  .iconr {
    width: 48px;
    height: 48px;
    display: inline-block;
    mask: url(/images/caret-square-right-solid.svg) no-repeat 50% 50%;
    -webkit-mask: url(/images/caret-square-right-solid.svg) no-repeat 50% 50%;
    
   
  }
  .carousel-control-prev-icon { background-color: rgb(255, 255, 255); }
  .carousel-control-next-icon { background-color: rgb(255, 255, 255); }



  .carousel-control-next-icon, .carousel-control-prev-icon {
    /* Use to adjust size of icons */
    width: 3rem;
    height: 3rem;
  
  
   
  }
  .carousel-control-prev{
    top: -115rem;
  }
  .carousel-control-next{
    top: -115rem;
  }

  .carousel-indicators{
  top: 28rem;
  margin: 0rem auto;
  background: black;
  width: fit-content;
  height: fit-content;
  border-radius: 4px;
  padding: .25rem;
}


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

@media (min-width: 100px) {
  .navbar-brand, .img{
    width: 7rem;
    }

  .carousel {
    margin: 30rem 0rem 4rem 0rem;
   
  }

  #logoCarousel{
    padding-top: 4rem;
  }
  #testaCarousel{
    padding-top: 8rem;
  }
  #photoCarousel{
    padding-top: 12rem;
  }


.headline {
  font-size: 2rem;
}
.subhead {
  font-size: 1.5rem;
  
}
  .carousel-item {
    height: 14rem;
  }
  .carousel-item > img {
    height: 14rem;
  }

}

@media (min-width: 500px) {
  .navbar-brand, .img{
  width: 4rem;
  }
  #logoCarousel{
    padding-top: 2rem;
  }
  #testaCarousel{
    padding-top: 0rem;
  }
  #photoCarousel{
    padding-top: 0rem;
  }

  .carousel {
    margin: 0rem 0rem 0rem 0rem;
    padding-top: 10rem;
  }
  .headline {
    font-size: 2.5rem;
  }
  .subhead {
    font-size: 1.5rem;
  }
  .carousel-item {
    height: 26rem; 
  }
  .carousel-item > img {
    height: 26rem;
  }
 

  
  .carousel-indicators{
  top: 22rem;
}
}

@media (min-width: 740px) {
  .navbar-brand, .img{
    width: 7rem;
  }
    #logoCarousel{
      padding-top: 5rem;
    }
    #testaCarousel{
      padding-top: 5rem;
    }
    #photoCarousel{
      padding-top: 3rem;
    }
  
  .carousel {
    margin: 0rem 0rem 0rem 0rem;
    padding-top: 10rem;
  }
  .headline {
    font-size: 2.5rem;
  }
  .subhead {
    font-size: 1.5rem;
  }
  .carousel-item {
    margin-top: 0rem;
    height: 27rem; 
  }
  .carousel-item > img {
    height: 27rem;
  }
 

  .carousel-indicators{
  top: 30rem;
}
} 

@media (min-width: 992px) {
  .carousel {
    margin: 16rem 0rem 0rem 0rem;
  }

  .headline {
    font-size: 2.5rem;
  }
  .subhead {
    font-size: 2rem;
  }
  .carousel-item {
    height: 34rem;
  }
  .carousel-item > img {
    height: 34rem;
  }
 

  
  .carousel-indicators{
  top: 38rem;
}
}

@media (min-width: 1300px) {
  
  .headline {
    font-size: 3.5rem;
  }
  .subhead {
    font-size: 2.5rem;
  }
  .carousel-item {
   top: 0rem;
    height: 46rem;
  }
  .carousel-item > img {
    height: 46rem;
    
  }

  .carousel-indicators{
  top: 42rem;
}

}

@media (min-width: 1800px) {
  .headline {
    font-size: 4.5rem;
  }
  .subhead {
    font-size: 3.5rem;
  }
  .carousel-item {
    margin-top: -5rem;
    height: 70rem;
  }
  .carousel-item > img {
    height: 70rem;
   
  }


  
  .carousel-indicators{
  top: 60rem;
}
}

