.page-header {
background-image: url("./assets/img/site/index-header2.webp");
height: 400px;
}

.contact-form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.7rem 0;
  color: #495057;
  background-color: transparent;
  border: 1px solid var(--grey-400);
  margin-bottom: 1rem;
  appearance: textfield;
  border-radius: var(--border-radius);
  transition: 0.2s ease;
}



::placeholder {
  color: var(--grey-500);
  
}

.contact-form-label {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: bold;
  font-style: oblique;
  color: var(--grey-900);
}

.contact-form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--grey-300);
}

#emailHelp {
  font-size: 0.85rem;
  font-weight: 900;
  font-style: oblique;
  color: var(--danger);
  margin:  0 0 0.75rem 0;
}
.antispam {    
  display: none;
}

@media only screen and (min-width: 300px) and (max-width: 560px) {
   
#site { display: flex; }

.container {
  margin: 0;
}

::placeholder {
  font-size: 0.75rem;
}
}

@media only screen and (min-width: 561px) {
  #site { display: none; }
}

