.achtergrondfotonavbar {
    background-image: url("/images/achtergrondfotonavbar.jpg");
    background-repeat: no-repeat;
    background-position: center;

    background-size: cover;
    width: 100%;
    height: 100vh;
    max-height: 30em;

}

.achtegrondfototeam{
    background-image: url("/images/teamfoto.jpg");
    background-repeat: no-repeat;
    background-position: center;

    background-size: cover;
    width: 100%;
    height: 100vh;
    max-height: 30em;
}

.achtergrondfotokeuken {
    background-image: url("/images/Freja-augustus.jpg");
    background-repeat: no-repeat;
    background-position: center;

    background-size: cover;
    width: 100%;
    height: 100vh;
    max-height: 30em;}

.logo {
    max-width: 150px;
}

.banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    max-height: 30em;
}

.white-icons{
    color: white;
}

.black-color{
    color: black;
}



.backgroundcolor {
    background-color: #EDE8D0;
}
