/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  /* padding-top: 3rem;
  padding-bottom: 3rem; */
  /* color: #5a5a5a; */
}

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

/* Carousel base class */
.banner .carousel {
  /* margin-top: 6rem; */
  margin-bottom: 4rem;
}
.banner .carousel-inner {
  /* background: url('../images/banner.jpg') no-repeat center top;
  background-size: cover; */
}
.banner .carousel-item::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.5);
}

.banner .carousel-indicators {
  display: none;
}
/* Since positioning the image, we need to help out the caption */

.banner .banner-section {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.banner .carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .carousel-item .container {
  height: 100vh;
  width: calc(100% - 30px);
}

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

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