.logo {
    /*padding: 8px 0;*/
    cursor: pointer;

}

.top-bar {
    background-color: var(--hunter-green);
color: var(--parchment) !important;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.w3-sidebar {
    width: 80%;
}

.app-link {
    font-size: 1.25em;
    cursor: pointer;
    transition: 0.4s;
}

.app-link:hover {
    background-color: var(--light-coral) !important;
    color: var(--prussian-blue) !important;
}

a.app-link.sm {
    padding: 8px 5px;
    border-bottom: 1px #b4b4b4 solid;
    text-decoration: none;
}

.logo-image {
    height: 70px;
}

@media (max-width: 600px) {
    .logo-image {
        height: 50px;
    }

}