.contact {
  background-color: #0096B5;
  color: #fff;
  padding: 0;

  min-height: 100%;
}

.contact section {
  padding: 30px 0;
}

.contact #contact-form {
  text-align: center;
  margin: 50px 0;
}

.contact #contact-form > div {
  margin: 1em 0;
}

.contact label {
  display: block;
  margin: 2em auto 0.5em auto;
  text-align: left;
  width: 500px;
}

.contact input[type=text],
.contact input[type=email] {
  width: 500px;
}

.contact #message {
  width: 500px;
  height: 300px;
  padding: 0.75em;
}

.contact #thankyou {
  text-align: center;
  margin: 50px 0;
  height: 500px;
}

.contact footer {
  padding: 0;
  margin: 0;
  background-color: #0096B5;
  color: #82D5E8;
}

.contact footer .logo {
  height: 4em;
  width: auto;
  vertical-align: middle;
}
