/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
  font-family: "theSeasons";
  src: url(Fonts/Fontspring-DEMO-theseasons-reg.otf) format("opentype");
}

@font-face {
  font-family: "theSeasonsbold";
  src: url(Fonts/Fontspring-DEMO-theseasons-bd.otf) format("opentype");
}


body {
  background-image: url("../images/Voorpagina/Achtergrond-boekingen.png");
  background-size: 100% 100%;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
  background-color: rgba(128,128,128,0.8);
  background-blend-mode: multiply;
}

p {
  font-size:16px;
}

h1 {
  color: rgb(173, 164, 114);
  margin-top: 0px;
}

section {
  background-color: white;
  padding: 60px 0;
}

.center {
  text-align: center;
}

.customFont {
  font-family: "theSeasons";
}

/* ------ navbar ------ */
#CustomNavBar {
  position: absolute;
  z-index: 1;
  padding-top: 30px;
  background: rgba(204, 204, 204, 0);
  left: 0; 
  right: 0; 
  margin: 0; 
  width: 100%;
  text-shadow:
                -1px -1px 0 #000,
                1px -1px 0 #000,
                -1px 1px 0 #000,
                1px 1px 0 #000,
                -1.5px 0px 0 #000,
                1.5px 0px 0 #000,
                0px 1.5px 0 #000,
                0px 1.5px 0 #000;
}

#navbar-brand {
  width: 30vw;
  visibility: hidden;
}

#navbar-brand img {
  height: 55px;
  width: auto;
}

#CustomNavBar div div ul.navbar-nav li.nav-item a {
  font-size: 20px;
  letter-spacing: 3px;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

#CustomDropDownMenu {
  background: rgba(204, 204, 204, 0);
  border: none;
}

ul#CustomDropDownMenu > li > a.dropdown-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

ul.dropdown-menu li a.dropdown-item:hover {
  background: rgba(147, 138, 114, 0.8);
}

#CustomNavBar div div ul.navbar-nav li.nav-item a.active {
  color: rgb(173, 164, 114);
  background-color: initial;
}

.btn-close {
  visibility: hidden;
}

@media (max-width: 1200px) { 
  #CustomNavBar div div ul.navbar-nav li.nav-item a {
    font-size: 16px;
  }

  #navbar-brand {
    width: 18vw;
  }
}

@media (max-width: 768px) {
  #navbar-brand {
    width: 80vw;
  }

  .navbar-toggler {
    background-color: white;
  }

  #CustomNavBar div div ul.navbar-nav li.nav-item a {
    font-size: 20px;
  }

  #CustomNavBar div div ul.navbar-nav li.nav-item {
    padding: 10px 0;
  }

  #CustomNavBar div div ul.navbar-nav li.nav-item ul.dropdown-menu li a.dropdown-item {
    padding: 10px 0;
    font-size: 16px;
  }

  #navbarOffcanvasLg {
    width: 300px;
    background: rgb(204, 204, 204);
  }

  .btn-close {
    visibility: visible;
    position: fixed;
    align-self: end;
    padding-top: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 560px) {
  #navbar-brand {
    width: 70vw;
  }
}

/* ------- contact ------------ */
#contact-section {
  color: black;
  background: transparent;
  padding-top: 50px;

}

#contact-form {
  border-radius: 10px;
  padding: 10px;
  background-color: rgba(204, 204, 204, 0.9);
}

@media (max-width: 945px) {
  #contact-form {
    width: 100%
  }
}

form .form-group {
  margin-top: 10px;
}

.btn-contact {
  background-color: rgb(173, 164, 114);
  border: none;
  color: white;
  margin-top: 10px;
}

form .btn-contact:hover {
  background-color: rgb(147, 138, 114);
}


/* ------- footer ------------ */
.contact-page {
  font-weight: 600;
}

.contact-footer {
  text-align: center;
  color: white;
}

.contact-footer p {
  margin-bottom: 0;
  padding-bottom: 20px;
  text-shadow:
                -2px -2px 0 #000,
                2px -2px 0 #000,
                -2px 2px 0 #000,
                2px 2px 0 #000,
                -3px 0px 0 #000,
                3px 0px 0 #000,
                0px -3px 0 #000,
                0px 3px 0 #000;
}

#contactImageContainer {
  position: absolute;
}

#contact #contactImageContainer img {
  width: 1100px;
  position: absolute;
  bottom: -175px;
  left: 13vw;
  z-index: -2;
}

@media (max-width: 1400px) { 
  #contact #contactImageContainer img {
    width: 1100px;
    position: absolute;
    bottom: -200px;
    left: 5vw;
  }
}

@media (max-width: 1200px) { 
  #contact #contactImageContainer img {
    width: 1000px;
    position: absolute;
    bottom: -200px;
    left: -5vw;
  }
}

@media (max-width: 990px) {
  #contact #contactImageContainer img {
    width: 1000px;
    position: absolute;
    bottom: -200px;
    left: -20vw;
  }
}

@media (max-width: 945px) {
  #contact #contactImageContainer img {
    visibility: hidden;
    width: 0px;
  }

  .contact-footer {
    width: 100%
  }
}

/*-------- Page sections---------*/
.page-banner {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 40vh;
  object-fit: cover;
  object-position: center left;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.transparent {
  background: transparent;
}
