header {
  height: 110px;
  border-bottom: solid thin black;
}
header div {
  position: relative;
}
header div .headerLogo {
  display: block;
  width: 130px;
  position: absolute;
  bottom: 15px;
  left: 0px;
}

.formWrapper {
  padding: 100px 0;
}

#contact {
  display: none;
}
