section#contact {
  max-width:1000px;
  width:80%;
  margin:0 auto;
  padding-bottom:50px;
}

section#contact h2 { font-size:80px;text-align:center;font-weight:800;color:#232323;margin: 50px 0; }

section#contact input[type=text], section#contact textarea { 
  border-radius:0;
  resize:none;
  width:100%;
  outline:none;
  border:0;
  background-color:#F4F3F3;
  color:#000;
  padding:15px;
    font-size:14px;
}

section#contact textarea { height:150px; }

section#contact ::-webkit-input-placeholder { color: #333; font-weight:bold; }
section#contact :-moz-placeholder { color: #333; font-weight:bold; }
section#contact :-ms-input-placeholder { color: #333; font-weight:bold; }


section#contact #contact-submit { 
  -webkit-appearance: none;
  cursor:pointer;
  margin-top:5px;
  display:inline-block;
  background-color:#F4F3F3;
  color:#231F20;
  padding:15px 60px;
  text-decoration:none;
  font-weight:800;
  font-size:14px;
  border:0;

}
section#contact #contact-submit:hover { color:#fff;background-color:#393536; }

@media (max-width:858px) {
  section#contact h2 { font-size:11.5vw;margin: 10vw 0; }
}
