
body {
  font-family: 'Montserrat', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lora', sans-serif !important;
  font-weight: 700 !important;
}

p {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300;
}

textarea {
  resize: none;
}

.section-title {
    background-size: auto !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.section-title .et_pb_text_inner h1 {
    padding-bottom: 0 !important;
}

.section-title .et_pb_text_inner p {
    font-weight: 300;
}

.banner-subtext {
    width: 60%;
    margin: 0 auto;
    display: none;
}

.submit_icon {
  padding-left: 10px;
}



#banner-section {
  height: auto !important;
}

#banner-and p {
  font-family: 'Lora', sans-serif !important;
  font-size: 60px !important;
}

#banner-row > div:first-child {
  height: 40% !important;
}

#banner-row > div:first-child {
  min-height: 250px;
  max-height: 100vh !important;
  width: 100% !important;
}

#banner-row .et_pb_promo_button {
  display: none !important;
}


@media (min-width: 576px) {}

@media (min-width: 768px) {
  .banner-subtext {
      display: block;
  }

  #banner-row .et_pb_promo_button {
    display: inline-block !important;
  }

  #tenis-banner {
    display: block;
    height: auto;
  }

  #business-banner {
    display: block;
  }

  #banner-row > div:first-child {
    min-height: 450px;
  }
}

@media (min-width: 981px) {

  #banner-row > div:first-child {
    height: 100vh !important;
    width: 50% !important;
  }

  #banner-section {
    height: 100vh !important;
  }

}

