.hero {
  background: none;
  height: auto;
}
.contact-form {
  padding-bottom: 50px;
  width: 100%;
}
input {
  font: inherit;
}
#honeypot {
  display: none;
}
.form {
  width: 460px;
  margin: 0 auto;
  font-size: 1.25em
}
.form-group {
  width: 100%;
  margin: 0 auto;
  height: 46px;
  margin-bottom: 50px;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: .8em;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #ff002d;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 0, 45, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 0, 45, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
input.button {
  margin-top: 50px;
}
.button {
  display: block;
  margin: 0 auto;
}
.social-media {
  margin: 75px auto;
  text-align: center;
  position: relative;
  z-index: 0;
}
.social-media li {
  display: inline-block;
  padding-bottom: 50px;
}
.social-media img {
  margin-right: 50px;
  width: 120px;
  height: auto;
}
.social-media a:hover img {
  border-radius: 50%;
  background-color: rgba(255,0,45,.6);
}
.error {
  color: #ff002d;
  font-weight: 400;
  font-size: .9em;
}
footer {
  position: fixed;
  bottom: 0;
  width: 100vw;
}

.g-recaptcha {
  padding-top: 20px !important;
}

@media (max-width:767px) {
  .hero-text {
    font-size: 1.5em;
  }
  .form {
    width: 100%;
  }
  .social-media img {
    width: 70px;
    height: auto;
    margin-right: 25px;
  }
  footer {
    position: relative;
  }
}
