@charset "UTF-8";

@font-face {
	font-family: "Libre Baskerville";
	font-style: normal;
	font-weight: bold;
	src: url("../fonts/LibreBaskerville-Regular.woff2") format("woff2"),
	url("../fonts/LibreBaskerville-Regular.otf") format("opentype");
}

body {
  font-family: "Libre Baskerville", Garamond, "Times New Roman", Times, serif;
  scroll-behavior: smooth;
  margin: 3rem;
}
body > p:first-of-type, body > p:last-of-type {
  font-style: italic;
  font-size: 1.2rem;
}
body > p:first-of-type a, body > p:last-of-type a {
  text-decoration: none;
  color: #222;
  font-weight: bolder;
}
body > p:last-of-type {
  text-align: right;
}

section {
  max-width: 40rem;
  line-height: 1.4;
  margin: 0 auto;
}
section h1 {
  font-size: 3rem;
  text-align: center;
}
section h2 {
  text-align: center;
  margin: 0;
}
.signature {
  width: 70%;
  min-width: 200px;
}
section h3 {
  font-size: 2.3rem;
  text-align: center;
}
section h3 span {
  display: block;
}
section h4 {
  text-align: center;
  margin: 0;
}
section p {
  font-size: 1.4rem;
}
/*
section img#runes {
  display: block;
  max-width: 100%;
} */
section .picture-wrapper {
	display: block;
	position: relative;
    float: right;
    margin-left: 3rem;
    width: 17.8rem;
}
.picture-wrapper .caption {
	display: table;
	text-align: center;
	margin: 0 auto;
}
section #picture-1 {
	width: 100%;
}
.arrow {
	font-style: normal;
}
#library {
	margin-top: 2rem;
}
#library .column {
	float: left;
	width: 33.33%;
	padding: 0;
}
#library .row {
	width: 100%;
	max-width: 600px;
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
	margin-left: auto;
	margin-right: auto;
}
#library .row:after {
	content: "";
	display: table;
	clear: both;
}
#library .book {
	width: 80%;
	height: auto;
	margin: 0 10%;
}
#library .book-label {
	display: table;
	margin: 0 auto;
	text-align: center;
	color: #000;
	text-decoration: none;
	padding: 0 5%;
}
@media all and (max-width: 600px) {
	section .picture-wrapper {
		float: none;
		display: block;
		width: 75%;
		margin: 0 auto;
	}
	#library .column {
		float: left;
		width: 100%;
		padding: 10px;
	}
	#library .row {
		margin-top: initial;
		margin-bottom: initial;
	}
}

