header {
    top: 40px;
}
header.fixed {
    top: 0px;
}
.topbar {
    background-color: #e33435;
    text-align: center;
    padding: 10px 10px;
    font-size: 15px;
    line-height: 1.3;
    text-transform: uppercase;
}
.topbar a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

@media all and (max-width: 767px){
    header {
        top: 58px;
    }
}