/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
@media all and (min-width : 992px) {
    body {
       margin-bottom: 220px;
    }
}
@media all and (min-width : 1200px) {
    body {
       margin-bottom: 190px;
    }
}
@media all and (min-width : 1680px) {
    body {
       margin-bottom: 160px;
    }
}

@media (min-width: 992px) { 
    .footer-color{
        bottom: 0;
        margin-bottom: 0;
        border-width: 1px 0 0;
        position: absolute;
        right: 0;
        left: 0;
        z-index: 1030;
    }
}