/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    min-height: 100%;
}
.footer {
    margin-top: 10px;
    width: 100%;
    height: auto; /* Set the fixed height of the footer here */
    min-height: 60px;
    line-height: 40px; /* Vertically center the text there */
    background-color: #f5f5f5;
}
