html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 120px;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: white;
    padding: 12px;
    text-align: center;
}

body > .container {
    padding: 60px 15px 0;
}
