<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){
    #banner{
        height: 145px;
        border-bottom: solid 2px darkblue;
        background-image: url(https://www.fmtn.org/ImageRepository/Document?documentID=6098);
        background-repeat: no-repeat;
        background-position: 25px 25px;
		background-size: auto;
    }
    .navbar-logo{
	     display:none;

    }


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