/* Shared
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button {
  border-radius: 100px;
}

/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
  padding: 4rem 0 3rem;
  text-align: center;
}
.section-heading,
.section-description {
  margin-bottom: 1.2rem;
}

/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.phones {
  position: relative;
}
.phone {
  max-width: 80%;
  margin: 2rem auto 0;
  display: block;
}
.phone + .phone {
  display: none;
}

/* Values
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.values {
  background-image: url('../images/values-bg1.jpg');
  background-size: cover;
  color: #fff;
  padding-bottom: 5rem;
}
.values .one-third.column {
  background-color: #67376be3;
  padding: 2rem 1.5rem;
  margin-bottom: 2rem;
  border-radius: 8px;
}
.value-multiplier {
  margin-bottom: .5rem;
  padding: 5px;
  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;
}

/* Responsive images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section.get-help img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Responsive map
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.map-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.site-footer {
  background-color: #000;
  color: #fff;
  padding: 3rem 2rem;
  text-align: center;
}
.site-footer a {
  color: #1EAEDB;
}
.site-footer a:hover {
  color: #0FA0CE;
}
.site-footer p {
  margin-bottom: 1rem;
}

/* Mobile (smaller than 550px)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 549px) {
  .hero .row {
    text-align: center;
  }
  .hero-heading {
    font-size: 2.0rem;
  }
  .section-description {
    max-width: 100%;
    padding: 0 1rem;
  }
}

/* Bigger than 550 */
@media (min-width: 550px) {
  .section {
    padding: 6rem 0 5rem;
  }
  .hero {
    text-align: left;
  }
  .phone {
    max-width: 60%;
    margin: 0 auto;
  }
  .hero-heading {
    font-size: 2.4rem;
  }
}

/* Bigger than 750 */
@media (min-width: 750px) {
  .hero-heading {
    font-size: 2.6rem;
  }
  .section {
    padding: 8rem 0 7rem;
  }
  .hero {
    padding: 8rem 0 6rem;
  }
  .section-description {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .phone {
    max-width: 50%;
  }
  .categories {
    padding: 8rem 0 5rem;
  }
}

/* Bigger than 1000 */
@media (min-width: 1000px) {
  .section {
    padding: 10rem 0 9rem;
  }
  .hero {
    padding: 10rem 0 8rem;
  }
  .hero-heading {
    font-size: 3.0rem;
  }
}
