.contact-clean {
  display: flex;
  flex-direction: column;
  min-height: 70vh;
  margin-top: 107px;
  align-items: center;
}

.contact-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 10px;
}

@media (min-width: 730px) {
  .contact-container {
    flex-direction: initial;
  }
}

.contact-clean h1 {
  font-size: 40px;
  font-family: 'Avenir Next Demi';
  color: #1f1f1f;
}

.contact-clean h2 {
  font-size: 30px;
  font-family: 'Avenir Next Demi';
  color: #1f1f1f;
}

.header-link {
  font-size: 30px;
  font-family: 'Avenir Next Demi';
  color: #1f1f1f;
  margin-right: 5px;
  transition: all 0.2s;
}

.header-link:hover {
  margin-right: 10px;
}

.contact-clean h3 {
  font-size: 23px;
  font-family: 'Avenir Next Demi';
  color: #1f1f1f;
}

.happy-to-help {
  font-size: 18px;
  font-family: 'Avenir Next Demi';
  opacity: 0.80;
  max-width: 328px;
  text-align: center;
}

.alternative-contact-container {
  width: 320px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
}

.alternative-contact-container div {
  margin-bottom: 20px;
}

.social-description {
  font-size: 18px;
  font-family: 'Avenir Next';
}

/* FORM STUFF */

.contact-separator {
  margin-left: 0px;
  margin-top: 28px;
  display: flex;
  flex-direction: initial;
  align-items: center;
  justify-content: center;
}

@media (min-width: 730px) {
  .contact-separator {
    margin-left: 24px;
    margin-top: 0px;
    flex-direction: column;
  }
}

.contact-separator div {
  width: 100%;
  height: 1px;
  background-color: #4c4c4c31;
}

@media (min-width: 730px) {
  .contact-separator div {
    width: 1px;
    height: 159px;
  }
}

.contact-separator span {
  font-size: 15px;
  font-family: 'Avenir Next';
  margin: 15px;
  color: rgba(31,31,31,0.3);
  transform: rotate(0deg);
}

@media (min-width: 730px) {
  .contact-separator span {
    transform: rotate(90deg);
  }
}

.contact-clean .navbar-link::after {
  top: 85%;
}

.contact-clean form {
  width: 320px;
  background-color: #ffffff;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  align-self: start;
  /*box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 8px;*/
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.04) 0px 0px 0px 1px;
  /*box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -2px 0px inset;*/
}

.contact-clean form .form-control {
  background: #fff;
  border-radius: 0px;
  border-color: #1f1f1f55;
  border-top: inherit;
  border-left: inherit;
  border-right: inherit;
  outline: none;
  color: #1f1f1f;
  padding: 0;
  height: 42px;
  box-shadow: none;
  font-size: 16px;
  font-family: 'Avenir Next';
}

.contact-clean .form-control::placeholder {
  color: #1f1f1f80;
}

.input-field {
  margin-bottom: 20px;
  margin-top: 16px;
}

.input-label {
  font-size: 13px;
  font-family: 'Avenir Next';
  color: #1f1f1f;
}

.count-label {
  opacity: 0.5;
  margin-left: 7px;
}

.contact-clean form .form-control:focus {
  border-color: #1f1f1f;
}

.contact-clean form textarea.form-control {
  min-height: 100px;
  max-height: 260px;
  padding-top: 10px;
  resize: none;
}

