#contact-section {
  background-color: #07122d;
  color: white;
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
}

#contact {
  width: 80%;
}

#form {
  width: 100%;
}

/* the input when it's focused and when it's not focused */
.form-control, .form-control:focus {
  background-color: transparent;
  color: white;
}

/* the label when the input is focused (when the label is floated) */
.form-floating > .form-control:focus ~ label {
  color: #9DA1A3;
}

.form-floating > .form-control:focus ~ label::after {
  background-color: transparent;
}

.form-floating>.form-control:not(:placeholder-shown)~label::after {
  background-color: transparent;
  color: #9DA1A3;
}

.form-floating>.form-control:not(:placeholder-shown)~label {
  color: #9DA1A3;
}

form .btn {
  margin: auto;
  border: 2px solid white;
  border-radius: 0.375rem;
  background-color: transparent;
  width: 100px;
}

form .btn:hover {
  background-color: white;
  color: #050e25;
  border-color: white;
}

#contact h1 {
  font-size: 2.2rem;
  border-bottom: 2px solid #E87000;
}

#contact img {
  height: 35px;
  filter: invert(54%) sepia(78%) saturate(4228%) hue-rotate(14deg) brightness(101%) contrast(95%);
}

@media screen and (min-width: 767px) {
  #contact {
    width: 50%;
  }

  #contact-section {
    font-size: 14px;
  }
}
