body {
  background: #161616;
  color: #fff;
  font-size: 1.9em;

}
.button {
  border-radius: 100px;
}

h1 {
    font-size: 7.0rem;
    margin-bottom: -30px;
    margin-top: 20px;
}

a {
    color: #9B9B9B;
}
a:hover {
    color: #fff;
}

.section:first-child {
  padding: 8rem 0 7rem;
}
.section {
  padding: 3rem 0 7rem;
}
.section-heading,
.section-description {
  margin-bottom: 1.2rem;
}

.projimages {
  margin: 0 20px 11px 0;
  display: inline-block;
}
.projimages_holder {
  text-align: right;
}

/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.screens_holder {
  position: relative;
  margin-top: 150px;
}
.screens {
  position: relative;
  max-width: 90%;
  margin: 3rem auto -12rem;
}
.screens + .screens {
  display: none;
}

/* Values
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.values {
  background-image: url('../images/values-bg.jpg');
  background-size: cover;
  color: #fff;
  padding-bottom: 5rem;
}
.value-multiplier {
  margin-bottom: .5rem;
  color: #11DFC7;
}
.value-heading {
  margin-bottom: .3rem;
}
.value-description {
  opacity: .8;
  font-weight: 300;
}

/* Help
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.get-help {
  border-bottom: 1px solid #ddd;
}

/* Categories
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.categories {
  background-image: url('../images/values-bg.jpg');
  background-size: cover;
  color: #fff;
}
.categories .section-description {
  margin-bottom: 4rem;
}

@media (max-width: 550px) {
  h1 {
      font-size: 6.0rem;
    }
    .section {
        padding-bottom: 3rem;
        padding-top: 3rem;
    }
    .screens_holder {
      margin-top: 10px;
      padding-bottom: 4rem;
    }
}

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


@media (min-width: 750px) {
  .hero {
    height: 190px;
  }
  .hero-heading {
    font-size: 2.6rem;
  }
  .section {
    padding: 14rem 0 15rem;
  }
  .hero {
    padding: 16rem 0 14rem;
  }
  .section-description {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .screens {
    top: -14rem;
    right: 5rem;
    max-height: 915px;
  }
  .screens + .screens {
    top: -12rem;
    max-height: 915px;
  }
  .categories {
    padding: 15rem 0 8rem;
  }
}


@media (min-width: 1000px) {
  .section {
    padding: 20rem 0 19rem;
  }
  .hero {
    padding: 22rem 0;
  }
  .hero-heading {
    font-size: 3.0rem;
  }
  .screens {
    top: -16rem;
      max-height: 915px;
  }
  .screens + .screens {
    top: -14rem;
      max-height: 915px;
  }
}
*/
