@font-face {
    font-family: 'LIGHT';
    src: url('./fonts/TT Interphases Pro Trial Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
        font-family: 'BOLD';
        src: url('./fonts/Montserrat-ExtraBold.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
}

@font-face {
    font-family:'Malisha' ;
    src: url(fonts/Coolvetica\ Rg.otf);
}

body {
    font-family: 'LIGHT', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #faeddd;
    color: #000000; 
    line-height: 1.6;
}

header {
    font-size: 20px;
    padding: 1rem;
    position: relative;
    top: 0;
    z-index: 100;
}

header nav {
    display: flex;
    align-items: center;
}

header nav ul {
    color: rgb(74, 6, 43);
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: auto; /* Dit duwt de lijst helemaal naar rechts */
    gap: 20px;
}


header nav ul li {
    color: rgb(98, 3, 41);
    margin: 0 15px;
}

header nav ul a {
    font-family: 'Malisha';
    color: rgb(98, 3, 41);
    text-decoration: none;
    font-weight: bold;
    transition: text-decoration 0.3s;
}

header nav ul li a:hover {
    color: #cfaa91;
    transition: 0.5s;
}

.projecttitel {
    display: flex;
    align-items: center;
    max-width: 1400px;
    width: 100%;
    flex-direction: row; 
}

h1{
line-height: 0;
font-family: 'BOLD';
color: #4a062b;
font-size: 70px;
}

strong{
    font-family: 'LIGHT';
    color: #000000;
    font-size: 20px;
}
.text-box {
    font-size: 20px;
    padding-left: 30px;
    padding-right: 30px;
    flex: 1;
    color: #000000;
}

.image-box {
  display: flex;
  justify-content: center;      
  align-items: center;          
  gap: 20px;                    
  width: 100%;
  padding-top: 20px;
  flex-wrap: wrap;              
}

.image-box img {
  height: 400px;                
  width: auto;                  
  object-fit: cover;            
  flex: 1;                   
}

.beeld-credit {
    font-size: 20px; 
    color: #5b5b5b; 
    font-style: italic;

}
h2{
line-height: 0;
font-family: 'LIGHT';
color: #4a062b;
font-size: 40px;
}

.uitlegfotos {
  display: flex;
  justify-content: center;      
  align-items: center;          
  gap: 20px;                    
  width: 100%;
  padding-top: 20px;
  flex-wrap: wrap;              
}

.uitlegfotos img {
  height: 500px;   
  width: 300px;     
  object-fit: cover;
  flex: 1 1 auto;  
}


#onderzoek {
    color: #333;
    text-align: center;
}

.onderzoek-container {
    max-width: 1400px;
    margin: 0 auto;
    align-items: center;
}

footer{
    text-align: center;
    background-color: faeddd;
    color: #4a062b;
    padding: 1rem 0;
}

.socials{
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.socials img{
padding: 10px;
width: 30px;
height: 30px;
}

/* Responsief design: Stapelt op kleine schermen */
@media (max-width: 768px) {
    .projecttitel {
        flex-direction: column;
    }

    .image-box {
        margin-top: 20px;
    }
}



/* Responsiviteit */
@media screen and (max-width: 768px) {
    .outfit-section {
        flex-direction: column;
        text-align: center;
    }

    .outfit-section img.main-image,
    .outfit-section img.schets-image {
        width: 80%;
        margin: 0 auto;
    }

    .outfit-section img.schets-image {
        position: relative;
        top: -20px;
        left: 0;
    }

    .outfit-section .description {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .outfit-section img.schets-image {
        width: 70%;
        top: 5%;
    }

    .outfit-section img.main-image {
        width: 90%;
    }

    .outfit-section .description h1 {
        font-size: 22px;
    }

    .outfit-section .description p {
        font-size: 16px;
    }
}
