/* /Layout/HeaderMenuBar.razor.rz.scp.css */
i :not(.fa-brands)[b-30p6ouharf] {
    margin-right: 5px;
}

div.header-menubar[b-30p6ouharf] {
    background-color: var(--terra-background-primary);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 905;
    opacity: 0.95;
}

div.header-menu[b-30p6ouharf] {
    display: flex;
    height: 50px;
}

.header-menu-logo[b-30p6ouharf]  img {
    margin: 15px 0;
    height: 20px;
}

.header-menu-links[b-30p6ouharf] {
    margin-left: auto;
}

.header-menu-links a[b-30p6ouharf], .hamburger[b-30p6ouharf] {
    display: inline-block;
    color: white;
    text-decoration: none;
    padding: 13px 10px;
}

a:hover[b-30p6ouharf] {
    background-color: cornflowerblue;
}

#mobile-nav[b-30p6ouharf] {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--terra-background-primary);
    z-index: 950;
}

#mobile-nav a[b-30p6ouharf] {
    display: block;
    padding: 10px 15px;
}

#mobile-nav-header[b-30p6ouharf] {
    display: flex;
    height: 50px;
    align-items: center;
    padding: 0 20px;
}

@media (min-width: 576px) {
    .header-menu-logo[b-30p6ouharf]  img {
        margin: 13px 0;
        height: 24px;
    }
}

@media (min-width: 768px) {
    .header-menu-logo[b-30p6ouharf]  img {
        margin: 12px 0;
        height: 26px;
    }

    #mobile-nav[b-30p6ouharf] {
        display: none;
    }
}

@media (min-width: 1200px) {
    div.header-menubar[b-30p6ouharf] {
        border-bottom: solid 1px silver;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.header-logo[b-3wmi7fidt9] {
    margin-bottom: 50px;
    text-align: center;
}

.header-logo img[b-3wmi7fidt9] {
    height: 50px;
}
