html, body {
    margin: 0;
    padding: 0;
    font-family: 'DIN Regular', sans-serif;
    font-weight: 100;
    font-size: 1.1em;
    line-height: 1.4em;
    background-color: rgb(12, 34, 25);
  }

  @font-face {
    font-family: 'DIN Regular';
    src: url('fonts/DINNextLTPro-Regular.otf');
  }
  @font-face {
    font-family: 'DIN Bold Condensed';
    src: url('fonts/DINNextLTPro-BoldCondensed.otf');
  }
  @font-face {
    font-family: 'DIN Medium';
    src: url('fonts/DINNextLTPro-Medium.otf');
  }
  @font-face {
    font-family: 'Tijdsbestek';
    src: url('fonts/TijdsbestekTitling.otf');
  }
  @font-face {
    font-family: 'Uurwerker';
    src: url('fonts/UurwerkerDisplay.otf');
  }

  h1 {
    font-family: 'DIN Bold Condensed', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
  }
  
  h2 {
    font-family: 'Uurwerker', sans-serif;
    font-size: 48px;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 1.2;
    color: rgba(206, 189, 115, 1);
  }
  
  h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
  }
  
  h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
  }
  
  h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
  }
  
  h6 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
  }
  
  main a {
    color: rgb(255, 255, 255);
    background: rgba(12, 126, 67, 0.9);
    border-radius: 5px;
    padding: 5px 7px 2px 7px;
    text-decoration: none;
  }
  main a:hover {
    color: rgba(12, 126, 67, 1);
    background: rgba(206, 189, 115, 1);
    transition: all 0.5s ease;
  }


  
  @keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
  

  main {
    margin-top: 70px;
    margin-left: 20px;
    text-align: center;
    color: white;
    margin-right: 20px;
  }
  
  @media (min-width: 992px) {
    main {
      max-width: 60%;
      margin: 70px auto;
    }
  }
  
  nav {
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.0), transparent);
    padding: 10px 0;
    transition: transform 0.3s ease-in-out;
  }

  .main-nav {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }



  .nav-content {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .left-button {
    left: 1vw;
    font-size: 6vw;
    position: absolute;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .left-button:hover {
    color: rgba(208, 173, 64, 1);
  }
  
  .right-button {
    right: 1vw;
    font-size: 6vw;
    position: absolute;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .right-button:hover {
    color: rgba(208, 173, 64, 1);
  }

  
  .logo {
    margin: 0vw;
    flex-grow: 1;
    max-width: 200px; /* Set a maximum width for larger screens */
  }
  
  .logo img {
    width: 10vw; /* Set the width relative to the viewport width */
    max-width: 170px; /* Set a maximum width for larger screens */
  }
  
  .hero-image {
    height: 50vw;
    width: 100%;
    position: relative;
    background-image: url("images/uurwerker.jpg");
    background-size: cover;
    background-position: center;
    filter: brightness(50%) grayscale(1);
    z-index: 0;
  }

  .banner-image {
    height: 100%;
    width: auto;
    top: 0px;
    position: relative;
    background-image: url("images/img1.jpg");
    background-size: cover;
    background-position: center;
    filter: brightness(90%);
  }

  .banner-image video{
    width: 100%;
    height: 100%;
	  top: 0;
	  left: 0;
	  object-fit:contain;
	  z-index: 0;
  }
  
 

  
  }
  
  @media screen and (max-width: 768px) {
    .hero-image {
      min-height: 80vw;
    }
    .banner-image {
      min-height: 80vw;
    }
    .logo img {
      width: 35vw; 
      max-width: 190px; 
    }
    .left-button {
      left: 1vw;
      position: absolute;
      transition: all 0.3s ease;
      cursor: pointer;
    }
    .right-button {
      right: 1vw;
      position: absolute;
      transition: all 0.3s ease;
      cursor: pointer;
    }
    button {
      font-family: "Tijdsbestek", sans-serif;
      color: #ffffff;
      font-size: 1.4em !important;
      border-style: none;
    }
    h2 {
      font-size: 2em;
    }
  
  }

  /* Set a specific font for the buttons */
button {
  font-family: "Tijdsbestek", sans-serif;
  color: #ffffff;
  font-size: 2em;
  border-style: none;
}

/* Make the button background transparent */
button {
  background-color: transparent;
}

.cta {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  filter: none !important;
}


.cta-button {
  background-color: rgba(12, 126, 67, 1);
  border: 2px solid rgba(206, 189, 115, 1);
  position: fixed;
  font-family: "Tijdsbestek", sans-serif;
  top: 43%;
  left: 5%;
  color: #fff;
  padding: 0.8rem 1.2rem;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background-color: rgba(206, 189, 115, 1);
  color: rgba(12, 126, 67, 1);
  border: 2px solid rgba(12, 126, 67, 1);
}

@media screen and (max-width: 768px) {
  .cta-button {
    background-color: rgba(12, 126, 67, 1);
    border: 2px solid rgba(206, 189, 115, 1);
    color: #fff;
    padding: 0.4rem 0.8rem;
    top: 22%;
    left: 6%;
    font-size: 1.5rem;
    font-weight: 400;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .cta-button:hover {
    background-color: rgba(206, 189, 115, 1);
  color: rgba(12, 126, 67, 1);
  border: 2px solid rgba(12, 126, 67, 1);
  }

  .myron img {
    width: 80vw;!important
  }
  #myron {
    width: 90vw;
  }
}


.myron img {
  width: 40vw;
}


footer {
  background-color: rgb(4, 22, 14);
  color: #fff;
  padding: 20px;
  text-align: left;
}
footer a{
  color: #fff;
}
.footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.footer-column {
  margin: 10px;
  width: calc(100% / 3 - 40px); /* 3 columns on desktop */
  max-width: 350px;
  
}
.footer-column img {
  width: 100%;
  margin-top: 50px;

}

@media screen and (max-width: 1024px) {
  .footer-column {
    width: calc(100% - 40px); /* 1 column on mobile */
  }
  footer h2{
    font-size: 2.0em;
  }
}

.no-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
}

.no-bullets li {
  display: inline-block;
  margin-right: 1em;
}

.social-icons {
  font-size: 24px;
}

.social-icons a i {
  color: #fff; 
  margin-right: 10px;
}

.social-icons a:hover i {
  color: #ffd700; 
  transition: all 0.3s ease;
}




@font-face {
  font-family: 'uurwerker-display';
  src: url('fonts/UurwerkerDisplay.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tijdsbestek';
  src: url('fonts/TijdsbestekTitling.otf');
}




#tijd { 
  font-size:calc(100vw/30);
  text-align:center; 
  font-family:"uurwerker-display"; 
  color:rgba(206, 189, 115, 1);
  padding:5vw 0px 0px 0px; 
  }

#dagen { 
  text-align:center; 
  font-size:calc(100vw/20);
  font-family:"Tijdsbestek";
  color:rgba(206, 189, 115, 1); 
  padding:0px 0 0 0px;
  }

#uren { 
    text-align:center; 
    font-size:calc(100vw/20);
    font-family:"Tijdsbestek";
    color:rgba(206, 189, 115, 1); 
    padding:5vw 0 0 0px;
    }



@media screen and (min-width:800px) {
  #tijd { 
    font-size:calc(100vw/20);
    padding-top: 10vw 0px 70px 0px; 
  } 
}
  


@media screen and (max-width:800px) {
  
  #tijd { 
    font-size:calc(100vw/10);
    padding:40px 20px 20px 20px;  
  }
  #dagen { 
    font-size:calc(100vw/10);
    padding:15px 15px 0 10px;  
  }
  #uren { 
    font-size:calc(100vw/10);
    padding:15px 30px 0 30px;  
  }
  #dagen, #tijd
  #uren {
    flex-basis: calc(100vw/3); 
  }

}