@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');
body {
	max-width: 930px;
	margin: auto;
	margin-top: 25px;
	background-color: #eee;
	color: #000;
	font-size: 17pt;
	font-family: "Cormorant", Georgia, serif;
	min-height: 600px;
	background-image: url("nav/texture2.jpg");
	background-repeat: repeat-y;
	background-position: top center;

}

/* HPLHS OldStyle font */
@font-face {
	font-family: 'OldStyle';
	src: URL('../fonts/OLDSH___.TTF') format('truetype');
}
.oldstyle {
	font-size: 14pt;
	font-family: "OldStyle", Georgia, serif;
}

/* HPLHS Blackletter font */
@font-face {
	font-family: 'BlackHPLHS';
	src: URL('../fonts/BlackHPLHS.otf') format('truetype');
}
.BlackHPLHS {
	font-size: 14pt;
	font-family: "BlackHPLHS", Georgia, serif;
}

/* HPLHS WW2 Blackletter font */
@font-face {
	font-family: 'WW2BlackHPLHS';
	src: URL('../fonts/WW2BlaHPLHS.otf') format('truetype');
}
.WW2BlackHPLHS {
	font-size: 17pt;
	font-family: "WW2BlackHPLHS", Georgia, serif;
}

/* HPLHS Headline One font */
@font-face {
	font-family: 'HeadlOne';
	src: URL('../fonts/HeadlOneHPLHS.otf') format('truetype');
}
.HeadlOne {
	font-size: 14pt;
	font-family: "HeadlOne", Georgia, serif;
}

/* HPLHS Headline Two font */
@font-face {
	font-family: 'HeadlTwo';
	src: URL('../fonts/HeadlTwoHPLHS.otf') format('truetype');
}
.HeadlTwo {
	font-size: 14pt;
	font-family: "HeadlTwo", Georgia, serif;
}

/* Rustic Roadway font */
@font-face {
	font-family: 'RusticRoadway';
	src: URL('../fonts/RusticRoadway.otf') format('opentype');
}
.rusticroadway {
	font-size: 15pt;
	font-family: "RusticRoadway", Georgia, serif;
}

h1 {
	margin: 5px 0px;
	font-family: "HeadlTwo", Georgia, serif;
	font-size: 250%;
}
h2 {
	margin: 5px 0px;
	color: #0818A8;
	font-family: "HeadlTwo", Georgia, serif;
	font-size: 200%;
}
h3 {
	margin: 5px 0px;
	font-family: "HeadlTwo", Georgia, serif;
	font-size: 150%;
}
p {
	margin: 0px 0px 20px 0px;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #0818A8;
	text-decoration: none;
}
.letter {
	padding: 10px 10px 10px 10px;
	background: rgba(255,255,255,.6);
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
	transform: rotate(-0.5deg);
	margin-bottom: 30px;
	margin-left: 10px;
	width: 90%;
}
.letter2 {
	padding: 10px 10px 10px 10px;
	background: rgba(255,255,255,.6);
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
	transform: rotate(0.5deg);
	margin-bottom: 30px;
	margin-left: 10px;
	width: 90%;
}
.note {
        background: rgba(255,255,255,.6);
        box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 3px 3px;
        padding: 20px 20px 20px 20px;
	width: 90%;
}
.extra-large {
	font-size: 350%;
}
.small {
	font-size: 80%;
}
li.none {
	background-image: none;
}
ol li {
        list-style-type: upper-roman;
}
.button {
	font-size: 15pt;
	font-weight: bold;
	padding: 5px;
	line-height: 2em;
	background: rgba(255,255,255,.5);
	text-decoration: none #eee solid 1px;
	border: dashed #0818A8 2px;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 5px 5px, rgba(0, 0, 0, 0.23) 0px 1px 1px;
}
div.nav {
	text-align: center;
}
.entry {
      	display: flex;
      	width: 100%;
} 
.left {	
	white-space: nowrap;
}
.right {	
	white-space: nowrap;
	color: #0818A8;
}
.dots {
      	height: 1.1em; /* very important */
      	overflow: hidden; /* very important */  
	word-wrap: break-word; /* where magic happens */
      	color: #000;
      	letter-spacing: 3px;
	margin-left: 3px;
}
.dots:after {
  	content: ".............................................................................................";
}
.red {
        color: #A42A04;
}
