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

.no-script {
  position: fixed;
  background-color: #ffc300;
  top: 10%;
  left: 25%;
  padding: 5px 20px 5px 20px;
  text-align: center;
  z-index: 1999;
}

/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
  padding: 8rem 0 7rem;
  text-align: center;
}
.section-heading,
.section-description {
  margin-bottom: 1.2rem;
}
.section-item-heading {
  margin-bottom: .3rem;
  font-size: 2.5rem; /* making heading text of feature bigger */
}
.section-item-description {
  opacity: .8;
  font-weight: 400;
}
.section-item-icon {
  font-size: 4.5rem;
}

/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.phone {
  position: relative;
  max-width: 80%;
  margin: 3rem auto -12rem;
}
.hero-heading {
  color: #fff; /* white text on header image */
}

/* Sections (ex Values)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.top {
  background-image: url("../assets/images/background-top.jpg");
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
}
.section-one {
  /* background-image: url('../assets/images/office1.jpg');
  background-size: cover; */
  color: #280766;
  padding-bottom: 5rem;
}
.button.button-secondary,
button.button-secondary,
input[type="submit"].button-secondary,
input[type="reset"].button-secondary,
input[type="button"].button-secondary {
  color: #1497FC;
  background-color: #FFF;
  border-color: #FFF; }
.button.button-secondary:hover,
button.button-secondary:hover,
input[type="submit"].button-secondary:hover,
input[type="reset"].button-secondary:hover,
input[type="button"].button-secondary:hover,
.button.button-secondary:focus,
button.button-secondary:focus,
input[type="submit"].button-secondary:focus,
input[type="reset"].button-secondary:focus,
input[type="button"].button-secondary:focus {
  color: #1375E4;
  background-color: #FFF;
  border-color: #FFF; }
.section-one-heading,
.section-one-description {
  margin-top: 1rem; /* by Ciccio */
  margin-bottom: 5rem;
}
.section-two {
  background-color: white;
  color: #222;
  padding-bottom: 5rem;
}
.section-two-multiplier { /* may be used in future */
  margin-bottom: .5rem;
  color: #11DFC7;
}
.for-you {
  background-image: url('../assets/images/work2.jpg');
  background-size: cover;
  color: white;
  padding-bottom: 5rem;
}
.for-you-pic {
  height: 64px;
}
.team-pic {
  height: 200px;
}
.sign-up {
  background-image: url('../assets/images/laptop2.jpg');
  background-size: cover;
  color: white;
  padding-bottom: 5rem;
}
.form-one input {
  background: rgba(255, 255, 255, 0.2);
  border: solid 2px #fff;
}
.form-one input:hover, input:focus {
  border: solid 2px #1497FC;
}
.partner {
  height: 140px;
}
.social-icons-container {
  text-align: center;
}
.social-icons-container ul {
  display: inline;
}
.social-icons-container ul li {
  display: inline;
  list-style: none;
}
/*
.social-icon {
  height: 32px;
  font-size: 2rem; 
}
*/
.section-contacts .container{
  background-color: #fff;
  max-width: 50rem;
}

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

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

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.wrapper-footer {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #eee;
}

.footer-links ul {
  padding: 0; /* remove ul white space on mobile devices */
}

.footer-links li {
  list-style: none;
}

.footer-links a {
  text-decoration: none;
  color: #666;
}
.footer-links a:hover, .footer-links a:focus {
  text-decoration: underline;
  color: #666;
}

.footer-links p {
  color: #666;
}

/* Device specific CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media (min-width: 240px) {
  .footer-links {
    margin-bottom: 2rem;
    line-height: 1.4;
    color: #666;
    padding-left: 0;
    font-size: 16px;
  }
  .footer-links, .footer-links a {
    line-height: 2rem;
  }
  .footer-links li {
    text-align: center;
  }
  .hero {
    padding-top: 15rem;
  }
}

/* Bigger than 550 */
@media (min-width: 550px) {
  .section {
    padding: 12rem 0 11rem;
  }
  .hero {
    padding-bottom: 12rem;
    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;
  }
  .hero-heading {
    font-size: 2.4rem;
    width: 14em;
  }
  .footer-links {
    font-size: 14px;
  }
}

/* fix for hero-heading text overflow */
@media (min-width: 551px) and (max-width: 749px) {
  .hero-heading {
    max-width: 22rem;
  }
}

/* Bigger than 750 */
@media (min-width: 750px) {
  .hero {
    height: 190px;
  }
  .hero-heading {
    text-align: left;
    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;
  }
  .phone {
    top: -14rem;
    right: 5rem;
    max-height: 510px;
  }
  .phone + .phone {
    top: -12rem;
    max-height: 472px;
  }
  .categories {
    padding: 15rem 0 8rem;
  }
  .footer-links {
    padding-left: 30px;
    font-size: 14px;
    text-align: left;
  }
}

/* Bigger than 1000 */
@media (min-width: 1000px) {
  .section {
    padding: 12rem 0 11rem;
  }
  .hero {
    padding: 22rem 0;
  }
  .hero-heading {
    font-size: 3.0rem;
  }
  .phone {
    top: -16rem;
    max-height: 615px;
  }
  .phone + .phone {
    top: -14rem;
    max-height: 570px;
  }
}
