/* GLOBAL STYLES */
body {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  color: white;
}

/* CUSTOMIZE THE CAROUSEL */
.carousel {
  margin-bottom: 0;
}

.carousel-inner {
  height: 100vh;
}

.carousel-item {
  height: 100vh;
  text-align: center;
}

.carousel-caption {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}

.carousel-caption h1,
.carousel-caption p {
  color: white;
}

/* RESPONSIVE CSS */
@media (min-width: 40em) {
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 2rem;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

/* Mobile-specific styles */
@media (max-width: 767px) {
  .carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 100vh;
  }
}
