.container-header {
    position: relative;
    z-index: 10;
    margin-bottom: 0;
    background-color: var(--cassiopeia-color-primary);
    background-image: none;
}

body > .header > .grid-child {
    width: auto;
    float: left;
}

body.wrapper-fluid .site-grid {
    grid-gap: 0;
}

.container-component>*+*, .container-component>:first-child, .container-sidebar-left>*+*, .container-sidebar-left>:first-child, .container-sidebar-right>*+*, .container-sidebar-right>:first-child {
    margin-top: 0;
}

@media only screen and (min-width: 600px) {
    .container-nav {
        float: right !important;
    }
    
    .container-header .navbar-brand img {
        position:absolute;
        max-width: none;
        width:auto;
        height:80px;
    }
}