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

body 	{ background-color: #FFFFFF;
	}


img	{
    max-width: 100%;
    height: auto;
	}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  align-items: center; 
}

.page {
  display: flex;
  flex-wrap: wrap;
}

.section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5;
}

.header {
	width: 100%;
  	padding: 5;
}

.separator {
  width: 100%;
  background-color: #000000;
  height: 1px;
}



.textblock {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 10;
  flex-direction: column;

}


.menublock {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 10;

}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  align-items:flex-start;
}

.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}




/* Slide show CSS */



/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
  max-width: 800px;
  padding: 5;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next &amp; previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 2px;
  margin-top: -100px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}



/* Number text (1/3 etc) */
.numbertext {
  color: #000000;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  font-family: 'Quicksand', sans-serif;
  background-color: #FFFFFF;
  padding: 5px 5px;
  color: black;
}

.row:after {
  content: "";
  display: table;
  clear: both;
  align= center;

}

/* ten columns side by side */
.column {
  float: left;
  align= center;
  width: 10%;
  padding: 2;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5;
}


/* Mobile Styles */
@media only screen and (max-width: 400px) {


  .title {
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	color: #333333;
	}

.links {
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	color: #333333;
	padding-left: 10px;
     	padding-right: 20px;
	}


.copy {
	font-family: 'Quicksand', sans-serif;
	font-size: 12px;
	color: #333333;
	}

.small {
	font-family: 'Quicksand', sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #333333;
	}

a:link   { color: #333333; 
	text-decoration: none; 
	}

a:visited  { color: #333333; 
	text-decoration: none;
	}

a:hover  { color: #CCCCCC; 
	text-decoration: none; }

a:active  { color: #333333; 
	text-decoration: none;
	 }

}


/* Tablet Styles */
@media only screen and (min-width: 401px) and (max-width: 960px) {
  .title {
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	color: #333333;
	}

.links {
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	color: #333333;
	padding-left: 10px;
     	padding-right: 10px;
	}


.copy {
	font-family: 'Quicksand', sans-serif;
	font-size: 12px;
	color: #333333;
	}

.small {
	font-family: 'Quicksand', sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #333333;
	}

a:link   { color: #333333; 
	text-decoration: none; 
	}

a:visited  { color: #333333; 
	text-decoration: none;
	}

a:hover  { color: #CCCCCC; 
	text-decoration: none; }

a:active  { color: #333333; 
	text-decoration: none;
	 }

}


/* Desktop Styles */
@media only screen and (min-width: 961px) {
  .title {
	font-family: 'Quicksand', sans-serif;
	font-size: 24px;
	color: #333333;
	}

.links {
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	color: #333333;
	padding-left: 10px;
     	padding-right: 20px;
	}


.copy {
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	color: #333333;
	}

.small {
	font-family: 'Quicksand', sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #333333;
	}

a:link   { color: #333333; 
	text-decoration: none; 
	}

a:visited  { color: #333333; 
	text-decoration: none;
	}

a:hover  { color: #CCCCCC; 
	text-decoration: none; }

a:active  { color: #333333; 
	text-decoration: none;
	 }
}</pre></body></html>