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

/* body {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #F7F5EB;
  } */
.carousel-indicators [data-bs-target]{
  background-color: green;
}
.carousel-control-prev, 
.carousel-control-next{
  background-color: none;
  width: 10%;
}
.carousel-control-prev-icon, 
.carousel-control-next-icon{
  background-color: green;
  padding: 10px;
}
  
  /* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */
  
  /* Carousel base class */
  .carousel {
    margin-top: 56px;
    margin-bottom: 4rem;
  }
  /* 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 {
    /* height: 32rem; */
    background-color: #F7F5EB;
  }
  .hero-inner{
    position: relative;
  }
  .hero-image-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    overflow: hidden;
    max-height: 80vh;
  }
  .hero-text-wrapper{
    position: absolute;
    background-color: #fff;
    top:35%;
    left: 15%;
    padding: 15px;
    border-radius: 5px;
    opacity: 0;
    box-shadow: 0px 4px 8px -1px rgba(0,0,0,0.1);
  }
  /* @media (min-width:48rem){
    .hero-image-wrapper{
      max-width: 70%;
    }
  } */
  /* MARKETING CONTENT
  -------------------------------------------------- */
  
  /* Center align the text within the three columns below the carousel */
  /* .marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
  } */
  /* rtl:begin:ignore */
  /* .marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
  } */
  /* rtl:end:ignore */
  
  
  /* Featurettes
  ------------------------- */
  /* Thin out the marketing headings */
  /* rtl:begin:remove */
  /* .featurette-heading {
    letter-spacing: -.05rem;
  } */
  
  /* rtl:end:remove */
  
  /* 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: 50px;
    }
  }
  
  @media (min-width: 62em) {
    .featurette-heading {
      margin-top: 7rem;
    }
  }
   */