.navbar,
.footer-container {
    background-color: var(--header-footer-background-color);
    color: var(--header-footer-text-color);
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0;
}

.nav-container {
    color: var(--header-footer-text-color);
    height: 40px;
    padding: 20px;
    position: relative;
}

/*Top Navigation Bar*/
.small-logo {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 80px;
}

/* Footer Style */

footer {
    display: block;
}

.footer-container {
    text-align: center;
    padding: 0 20px;
    overflow-x: auto;
}

.copyright {
    font-size: 0.8em;
    margin: 10px;
    padding-bottom: 20px;
}

.footer-link-container {
    margin: 0 auto;
    padding: 40px 0 20px;
    line-height: 2;
}

.footer-link {
    font-size: 0.9em;
    text-decoration: none;
    white-space: nowrap
}

.privacy-policy,
.terms-of-use,
.contact-container {
    display: inline;
    padding: 10px;
}

@media (max-width: 385px) {

}