/* Globals */

nav {
    background-color: #f1f1f0;
}
footer {
    border-top: 1px solid black;
    background-color: rgb(43, 43, 43);
    text-align: center;
    color: white;
    clear: both;
    font-size: .7em;
    position: fixed;
    width: 100%;
    bottom: 0px;
}

/* Classes */

.navbar {
    position: relative;
    height: 3.5em;
    padding: 0%;
}

.nav-item {
    padding: 10px;
    scale: .9;
    font-size: 1.1em;
    font-weight: 400;
}

.nav-link {
    color: rgb(17, 17, 17);
    border: none;
    background-color: transparent;

}

