body {
    background-color: white;
}

.footer-link:hover {
    color: black
}

footer {
    text-align: center;
    padding-top: 12px;
    color: white;
    background-color: #057a6c;
}

h1, h2, h3, h4 {
    font-family: 'roboto', sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #057a6c;
}

main {
    margin: 35px;
    padding-top: 230px;
}

main p {
    font-size: 17px;
    margin-bottom: 14px;
}

main img {
    max-width: 100%;
    margin-bottom: 23px;
}

main button {
    margin-bottom: 23px;
}

a {
    color: black;
}

a:hover{
    color: #057a6c;
}
.footer-link {
    color: white;

}

.navbar {
    background-color: rgb(244, 254, 248);
}

nav {
    margin-bottom: 23px;
}

nav a {
    text-decoration: none;
    font-size: 17px;
    color: black;
}

.contact p{
    margin-bottom: 35px;
}

.contact h1{
    margin-bottom: 12px;
}

#button {
    font-family: 'roboto', sans-serif;
    font-size: 1em;
    color: #057a6c;
}

#footertekst {
    margin-top: 12px;
}

.nav-link.navigation {
    padding-left: 40px; 
    padding-right: 40px; 
}

nav a:hover{
    text-decoration: underline;
}

nav li {
    align-self: center;

}

nav img {
    max-width: 160px;
    margin: 1px 0 1px 0;
}

.agenda img {
    float: left;
    margin: 6px 20px 10px 0px ;
    max-width: 265px;
}

.agenda div {
    display: inline-block;
    margin-bottom: 10px;
}

.agenda a {
    font-family: 'roboto', sans-serif;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    color: black;
}

.about us {
    margin-bottom: 40px;
}


@media only screen and (min-width: 320px) {
    nav li {
        margin: 10px 15%
    }

    footer {
        font-size: 12px;
    }

    #filmpje iframe{
        aspect-ratio: 16 / 9;
        height: auto;
    }

    #filmpje, #kaart, iframe{
        width: 100%;
        margin-bottom: 20px;   
    }

    #kaart iframe{
        aspect-ratio: 1 / 1;
    }
    
}

@media only screen and (min-width: 1024px) {
    nav li {
        margin: 0 auto;
    }

    footer {
        font-size: 15px;
    }

    #fimpje {
        max-width: 560px;
        float: right;
        margin: 1.5em;
    }

    #kaart {
        max-width: 460px;
        float: right;
    }


}