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

.banner-caption {
  padding-left: 5rem;
  bottom: 3rem;
  z-index: 10;
}

.banner-image {
  padding-left: right;
    background-color: #02448F;
  
}

.carousel-item,
.banner-image  {
  height: 32rem;
}


@media (min-width: 40em) {
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}
