<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 768px) and (max-width: 991px){
                .navbar-logo{
                                background: url(C2G3Header780x80.png);
                                background-repeat: no-repeat;
                                min-height: 80px;
                }
}

@media (min-width: 992px) and (max-width: 1199px){
                .navbar-logo{
                                background: url(C2G3Header960x98.png);
                                background-repeat: no-repeat;
                                min-height: 98px;
                }
                
}

@media (min-width: 1200px){
                .navbar-logo{
                                background: url(C2G3Header1170x120.png);
                                background-repeat: no-repeat;
                                min-height: 120px;
                }

}
</pre></body></html>