html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 60px;
    background-color: #dae3e7;
}

.landing-padding {
    padding-top: 100px;
}

/* ======= Footer ======= */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #32383e;
    color: #fff;
}
.footer .copyright {
    line-height: 1.6;
    color: #a1aab4;
    font-size: 14px;
}
.footer a {
    color: #fff;
}
.footer .fa-heart {
    color: #fb866a;
}