.topbar {
    background-color: #3a3a3a;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.2;
    padding: 6px 0;
    display: none;
}

.topbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topbar-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.topbar-brand img {
    max-height: 20px;
    width: auto;
    display: block;
}

/* DESKTOP */
@media (min-width: 992px) {
    .topbar {
        display: block;
    }
}
