* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
    overflow-x: hidden;
    font-family: "Dosis", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    background-color: #000000;
}

/*Header*/
header{
    margin-bottom: 0;
}

header img {
    display: block;
    width: 100%;
    margin: 0;
}

.header {
    background-color: #000000;
    color: rgb(122, 98, 35);
    text-align: center;
    padding: 10px;
    font-size: 40px;
}

/*Navigatiebar*/
.navigatiebar {
    position: sticky;
    top: 0;
    background-color: #000000;
    padding: 10px 20px;
    width: 100%;
    z-index: 10;
  }
  
  /* Container voor hamburger en dropdown-menu */
  .menu-container {
    display: flex;
    align-items: center;
  }
  
  /* Hamburger icoon styling */
  .hamburger {
    font-size: 24px;
    cursor: pointer;
    color:  rgb(122, 98, 35); 
    margin-right: 15px; 
  }
  
  /* Nav-links: standaard verborgen en absoluut gepositioneerd */
  .nav-links {
    display: none;
    position: absolute;
    top: 100%;  /* direct onder de hamburger */
    left: 0;    /* uitgelijnd met de linkerkant van de container */
    background-color: #000;  /* achtergrondkleur naar keuze */
    width: 100px;
    padding: 5px;
    flex-direction: column;
    padding: 10px;
    border-radius: 5px;
  }

  .nav-links :hover{
    background-color: #1e1c1c ;
  }
  
  /* Elk item in de nav-links */
  .nav-links li {
    margin: 8px 0;
    padding: 10px;
  }
  
  .nav-links li a {
    color: rgb(122, 98, 35);
    text-decoration: none;
    font-weight: bold;
    list-style: none;
  }

  .nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  /* Wanneer het menu actief is */
  .nav-links.active {
    display: flex;
  }
  
  .nav-text {
    flex-grow: 1;
    text-align: center;
    color: rgb(122, 98, 35); /* Of een andere kleur die bij je design past */
    font-weight: bold;
  }

/*main*/

.overmij h2 {
    text-align: center;
}

.overmij {
    background-color: #000000;
    color: aliceblue;
    padding: 10px;
} 

/*Youtube*/
.Youtube {
    background-color: rgb(255, 255, 255);
    width: 90%;
    height: auto;
    margin-top: 80px;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 50px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 8px 8px 8px #625f62;
}

/* Banner */
.banner {
    width: 100%;
    display: block;
    margin: 0 auto 20px auto;
    border-radius: 25px;
}

/* Header (profielfoto en tekst) */
.yt-header {
    display: flex;
    align-items: flex-start; /* Zorgt ervoor dat de tekst hoger begint */
    justify-content: center;
    gap: 10px; /* Verminder de afstand tussen de profielfoto en de tekst */
}

.ytprofiel {
    width: 150px; /* Optioneel: iets kleiner maken */
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px; /* Kleinere ruimte tussen foto en tekst */
}

.yt-text {
    display: flex;
    flex-direction: column;
    gap: 0px; /* Minder ruimte tussen de tekstregels */
    max-width: 250px; /* Voorkomt dat de tekst te breed wordt */
}

.yt-text h2, .yt-text h4, .yt-text p {
    margin: 0; /* Zorgt ervoor dat er geen extra ruimte ontstaat */
}

.yt-text h2 {
    font-size: 24px;
    color: #000;
    margin-bottom: 2px; /* Verkleint de ruimte tussen de naam en de handle */
}

.yt-text h4 {
    font-size: 18px;
    color: #6c6969;
    margin-bottom: 2px; /* Verkleint de ruimte tussen de handle en de bio */
}

.yt-text p {
    color: #6c6969;
    font-size: 14px;
    margin-top: 2px; /* Zorgt ervoor dat de bio dichter tegen de handle staat */
}



.yt-button {
    font-size: 16px;
    border-style: none;
    width: 150px;
    height: auto;
    padding: 10px;
    border-radius: 30px;
}

/* Navigatiebalk */
.yt-nav ul {
    list-style: none;
    padding: 0;
    text-align: center;
    margin: 20px 0;
}

.yt-nav ul li {
    display: inline-block;
    margin: 0 15px;
}

.yt-nav ul li a {
    text-decoration: none;
    color: #6c6969;
    font-weight: bold;
    font-size: 16px;
}

.yt-nav ul li a:hover {
    color: #000;
}

.yt-nav hr {
    border: 0;
    border-top: 1px solid #6c6969;
    margin: 20px 0;
}

/* Intro video - volledig breed */
.intro-video iframe {
    width: 100%;
    height: 500px; /* Pas de hoogte aan naar wens */
}

/* Video grid - 4 naast elkaar */
.video-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px; /* Ruimte tussen de video's */
    padding: 20px;
}

.extra-videos {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

.video-grid iframe {
    width: 100%;
    height: auto;
}

.video-grid .extra-videos {
    display: none; /* Verberg alle extra video's standaard */
}

.show-more-btn {
    display: block;
    margin: 20px auto;
    padding: 10px;
    background-color: rgb(122, 98, 35);
    color: #000;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.show-more-btn:hover {
    background-color: rgb(73, 58, 19);
}

.video-section h2 {
    color: black;
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
}


/* Sectie met gouden achtergrond en extra padding */
.model-fotos {
  background: linear-gradient(to bottom, #000000, #7a6223, #7a6223, #000000);
    padding-top: 80px;
  }
  
  /* Koptekst van de sectie */
  .model-fotos h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #000; /* Zwarte tekst voor de details */
    font-size: 2rem;
    font-weight: bold;
  }
  
  /* De grid voor de foto's: responsive en met een vaste basishoogte */
  .foto-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    /* Laat grid-auto-rows weg of stel een basishoogte in */
    grid-auto-rows: 200px;
  }
  
  .foto-item {
    position: relative;
    overflow: hidden;
    border: 2px solid #000;
    border-radius: 5px;
  }
  
  /* Zorg dat de afbeeldingen de container volledig vullen */
  .foto-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  
  .foto-item:hover img {
    transform: scale(1.05);
  }
  
  /* Overlay bij hover */
  .foto-item .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-align: center;
    font-size: 1rem;
  }
  
  .foto-item:hover .overlay {
    opacity: 1;
  }
  
  /* Maak de 3e foto groter (2 kolommen en 2 rijen) */
  .foto-grid .foto-item:nth-child(3) {
    grid-column: span 2;
    grid-row: span 2;
  }
  
  /* Maak de 5e foto iets breder (bijv. 2 kolommen) */
  .foto-grid .foto-item:nth-child(5) {
    grid-column: span 2;
  }
  

/*Footer*/
footer {
    background-color: #000000;
    color: rgb(122, 98, 35);
    padding: 10px;
    text-align: center;
    text-decoration: none;
}

footer a {
    color: rgb(122, 98, 35);
    text-decoration: none;
}

footer a:hover {
    opacity: 0.8;
}

