/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
.sticky {
    position: absolute;
    bottom: 17px;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 100px;
}

.footer {
    margin: 0px 15px 15px 15px;
    border-radius: 4px;
}

.footer p {
    margin: 20px 0;
    color: #f5f5f5;
    font-weight: bold;
}