body {
	max-width: 930px;
	margin: auto;
	margin-top: 25px;
	background-color: #eee;
	color: #000;
	font-size: 14pt;
	font-family: "Oldstyle", Georgia, serif;
	min-height: 600px;
	background-image: url("images/nyarlathotep-bg.webp");
	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: 16pt;
	font-family: "RusticRoadway", Georgia, serif;
}

h1 {
	margin: 5px 0px;
	font-family: "HeadlTwo", Georgia, serif;
	font-size: 250%;
}
h2 {
	margin: 5px 0px;
	color: #A42A04;
	font-family: "HeadlTwo", Georgia, serif;
	font-size: 200%;
}
h3 {
	margin: 5px 0px;
	font-family: "HeadlTwo", Georgia, serif;
	font-size: 150%;
}
p {
	margin: 0px 0px 10px 0px;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #A42A04;
	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;
	margin-bottom: 30px;
	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;
	margin-bottom: 30px;
	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;
	transform: rotate(-0.5deg);
        padding: 20px 20px 20px 20px;
	margin-left: 10px;
	width: 90%;
}
.photo {
        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;
	transform: rotate(-0.5deg);
        padding: 20px 20px 20px 20px;
	margin-left: 10px;
	margin-bottom: 50px;
	width: 25%;
	float: left;
	text-align: center;
}
.extra-large {
	font-size: 350%;
}
.small {
	font-size: 80%;
}
li {
	list-style-image: url("nyarlathotep-sign.svg");
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
	background-image: url("elder-sign-red.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px;
}
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 #A42A04 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;
}
.redright {	
	white-space: nowrap;
	color: #A42A04;
}
.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;
}
div.clear {
    	clear:both;
}
