/* borrowed from oldbook.css https://github.com/UtilityHotbar/oldbook-css/blob/main/oldbook.css */ 

@font-face {
    font-family: pica;
    src: url(fonts/IMFellDWPica-Regular.ttf);
}

@font-face {
    font-family: picaSC;
    src: url(fonts/IMFellDWPicaSC-Regular.ttf);
}

@font-face {
    font-family: picaSC;
    src: url(fonts/IMFellDWPicaSC-Regular.ttf);
}

html {
	background-color: #fff3c9;
}

body {
	margin: auto;
	max-width: 600px;
	font-family: pica, serif;
}


h1 {
	font-family: picaSC, serif;
	color: #8b0000;
	font-size: 3.5rem;
	margin: auto;
	text-align: center;
	font-weight: normal;

}

h2 {
	font-family: picaSC, serif;
	font-weight: normal;
	color: #8b0000;
	font-size: 3rem;
	border-bottom: 3px solid #8b0000;
	margin-bottom: 0px;
}

h3 {
	font-family: picaSC, serif;
	font-weight: normal;
	font-size: 2.5rem;
	color: #8b0000;
	margin-bottom: 10px;
}

h4 {
	font-family: pica, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 2rem;
	color: #8b0000;
}

h5 {
	font-family: pica, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.5rem;
	color: #8b0000;
}

h6 {
	font-family: pica, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.35rem;
	color: #8b0000;
}

b, th {
	color: #8b0000;
	font-family: pica, serif;
	font-weight: normal;
}

blockquote {
	border-left: 3px solid #8b0000;
	border-right: 3px solid #8b0000;
	background-color: #facf7f;
	margin: 1em 10px;
	padding: 0.5em 10px;
	
}

table {
  border: 3px solid #8b0000;
  border-collapse: collapse;

}

th, td {
	border: 0.5px solid #8b0000;
	padding: 5px;
}

code {
	font-family: monospace;
}

.has-dropcap:first-letter {
  font-family: picaSC, serif;
  float: left;
  font-size: 4rem;
  line-height: 0.65;
  margin: 0.1em 0.1em 0.2em 0;
  color: #8b0000;
}

/* custom stuff I added */

body {
  padding-left: 12px;
  padding-right: 12px;
}

p {
  font-size: 18px;
}

img {
  opacity: 0.5;
  margin-top: 20px;
  border-radius: 40px;
  max-height: 300px;
}

.center {
  text-align: center;	
}
