body.home .contacthome {
  background-image: url("./getInTouch.jpg");
  background-position: bottom;
  padding: 60px 10px;
}

body.home .contactform textarea,
body.home .contactform input {
  background: none;
  display: block;
  float: left;
  color: #FFF;
  border: none;
}
body.home .contactform input {
  width: 50%;
  border-bottom: 1px solid #666;
  padding: 20px 0;
}
body.home .contactform textarea {
  max-width: 100%;
  min-width: 100%;
  max-height: 120px;
  min-height: 60px;
  background-attachment: local;
  background-image:
      repeating-linear-gradient(transparent, transparent 30px, #666 30px, #666 31px, transparent 31px);
  line-height: 31px;
}

#slidder img {
  width: 100%;
}