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

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: rgb(var(--bs-tertiary-color-rgb));
}


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

/* Carousel base class */


/* Since positioning the image, we need to help out the caption */
.carousel-caption-sun {
  bottom: 3rem;
  z-index: 10;
  color: #fffefb;
  background-color: #2f14038f;
  border-radius: 10px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/* Declare heights because of positioning of img element */
.carousel-item-sun {
  height: 32rem;
}

.carousel-inner-sun {
  height: 620px;
}

.award-arrow {
  background-color: #ba5002;
  border-radius: 5px;
}

.award-image:hover {
  transform: scale(1.04);
  transition: 0.15s;
}



/* 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
  ------------------------- */

.featurette-divider {
  margin: 5rem 0;
  /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* Award news link start */
.icon-link {
  display: inline-flex;
  color: #ff6600 !important;
  gap: 0.375rem;
  align-items: center;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.5));
  text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Award news link end */

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

@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 (max-width: 1037px) {

  /* height on mobile */
  .carousel-sun {
    height: 650px;
  }

  .award-name {
    font-size: 18px;

  }

  .award-name-1 {
    font-size: 14px;

  }

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

}