﻿.footer {
    background-color: var(--primary);
}

.navbar-brand > img {
    width: 100px;
    height: auto;
}

.nav-link:hover {
    color: var(--primary) !important;
}

.nav-pills .nav-link {
    color: white !important;
    margin-right: 10px;
}
