.is-topbar.fixed.static.dark,
.is-topbar.fixed.static,
.is-topbar.dark.lighttext.shrink,
.is-topbar.shrink,
.is-topbar.lighttext.shrink,
.is-topbar.fixed.dark,
.is-topbar.fixed,
.is-topbar.dark.shrink {
background-color:rgb(7,15,36) !important;
background:#0a1633; height:74px; border-bottom:1px solid rgba(255,255,255,.08); box-shadow:0 2px 10px rgba(0,0,0,.1);
}
.is-topbar.fixed.static.dark .is-menu li ul,
.is-topbar.fixed.static .is-menu li ul,
.is-topbar.dark.lighttext .is-menu li ul,
.is-topbar .is-menu li ul,
.is-topbar.lighttext .is-menu li ul,
.is-topbar.fixed.dark .is-menu li ul,
.is-topbar.fixed .is-menu li ul,
.is-topbar.dark .is-menu li ul{
background-color:rgb(59,130,246) !important;
}
@media all and (max-width: 1024px) {
.is-menu {
background-color:rgb(59,130,246);
}
}