.nav-link:hover {
    background-color: darkgray;
}
.active {
    border-bottom: 1px solid  blue;
}

.row-even{background-color: #f1f1f1; }