#banner {
  background-image: url(/image/banner_contact.png);
}

#bd-main {
  margin-top: 40px;
  font-size: 17px;
  text-align: center;
}

#bd-contact {
  margin-top: 15px;
  font-family: 'Crimson Text';
  font-size: 30px;
  text-align: center;
  letter-spacing: 2px;
}

#bd-contact > p > a {
  font-size: 20px;
}

#bd-form {
  margin-top: 50px;
  max-width: 600px;
}

#bd-form > div {
  overflow: hidden;
  margin-bottom: 15px;
  border: 1px solid #acacac;
}

#bd-form > div:last-child {
  border: none;
}

#bd-form > div > * {
  display: block;
  float: left;
  height: 50px;
  padding: 15px;
  vertical-align: top;
}

#bd-form > div > label {
  width: 110px;
  color: #fff;
}

#bd-form > div > input,
#bd-form > div > textarea {
  width: calc(100% - 110px);
  color: #fff;
  border: none;
  background: none;
}

#bd-form > div.textarea > label,
#bd-form > div > textarea {
  height: 210px;
}

#bd-form > div > div.error {
  color: #f00;
  margin-left: 110px;
}

#bd-form > div > a {
  display: block;
  width: 100%;
  line-height: 50px;
  padding: 0;
  font-size: 17px;
  color: #000;
  background: #b48e3d;
  text-align: center;
}

/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (max-width: 800px) {
  #bd-main {
    font-size: 15px;
    line-height: 20px;
  }

  #bd-contact {
    margin-top: 15px;
    font-size: 18px;
    letter-spacing: 2px;
  }

  #bd-contact > i {
    display: block;
  }

  #bd-contact > span {
    font-size: 20px;
  }
}
