body {
/*    background: #1e1c09;*/
    color: #000;
    font-family: 'Libre Caslon Display', serif;
    font-size: 2em;
    position: relative;
    min-height: 100vh;
    margin: 0;
}

body::after {
    content: '';
    display: block;
    height: 50px;
}

a:hover {
    color: #3F7939;
}


.container {
    margin-bottom: 25px;
}

.header {
    text-align: center;
    min-height: 50px;
}

h1 {
    font-size: 2rem;
}


.gallery .home-image-container img {
    width: 100%;
}

.map-type {
    font-family: "Eagle Lake";
    font-size: 24px;
}

.navbar-link,
.footer-link,
.pagination-link {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .2rem;
    margin-right: 15px;
    text-decoration: none;
/*    line-height: 4.5rem;*/
    color: #454d46;
    font-family: 'Noto Serif';
}

ul li ul.map-subcategory-list.desktop-categories {
    min-width: 140px; /* Set width of the dropdown */
    background: #FFF;
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    margin: 0;
    text-align: left;
    padding: 0 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}


ul li ul.map-subcategory-list li {
    display: block;
    font-size: 12px;
}


/* Larger than phone */
@media (min-width: 550px) {

    ul li:hover ul.map-subcategory-list {
        display: block; /* Display the dropdown */
    }

    ul li:hover ul.map-subcategory-list li:first-child {
        padding-top: 10px;
    }

    .header {
        margin-top: 0;
    }

    .map-subcategory-list {
        margin: 0;
    }

    .maps-subcategory {
        border: 1px solid black;
        display: none;
    }

    .map-subcategory {
        margin-bottom: 0;
        text-align: left;
    }
}


/* Larger than tablet */
@media (min-width: 750px) {
    /* Navbar */
    .navbar + .docs-section {
        border-top-width: 0;
    }

    .navbar,
    .navbar-spacer {
        display: block;
        width: 100%;
        height: 6.5rem;
        background: #fff;
        z-index: 99;
        border-top: 1px solid #eee;
    }

    .navbar-spacer {
        display: none;
    }

    .navbar > .container {
        width: 100%;
    }

    .navbar-list,
    .footer-list {
        list-style: none;
        margin-bottom: 0;
    }

    .navbar-item,
    .footer-item {
        position: relative;
        display: inline-block;
        margin-bottom: 0;
        vertical-align: top;
    }

    .navbar-link.active,
    .footer-link.active {
        color: #33C3F0;
    }

    .has-docked-nav .navbar {
        position: fixed;
        top: 0;
        left: 50%;
        transform: translatex(-50%);
    }

    .has-docked-nav .navbar-spacer {
        display: block;
    }

    /* Re-overiding the width 100% declaration to match size of % based container */
    .has-docked-nav .navbar > .container {
        width: 80%;
    }


}
