/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 30px; /* Vertically center the text there */
    background-color: #3A4345;
    padding-left: 16px;
    padding-right: 16px;
}

.footer-simple {
    line-height: 60px; /* Vertically center the text there */
}

.footer-double {
    line-height: 30px; /* Vertically center the text there */
}