html {
    min-height: 100%;
    position: relative;
}
body {
    margin-bottom: 120px;
}
footer {
    background-color: #f5f5f5;
    /*background-color: #e6d1b0;*/
    bottom: 0;
    /*height: 60px;*/
    position: absolute;
    width: 100%;
}
.container .text-muted {
    margin: 20px 0;
}
