/* Globals */
::selection {background: #000; color: #fff;}
::-moz-selection {background: #000; color: #fff;}

/* Footer */
.lux_footer {background-color: #000; color: #fff; font-size: 15px; padding: 20px 20px 10px;}
.lux_footer__inner {display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; max-width: 1140px; margin: auto;}
.lux_footer .dev span {position: relative; bottom: 13px;}
.lux_footer .lux_logo {width: 120px; height: 30px; opacity: 1; margin-left: 15px; transition: all .3s ease-in-out;}
.lux_footer .lux_logo:hover {opacity: 0.8;}

@media screen and (max-width: 767px) {
    .lux_footer__inner {flex-direction: column; align-items: center;}
    .lux_footer .copyright {text-align: center; margin: auto;}
    .lux_footer .dev {text-align: center; margin: 10px auto 0;}
}