/* FROM COLOR PHOTOS:
$re-dark: rgb(29, 33, 67);
$re-blue: rgb(24, 79, 122);
$re-pale: rgb(216, 164, 96);
$re-red: rgb(173, 66, 71);
$re-orange: rgb(245, 128, 62);
*/
.contact-form-div input, .contact-form-div textarea {
  padding: 12px 24px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15), 0px 3px 5px -1px rgba(0, 0, 0, 0.15);
  border: none;
  width: 100%;
  margin-bottom: 24px; }
.contact-form-div textarea {
  height: 192px; }
.contact-form-div button {
  height: 48px;
  padding: 12px 24px;
  font-weight: bold;
  width: 100%;
  border: none;
  border-bottom-width: 6px;
  border-bottom-style: solid;
  transition: all 0.35s; }
  .contact-form-div button:hover {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15), 0px 3px 5px -1px rgba(0, 0, 0, 0.15); }
.contact-form-div label {
  display: none; }
.contact-form-div .securimage {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15), 0px 3px 5px -1px rgba(0, 0, 0, 0.15); }
.contact-form-div a.secur-change-img {
  display: block;
  font-size: 11px;
  line-height: 24px;
  text-align: right; }

#contact-form-div {
  transition: opacity 0.35s; }

#contact-form-response {
  display: none;
  overflow: hidden; }
  #contact-form-response #response-sizer {
    min-height: 200px; }

/*# sourceMappingURL=page.css.map */
