/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 1rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 2rem;
  z-index: 10;
  display: block; /* Show caption by default */
  font-size: 14px; /* Set the font size for mobile devices */
}

/* Declare heights because of positioning of img element */
.carousel-item {
  background-color: #777; /* Removed fixed height */
}

.carousel-item > img {
  width: 100%; /* Make the image responsive by setting the width to 100% */
  height: auto; /* Allow the height to adjust proportionally */
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 2rem 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 (min-width: 40em) {
  /* Larger font size for non-mobile devices */
  .carousel-caption {
    font-size: 2.25rem;
  }

  .featurette-heading {
    font-size: 10px;
  }
  .carousel-item > img {
  width: 100%; /* Make the image responsive by setting the width to 100% */
  height: 550px; /* Allow the height to adjust proportionally */
}
}

@media (min-width: 60em) {
  .featurette-heading {
    margin-top: 5rem;
  }
}
