.page {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20%;
}

h2 {
  font-family: "Playfair Display";
  font-size: 60px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 30px;
}

p {
  font-family: Poppins;
  font-weight: 400;
  color: white;
  font-size: 14px;
}

.title p {
  letter-spacing: 2px;
  margin-bottom: 55px;
}

#btn-contact {
  font-family: "Playfair Display";
  font-size: 13px;
  color: white;
  text-transform: uppercase;
  padding: 15px 45px;
  letter-spacing: 1px;
  background: #ab8a6e;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ab8a6e 1%, #8f6d4f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab8a6e', endColorstr='#8f6d4f',GradientType=1 );
  /* IE6-9 */
}

a#btn-contact:hover {
  text-decoration: none;
  letter-spacing: 1px;
  color: white;
  background: #ab8a6e !important;
}

.logo {
  width: 185px;
}

#contactModal {
  width: 625px;
  margin: 1% auto;
  padding-left: 0 !important;
}

#form-contact input[type="text"], #form-contact input[type="email"] {
  margin-bottom: 35px;
  border: none;
  border-bottom: 1px solid #8f6d4f;
  width: 85%;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: normal;
}

#form-contact textarea {
  border: none;
  border-bottom: 1px solid #8f6d4f;
  width: 85%;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: normal;
}

#form-contact input[type="text"]:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8f6d4f;
}

#form-contact input[type="text"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8f6d4f;
}

#form-contact input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8f6d4f;
}

#form-contact input[type="text"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #8f6d4f;
}

#form-contact input[type="email"]:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8f6d4f;
}

#form-contact input[type="email"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8f6d4f;
}

#form-contact input[type="email"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8f6d4f;
}

#form-contact input[type="email"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #8f6d4f;
}

#form-contact textarea:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8f6d4f;
}

#form-contact textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8f6d4f;
}

#form-contact textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8f6d4f;
}

#form-contact textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #8f6d4f;
}

*:focus {
  outline: none;
}

#form-contact span {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #8f6d4f;
  margin-left: 15px;
}

#form-contact a {
  background-color: transparent !important;
  color: #26374c;
  border-bottom: 1px solid #26374c;
  text-transform: none;
  padding: 0;
  text-align: left;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

#form-contact a:hover {
  text-decoration: none;
}

#form-contact a#btn-submit {
  margin-top: 20px;
  margin-bottom: 15px;
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 80px;
  border: none;
  cursor: pointer;
  display: -webkit-inline-box;
  font-family: "Playfair Display";
  font-size: 13px;
  background: #ab8a6e;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ab8a6e 1%, #8f6d4f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab8a6e', endColorstr='#8f6d4f',GradientType=1 );
  /* IE6-9 */
}

#form-contact h4 {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  font-size: 20px;
  color: #8f6d4f;
  letter-spacing: 1px;
  margin-top: 60px;
  margin-bottom: 50px;
}

#form-contact label {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #8f6d4f;
  text-transform: uppercase;
  display: block;
  letter-spacing: 2px;
}

#form-contact .check-privacy {
  margin-left: 60px;
}

#contactModal .modal-close {
  width: 16px;
  height: 16px;
}

input[type="checkbox"] {
  height: 1.4em;
  width: 1.4em;
  vertical-align: middle;
  margin: 0 0.4em 0.4em 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-appearance: none;
}

/* border radius for radio*/
input[type="radio"] {
  border-radius: 100%;
}

/* border radius for checkbox */
input[type="checkbox"] {
  border-radius: 2px;
}

/* hover state */
input[type="radio"]:not(:disabled):hover,
input[type="checkbox"]:not(:disabled):hover {
  border-color: rgba(0, 0, 0, 0.5);
}

/* active state */
input[type="checkbox"]:active:not(:disabled) {
  background-image: -webkit-linear-gradient(#C2C2C2, #EFEFEF);
  border-color: rgba(0, 0, 0, 0.5);
}

/* focus state */
input[type="checkbox"]:focus {
  outline: none;
}

input[type="checkbox"]:checked {
  border-color: rgba(0, 0, 0, 0.5);
}

/* checkbox checked */
input[type="checkbox"]:checked:before {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.7);
  content: '\2713';
  -webkit-margin-start: 0;
  margin-left: 4px;
  font-size: 0.9em;
}

#animation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.level0 {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  background: #8f6d4f;
}

.overlay {
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #ffffff;
  overflow: hidden;
}

.logo-animation {
  position: absolute;
  margin-top: 50vh;
  margin-left: 50vw;
  width: 35vw;
  transform: translate(-50%, -50%);
}

.logo-animation img {
  width: 100%;
  padding: 15px;
  -o-object-fit: cover;
  object-fit: cover;
}

.copy {
  font-family: Poppins;
  font-size: 9px;
  color: white;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.copy p {
  font-size: 10px;
  letter-spacing: 1px;
}

.row_privacy {
  margin-top: 30px !important;
}

.close {
  opacity: 1;
}

@media (max-width: 767px) {
  body {
    background: url("../../assets/images/landing/background_mobile.jpg") no-repeat;
    background-size: contain;
  }
  .logo-animation {
    margin-top: 40vh;
    margin-left: 50vw;
    width: 200px;
  }
  #contactModal {
    width: 100%;
    margin: 1% auto;
    padding-left: 0 !important;
  }
  .modal-body .row {
    margin: 0;
  }
  .modal-body .row .col-12 {
    padding: 0;
  }
  #form-contact input[type="text"], #form-contact input[type="email"] {
    width: 100%;
  }
  #form-contact span {
    margin-left: 5px;
    margin-bottom: 10px;
  }
  input[type="checkbox"] {
    width: 1.8em;
  }
  .copy p {
    margin-bottom: 15px;
  }
  h2 {
    font-size: 50px;
    line-height: 50px;
    margin-top: 25px !important;
    margin-bottom: 15px;
  }
  .page {
    margin-top: 30%;
  }
  .footer {
    display: none !important;
  }
  #form-contact h4 {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  #form-contact input[type="text"], #form-contact input[type="email"] {
    font-size: 13px;
    margin-bottom: 15px;
  }
  #form-contact textarea {
    font-size: 13px;
    width: 100%;
  }
  #form-contact .check-privacy {
    margin-left: 0px;
  }
  #form-contact span {
    font-size: 12px;
  }
  #form-contact a {
    font-size: 12px;
  }
  .row_privacy {
    margin-top: 15px !important;
  }
  #form-contact a#btn-submit {
    margin-top: 4px;
    margin-bottom: 0px;
    padding: 13px 80px;
  }
  #form-contact label {
    margin-bottom: 5px;
  }
  .title p {
    font-size: 10px;
    margin-bottom: 35px;
  }
  .copy p {
    font-size: 8px;
  }
  .logo {
    width: 143px;
  }
}

@media (min-width: 2500px) {
  .page {
    margin-top: 40%;
  }
}

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