/* CUSTOMIZE THE FOOTER
-------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
}


.footer {
    position: absolute;
    bottom: 0;
    width: 80%;
    height: 0;
    /* Set the fixed height of the footer here */
    margin: 0;
    margin-top: 20px;

}


footer p {
    margin: 0;
    font-size: 1em;
    bottom: 0;
}
