@media (min-width: 992px) {
    .header-transparent .navbar-default:not(.navbar-fixed-top) {
        background: rgb(0 0 0 / 0%) !important;
        border-color: rgb(255 255 255 / 0%) !important;
    }
}
.rpc-content {
text-align: center !important;
}
.navbar-brand img {
   max-height: 115px;
}
.navbar-fixed-top {
background: rgba(255, 255, 255, 0.31);

box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(8.1px);
-webkit-backdrop-filter: blur(8.1px);
}