#sp-header
{
  background: rgb(202, 52, 52,0);
  backdrop-filter: blur(2px);
}

#sp-header.header-sticky {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    animation: spFadeInDown 0.5s;
    background-color: rgb(185 30 30 / 83%);
}

#sp-top-bar {
    background: #116e79;
    color: #AAAAAA;
}

#sp-top-bar a {
    color: #ffffff;
}
