.achtergrondfoto {
    background-image: url("../images/9466ec7e-bcde-4cfd-a85b-0a63ba26f4c3.jpg");
    background-repeat: no-repeat;
    background-position: center;

    background-size: cover;
    width: 100%;
    height: 100vh;
    /*min-height: 40em;*/
    max-height: 40em;
    /*background-attachment: fixed;*/

}

.overlay {
    background-color: rgba(0, 0, 0, 0.4); /* dark transparent layer */
    width: 100%;
    height: 100%;
    color: white; /* so text is visible */



}

.overlay2 {
    background-color: rgba(0, 0, 0, 0.4); /* dark transparent layer */
    width: 100%;
    height: 100%;
    color: white; /* so text is visible */
text-align: right;
padding-right: 10%;

}


.lege-kaart {
    width: 300px;
    height: 50px;
    background-color: white;
    border-radius: 10px;
    margin: 20px auto;
}


.achtergrondfoto2 {
    background-image: url("../images/Garden.jpeg");
    background-repeat: no-repeat;
    background-position: center;

    background-size: cover;
    width: 100%;
    height: 100vh;
    /*min-height: 40em;*/
    max-height: 40em;
    /*background-attachment: fixed;*/

}


