.contact {
  background-image: url('/Pictures/contact.jpg');
  margin-top: 85px;
  background-position: center center;
  background-size: cover;
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
}

.contactText {
  color: white;
  font-weight: bolder;
  font-size: 60px;
  text-align: center;
  line-height: 240px;
}

.find {
  font-weight: bolder;
  font-size: 37px;
  margin-bottom: 15px;
}

.send {
  height: 50px;
}

.reset {
  height: 50px;
  border: 2px solid black;
}

.fill {
  border-top: none;
  border-left: 0;
  border-right: 0;
}

input[type='email']:focus {
  outline: 0;
  border: 0;
  box-shadow: inset 0 -1px 0 #ddd;
}

input[type='text']:focus {
  box-shadow: inset 0 -1px 0 #ddd;
}

textarea.form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd;
}

.support {
  color: black;
  font-weight: bold;
  margin-top: 30px;
}

@media (max-width: 575px) {
  .find {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .find {
    font-size: 28px;
  }
}
