.site-menubar-footer {
    position: fixed;
    bottom: 0;
    z-index: 1400;
    display: block;
}
.site-menubar-footer > a {
    display: block;
    float: none;
    height: 76px;
    width: 100%;
    padding: 26px 0;
    font-size: 16px;
    color: #76838f;
    text-align: center;
    background-color: #21292e;
}
.site-menubar-footer > a:hover,
.site-menubar-footer > a:focus {
    background-color: #1e2427;
}
