﻿/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 350px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 350px;
}

@media (max-width: 1200px) {
    body {
        /* Margin bottom by footer height */
        margin-bottom: 625px;
    }

    .footer {
        /* Set the fixed height of the footer here */
        height: 625px;
    }
}
