<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***************
START Media Queries - RESPONSIVE FOR SMALLER MOBILE SCREENS
                      CLASSES HERE CAN ALSO BE FOUND IN THE style.css
***************/
@media handheld and (max-width: 482px),
   screen and (max-device-width: 482px),
   screen and (max-width: 482px) 
	{




/* MQS GENERAL FONTS */

div, table 	{ font-size: 18px; line-height: normal; }

.title  	{ font-size: 38px; }

.subtitle  	{ font-size: 25px; }

.smalltext 	{ font-size: 15px; }

.list 		{ font-size: 19px; }

.sidebar-text 	{ font-size: 15px; line-height: normal; }

.captions	{ font-size: 17px; }

.just 		{ text-align: left; }

.large-splits 	{ font-size: 18px; }

.hidemobile	{ display: none; }




/* MQS FOOTER */

.footer-title 	  { font-size: 20px; }

.footer-copyright { font-size: 12px; }

.footer-links	  { line-height: normal; }




/* MQS CART / GALLERY / SLIDESHOW */

.gallerytext div.cartbox { font-size: 16px; line-height: normal; }

.gallerytext-list { font-size: 17px; line-height: normal; }

.gallerytitle 	  { font-size: 18px; }

.price 		  { font-size: 20px; }

.button-order 	  { font-size: 20px; }

.buttonon-order	  { font-size: 20px; }

.button-slideshow, .buttonon-slideshow  { font-size: 19px; }




/* MQS LYTEBOX */

#lbDetails 		{ font-size: 20px; }

#lbCaption		{ font-size: 22px; }




/* CONTACT FORM */

.shadeform, .textarea, .dropdown, 
.button-submit, .buttonon-submit  { font-size: 18px; }




/* LINKS PAGE */

.searchform, .searchbutton  { font-size: 16px; }




/* MQS MENUS */

.menu-gallery 	  { font-size: 19px; }

#menunav a	  { font-size: 25px; }

#menunav li ul a  { font-size: 18px; }






	}
/***************
END Media Queries
***************/
</pre></body></html>