#gallerij{
    margin-top: 2%;
}

#Fotonav{
    margin-top: 2%;
    background-color: dimgrey;
    z-index: 900;
}

#Fotonav ul li a{
    color:white;
    margin-top: 10px;
    margin-bottom:10px;
}

.active{
    text-decoration: underline;
    text-underline: black;
}

#Fotonav ul li a:visited {
    background-color: dimgrey;
}

#Fotonav ul li a:hover {
    background-color: #555; !important;
    color: white;
}

@media only screen and (max-width: 30em) {
    #gallerij > .container{
        text-align: center;
    }

    #Fotonav{
        width: 50%; !important;
        text-align: center;
        margin-left: 70px;
    }

    #Fotonav ul li a{
        font-size: 80%;
        margin-top: 2px;
        margin-bottom:2px;
    }
}


@media only screen and (min-width: 30em) and (max-width: 35em) {
    #gallerij > .container{
        width: 150%; !important;
        margin-left: -15px;

    }
    #Fotonav ul li a{
        font-size: 80%;
    }

    #Fotonav{
        margin-left: 90px;
    }
}

@media only screen and (min-width: 35em) and (max-width: 50em) {
    #gallerij > .container{
        text-align: center;
        margin-left: -5%;
    }
    #Fotonav ul li a{
        font-size: 80%;
    }
}

@media only screen and (min-width: 50em) and (max-width: 65em) {
    #gallerij > .container{
        width: 130%; !important;
        margin-left: -15px;
    }

    #Fotonav{
        width: 20%; !important;
        font-size: 75%;
    }
}

@media only screen and (min-width: 65em) and (max-width: 1400px){
    #gallerij > .container{
        width: 90%; !important;
    }
}
