h1, h2 {
  font-family: "Bebas Neue", cursive;
  text-transform: uppercase;
  color: #3c3c3c;
  font-size: 35px;
  margin-top: 0;
  margin-bottom: 45px;
  padding-bottom: 20px;
  position: relative;
  font-weight: 500;
}

h1:before, h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 50px;
  left: 0;
  background-color: #e82c2b;
}

.column {
  float: left;
  width: 100%;
  background-color: #FFF;
}

.grid, .quote, .contact {
  position: relative;
  overflow: hidden;
  zoom: 1;
  clear: both;
}

.contact {
  max-width: 1024px;
  margin: 0 auto;
  background-color: #FFF;
  padding: 75px 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  margin-top: 100px;
  margin-bottom: 100px;
}

.contact .element {
  width: 50%;
  float: left;
  display: inline-block;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact .element.left {
  padding-left: 0;
  padding-right: 18px;
  clear: both;
}

.contact .element.right {
  padding-right: 0;
  padding-left: 18px;
}

.contact .element.full {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.contact input,
.contact textarea {
  font-size: 15px;
  line-height: 1.25em;
  padding: 16px 20px;
  width: 100%;
  color: #5d5d5d;
  border: none;
  outline: none;
  resize: none;
  font-family: "Raleway", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #efefef;
  font-weight: 500;
}

.contact input.err,
.contact textarea.err {
  border-bottom: solid 2px #e82c2b;
}

.contact input[type=submit] {
  width: auto;
  text-align: left;
  cursor: pointer;
  float: left;
  background: transparent;
  display: inline-block;
  font-weight: 500;
  text-decoration: none;
  border: none;
  -webkit-transition: width 0.1s ease;
  -o-transition: width 0.1s ease;
  transition: width 0.1s ease;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 18px;
  padding: 15px 20px;
  background-color: #e82c2b;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact input[type=submit]:hover {
  background: #000;
  color: #fff;
}

.file-box {
  border: solid 2px #e82c2b;
  padding: 12px 20px;
  overflow: hidden;
  position: relative;
  margin-top: 5px;
  margin-bottom: 8px;
}

.file-box span {
  font-size: 13px;
  font-weight: 600;
  color: #e82c2b;
  text-transform: uppercase;
  float: left;
  height: 20px;
  line-height: 22px;
}

.file-box svg {
  fill: #e82c2b;
  margin-right: 15px;
  float: left;
}

.file-box input {
  background-color: transparent;
  font-size: 99px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.contact label {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5em;
  margin: 0;
  color: #3c3c3c;
  padding-bottom: 8px;
  display: block;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

.success {
  padding: 18px 20px;
  background-color: #2ecc71;
  font-size: 16px;
  color: #FFF;
  font-weight: 500;
  margin-bottom: 35px;
  line-height: 20px;
}

@media screen and (max-width: 1080px) {
  .contact {
    width: 80%;
  }
}
@media screen and (max-width: 960px) {
  h1, h2 {
    font-size: 32px;
  }

  .contact {
    padding: 45px 30px;
  }

  .grid .right {
    padding: 60px 65px;
  }
}
@media screen and (max-width: 750px) {
  h1, h2 {
    font-size: 27px;
  }
}
@media screen and (max-width: 450px) {
  .contact .element.right,
.contact .element.left {
    width: 100%;
    padding: 15px 0px;
  }

  .contact input[type=submit] {
    width: 100%;
  }
}