.footer {
    padding: 8px 16px;
    background-color: #3F3F3F;
    color: #ffffff;
    font-size: 0.75rem;
}
.footer.disabled {
    display: none;
}
.footer .logo {
    max-height: 36px;
}

.page-container {
    position: relative;
    min-height: 100vh;
}
  
.content-wrap {
    padding-bottom: 36px;    /* Footer height */
}

.nav-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}