footer {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: var(--prim-col);
    height: var(--navbar-height);
}


footer #img-container {
    display: inline;
}

/* 
@media (width <= 700px) {   
    footer #img-container {
        display: none;
    }
} */

footer #img-container img {
    /* width: 143px; */
    height: 4rem;
}

.foot-text-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .8rem;
}

.foot-link {
    margin: 0;
    width: 11rem;
    font: var(--small-text);
    text-align: center;
    text-wrap: nowrap;
}
