
/* start section header image */
.header {
  background-image: url("../images/contact/slider2.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 300px;
}

.header .overlay {
  background-color: rgba(2, 2, 2, 0.8);
  min-height: 300px;
  color: #FFF;
  display: flex;
  align-items: center;
        padding-top: 100px;

}

/* end section headedr image */
/* start section about */
.about {
  padding-bottom: 50px;
  padding-top: 50px;
}

/* end section about */
/* start section contact */
.contact form {
  box-shadow: 0px 0px 12px black;
  margin-top: -50px;
  background-color: #FFF;
  padding: 50px;
  margin-bottom: -50px;
  position: relative;
  z-index: 1;
}
.contact form textarea {
  height: 200px;
}
.contact form input[type="submit"] {
  cursor: pointer;
}

/* end section contact */

/*# sourceMappingURL=contact.css.map */
