﻿/* Sticky footer styles */
html {
    position: relative;
}

@media not (screen and (max-height: 400px), screen and (max-width: 400px)) {
    body {
        /* Margin bottom by footer height */
        margin-bottom: 120px;
    }

    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
}

@media screen and (max-height: 400px), screen and (max-width: 400px) {
    body {
        /* Margin bottom by footer height */
        margin-bottom: 120px;
    }

    .footer {
        width: 100%;
    }
}
