section#cover{
  background: url('../img/contact_top-min.webp') no-repeat center;
}
section#contact{
  margin: 100px auto 0;
  background-color: #fff;
}
section#contact form{
  border:1px solid #f4f4f4;
  box-shadow: 5px 5px 5px #797979;
}
section#contact iframe#map {
  height: 380px;
  border: none;
}

div#thankyou{
  height:50px;
}

section#thanks{
  width: 90%;
  padding:20px;
  margin:0 auto;
  border:solid 3px #797979;
  border-radius: 5px;
}

section#thanks h2{
  font-size: 24px;
  letter-spacing: 0;
}

section#thanks p{
  text-align: center;
}

@media screen and (max-width: 991px) {

  section#contact div.container form h2{
    font-size: 18px;
  }
  section#contact{
    margin-top: 70px;
    padding-bottom: 60px;
  }
  .form-control::placeholder{
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  section#contact{
    padding: 30px 10px;
    margin-top: 30px;
  }
  dd{
    font-size: 14px;
  }
  section#contact div.container address h3{
    font-size: 24px;
  }
}