html {
    position: relative !important;
    min-height: 100% !important;
}
body {
    margin-bottom: 5px !important; /* Margin bottom by footer height */
    overflow-x: hidden;
}
.footer {
    position: absolute;
    bottom: 0 !important;
    width: 100% !important;
    height: 2.5rem;
}