/* Shared
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button {
  border-radius: 100px;
}

.gallery a {
  text-decoration: none;
}

/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
  padding: 8rem 0 7rem;
  text-align: center;
}
.section-heading,
.section-description {
  margin-bottom: 1.2rem;
}

/* Showcase
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.showcase {
  background: #fefdfdff;
  padding: 1rem 1 7rem;
  position: relative;
}
.showcase-image {
  position: relative;
  max-width: 100%;
  margin: 0rem auto 0rem;
}
.social-icon {
  width: 40px;
  height: 40px;
  margin: 0 0.3rem;
}

/* Highlights
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.highlights {
  background: #2a7b9b;
  background: linear-gradient(90deg, rgba(15, 104, 169, 1) 0%, rgba(104, 203, 131, 1) 100%);
  background-size: cover;
  color: #fff;
  padding-bottom: 5rem;
}
.highlight .value-multiplier {
  margin-bottom: 0.5rem;
  color: #11dfc7;
}
.highlight .value-heading {
  margin-bottom: 0.3rem;
}
.highlight .value-description {
  opacity: 0.8;
  font-weight: 300;
}

/* About
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.about {
  border-bottom: 1px solid #ddd;
}

/* Gallery
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.gallery {
  background: #2a7b9b;
  background: linear-gradient(90deg, rgba(15, 104, 169, 1) 0%, rgba(104, 203, 131, 1) 100%);
  background-size: cover;
  color: #fff;
}
.gallery .section-description {
  margin-bottom: 4rem;
}

/* Bigger than 550 */
@media (min-width: 550px) {
  .section {
    padding: 12rem 0 11rem;
  }
  .showcase {
    padding-bottom: 12rem;
    text-align: left;
    height: 165px;
  }
  .showcase-image {
    position: absolute;
    top: -7rem;
    right: 3rem;
    max-height: 362px;
    z-index: 3;
  }
  .showcase-image + .showcase-image {
    top: -6rem;
    display: block;
    max-width: 73.8%;
    right: 0;
    z-index: 2;
    max-height: 338px;
  }
  .hero-heading {
    font-size: 2.4rem;
  }
  .social-icon {
    width: 40px;
    height: 40px;
    margin: 0 0.5rem;
  }
}

/* Bigger than 750 */
@media (min-width: 750px) {
  .showcase {
    height: 190px;
    padding: 16rem 0 14rem;
  }
  .hero-heading {
    font-size: 2rem;
  }
  .section {
    padding: 14rem 0 15rem;
  }
  .section-description {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .showcase-image {
    top: -14rem;
    right: 5rem;
    max-height: 510px;
  }
  .showcase-image + .showcase-image {
    top: -12rem;
    max-height: 472px;
  }
  .gallery {
    padding: 15rem 0 8rem;
  }
  .social-icon {
    width: 40px;
    height: 40px;
    margin: 0 0.8rem;
  }
}

/* Bigger than 1000 */
@media (min-width: 1000px) {
  .section {
    padding: 20rem 0 19rem;
  }
  .showcase {
    padding: 15rem 0;
  }
  .hero-heading {
    font-size: 2.4rem;
  }
  .showcase-image {
    top: -16rem;
    max-height: 615px;
  }
  .social-icon {
    width: 40px;
    height: 40px;
    margin: 0 1rem;
  }
}
