body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Verdana, serif;
    background-color: #DED9D5;
    min-height: 100%;
    --margin: 8px;
}

div {
    box-sizing: border-box;
}

img {
    width: 100%;
}

.topNavigationMenu {
    clear: both;
    background-color: #454545;
    overflow: hidden;
    border-bottom: 3px solid #333;
}

.topNavigationMenu a {
    float: left;
    display: block;
    color: #BFBFBF;
    font-weight: 900;
    text-align: center;
    padding: 16px 20px;
    text-decoration: none;
}

.topNavigationMenu a:hover {

    color: #FFDF00;
}

.topNavigationMenu .icon {
    display: none;
}

#gold {
    color: #D4AF37;
}

/*			TopNavigatie		*/

.filler {
    height: 70px;
    width: 100%;
    float: left;
    clear: both;
    padding: 20px;
}

.bakkers{
    text-align: center;
}

h1{
    color: #D4AF37;
    text-shadow: 1px 1px black;
    font-size: xxx-large;
}

#credits {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #333;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

#credits h6 {
    color: #BFBFBF;
    margin: 0 0 0 5px;
}

/*  credits   */

@media screen and (max-width: 650px) {
    /*Als het menu dicht is*/
    .topNavigationMenu a:not(:first-child) {
        display: none;
    }

    .topNavigationMenu a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 650px) {
    /*Als het menu open is*/
    .topNavigationMenu.responsive {
        position: relative;
    }

    .topNavigationMenu.responsive a.icon {
        margin: 0 auto 0 auto;
        padding-left: calc(50vw - 8px);
        display: block;
        text-align: left;
    }

    .topNavigationMenu.responsive a {
        float: none;
        display: block;
        border-bottom: 1px solid #333;
        width: 80%;
    }

    .topNavigationMenu.responsive a.word {
        margin: 0 auto 0 auto;
    }

    .topNavigationMenu.responsive {
        border-bottom: 2px solid #333;
    }
}
