html {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

header {
  background: #2b2923;
}

a.navbar-brand img {
  max-width: 84px;
}

ul#social {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 21px;
  margin: 0;
  color: #fff;
  list-style: none;
  flex-direction: row-reverse;
}
ul#social li a {
  color: #fff;
  text-decoration: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 15px;
  padding-left: 15px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}
.navbar-expand-lg .navbar-nav .nav-link.active {
  color: #70cdd5;
}

section.video {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

section:not(.video) {
  padding: 90px 0;
  position: relative;
}

video#big-video-vid {
  width: 100%;
}

header.sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  animation: slideDown 0.35s ease-out;
  padding: 10px 40px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.bottom-fix {
  background: url("../images/anvil-sprite.png") no-repeat 0px top;
  display: block;
  height: 55px;
  left: 50%;
  margin-left: -56px;
  position: absolute;
  width: 104px;
  z-index: 900;
  bottom: 0;
  background-position: right;
}

.top-fix {
  background: url("../images/anvil-sprite.png") no-repeat 0px top;
  display: block;
  height: 55px;
  left: 50%;
  margin-left: -56px;
  position: absolute;
  width: 104px;
  z-index: 900;
  top: 0;
}

section.active .top-fix {
  background-position: center;
}

.tab-content img {
  max-width: 100%;
}

ul#pills-tab {
  justify-content: center;
  border-bottom: 2px solid;
}
ul#pills-tab .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
  color: #fff;
  font-style: italic;
  font-size: 24px;
  font-weight: 600;
  border-radius: 0;
}
ul#pills-tab .nav-link.active {
  background: none;
  border-bottom: #fff 2px solid;
  margin-bottom: -2px;
}

#portfolio {
  background: url("../images/bg-portfolio.jpg");
}
#portfolio h1 {
  color: #fff;
  text-align: center;
}

/* Lightbox styles */
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.lightbox.open {
  display: flex;
}

.lightbox img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 5px;
}

.lightbox:target {
  display: flex;
}

.close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  color: #fff;
  text-decoration: none;
}

#overJurgen {
  background: url("../images/greenblue.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 5px;
}
#overJurgen h1 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
#overJurgen p {
  color: #fff;
  text-shadow: 1px 1px 28px black;
  font-weight: 400;
}
#overJurgen .container {
  position: relative;
  z-index: 1;
}

section#workShop {
  background: #ccc8c8;
  background: url("../images/workshop_background.JPG");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 5px;
  min-height: 800px;
}
section#workShop::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.8);
}
section#workShop h1 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
section#workShop p {
  color: #fff;
}
section#workShop .container {
  position: relative;
  z-index: 1;
}

#map {
  height: 500px;
}

#contact {
  background: url("../images/contactbackground.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 5px;
}
#contact::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.8);
}
#contact h1 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
#contact h3 {
  color: #fff;
  margin-bottom: 40px;
}
#contact h4 {
  color: #fff;
  margin-bottom: 20px;
}
#contact p {
  color: #fff;
  margin-bottom: 30px;
}
#contact .container {
  position: relative;
  z-index: 1;
}

ul#social.bottom-social {
  flex-direction: row;
  margin: 0;
  padding: 0;
}
ul#social.bottom-social li a {
  border: 2px solid #ccc;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  display: flex;
}

footer {
  padding: 26px 0;
}
footer p {
  margin: 0;
}

@media (max-width: 991px) {
  button.navbar-toggler {
    border: 1px solid #fff;
    border-radius: 0;
    padding: 10px;
    color: #fff;
    outline: 0;
  }
  button.navbar-toggler i.fa-solid.fa-bars {
    display: none;
  }
  button.navbar-toggler.collapsed i.fa-solid.fa-bars {
    display: block;
  }
  button.navbar-toggler.collapsed i.fa-solid.fa-xmark {
    display: none;
  }
  div#navbarSupportedContent {
    position: fixed;
    left: 0;
    right: 0;
    /* height: 100%; */
    top: 107px;
    background: #2b2923;
    bottom: 0;
    z-index: 4;
  }
  ul.navbar-nav {
    padding: 45px 0 0;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 17px;
    border-bottom: 1px solid #fff;
    display: block;
  }
  ul#social {
    font-size: 25px;
    flex-direction: row-reverse;
    justify-content: center;
    padding: 0;
  }
  body.menu-open {
    overflow: hidden;
  }
  header {
    position: relative;
    z-index: 999;
  }
  ul#social.bottom-social {
    justify-content: flex-start;
    margin-bottom: 50px;
  }
}/*# sourceMappingURL=style.css.map */