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

body {
    /* Margin bottom by footer height */
    margin-bottom: 250px!important;
}

a {
    text-decoration: none !important
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}