.topbar-left {
    float: none !important;
}

.topbar-left a {
    color: #000;
    text-decoration: unset;
}

.topbar-left a:hover {
    color: #000;
    text-decoration: underline;
}

.topbar {
    height: 40px;
    background: #fff;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

@media screen and (max-width: 979px) {
    .topbar {
        height: auto;
        line-height: 21px;
        font-size: 14px;
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 420px) {
    .topbar {
        font-size: 12px;
    }
}