@import "/css/slick/slick.css";
@import "/css/slick/slick-theme.css";

@font-face {
  font-family: 'Cooper';
  src: url('/fonts/Cooper Md BT Medium.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Cooper-light';
  src: url('/fonts/Cooper Lt BT Light.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Brown-bold';
  src: url('/fonts/lineto-brown-bold.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Brown-light';
  src: url('/fonts/lineto-brown-light.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Brown-regular';
  src: url('/fonts/lineto-brown-regular.ttf');
  font-weight: normal;
  font-style: normal;
}

html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: #EEDDD7;
  font-family: 'Brown-light', Arial, sans-serif;
  font-size: 20px;
  color: #29B1CC;
}

a {
  color: inherit;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #fff;
  margin-bottom: 30px;
  padding: 0;
}

.banner {
  background-color: #FAB904;
  font-family: 'Brown-regular', Arial, sans-serif;
  text-align: center;
  font-size: 18px;
  color: #FFF;
  padding-top: 20px;
  padding-bottom: 20px;
}

.maincolumn {
  margin: 0px 20px;
  padding-bottom: 40px;
  text-align: center;
}

.mainimage {
  margin-top: 40px;
  margin-bottom: 34px;
}

.mainimage img {
  width: 100%;
}

.testimonials {
  margin-top: 10px;
  margin-bottom: 10px;
}

.testimonial {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonial > img {
  height: 50px;
  margin-bottom: 10px;
}

.testimonial-body {
  font-family: 'Brown-light', Arial, sans-serif;
  font-size: 16px;
  margin-left: 20px;
  margin-right: 20px;
}

.pricing-box {
  background-color: #ffffffA0;
  padding: 20px;
  margin-top: 34px;
  margin-bottom: 30px;
}

.pricing-description {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
}

.pricing-description-bold {
  font-family: 'Brown-bold', Arial, sans-serif;
  font-size: 24px;
  margin-bottom: 8px;
}

.aka {
  display: none;
}

#signupForm {
  display: none;
}

.formgroup {
  display: flex;
  flex-direction: row;
}

.leftname {
  margin-right: 12px;
}

.textfield {
  flex: 1 1 auto;
  display: block;
  margin-bottom: 12px;
  padding-left: 10px;
  padding-right: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-family: 'Brown-regular', Arial, sans-serif;
  border-radius: 0;
  border: 1px solid #DDDDDD;
  color: #333;
  line-height: 34px;
  min-width: 20px;
  -webkit-appearance: none;
}

.textfield::placeholder {
  color: #AAA;
}

.signupError {
  display: none;
  color: red;
  margin-bottom: 20px;
}

#showFormButton {
  display: none;
}

.signupButton {
  width: 100%;
  border: none;
  font-size: 22px;
  height: 50px;
  background-color: #29B1CC;
  border-radius: 5px !important;
  -webkit-appearance: none;
  color: white;
  font-family: 'Brown-bold', Arial, sans-serif;
  cursor: pointer;
}

.payment-notes {
  font-family: 'Brown-light', Arial, sans-serif;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
}

.payment-note {
  margin-bottom: 14px;
  text-align: left;
}

.minitext {
  font-family: 'Brown-light', Arial, sans-serif;
  font-style: italic;
  margin-top: 30px;
  font-size: 12px;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}

#payment-request-button {
  background: none;
  border: 0;
  padding: 0;
  margin-bottom: 16px;
}

.StripeElement {
  background-color: white;
  margin-bottom: 12px;
  padding-left: 10px;
  padding-right: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 0;
  border: 1px solid #DDDDDD;
  min-width: 20px;
  -webkit-appearance: none;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

@media (min-width: 640px) {
  .maincolumn {
    margin: 0% 27%;
    padding-bottom: 40px;
  }

  .testimonial > img {
    height: 60px;
  }

  .testimonial-body {
    font-size: 20px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .pricing-box {
    padding: 24px;
  }

  .pricing-description {
    font-size: 20px;
    line-height: 30px;
  }

  .payment-notes {
    font-size: 20px;
  }

  .minitext {
    font-size: 14px;
  }
}