/*
    This file styles the navigation bar.
*/

#navBanner {
    object-fit: cover;
    width: 100%;
    height: 3in;
}

#navBar {
    background-color: whitesmoke;
    list-style: none;

    margin: 0;
    padding: .5rem;

    display: flex;
    flex-direction: row;
    gap: 1em;
}