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

body {
  font-family: "Inter", sans-serif;
  padding-bottom: 3rem;
  color: #5a5a5a;
  background: #f5f5f5;
}


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

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  /*max-height: 40rem;*/
  min-height: 100%;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  width: 100%;
  height: 0;
  padding-bottom: 31.57%;
  position: relative;
}

.carousel-item>img {
  position: absolute;
  top: 0;
  left: 0;
  /*min-width: 100%;
  max-height: 42rem;*/
  width: 100%;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3% !important;
  padding: 0;
  color: #E2D0B4;
  text-align: center;
  background: transparent;
  border: 0;
  opacity: .6;
  transition: opacity .15s ease;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}


/* 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: 5rem 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 (max-width: 450px) {
  .carousel-item {
  height: 8rem;
  }
  .carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  max-width: 100%;
  height: 8rem;
  }
  .carousel-caption {
    bottom: 0rem;
    z-index: 10;
  }
}

@media (max-width: 850px) {
  .carousel-item {
  height: 17rem;
  }
  .carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  max-width: 100%;
  height: 17rem;
  }
  .carousel-caption {
    bottom: 1rem;
    z-index: 10;
  }
}

@media (max-width: 1024px) {
  .carousel-item {
  height: 20rem;
  }
  .carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  max-width: 100%;
  height: 20rem;
  }
  .carousel-caption {
    bottom: 2rem;
    z-index: 10;
  }
}
*/

@media (min-width: 40em) {

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

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

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}