.header-info{
    background-image: Url(https://apihoard.webit.com/api/v1/Image/5459D4B15DC4C1F9C344DAABE36B73AC/5459D4B15DC4C1F9C344DAABE36B73AC.jpg?size=1920x1440);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 30%;
}



/*---- Reviews ---*/

.cw-reviews .card {
  border-radius: 1rem;
}

@media (max-width: 767px) {
  .cw-reviews .card {
    margin: 1rem 0.7rem 1rem;
    max-width: 80vw;
  }
}

.cw-reviews img {
  width: 6.2rem;
  border-radius: 5rem;
  margin: 1.3rem auto 1rem auto;
}

.cw-reviews .col-md-4 {
  padding: 0 0.5rem;
}

.card-title {
  font-size: 1rem;
  margin-bottom: 0;
}

.card-text {
  text-align: center;
  padding: 1rem 2rem;
  font-size: 0.8rem;
  color: rgb(82, 81, 81);
  line-height: 1.4rem;
}

.card-footer {
  border-top: none;
  text-align: center;
  line-height: 1.2rem;
  padding: 2rem 0 1.4rem 0;
}

.cw-name {
  font-size: 0.8rem;
  font-weight: bold;
}

.cw-reviews a {
  font-weight: bold;
}


.list
 {
    padding-top: 2em;
    padding-bottom: 2em;
    text-align: center;
}


/* Everlight "hero" */
.cw-hero {
  position: relative;
  margin: 0 auto;
  padding: 5em 0;
  background-image: url('https://apihoard.webit.com/api/v1/Image/4A27339F8D68E447FC3F19A5B4F93681/4A27339F8D68E447FC3F19A5B4F93681.png?size=1920x1440');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden; /* keeps overlay within the section */
}

.cw-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* Overlay color and opacity */
  z-index: 1;
}

.cw-heroText {
  position: relative; /* ensures it's above overlay */
  z-index: 2;
  max-width: 605px;
}

.cw-heroText h1 {
  -webkit-text-shadow: 2px 2px 1px rgb(37, 78, 112);
  -moz-text-shadow: 2px 2px 1px #254e70;
  text-shadow: 2px 2px 1px #217917;
  font-size: 2.75rem;
}

.cw-hero a {
  font-size: .925rem;
}

.cw-heroText .cw-hero-button {
  justify-content: end;
}

@media (min-width: 768px) {
  .cw-hero {
    padding: 12em 0;
  }

  .cw-heroText h1 {
    font-size: 3.25rem;
  }
}

@media (min-width: 1200px) {
  .cw-heroText h1 {
    font-size: 3.5rem;
  }
}

/* Everylight Banner */
.cw-bottom-banner {
  background-color: #007073;
  color: #fff;
  padding-top: 8em;
}

.cw-bottom-banner h3 {
  font-size: 1.75rem;
  font-weight: 700;
}

.cw-bottom-banner p {
  font-size: 1.125rem;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 800px;
}

@media (min-width: 768px) {
  .cw-bottom-banner h2 {
    font-size: 2rem;
  }

  .cw-bottom-banner p {
    font-size: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .cw-bottom-banner h2 {
    font-size: 2.5rem;
  }
}

/* side section next to banner */

.cw-side-section {
  background-color: #0DBDAD;
  color: #fff;
}

/* Everlight Cards */
.bg-gray {
  background: #efefef;
}

.bg-primary {
  background: var(--color-theme-primary) !important;
}

.animated-card {
  position: relative;
  height: 300px;
  margin-bottom: 2em;
  perspective: 1000px;
}

.animated-card .front {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(0);
  z-index: 10;
  transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
}

.animated-card:hover .front {
  transform: rotateY(180deg);
  z-index: -1;
}

.animated-card .back {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(-180deg);
  z-index: -1;
  transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  backface-visibility: hidden;
}

.animated-card:hover .back {
  transform: rotateY(0);
  z-index: 1;
}

.fa.fa-calendar,
.fa.fa-shopping-cart,
.fa.fa-check,
.fa.fa-users {
  position: relative;
  top: 20px;
  font-size: 1.15em;
}

.fa-circle {
  color: var(--color-theme-primary);
}

.fa-stack {
  width: 4em !important;
  height: 4.5em !important;
}

.fa-stack-2x {
  font-size: 4em;
}

/* Everlight Reviews */
.cw-reviews {
  background-image: url('https://apihoard.webit.com/api/v1/Image/466DF2A8C14ECF9C8DF9342CD3B31CC1/466DF2A8C14ECF9C8DF9342CD3B31CC1.jpg?size=1920x1440');
  background-repeat: no-repeat;
  background-position: center;
}

.cw-reviews .card {
  border-radius: 1rem;
  background: rgba(4, 4, 4, 0.527);
  color: #fff;
}

@media(max-width: 767px) {
  .cw-reviews .card {
    margin: 1rem .7rem;
    max-width: 80vw;
  }
}

.cw-reviews .col-md-4 {
  padding: 0 .5rem;
}

.card-title {
  font-size: 1rem;
  margin-bottom: 0;
  font-weight: 600;
  color: #fff;
}

.card-text {
  text-align: center;
  padding: 1rem 2rem;
  font-size: .9rem;
  color: #fff;
  line-height: 1.5rem;
}

.card-footer {
  border-top: none;
  text-align: center;
  line-height: 1.2rem;
  padding: 2rem 0 1.4rem;
}

.cw-name {
  font-size: .85rem;
  font-weight: 700;
  color: #fff;
}

.cw-reviews a {
  color: #f80606;
  font-weight: 700;
}

.cw-reviews a:hover {
  color: #d10000;
}

.star-rating {
  font-size: 1.3rem;
  color: #fff; /* Bootstrap warning/yellow */
}

/* Everlight Parallax */
.cw-cascade {
  margin: 0 auto;
  padding: 8em 0
}

.cw-cascade:before {
  overflow: hidden;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0,0,0,.5)
}

.cw-cascade h2 {
  z-index: 2;
  font-size: 2.5rem;
  text-shadow: 2px 2px 0 #343239
}

@media(min-width: 768px) {
  .page-home .cw-cascade {
      padding:10em 0
  }

  .cw-cascade h2 {
      z-index: 2;
      font-size: 2.75rem
  }

  .cw-cascade .btn {
      width: 380px;
      font-size: 1.75rem
  }
}