:root {
    --b-bar-horizontal-height: 109px;
}

.thumbnail-description {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.navbar-dark {
    background-color: #1e352f !important; /* green */
}

.navbar-dark .navbar-nav .active.nav-link {
    color: rgba(255, 206, 31, 1); /* yellow */
}
