.button {
  border-radius: 100px;
}

.email{
  width: 200px !important;
}

.section {
  padding: 5rem 0;
  text-align: center;
}
.section-heading,
.section-description {
  margin-bottom: 1.2rem;
}

.screenshot {
  border-radius: 8px;
  position: relative;
  max-width: 100%;
}

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

.get-help {
  border-bottom: 1px solid #ddd;
}

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

/* Bigger than 550 */
@media (min-width: 550px) {
  .section {
    padding: 12rem 0 11rem;
  }

  .email{
    width: 330px !important;
  }
  .submit{
    background-image: url('../images/paypal.png');
    background-repeat: no-repeat;
    background-position: 10px 5px;
    padding-left:90px !important;
  }

  .screenshot {
    border-radius: 10px;
    position: absolute;
    top: -1rem;
    right: -2rem;
    max-height: 362px;
    z-index: 3;
  }
  .heading{
    font-size: 2.4rem;
  }
}

/* Bigger than 750 */
@media (min-width: 750px) {
  .heading {
    font-size: 2.6rem;
  }
  .section {
    padding: 14rem 0 15rem;
  }
  .section-description {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .screenshot {
    top: -5rem;
    right: -2rem;
    max-height: 510px;
  }
  .categories {
    padding: 15rem 0 8rem;
  }
}

/* Bigger than 1000 */
@media (min-width: 1000px) {
  .section {
    padding: 20rem 0;
  }
  .heading {
    font-size: 3.0rem;
  }
  .screenshot {
    border-radius: 25px;
    top: -5rem;
    right: -6rem;
    max-height: 615px;
  }
}
.submit[disabled=disabled]{
  background-color: #d0d0d0 !important;
  border: #999999 !important;
}
.form-error{
  color:#900;
}
.success{
  color:#0b0;
}