.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:rgba(182, 145, 87, 1) !important;
padding-top: 18px; padding-bottom: 18px; background: #a07c46 !important; border-bottom: 1px solid rgba(255,255,255,0.08); transition: all 0.3s ease; box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}
/* Update this style */
/* shubhank-navbar-logo-height-fix: commented out .is-topbar-container height and .is-section-navbar height — was causing navbar to push down when logo height changed */
/*.is-topbar-container {
height: 48px;
}*/
.is-topbar-logo img,
.is-photo-profile {
height: 48px;
width: auto;
vertical-align: middle;
transition: all 0.3s;
}
/*
.is-section-navbar {
height: calc(48px + 20px) !important;
}*/