label {
  font-weight: 600;
}
.form-input[type=text] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    /* display: inline-block; */
    border: 2px solid #ffd87c;
    border-radius: 4px;
    box-sizing: border-box;
  }
  textarea {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    /* display: inline-block; */
    border: 2px solid #ffd87c;
    border-radius: 4px;
    box-sizing: border-box;
  }
  .form-button {
  border: 0;
  border-radius: 20px;
  padding: 12px 30px;
  /* margin-top: 30px; */
  cursor: pointer;
  color: #fff;
  background-color: #232350;
  margin-top: 8px;
  margin-bottom: 8px;
  left: 50%;
    
  
  }
  
  @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  #clearFrom {
    -webkit-backdrop-filter: blur(80px);
      backdrop-filter: blur(80px);
      background-color: rgba(255, 255, 255, 0.7);
      box-shadow: 0 0.5px 1px 0.5px rgba(0, 0, 0, 0.2);
    color:#232350;
    min-height: 20vh;
    border-radius: 10px;
    object-fit: contain;
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
  .form-button[type=submit]:hover {
    background-color: #ffd87c;
    color: #232350;
    border-style: solid;
    border-color: #232350;
    transition: 0.4s;
    
  }
  .contact-header {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 2em;
    color:#232350;
  }
  .contact-text {
    font-size: 14px;
  }
  .contact-form {
    /* float: right; */
    padding-bottom: 5%;
    padding-top: 5%;
    width: 100%;
    background-image: url('../img/contact/contactHero.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 65vh;
  }
  .graphicdots img{
    width:8%;
    position: absolute;
    top: 20px;
    right: 360px;
    z-index: 3;
  }

.contact-info-banner-container {
  margin-top: -10px;
  
}
.contact-info-banner-container h1 {
  font-size: 1.3em;
  text-transform: uppercase;
  letter-spacing: 10px;
  text-align: center;
  font-weight: 500;
  color: #232350;
  font-family: "open sans", sans-serif;
}
.contact-info-banner-container h1::before {
  content: "─";
  margin-right: 0.6em;
  color: #232350;
}
.contact-info-banner-container h1::after {
  content: "─";
  margin-left: 0.6em;
  color: #232350;
}

.info-containers-group {
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 20px;
}

.info-line {
  width: 100px;
  background: #232350;
  height: 2px;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 10px;
}

.info-container img {
  padding-top: 10px;
  width: 3em;
  color: #232350;
}

.small-text {
  font-size: 12px;
  text-align: left;
  margin-bottom: 1px;
}

.sub-text {
  text-align: left;
  margin-bottom: 1px;
}

.sub-text-address {
  text-align: left;
  margin-bottom: 10px;
}

.sub-text-email {
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
}

.sub-text-hours {
  text-align: left;
  margin-bottom: 10px;
}
.sub-text-phone {
  text-align: left;
  margin-bottom: 10px;
  font-size: 17px;
  margin-left: 50px;
}
.info-container {
  width: 20em;
  height: 21em;
  text-align: center;
  background-color: #ffd87c;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1rem solid  #232350;
  color: #232350;
  margin-left: 20px;
  margin-right: 20px;
  
  
}
#message {
  font-family: "open sans", sans-serif;
}
@media only screen and (max-width: 1500px) and (min-width: 1151px) {
  .info-containers-group { 
  flex-direction: row;
  }
  .graphicdots img{
    display: none;
  }

}

@media only screen and (max-width: 1150px) and (min-width: 749px) {
  .small-text {
    font-size: 12px;
  }
  .sub-text-hours {
    font-size: 14px;
  }
  .sub-text {
    font-size: 14px;
  }
  .sub-text-email {
    font-size: 14px;
  }
  .sub-text-address {
    font-size: 16px;
  }
  .info-containers-group {
    flex-wrap: wrap;
  }
  .graphicdots img{
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  
    #clearFrom {
      -webkit-backdrop-filter: blur(80px);
        backdrop-filter: blur(80px);
        background-color: rgba(255, 255, 255, 0.7);
        box-shadow: 0 0.5px 1px 0.5px rgba(0, 0, 0, 0.2);
      color:#232350;
      border-radius: 0;
      min-height: 20vh;
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      margin-top: 0;
      margin-bottom: 0;
      
    }
  }
  .contact-form {
    /* float: right; */
    background-image: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 30vh;
  }
  .form-button {
    font-size: 20px;
  }
  .contact-info-banner-container h1 {
    font-size: 10px;
  }
  .info-containers-group {
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
  }
  .info-container {
    width: 100%;
    height: 21em;
    text-align: center;
    background-color: #ffd87c;
    padding-left: auto;
    padding-right: auto;
    border-bottom: 1rem solid  #232350;
    color: #232350;
    margin-left: 0;
    margin-right: 0;
}
.small-text {
  font-size: 14px;
}
.graphicdots img{
  display: none;
}
.sub-text-hours {
  font-size: 19px;
}
.sub-text {
  font-size: 20px;
}
.sub-text-email {
  font-size: 20px;
}
.sub-text-address {
  font-size: 20px;
}

}