/* Enter Your Custom CSS Here */

.landing-hero, .landing-hero h1, .landing-hero h3 {
  color: #FFF !important;
}

#landing-hero {
  margin-top: -50px;
}

.full-width-form .form-left {
  max-width: 40%;
  margin-left: 9%;
  margin-right: 1%;
  float: left;
}

.full-width-form .form-right {
  max-width: 40%;
  margin-left: 1%;
  margin-right: 9%;
  float: right;
}

.full-width-form .form-group.col-md-7 {
    width: 100%;
}

.full-width-form .wpcf7-submit {
    float: right;
}