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

/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
  padding: 5rem 0 3.5rem;
  text-align: center;
}
.section-heading {
  margin-top: 3.2rem;
  margin-bottom: 1.2rem;
  margin-left: 1rem;
  margin-right: 1rem;
  text-align: center;
}

.section-description {
  margin-top: 3.2rem;
  margin-bottom: 1.2rem;
  margin-left: 1rem;
  margin-right: 1rem;
  text-align: center;
  font-size: 18px;
}

.section-description-tou-heading {
  margin-top: 2.2rem;
  margin-bottom: 1.2rem;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}
.section-description-tou {
  margin-top: 2.2rem;
  margin-bottom: 1.2rem;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  text-align: justify;
  font-size: 14px;
}

.section-description-tou-list {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  text-align: left;
  font-size: 14px;
}

.section-footer {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  margin-left: 1rem;
  margin-right: 1rem;
  text-align: center;
  font-size: 11px;
}

.section-footer-legal {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  margin-left: 1rem;
  margin-right: 1rem;
  text-align: center;
  font-size: 12px;
  color: #FFF;
}

.section-marketing {
    margin-top: 3.2rem;
    margin-bottom: 10rem;
    margin-left: 1rem;
    margin-right: 1rem;
    text-align: center;
    font-size: 18px;
}
  


/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.hero {
  background-image: url('../images/backgroundstation.jpg');
  background-size: cover;
  background-position: bottom;
  color: #fff;
  padding: 15rem 0 8rem 0;
}

.phones {
  position: relative;
}
.phone {
  position: relative;
  max-width: 80%;
  margin: 3rem auto -12rem;
}
.phone + .phone {
  display: none;
}

/* Contact Us
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.contactus {
  background-image: url('../images/telephones.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 15rem 0 8rem 0;
}

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

/* Main message
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.get-main-message {
  margin-bottom: 1em;
  /*border-bottom: 1px solid #ddd;*/
}


/* Help
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.get-help {
  margin-bottom: 0.1em;
  background-color: whitesmoke; 
  padding-bottom: 5em;
}

/* Submit-Button
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.submit-button {
  /*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) {
  .contactus-heading {
    font-size: 3.2rem;
  }
  .contactus {
    padding: 25rem 0 35rem 0;
    text-align: left;
    height: 165px;
  }
  .hero {
    padding: 25rem 0 35rem 0;
    text-align: left;
    height: 165px;
  }
  .phone {
    position: absolute;
    top: -7rem;
    right: 3rem;
    max-height: 362px;
    z-index: 3;
  }
  .phone + .phone {
    top: -6rem;
    display: block;
    max-width: 73.8%;
    right: 0;
    z-index: 2;
    max-height: 338px;
  }
  .section-marketing {
      max-width: 90%;
      margin-top: 4em;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 10em;
    }    
}

/* Bigger than 750 */
@media (min-width: 750px) {
  .categories {
    padding: 15rem 0 8rem;
  }
  .contactus {
    padding: 27rem 0 46rem;
  }
  .contactus-heading {
    font-size: 3.4rem;
  }
  .hero {
    padding: 27rem 0 46rem;
    height: 190px;
  }
  .hero-heading {
    font-size: 3.4rem;
  }
  .phone {
    top: -14rem;
    right: 5rem;
    max-height: 510px;
  }
  .phone + .phone {
    top: -12rem;
    max-height: 472px;
  }
  .section-description {
      max-width: 70%;
      margin-left: auto;
      margin-right: auto;
    }
  .section-marketing {
      max-width: 90%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 10em;
  }
}

/* Bigger than 1000 */
@media (min-width: 1000px) {
  .contactus {
    padding: 25rem 0 38rem;
  }
  .contactus-heading {
    font-size: 4.0rem;
    padding: 25rem 0 38rem;
  }
  .hero {
    padding: 25rem 0 38rem;
  }
  .hero-heading {
    font-size: 4.0rem;
  }
  .phone {
    top: -16rem;
    max-height: 615px;
  }
  .phone + .phone {
    top: -14rem;
    max-height: 570px;
  }
  .section {
      /*padding: 20rem 0 50rem;*/
    }
    .section-marketing {
      max-width: 90%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 10em;
    }
}
