body {
	background-image: url(assets/woods-bg.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position-x: center;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

header {
	display: flex;
	justify-content: center;
}

footer {
	margin-top: 1rem;
}

.container {
	display: flex;
	flex-wrap: nowrap;
	width: 90%;
	min-width: 800px;
	max-width: 1920px;
	margin: 1rem auto;
	background-color: #375c32;
	box-shadow: 0 0 14px 1px;
}

footer .container {
	height: 100%;
	width: 100%;
	margin: 0;
	min-height: 8rem;
	max-width: 100%;
}

.container > div {
	padding: 0;
	flex-direction: column;
}

.left {
	flex: 1 0 25%;
	flex-direction: column;
	border-right: dashed;
}

.center {
	flex: 1 1 50%;
	flex-direction: column;
}

.long {
	flex: 1 0 50%;
	flex-direction: column;
}

.right {
	flex: 0 1 25%;
	flex-direction: column;
	border-left: dashed;
}

.topper {
	display: flex;
	justify-content: center;
}

.topper img {
	margin: 0.5rem 0.5em;
}

.frame {
	margin: 0;
	padding: 0.5rem 0.5em;
}

.light {
	background-color: #375c32;
}

.status {
	background-color: #49776d;
	border-radius: 40px;
	color: #d5b737;
	padding: 0.5em;
	text-align: center;
	font-weight: 600;
}

.frame-inner {
	padding: 1rem 1em;
	margin: 0;
	background-color: #49776d;
	border-radius: 40px;
}

.pets {
	display: block;
	width: 20%;
	margin: auto;
}

marquee {
	color: #d5b737;
	font-weight: 600;
}

.stamps {
	display: block;
	width: 45%;
	margin: auto;
}

h1 {
	text-align: center;
	text-transform: uppercase;
	font-family: cursive;
	margin: 0.5rem 0;
	color: #d5b737;
}

h2 {
	text-align: center;
	margin-bottom: 0.1rem;
	margin-top: 0.25rem;
	color: #d5b737;
}

h3 {
	margin: 0;
	color: #d5b737;
	text-align: center;
}

summary {
	margin: 0;
	color: #d5b737;
}

details p {
	margin-left: 1em;
}

p {
	margin: 0.25rem 0.25em;
	text-align: justify;
	color: #c1c1c1;
}

em {
	color: #88ad39;
}

strong {
	color: #d5b737;
}

a {
	color: #97a57c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style: square;
	color: #c1c1c1;
	margin: 0.25rem 1.5em;
	padding: 0;
}

ul.clean {
	list-style: none;
}

hr {
	width: 80%;
	border: none;
	border-top: dotted 2px #b9a380;
}

.geo-buttons {
	margin: 0.25em;
}

.spellbook {
	width: 97.5%;
	margin: 0 auto;
	background-image: url("assets/spellbook-spread.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	position: relative;
}

.spellbook h4 {
	margin: 0;
	text-align: center;
	color: #000;
	font-size: larger;
}
.spellbook p {
	margin: 0.5rem 0;
	text-align: justify;
	font-style: italic;
	color: #000;
	padding: 0;
}
.spellbook strong {
	color: #9a0000;
}

.spellbook em {
	color: #73603b;
}

.spellbook a {
	color: #9a0000;
	font-weight: 600;
	margin-top: 0.5rem;
}

.spellbook .byline {
	font-size: x-small;
	margin-bottom: 0.5rem;
}

.spellbook .footer {
	text-align: center;
	font-style: italic;
}

.spellbook-content {
	position: absolute;
	overflow: clip;
	inset: 9%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0 3.5%;
	gap: 6%;
}

.spellbook-content > div {
	width: 50%;
}

.spellbook-content > .right-page {
	margin-right: -3%;
}

.spellbook::before {
	content: "";
	display: block;
	padding-top: calc(1080 / 1850 * 100%);
}

@supports (aspect-ratio: 1) {
	.spellbook {
		aspect-ratio: 1850 / 1080;
	}
	.spellbook::before {
		display: none;
	}
}

button {
	margin: 0.25rem 0.1em;
	background: linear-gradient(to top, #5b7952, #c9aa8a);
	border-radius: 15px;
	border: soild 2px;
}
