
/* Footer change depending from Screensize (responsive) */
@media screen and (max-width:665px) {
    #footer-l, #footer-m {
        display:none!important;
        }
}

/* Footer change depending from Screensize (responsive) */
@media screen and (max-width:665px) {
    #footer-s { 
        display:flex;
        }
}

/* Footer change depending from Screensize (responsive) */
@media screen and (min-width:666px) and (max-width:919px) {
    #footer-l, #footer-s {
        display:none!important;
        }
}

/* Footer change depending from Screensize (responsive) */
@media screen and (min-width:666px) and (max-width:919px) {
    #footer-m {
            display:flex;
         }
}

/* Footer change depending from Screensize (responsive) */
@media screen and (min-width:920px) {
    #footer-s, #footer-m  {
        display:none!important;
        }
}

/* Footer change depending from Screensize (responsive) */
@media screen and (min-width:920px) {
    #footer-l  {
        display:flex;
        }
}
#footer p,
#footer p a {
    margin-bottom:0;
    color:#fff;
}
.footer-text {
    display:flex;
    justify-content: center;
    align-items: center;
}
