/* Artomoro mobile black background */
@media (max-width:600px){
  body{background:#000!important;color:#fff!important;}
  #__app,#__layout,.layout--default,.layout--default main,.layout--default main>.container{background:#000!important;}
  .app-footer,.sticky-footer{background:#000!important;}
  .app-header{background:#064b32!important;}
}
@media (max-width:600px){
  .container--fluid{background:#000!important;color:#fff!important;}
}
/* App menu observer black background */
.app-menu__observer{background:#000!important;}
