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

@media only screen and (max-width: 800px) {
	.hideMobile{
		display: none;
	}
}

@media only screen and (min-width: 800px) {
	.showMobile{
		display: none;
	}
}

.sitequote {
	font-family: "Lucida Handwriting Std", "Courier";
	font-weight: 400;
	font-style: italic;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2.5rem;            /* Footer height */
  }

  #content-wrap {
	padding-bottom: 2.5rem;    /* Footer height */
  }

  #page-container {
	position: relative;
	min-height: 90vh;
  }

.btn {
	cursor: pointer;
	margin-bottom: 5px;
}</pre></body></html>