html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

/* Sticky Footer Fix */
html {
    height: 100%;
}

body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}
footer.footer {
    position: static !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    width: auto !important;
    height: auto !important;
    line-height: normal !important;
}

body {
    margin-bottom: 0 !important;
}
