html {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    background-color: #111111;
    padding: 0px;
    margin: 0px;
    color: #ffffff;
    margin-bottom: 60px;
}

/*html {
    position: relative;
    min-height: 100%;
}

body {
}*/

a {
    color: #eeeeee;
    text-decoration: none;
}

    a:link {
        color: #eeeeee;
    }

    a:visited {
        color: #eeeeee;
    }

    a:hover {
        color: #9999ff;
        text-decoration: underline;
    }

    a:active {
        color: #9f9f9f;
    }

.center {
    text-align: center;
}

.contentArea {
    width: 70%;
    margin: auto;
}

.galleryNavOff {
    padding-left: 1em;
    padding-right: 1em;
    text-decoration: none;
    text-align: center;
}

.galleryNavOn {
    padding-left: 1em;
    padding-right: 1em;
    text-decoration: underline;
    text-align: center;
}

hr {
    border: 1px solid #666666;
}

.navContainer {
    background-color: #000000;
    width: 100%;
    margin: auto;
    height: 3em;
}

.navSubContainer {
    margin: auto;
    padding: 1em;
    width: 75%;
}

.navLeft {
    float: left;
}

.navRight {
    float: right;
}

.thumbContainer {
    text-align: center;
    width: 25%;
    margin: auto;
    vertical-align: middle;
}

.thumb {
    text-align: center;
    vertical-align: middle;
    width: 20%;
    margin: 1%;
    border: 1px solid #666666;
}

@media only screen and (max-width: 500px) {

    .contentArea {
        width: 95%;
        margin: auto;
    }

    .navContainer {
        background-color: #000000;
        width: 100%;
        margin: auto;
        height: 4.5em;
    }

    .navSubContainer {
        margin: auto;
        padding: .7em;
        width: 93%;
    }

    .galleryNavOff {
        padding-left: 1em;
        padding-right: 1em;
        text-decoration: none;
        text-align: center;
        font-size: .8em;
    }

    .galleryNavOn {
        padding-left: 1em;
        padding-right: 1em;
        text-decoration: underline;
        text-align: center;
        font-size: .8em;
    }
}