
.bg-fol {
    background-image: -webkit-linear-gradient(top, #ccc90e 0, #aaa139 100%);
    background-image: -o-linear-gradient(top, #ccc90e 0, #aaa139 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc90e), to(#aaa139));
    background-image: linear-gradient(to bottom, #ccc90e 0, #aaa139 100%);
}

html, body {
    height: 100%;
}

body {
    padding: 5rem 0;
}

footer {
    height: 5rem;
}

main {
    min-height: 100%;
}
