/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Marginbottom  by footer height
    margin-bottom: 60px;*/
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    min-height: 60px;
    background-color: rgba(255, 255, 255, 0.80);
}

@media screen and (max-width: 768px) {
    .footer {
        text-align: center;
    }
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
body > .container {
    position: absolute;
}

.footer > .container {
    padding: 15px;
}

.text-muted {
    margin-left: 150px;
    color: #222222;
}

@media screen and (max-width: 768px) {
    .text-muted {
        margin: auto;
    }
}