  /*
* ===================================================================================== very small =====================================================================================
*/
@media screen {
  .contactbox {
    margin-top: 10%;
    height: var(--content-height);
    width: var(--content-width);
    font-family: "Roboto", sans-serif;
    background-color: rgb(255, 201, 101);
    border-radius: 12px;
  }

/* contact form 
-------------------------------------------------------------- */

#contact-main-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Roboto", sans-serif;
}

#contact-caption {

}

#join-us {
    color: black;
    text-align: left;
    width: auto;
    margin-top: 3%;
    font-size: 3rem;
  }

#simple-contact-form-wrap {
    font-size: 1rem;
    margin-top: 2%;
    font-family: "Roboto", sans-serif;
}

#simple-contact-form form {
  max-width: 700px;
  padding: 5px;
}
#simple-contact-form .scf-row {
  width: 100%;
  overflow: hidden;
  margin: 5px 0;
  padding: 5px 0;
  border: 0;
}
#simple-contact-form .scf-row input {
  box-sizing: border-box;
  float: left;
  clear: none;
  width: 75%;
  margin: 0;
}
#simple-contact-form .scf-row label {
  box-sizing: border-box;
  float: left;
  clear: both;
  width: 25%;
  margin-top: 5px;
  font-size: 90%;
}
#simple-contact-form .scf-row textarea {
  box-sizing: border-box;
  float: left;
  clear: both;
  width: 100%;
  margin-top: 2px;
}
#scf_success pre {
  white-space: pre-wrap;
}
p.scf_error,
p.scf_spam {
  color: #cc0000;
}
div.scf-submit {
  margin-top: 10px;
}
p.scf_success {
  color: #669966;
}
.scf-confirm-checkbox {
  margin-top: 15px;
}
.scf-website3dhhsy3 {
  display: none;
}

#scf-button {
  font-size: 1rem;
  font-weight: bold;
}

}
  /*
* ===================================================================================== small phone =====================================================================================
*/
@media screen and (min-width: 320px){
  #join-us {
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 10%;
  }


}

  /*
* ===================================================================================== phone =====================================================================================
*/
@media screen and (min-width: 481px){
  
}

  /*
* ===================================================================================== tablet =====================================================================================
*/
@media screen and (min-width: 769px){
  #simple-contact-form-wrap {
    font-size: 2.5rem;
  }
}

  /*
* ===================================================================================== laptop =====================================================================================
*/
@media screen and (min-width: 1024px){
  #simple-contact-form-wrap {
    font-size: 1.5rem;
  }

  #scf-button {
    font-size: 1.4rem;
  }

}

@media screen and (min-width: 1201px) {

  .contactbox {
    margin-top: 10%;
    height: var(--content-height);
    width: var(--content-width);
    font-family: "Roboto", sans-serif;
    background-color: rgb(255, 201, 101);
    border-radius: 12px;
  }


  
#scf-button {
  font-size: 1.5rem;
}

/* contact form 
-------------------------------------------------------------- */

#contact-main-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Roboto", sans-serif;
}

.scf-age {
  display: none;
}

#join-us {
    color: black;
    text-align: left;
    width: auto;
    margin-top: 3%;
    font-size: 3rem;
  }

#simple-contact-form-wrap {
    font-size: 1.5rem;
    margin-top: 2%;
    font-family: "Roboto", sans-serif;
}

#simple-contact-form form {
  max-width: 700px;
  padding: 5px;
}
#simple-contact-form .scf-row {
  width: 100%;
  overflow: hidden;
  margin: 5px 0;
  padding: 5px 0;
  border: 0;
}
#simple-contact-form .scf-row input {
  box-sizing: border-box;
  float: left;
  clear: none;
  width: 75%;
  margin: 0;
}
#simple-contact-form .scf-row label {
  box-sizing: border-box;
  float: left;
  clear: both;
  width: 25%;
  margin-top: 5px;
  font-size: 90%;
}
#simple-contact-form .scf-row textarea {
  box-sizing: border-box;
  float: left;
  clear: both;
  width: 100%;
  margin-top: 2px;
}
#scf_success pre {
  white-space: pre-wrap;
}
p.scf_error,
p.scf_spam {
  color: #cc0000;
}
div.scf-submit {
  margin-top: 10px;
}
p.scf_success {
  color: #669966;
}
.scf-confirm-checkbox {
  margin-top: 15px;
}
.scf-website3dhhsy3 {
  display: none;
}
}


@media screen and (min-width:2500px) {

  #simple-contact-form-wrap {
    width: 75%;
    font-size: 2.5rem;
  }

  #simple-contact-form form {
    max-width: 100%;
  }
}