/* Header / Logo
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header {
    margin-top: 10px;
}

.logo {
    text-transform: uppercase;
    font-size: 1.8rem;
    letter-spacing: .2rem;
    font-weight: 600;
}

.logo-img {
  margin-top: 10px;
  width: 190px;
}

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

/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.main-wrapper {
  padding-bottom: 150px;
}
.hero-heading {
    padding-bottom: 1rem;
}
.tm {
  font-size: 1rem;
  vertical-align: top;
  line-height: 1.8rem;
}
.screenshots {
  position: relative;
}
.screenshot {
  position: relative;
  max-width: 80%;
  margin: 6rem auto -12rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.button {
  font-size: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-right: 15px;
  height: 50px;
  margin-top: 20px;
  border-radius: 0;
}
a {
  text-decoration: 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;
}

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.footer {
  position: relative;
  text-align: center;
  margin-top: 10rem;
  font-size: 1rem;
  color: #999;
}

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

/* Bigger than 550 */
@media (min-width: 550px) {
  .hero {
    padding: 10rem 0;
    height: 165px;
  }
  .section {
    padding: 10rem 0 11rem;
  }
  .screenshot {
    z-index: 3;
    max-width: 90%;
    top: 2rem;
  }
  .hero-heading {
    font-size: 2.4rem;
  }
  .button {
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer {
    margin-top: 30rem; /* negative value of footer height */
    font-size: 1.2rem;
  }
}

/* Smaller than 750 */
@media (max-width: 750px) {
  .logo-row {
    text-align: center;
  }
}

/* Bigger than 750 */
@media (min-width: 750px) {
  .hero {
    height: 190px;
  }
  .hero-heading {
    font-size: 2.6rem;
  }
  .section {
    padding: 6rem 0;
  }
  .hero {
    padding: 6rem 0;
  }
  .section-description {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .categories {
    padding: 15rem 0 8rem;
  }
  .footer {
    margin-top: 50rem;  negative value of footer height
  }
}

/* Bigger than 1000 */
@media (min-width: 1000px) {
  .section {
    padding: 14rem 0;
  }
  .hero {
    padding: 16rem 0;
  }
  .hero-heading {
    font-size: 2.8rem;
    padding-top: 1rem;
  }
  .screenshot {
    top: -10rem;
  }
  .footer {
    margin-top: 4rem; /* negative value of footer height */
  }
}

/* Bigger than 1280 */
@media (min-width: 1280px) {
  .hero-heading {
    font-size: 3rem;
  }
}