@font-face { font-family: "LibreCaslonDisplay"; src: url("../font/LibreCaslonDisplay.woff") format("woff"); font-weight:normal; font-style:normal; }
@font-face { font-family: "LibreCaslonText"; src: url("../font/LibreCaslonTextRegular.woff") format("woff"); font-weight:normal; font-style:normal; }
@font-face { font-family: "LibreCaslonText"; src: url("../font/LibreCaslonTextBold.woff") format("woff"); font-weight:bold; font-style:normal; }
@font-face { font-family: "LibreCaslonText"; src: url("../font/LibreCaslonTextItalic.woff") format("woff"); font-weight:normal; font-style:italic; }
@font-face { font-family: "Merriweather"; src: url("../font/MerriweatherRegular.woff") format("woff"); font-weight:normal; font-style:normal; }
@font-face { font-family: "Merriweather"; src: url("../font/MerriweatherBold.woff") format("woff"); font-weight:bold; font-style:normal; }
@font-face { font-family: "Merriweather"; src: url("../font/MerriweatherItalic.woff") format("woff"); font-weight:normal; font-style:italic; }
@font-face { font-family: "Merriweather"; src: url("../font/MerriweatherBoldIt.woff") format("woff"); font-weight:bold; font-style:italic; }
@font-face { font-family: "Montserrat"; src: url("../font/MontserratRegular.woff") format("woff"); font-weight:normal; font-style:normal; }
@font-face { font-family: "Montserrat"; src: url("../font/MontserratBold.woff") format("woff"); font-weight:bold; font-style:normal; }
@font-face { font-family: "Overpass"; src: url("../font/overpass-regular.woff") format("woff"); font-weight:normal; font-style:normal; }
@font-face { font-family: "Overpass"; src: url("../font/overpass-bold.woff") format("woff"); font-weight:bold; font-style:normal; }
@font-face { font-family: "Overpass"; src: url("../font/overpass-italic.woff") format("woff"); font-weight:normal; font-style:italic; }
@font-face { font-family: "Overpass"; src: url("../font/overpass-bold-italic.woff") format("woff"); font-weight:bold; font-style:italic; }
@font-face { font-family: "Oxygen"; src: url("../font/Oxygen.woff") format("woff"); font-weight:normal; font-style:normal; }
@font-face { font-family: "Scheherazade"; src: url("../font/ScheherazadeRegular.woff") format("woff"); font-weight:normal; font-style:normal; }
@font-face { font-family: "Scheherazade"; src: url("../font/ScheherazadeBold.woff") format("woff"); font-weight:bold; font-style:normal; }

* {
	box-sizing: border-box;
}
html {
	margin: 0;
	padding: 0;
	min-height: 100%;
}
body {
	font-family: "LibreCaslonText", serif;
	font-size: 10pt;
	margin: 0 auto;
	min-height: 100%;
	padding: 0;
	text-align: center;
	line-height: 1.4;
}
.styleblock {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}
.container {
	display: flex;
	flex: 1;
	flex-flow: row nowrap;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	min-height: 100vh;
}
.sitedesc {
	display: block;
	margin: 8px auto;
	width: 90%;
	max-width: 800px;
	text-align: left;
}
.bodytext {
	margin: 0 0 1em 0;
}
.sitelogo {
	margin-top: 16px;
}
.sitename {
	font-size: 130%;
	font-weight: bold;
	margin: 8px 0px 2px 0px;
	padding: 0;
}
.sitelifespan {
	font-size: 90%;
	font-style: italic;
}
.sitedomain {
	font-size: 80%;
}
.domainname {
	color: #40c040;
}
.bod-section {
	display: block;
	margin: 0;
	padding: 16px 0 0 0;
	width: 48%;
	background: linear-gradient(90deg, #fffefa 0%, #efeeea 80%, #dfdeda 96%, #cfceca 99%, #afaeaa 100%);
	border-right: 1px solid #9f9e9a;
}
.col-section {
	display: block;
	margin: 0;
	padding: 16px 0 0 0;
	width: 38%;
	background: linear-gradient(90deg, #afaeaa 0%, #cfceca 1%, #dfdeda 4%, #efeeea 20%, #fffefa 100%);
}
.col-container {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: flex-start;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
}
.col {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: flex-start;
	margin: 0 1%;
	padding: 0;
	width: 100%;
}
.ind-section {
	display: block;
	margin: 0;
	padding: 0 8px 0 8px;
	width: 10%;
	background-color: #fffefa;
}
#ind-container {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: flex-start;
	margin: 0;
	padding: 16px 0 32px 0;
	width: 100%;
	text-align: center;
	border-radius: 0 0 32px 64px;
	background-color: #afaeaa;
}
.ind-link {
	display: block;
	width: 100%;
	padding: 4px;
	text-align: center;
/*	font-family: "Overpass", sans-serif;*/
}
.ind-link a[href] {
	color: #efeeea;
}
.ind-link .curr  a[href] {
	color: #5f5e5a;
}
.ind-gem {
	display: block;
	width: 32px;
	height: 32px;
	margin: 32px auto 8px auto;
	background-color: #000000;
	border: 2px solid #fffefa;
	border-radius: 16px;
}
.ind-logo {
	display: block;
	width: 64px;
	height: 64px;
	margin: 16px auto 8px auto;
}
.pagecol {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: flex-start;
	margin: 0;
	padding: 0;
	width: 100%;
}
.pageitem {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	margin: 0 1% 32px 0;
	width: 100%;
}
.pageitemname {
	text-align: center;
	margin: 0 0 6px 0;
	padding: 8px 8px 8px 40px;
	font-size: 110%;
	font-weight: bold;
	border: none;
	border-radius: 0 16px 48px 0;
	color: #202020;
}
.pagecard {
	margin: 0 8px 0 24px;
	padding: 0;
	max-width: 100%;
}
.pageitemlogo {
	text-align: center;
	max-width: 100%;
	margin-bottom: 1em;
}
.pageitemlogo img {
	max-width: 100%;
	object-fit: contain;
}
.pageitembody {
	text-align: justify;
	margin-bottom: 1em;
}
.pageitemlink {
	text-align: center;
}
.paperedge-l {
	display: block;
	width: 2%;
	background: linear-gradient(90deg, #cfceca 0%, #dfdeda 6%, #efeeea 12%, #fffefa 33%, #cfceca 33%, #dfdeda 39%, #efeeea 45%, #fffefa 67%, #cfceca 67%, #dfdeda 72%, #efeeea 78%, #fffefa 100%);
	h-background: linear-gradient(90deg, #cfceca 0%, #dfdeda 6%, #efeeea 12%, #fffefa 40%, #cfceca 40%, #dfdeda 46%, #efeeea 52%, #fffefa 80%, #cfceca 80%, #dfdeda 85%, #efeeea 91%, #fffefa 100%);
	5-background: linear-gradient(90deg, #cfbfdf 0%, #dfcfef 4%, #efdfff 8%, #efdfff 20%, #cfbfdf 20%, #dfcfef 24%, #efdfff 28%, #efdfff 40%, #cfbfdf 40%, #dfcfef 44%, #efdfff 48%, #efdfff 60%, #cfbfdf 60%, #dfcfef 64%, #efdfff 68%, #efdfff 80%, #cfbfdf 80%, #dfcfef 84%, #efdfff 88%, #efdfff 100%);
	c-background: linear-gradient(90deg, #cfbfdf 0%, #dfcfef 6%, #efdfff 12%, #efdfff 33%, #cfbfdf 33%, #dfcfef 39%, #efdfff 51%, #efdfff 66%, #cfbfdf 66%, #dfcfef 72%, #efdfff 84%, #efdfff 100%);
	h-background: linear-gradient(90deg, #afaeaa 0%, #cfceca 0%, #dfdeda 4%, #efeeea 20%, #fffefa 100%);
}
.paperedge-r {
	display: block;
	width: 2%;
	background: linear-gradient(270deg, #cfceca  0%, #dfdeda  6%, #efeeea 12%, #fffefa  33%, #cfceca 33%, #dfdeda 39%, #efeeea 45%, #fffefa  67%, #cfceca 67%, #dfdeda 72%, #efeeea 78%, #fffefa 100%);
}
a[href] {
	text-decoration: none;
	color: #4040c0;
}