/* baskervville-regular - latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Baskervville";
	font-style: normal;
	font-weight: 400;
	src: url("/assets/fonts/Baskervville/baskervville-v20-latin_latin-ext-regular.woff2")
		format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* baskervville-italic - latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Baskervville";
	font-style: italic;
	font-weight: 400;
	src: url("/assets/fonts/Baskervville/baskervville-v20-latin_latin-ext-italic.woff2")
		format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* baskervville-500 - latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Baskervville";
	font-style: normal;
	font-weight: 500;
	src: url("/assets/fonts/Baskervville/baskervville-v20-latin_latin-ext-500.woff2")
		format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* baskervville-500italic - latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Baskervville";
	font-style: italic;
	font-weight: 500;
	src: url("/assets/fonts/Baskervville/baskervville-v20-latin_latin-ext-500italic.woff2")
		format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* baskervville-600 - latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Baskervville";
	font-style: normal;
	font-weight: 600;
	src: url("/assets/fonts/Baskervville/baskervville-v20-latin_latin-ext-600.woff2")
		format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* baskervville-600italic - latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Baskervville";
	font-style: italic;
	font-weight: 600;
	src: url("/assets/fonts/Baskervville/baskervville-v20-latin_latin-ext-600italic.woff2")
		format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* baskervville-700 - latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Baskervville";
	font-style: normal;
	font-weight: 700;
	src: url("/assets/fonts/Baskervville/baskervville-v20-latin_latin-ext-700.woff2")
		format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* baskervville-700italic - latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Baskervville";
	font-style: italic;
	font-weight: 700;
	src: url("/assets/fonts/Baskervville/baskervville-v20-latin_latin-ext-700italic.woff2")
		format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
	max-width: 800px;
	margin: 0 auto;
	background-color: #28232f;
	font-family: Baskervville;
	font-weight: 500;
	font-size: 18px;
	background-image: url("/assets/Ankh.svg");
	background-repeat: space;
	background-size: 20px;
	background-attachment: fixed;
}

.info-box {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	margin: 5%;
	border: 2px solid #f3e9ca;
	padding: 20px;
	background-color: #e6d08d;
	/*box-shadow: 20px 10px 10px #e6d08d;*/
}

.end-blocks {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	margin: 5%;
	border: 2px solid #f3e9ca;
	padding: 5x;
	background-color: #e6d08d;
	/*box-shadow: 20px 10px 10px #e6d08d;*/
}

footer {
	flex-direction: row !important;
	flex-wrap: wrap;
	padding: 10px;
}

footer img {
	margin-left: auto;
}

.end-blocks h1 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.info-box img.pfp {
	width: 256px;
	max-width: 90%;
	border: 2px solid black;
}

img.icon {
	width: 1em;
	vertical-align: sub;
}

.info-box div.info-text {
	border: 2px solid black;
	padding: 15px;
	text-align: justify;
	margin-top: 20px;
}

div.info-text span {
	display: block;
}

div.info-text h1 {
	font-size: 1.1em;
	text-align: center;
}

.short-info {
	margin-top: 10px;
	text-align: center;
}

div.system {
	/*display: inline;*/
	border: 2px solid black;
	padding: 3px;
	border-radius: 50px;
	margin-top: 5px;
}

nav {
	display: flex;
	padding: 10px;
	gap: 15px;
	flex-wrap: wrap;
	justify-content: center;
}

footer {
	max-width: 800px;
	background-color: white;
}

a {
	color: black;
	text-decoration: none;
	border-bottom: 3px solid #912108;
}

a:visited {
	border-bottom: 3px solid #912108;
}

a:hover {
	border: none;
}

a:active {
	border: none;
}

.info-box h2 {
	border: 1px solid black;
	padding: 10px;
	width: 100%;
	align-self: center;
	text-align: center;
}

.info-box h3 {
	border-bottom: 1px solid black;
	padding: 10px;
	width: 100%;
	align-self: center;
	text-align: center;
}

div.table th {
	padding: 10px;
	background-color: #ffd330;
	border: 1px solid black;
}
div.table td {
	background-color: #ffd330;
	padding: 10px;
	border: 1px solid black;
}
div.table tr {
	text-align: center;
}
div.table table {
	margin: 0 auto;
	width: 100%;
	table-layout: fixed;
}
div.table {
	overflow: auto;
	max-height: 400px;
}
