.menu {
    background-image: url(../afbeeldingen/iza-fab_1264.jpg);
}

.menu a {
    color:var(--lichtpaars);
    /*font-size: 24px;*/
    font-weight: bold;
    text-decoration: none;

    /*text-shadow: 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(--lichtpaars);
    text-decoration: none;
}
    
.menu li:nth-of-type(5) a {
/*color:rgb(246, 235, 16);*/
text-decoration: underline;
text-decoration-color: rgb(246, 235, 16);
text-decoration-thickness: 9px;
}   

article p {
    margin-top: 0;
}

/*.footermenu li:nth-of-type(1) {
    font-weight:normal;
}*/
.footermenu li:nth-of-type(2) {
    margin-left: 8px;
    color: white;
}

.footeradres {
    margin-bottom: 18px;
}
