<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 ) {
#header{position: fixed;top: 0;}
.slicknav_menu{display:none;}

}
@media (min-width: 768px) and (max-width: 991.98px) { 
.header-menu&gt;ul&gt;li&gt;a{padding: 0 5px;}
}
@media (max-width: 768px ) {
	#slider{
	margin-top: 0;
}
.header-menu{display:none;}
#header .container{padding:0;}
.header-logo a img{margin-left:15px;}
.section2-wrap img{max-width:50%;}
}
</pre></body></html>