.standard-textshadow {
  text-shadow: 0px 0px 10px rgba(150,150,150,0.5);
}
#contact h1 {
  color: #fff;
  font-size: 32px;
  font-family: 'Muli', sans-serif;
  font-weight: 900;
  display: block;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-style: italic;
}
#contact h2 {
  color: #fff;
  font-size: 24px;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  display: block;
  margin-bottom: 40px;
}
#contact img {
  border-radius: 4px;
  max-width: 100%;
}
#contact p {
  color: #fff;
  font-size: 18px;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  margin-bottom: 40px;
}
#contact section.form {
  margin-top: 70px;
}
#contact section.form form label {
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}
#contact section.form form input.form-control,
#contact section.form form textarea,
#contact section.form form select.form-control {
  border: none;
  border-radius: 4px;
  padding: 20px 10px;
  font-size: 18px;
  box-shadow: none;
  -webkit-box-shadow: none;
  color: #222;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
}
#contact section.form form select.form-control {
  height: 50px;
  padding: 10px 5px;
}
#contact section.form form textarea {
  width: 100%;
  padding: 10px;
}
#contact section.form form .btn {
  color: #fff;
  background-color: #284858;
  border-radius: 4px;
  border: none;
  padding: 10px 20px;
  font-size: 20px;
  box-shadow: none;
  -webkit-box-shadow: none;
  font-weight: 400;
  margin-top: 20px;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
}
#contact section.form .sidebar {
  padding-top: 29px;
}
#contact section.form .map {
  margin-top: 40px;
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
  height: 0;
}
#contact section.form .map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
#contact section.success {
  margin-top: 70px;
}
#contact section.success a {
  color: #fff;
  background-color: #284858;
  border-radius: 4px;
  border: none;
  padding: 10px 20px;
  font-size: 20px;
  box-shadow: none;
  -webkit-box-shadow: none;
  font-weight: 400;
  margin-top: 20px;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
}
