body {
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    color:transparent;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.homepage{
    background-image: url('afbeeldingen/bos_diagonaal.jpg'); /* Use the image you provided as the background */
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0px;
    z-index: -1;
}

.header {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    padding-bottom: 0px;
    align-items: center;
    color: transparent;
}

.logo img {
    width: 60px; /* You can adjust based on your preference */
    cursor: pointer;
}

.menu {
    display: flex;
    gap: 20px;
}

.menu-item {
    text-decoration: none;
    color: rgb(110, 110, 110);
    padding: 5px 10px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.menu-item:hover {
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid white;
}

.description {
    margin-left: 40px;
    font-size: 16px;
    color: white;
}

.het-verhaal-background{
    background-image: url('afbeeldingen/het-verhaal-achtergrond.jpg'); /* Use the image you provided as the background */
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0px;
    z-index: -1;
}

.leer-meer-background{
    background-image: url('afbeeldingen/leer-meer-achtergrond.jpg'); /* Use the image you provided as the background */
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0px;
    z-index: -1;
}

.wit { 
    background-color: rgb(254, 254, 254);
    height: auto;
    width: 100vw;
    z-index:-1;
    position: absolute;
    top: 100vh;
    justify-content: center;
    align-items: center;
    display: flex;
    color: rgb(31, 31, 31);
    flex-direction:column;
} 

.blogtekst{
    max-width: 800px;
    width: 90vw;
    text-align: justify; 
    text-align: left;
}

.dag1_1{
    background-image: url('afbeeldingen/dag_1_afbeelding_1.jpg'); /* Use the image you provided as the background */
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vh;
    width: 100vw;
    z-index: 1;
}

.dag1_2{
    background-image: url('afbeeldingen/dag_1_afbeelding_2.jpg'); /* Use the image you provided as the background */
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vh;
    width: 100vw;
    z-index: 1;
}