﻿/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 210px; /* Margin bottom by footer height */
}


@media screen and (max-width: 575.98px) {
    body {
        margin-bottom: 520px; /* Margin bottom by footer height */
    }
}


.footer {
    position: absolute;
    bottom: -55px;
    width: 100%;
    
    
}



