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

Body {
    margin-bottom:60px;
    font-family: 'Nunito', sans-serif;
}

#footer {
    position:absolute;
    bottom:0;
    width:100%;
    height:60px;   /* Height of the footer */
    background:none;
    border-top:1px solid #ccc;
    line-height:60px;
    text-align:center;
}
