<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@media screen and (max-width: 1023px) {
	body { font-size: 94%; }
	
	.fontsizetitleb {
		font-size: 44px;
	}

	.fontsizetitles {
		font-size: 33px;
	}
	
	#logo {
		height: 50px;
		width: 75px;
	}
}


@media screen and (max-width: 879px) {
	body { font-size: 100%; }
	
	.fontsizetitleb {
		font-size: 48px;
	}

	.fontsizetitles {
		font-size: 36px;
	}
	
	#logo {
		height: 60px;
		width: 90px;
	}
}


@media screen and (max-width: 519px) {
	body { font-size: 94%; }
	
	.fontsizetitleb {
		font-size: 44px;
	}

	.fontsizetitles {
		font-size: 33px;
	}
	
	#logo {
		height: 50px;
		width: 75px;
	}
}


@media screen and (max-width: 439px) {

	.fontsizenav {
		font-size: 15px;
	}

	.fontsizetitleb {
		font-size: 36px;
	}

	.fontsizetitles {
		font-size: 27px;
	}
	
	#logo {
		height: 44px;
		width: 66px;
	}
		
	nav &gt; div &gt; ul &gt; li {
		display: table-cell;
		list-style-type: none;
		line-height: 42px;
	}

	nav &gt; div  &gt; ul &gt; li &gt; a {
		margin-left: 8px;
		margin-right: 8px;
		padding-left: 2px;
		padding-right: 2px;
	}
	
	#main { padding-bottom: 42px; }  /* same height as footer tag! */
	footer {
		margin-top: -42px;
		line-height: 42px;
	}
}


@media screen and (max-width: 369px) {

	body {
		overflow-y: scroll;
	}
	
	nav, .wrapper, footer {
		min-width: 320px;
	}
	
	.fontsizenav {
		font-size: 14px;
	}

	.fontsizetitleb {
		font-size: 32px;
	}

	.fontsizetitles {
		font-size: 24px;
	}
	
	#logo {
		height: 40px;
		width: 60px;
	}
		
	nav &gt; div &gt; ul &gt; li {
		line-height: 36px;
	}

	nav &gt; div  &gt; ul &gt; li &gt; a {
		margin-left: 6px;
		margin-right: 6px;
		padding-left: 2px;
		padding-right: 2px;
	}
	
	#main { padding-bottom: 36px; }  /* same height as footer tag! */
	footer {
		margin-top: -36px;
		line-height: 36px;
	}
}
</pre></body></html>