/* Shared
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button {
  border-radius: 100px;
}
.button img {
  position: relative;
  margin: 0 0 -0.25rem 0.5rem;
}

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

/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.hero {
  margin-top: 10rem;
}
.shows {
  position: relative;
}
.show {
  position: relative;
  max-width: 90%;
  margin: 3rem auto -12rem;
}
.show + .show {
  display: none;
}

/* Categories
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.categories {
/*  background-image: url('../images/values-bg.jpg'); */
  background-size: cover;
  background-color: #545e75;
  color: #fff;
  padding-bottom: 5rem;
}
.category-multiplier {
  margin-bottom: .5rem;
  color: #a7cced;
}
.category-heading {
  margin-bottom: .3rem;
}
.category-description {
  opacity: 1;
  font-weight: 300;
}

/* Social
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section.social {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 1.2rem 0 .5rem;
  z-index: 10;
}
.social {
  border-bottom: 1px solid #ddd;
  background-color: #545e75;
  color: #fff;
}

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.footer {
/*  background-image: url('../images/values-bg.jpg'); */
  background-size: cover;
  text-align: center;
  padding: 1.2rem 0 1.2rem;
}
.footer .section-description { 
  margin-bottom: 3rem;
}

/* Bigger than 550 */
@media (min-width: 550px) {
  .section {
    padding: 5rem 0 5rem;
  }
  .hero {
    padding-bottom: 12rem;
    text-align: left;
    height: 165px;
  }
  .show {
    position: absolute;
    top: 4rem;
    right: 3rem;
    max-height: 362px;
    z-index: 3;
  }
  .show + .show {
    top: -4rem;
    display: block;
    max-width: 73.8%;
    right: 0;
    z-index: 2;
    max-height: 338px;
  }
  .hero-heading {
    font-size: 2.4rem;
  }
}

/* Bigger than 750 */
@media (min-width: 750px) {
  .hero {
    height: 190px;
    margin-top: 0;
  }
  .hero-heading {
    font-size: 2.6rem;
  }
  .section {
    padding: 6rem 0 6rem;
  }
  .hero {
    padding: 16rem 0 14rem;
  }
  .section-description {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .show {
    top: 2rem;
    right: 5rem;
    max-height: 510px;
  }
  .show + .show {
    top: -8rem;
    max-height: 472px;
  }
/*  .footer {
    padding: 4rem 0 6rem;
  } */
}

/* Bigger than 1000 */
@media (min-width: 1000px) {
  .section {
    padding: 7rem 0 7rem;
  }
  .hero {
    margin-top: 8rem;
    padding: 10rem 0;
  }
  .hero-heading {
    font-size: 3.0rem;
  }
  .show {
    top: 4rem;
    max-height: 615px;
  }
  .show + .show {
    top: -10rem;
    max-height: 570px;
  }
}