.darken-background {
    position: relative;
}

.darken-background:after {
    content: " ";
    z-index: 1024;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    transition: background-color 0.5s ease;
    background: rgba(0, 0, 0, 0.5);
}

#landing-mobile-navigation {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1025;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: 0.33s;
}

.mobile-navigation-link {
    border: none !important;
    min-width: 220px !important;
    text-decoration: none !important;
    font-weight: 400 !important;
    border-radius: .25rem !important;
    background-color: transparent !important;
}

.mobile-navigation-link:hover {
    /*background-color: var(--park-light-gray) !important;*/
}

.mobile-nav-width {
    min-width: 225px;
}
