html
{
	font-size: calc(18pt + 4.0vh);
	color: black;
	font-family: -apple-system, Helvetica, sans-serif;
}
body
{
	font-family: -apple-system, Helvetica, sans-serif;
	margin-top: 0;
	margin-left: 5%;
	margin-right: 5%;
	text-align: left;
	/* color: #333333; */
	/* background-color: #F8F8F8; */
	color: #D6D6D6;
	background-color: #1E1E1E;
	line-height: 2.0;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
}
#main
{
	max-width: 32rem;
	margin-left: auto;
	margin-right: auto;
}
#main p 
{
	margin-bottom: 72px;
}
#main a.jump {
	text-decoration-line: underline;
	text-decoration-style: wavy;
	text-underline-offset: 0.25rem;
	color: #D6D6D6;
	font-weight: normal;
	text-decoration-color: gray;
}
h1
{
	font-family: -apple-system, Helvetica, sans-serif;
	font-size: 1.8rem;
	/* text-align: left; */
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 1.0;
	border-top: solid 6px gray;
	border-bottom: solid 6px gray;
	padding: 10px;
}
h2
{
	font-family: -apple-system, Helvetica, sans-serif;
	font-size: 1.25rem;
	/* text-align: left; */
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}
h3 
{
	font-size: 1.0rem;
	/* text-align: left; */
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}
a {
	color: lightBlue;
}

@media screen and (orientation:portrait){
	html {font-size: calc(10pt + 1vh);}
}
@media screen and (orientation:landscape){
	html {font-size: calc(10pt + 1vw);}
}
#main a
{
	color: "#0096FF";
	text-decoration: none;
	font-weight: bold;
}
li
{
	margin-bottom: 2.0rem;
}
img
{
	display: block;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
h2.tradition
{
	font-style: italic;
	line-height: 1.2;
	margin-top: 72px;
	margin-bottom: 72px;
	font-size: 1.5rem;
	font-family: "Times New Roman", serif;
	text-align: center;
}
p.opening:first-letter {
  color: gray;
  float: left;
  font-family: "Times New Roman", Helvetica, san-serif;
  font-weight: 9;
  font-size: 5rem;
  line-height: 60px;
  padding-top: 0.8rem;
  padding-right: 8px;
  padding-left: 0px;
}

/* NAVIGATION */
nav 
{	
	position: -webkit-sticky;
	position: sticky;
	margin-left:-5%;
	top:0;
	background-color: #777777;
	text-align: left;
	padding-left: 12px;
	padding-top: 16px;
	font-family: 'Helvetica', sans-serif;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.75rem;
	width:110%;
	box-sizing: border-box;
}
nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #777777;
	-webkit-user-select: none;
}
nav ul li {
	float: left;
}
nav ul li a
{
	display: inline;
	color: white;
	text-align: center;
	text-decoration: none;
	padding-top: 14px;
	padding-right: 14px;
}
nav ul li a:hover {
	/* background-color: #222; */
}
nav ul li a.active {
	color: #333333;
}

