.menu {
    background-image: url(../afbeeldingen/scheveningen_1x5.jpg);
}

.menu a {
    color:var(--paars);
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    /*text-shadow: 
        1px 0 var(--paars), 0 1px var(--paars), 1px 1px var(--paars);*/
}
@media screen and (orientation: portrait) {
    .menu a {
        font-size: 38px;
    }
}

.menu li:nth-of-type(1) a {
    color:var(--paars);
    text-decoration: none;
}

.kop {
text-decoration: underline;
text-decoration-color: rgb(246, 235, 16);
text-decoration-thickness: 9px;
}

iframe {
    grid-column: 1 / 7;
    grid-row: 4 / 5; 
    justify-self: center;
}
iframe {
    border: none;
}

.footermenu li:nth-of-type(1) {
    font-weight:normal;
}

.footeradres {
    margin-bottom: 18px;
}




