@font-face {
	font-family: "r35";
	src: url('fonts/Redaction35.otf');
}
  
@font-face {
	font-family: "ptnr";
	src: url('fonts/PixelatedTimesNewRoman.ttf');
}

@font-face {
	font-family: "r35i";
	src: url('fonts/Redaction35Italic.otf');
}

@font-face {
	font-family: "bcm";
	src: url('fonts/block-craft.medium.otf');
}

@font-face {
	font-family: "cpm";
	src: url('fonts/CourierPixel.ttf');
}

@font-face {
	font-family: "tp8";
	src: url('fonts/fs-tahoma-8px.ttf');
}

body{
	image-rendering: crisp-edges;
}

#content{
	padding: 1em;
	max-width: 800px;
	margin: 3px auto 3px auto;
	/*border: 1px solid black;*/
}

h1, h2, h3{
	font-weight: normal;
}

h1{
	text-align:center;
	font-family: r35i;
	font-size: 3em;
}

h2{
	font-family: r35;
	font-size: 2em;
}

h3{
	font-family: ptnr;
	font-size: 2.5em;
	margin-bottom: -0.5em;
}

a{
	cursor: pointer;
	color: blue;
}

a:hover{
	color: purple;
}

.unavailable-ingame{
	color: grey;
}

.unavailable-ingame:hover{
    cursor: not-allowed;
	color: grey;
}

.unavailable:hover{
	cursor: not-allowed;
	color: blue;
}


p, li{
	font-family: ptnr, 'Times New Roman', Times, serif;
	font-size: 32px;
	line-height: 0.75em;
	margin: 0.5em;
}

.data{
	background: black;
	color: white;
	max-width: 500px;
	margin: 0 auto;
	font-family: 'Courier New', Courier, monospace;
	font-size: 16px;
	padding: 0.5em;
	line-height: 16px;
}

.window{
	background: rgb(212, 166, 220);
	padding: 0.5em;
	width: 400px;
	margin: 1em auto;
	border: 5px rgb(160, 108, 169) outset;
}

button{
	font-family: tp8;
	font-size: 16px;
	color: blue;
	border: 2px rgb(160, 108, 169) outset;
	padding: 0 1em;
}

li::marker{ 
	content: "> ";
}

.note{
	font-size: 1.75em;
	margin-top: 0;
}

img{
	max-width:100%;
	max-height: auto;
}

.hidden{
	display: none;
}

.key{
	color:chartreuse;
}

.key:hover{
	cursor: pointer;
}

.unlocked{
	color: green;
}