<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body { -webkit-text-size-adjust: 100%; /* stops mobile Safari from auto adjusting font-sizes */ }

@media only screen and (min-width: 992px) and (max-width: 6000px) {
	.mshow, .vases2 {display:none !important;}
	.nav {display:inline-block !important;}
	.mnav {display:none !important;}
	.vases {display:block !important;}
    .c479, .c768 {display:none !important;}
}

/* responsive width */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.nav {display:none !important;}
	#momenui {display:block !important;}
	

}
@media screen and (min-width:480px) and (max-width:768px) {
  /* Target landscape smartphones, portrait tablets, narrow desktops  */
	.nav {display:none !important;}
	#momenui {display:block !important;}
	

	.c768 {display:block !important;}
}

@media screen and (max-width:479px) {
  /* Target portrait smartphones */
.nav {display:none !important;}
#momenui {display:block !important;}


.c479 {display:block !important;}

.h479 {display:none !important;}


}
@media all and (orientation: landscape) {
  /* Target device in landscape mode */
}

@media all and (orientation: portrait) {
  /* Target device in portrait mode */
}
/* END responsive width */





/* Selection colours */

::selection {
background: rgb(255,255,158);
}
::-moz-selection {
background: rgb(255,255,158);
}
img::selection {
background: transparent;
}
img::-moz-selection {
background: transparent;
}
body { -webkit-tap-highlight-color: rgb(255,255,158); }
</pre></body></html>