
body.stealth_on #top-menu { 
    background-color: #000;
}

body.stealth_on #top-menu a,
body.stealth_on #top-menu a::before,
body.stealth_on #top-menu a::after,
body.stealth_on #header .separator,
body.stealth_on #header .current-project{
    color: #fff;
    opacity: 0.8;
}

body.stealth_on #header { 
   /* background-color: #2C4056; */
   background-color: #021d1a;
}

body.stealth_on #header h1 {
    color: #fff;
    opacity: 0.8;
}

