/* Enter Your Custom CSS Here */

/* Fixing the top margin bug */
html {
 margin-top: 0px !important; 
}

/* Styling for the contact form */
.front-contact-form {
  width: 60%;
  margin-left: auto ;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 75px;
}

.wpcf7-form-control {
  width: 100% !important;
}

.custom-contact-form-class {
  width: 60%;
  margin-left: auto ;
  margin-right: auto;
}

@media (max-width: 600px) {
  .custom-contact-form-class {
    width: 80%;
  }
}