<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
	/* start customstyles.php */
	
			
		/* primary color */
		
		/*section#top { background-color:#2C3E50;}*/
		
		@media (max-width: 767px){
			.carousel h2 a{
			color: #2C3E50 !important;
			}
		}
		
	
		
			/* logo shadow */
	
		header .wrapper #logo{
			text-shadow: 2px 2px 0 #f4f4f4, 4px 4px 0px #2C3E50 !important;
		}
		
		
		
		/* background */
	
		.widget h4{
			background-image: none !important;
		}
		
		.widget h4 span{
			background: #f4f4f4 !important;
		}
		
		#loader{
			background: #f4f4f4 !important;
		}
		
	.simpleclassbyoptions{
margin: auto;
}</pre></body></html>