<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -----------------------------------------
   Theme Specific Media Queries
----------------------------------------- */

/* Small desktop to mobile ----- */
@media only screen and (min-width: 960px) and (max-width: 480px) {

}

/* Main MQuery, iPad portrait and lower -- */
@media only screen and (max-width: 768px) {
	#nav { display: none; }
	#mobile-bar { display: block !important; }
	.slide h2 { font-size:36px; }
	.slide-text { top:40%;}
	.footer .columns:last-child { text-align: left; }
	.three-col-list li:nth-last-child(-n+3) a, .four-col-list li:nth-last-child(-n+4) a{ margin-bottom:30px; }
}

/* Only mobile ----- */
@media only screen and (max-width: 480px) {
	.slide h2 { font-size:20px; letter-spacing: 0; }
	.slide-text { top:35%;}
}

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