
/*  */
/* 
*/


header .logo a:after {
    display: none !important;
}

.page-header .logo {
        width: 20rem !important;
        margin-top: -2rem;
}

@media (max-width: 1024px){
    .page-header .logo {
        width: 11rem !important;
        margin-top: 0.1rem;
    }
}

@media (max-width: 1024px) {
    .page-header .logo svg, .page-header.scrolled .logo svg {
        height: 100% !important;
    }
}

 
/*  */