@font-face {
	font-display: swap;
	font-family: 'EB Garamond';
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/eb-garamond/eb-garamond-regular.woff2) format('woff2'),
		 url(../fonts/eb-garamond/eb-garamond-regular.woff) format('woff');
}

@font-face {
	font-display: swap;
	font-family: 'EB Garamond';
	font-style: italic;
	font-weight: normal;
	src: url(../fonts/eb-garamond/eb-garamond-italic.woff2) format('woff2'),
		 url(../fonts/eb-garamond/eb-garamond-italic.woff) format('woff');
}

@font-face {
	font-display: swap;
	font-family: 'EB Garamond';
	font-style: normal;
	font-weight: bold;
	src: url(../fonts/eb-garamond/eb-garamond-bold.woff2) format('woff2'),
		 url(../fonts/eb-garamond/eb-garamond-bold.woff) format('woff');
}

@font-face {
	font-display: swap;
	font-family: 'EB Garamond';
	font-style: italic;
	font-weight: bold;
	src: url(../fonts/eb-garamond/eb-garamond-bold-italic.woff2) format('woff2'),
		 url(../fonts/eb-garamond/eb-garamond-bold-italic.woff) format('woff');
}

@font-face {
	font-display: swap;
	font-family: 'EB Garamond';
	font-style: normal;
	font-weight: 600;
	src: url(../fonts/eb-garamond/eb-garamond-semibold.woff2) format('woff2'),
		 url(../fonts/eb-garamond/eb-garamond-semibold.woff) format('woff');
}

@font-face {
	font-display: swap;
	font-family: 'EB Garamond';
	font-style: italic;
	font-weight: 600;
	src: url(../fonts/eb-garamond/eb-garamond-semibold-italic.woff2) format('woff2'),
		 url(../fonts/eb-garamond/eb-garamond-semibold-italic.woff) format('woff');
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
p,
textarea,
ul,
dd {
	margin: 0;
	padding: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

html,
body {
	background-color: White;
	height: 100%;
}

html {
	color-scheme: light dark;
}

body {
	font-family: 'EB Garamond', serif;
	-moz-font-feature-settings: 'kern', 'liga';
	-webkit-font-feature-settings: 'kern', 'liga';
	font-feature-settings: 'kern', 'liga';
	font-size: 18px;
	/*-moz-osx-font-smoothing: grayscale;*/
	/*-webkit-font-smoothing: antialiased;*/
	text-rendering: optimizeLegibility;
}

a:active {
	color: Crimson;
}

sup,
sub {
	line-height: 0;
}

mark {
	font-weight: bold;
}

hr {
	background-color: Black;
	border: none;
	height: 1px;
	margin-bottom: 10px;
	width: 45%;
}

input,
textarea,
select {
	font-size: 16px;
}

.page {
	display: flex;
	flex-direction: column;
	margin: auto;
	min-height: calc(100% - 10px);
	padding: 0 10px 10px;
}

.page-header,
.copyright {
	flex-shrink: 0;
}

.page-header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
	padding-top: 40px;
}

.index .page-header {
	margin-bottom: 20px;
}

.site-nav {
	font-size: 28px;
	line-height: 36px;
}

.site-nav ul {
	display: flex;
	gap: 20px;
	list-style: none;
}

.site-nav ul li a {
	color: Black;
}

.site-nav ul li a.home-link {
	color: Crimson;
	font-size: 50px;
	font-style: italic;
	text-decoration: none;
	vertical-align: bottom;
}

.site-nav ul li a.active {
	background-color: Crimson;
	color: White;
	font-style: italic;
	padding: 45px 4px 4px;
}

.page-header .search-field {
	display: none;
	line-height: 36px;
}

.page-header .search-field input[type='search'] {
	width: 200px;
}

.page-header .search-field input[type='submit'] {
	display: none;
}

.widgets {
	margin-bottom: 40px;
	width: 100%;
}

.widget {
	margin-bottom: 20px;
	position: relative;
	text-align: center;
}

.widget h2 {
	display: flex;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 15px;
	white-space: pre;
}

.widget h2::before,
.widget h2::after {
	background-image: linear-gradient(
			transparent 12px,
			Black 12px,
			Black 13px,
			transparent 13px
		);
	content: '';
	flex-grow: 1;
	height: 13px;
}

.widget h2::before {
	margin-right: 10px;
}

.widget h2::after {
	margin-left: 10px;
}

.widget h2 strong {
	color: Crimson;
	font-weight: 600;
}

.widget-content {
	height: 80px;
}

.widget-content img {
	height: 100%;
	width: auto;
}

.currently-reading .widget-content {
	text-align: left;
}

.currently-reading .book-cover {
	float: left;
	margin-right: 10px;
}

.currently-reading .book-title {
	font-size: 18px;
	margin-bottom: 5px;
	overflow: hidden;
}

.currently-reading .book-authors {
	font-size: 16px;
	line-height: 140%;
	overflow: hidden;
}

.current-city .widget-content {
	height: auto;
	text-align: center;
}

.current-city .world-map {
	height: auto;
	width: 100%;
}

.contact-and-follow h2 {
	justify-content: space-between;
}

.contact-and-follow .key-link img {
	height: 14px;
	width: 24px;
}

.contact-and-follow .widget-content {
	line-height: 140%;
	overflow: hidden;
	position: relative;
}

.contact-and-follow .buttons {
	bottom: 0;
	position: absolute;
	width: 100%;
}

.contact-and-follow .buttons input {
	margin-right: 5px;
}

.contact-and-follow-page {
	height: 100%;
	position: absolute;
	transition-duration: .3s;
	width: 100%;
}

.contact-and-follow-page:first-of-type {
	left: 0; /* Firefox and Opera */
}

.contact-and-follow-page:last-of-type {
	left: 100%;
	visibility: hidden; /* prevent focus on Tab */
}

.message-form {
	transition-duration: .3s;
}

.message-form-loading {
	filter: alpha(opacity=10);
	opacity: .1;
	zoom: 1;
}

.message-form textarea {
	background-color: transparent;
	border: none;
	box-shadow: none; /* Firefox */
	color: inherit;
	height: 2.4em; /* 2 * 1.2 */
	line-height: 1.2;
	outline: none;
	resize: none;
	width: 100%;
}

.message-form fieldset {
	display: none;
}

.message-loader {
	background-image: url(../images/ajax-loader.gif);
	background-position: center 25%;
	background-repeat: no-repeat;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.column {
	flex-grow: 1;
	margin-bottom: 70px;
	max-width: 507px;
	min-height: 200px;
}

.column .search-field {
	margin-bottom: 10px;
}

.column .search-field input[type='search'] {
	width: 80%;
}

.column-header {
	margin-bottom: 40px;
}

.column-header h1 {
	font-size: 34px;
	font-weight: normal;
}

.body-text {
	font-variant-numeric: oldstyle-nums;
	line-height: 140%;
	margin-bottom: 30px;
}

.body-text strong,
.body-text .lead-in {
	font-variant: small-caps;
	letter-spacing: .05em;
}

.body-text strong {
	font-weight: normal;
}

.body-text p {
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	text-align: justify;
	text-indent: 1em;
}

.body-text p.box {
	border: 1px Black solid;
	margin: 30px 0;
	padding: 10px;
}

.body-text p:first-child,
.body-text p.box,
.body-text p.box + p,
.body-text h1 + p,
.body-text figure + p,
.body-text iframe + p {
	text-indent: 0;
}

.body-text figure {
	margin: 30px 0;
	text-align: center;
}

.body-text figure img {
	display: block;
	height: auto;
	left: -10px;
	max-width: calc(100% + 20px);
	pointer-events: none;
	position: relative;
}

.body-text figcaption {
	font-style: italic;
	margin-top: 10px;
}

.body-text iframe {
	display: block;
	margin: 30px auto;
}

.body-text .note {
	color: Crimson;
	font-style: italic;
}

.events {
	/*border-collapse: collapse;*/
	border-spacing: 0 7px;
	width: 100%;
}

.events th {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: .05em;
	text-align: left;
	text-transform: uppercase;
}

.events td.event-date,
.events td.event-title,
.events td.event-venue {
	padding-right: 10px;
}

.events td.event-title,
.events td.event-venue {
	display: block;
}

.events td.event-date {
	width: 1px;
}

.events td.event-title {
	font-size: 22px;
}

.events tr + tr.heading th {
	padding-top: 30px;
}

.events .calendar-page {
	text-align: center;
}

.events .calendar-page.weekend {
	color: Crimson;
}

.events .calendar-page .month {
	display: block;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: .05em;
	position: relative;
	text-transform: uppercase;
	top: 5px;
}

.events .calendar-page .day {
	display: block;
	font-family: Georgia, serif;
	font-size: 25px;
}

.events .weather-emoji {
	font-size: 25px;
	line-height: 0;
	vertical-align: middle;
}

.events .admission {
	color: Crimson;
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	white-space: nowrap;
}

.event-details {
	margin-bottom: 30px;
}

.event-details dt {
	font-weight: bold;
}

.event-details dd {
	margin-bottom: 7px;
}

.map {
	height: 200px;
	left: -10px;
	margin-bottom: 5px;
	padding: 0 10px;
	position: relative;
	width: 100%;
}

.map canvas {
	filter: grayscale();
}

.map-marker {
	float: left;
	margin-right: 5px;
	position: relative;
	top: 7px;
}

.map-marker-caption {
	overflow: hidden;
}

.venue-address {
	color: Gray;
}

.page-nav {
	margin: 30px 0;
	text-align: center;
}

a.next-page-link,
a.previous-page-link {
	color: LightGray;
	font-size: 50px;
	line-height: 0;
	text-decoration: none;
}

.draft-sorter {
	margin-bottom: 20px;
}

.draft-sorter select {
	margin-left: 1em;
}

.draft-list {
	font-size: 22px;
	line-height: 140%;
	list-style: none;
	/*margin-left: 40px;*/
}

.draft-list .draft-details {
	color: Gray;
	font-size: 15px;
	font-style: italic;
}

.recently-edited::after {
	color: Crimson;
	content: '*';
	display: inline-block;
}

footer.footnote {
	margin-top: 70px;
}

.revision-permalink {
	font-style: italic;
}

.lightbox-overlay,
.lightbox-content,
.lightbox-content figure img,
.lightbox-content figcaption {
	transition-duration: .5s;
}

.lightbox-overlay {
	background-color: White;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition-property: opacity;
	visibility: hidden;
	width: 100%;
}

body.lightbox .lightbox-overlay {
	opacity: 1;
}

.lightbox-content {
	display: table;
	line-height: 140%;
	position: fixed;
	transform: transale3d(0,0,0);
}

.lightbox-content figure {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.lightbox-content figure img {
	height: auto;
	max-width: 100%;
	transition-property: width;
}

.lightbox-content figcaption {
	font-style: italic;
	margin-top: 10px;
	transition-property: height;
}

.lightbox-image {
	cursor: pointer; /* compatibility */
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.lightbox-content .lightbox-image {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.search-results-counter {
	margin-bottom: 30px;
}

.search-result {
	margin-bottom: 30px;
}

.search-result h2 {
	display: inline;
	font-size: 27px;
	font-weight: normal;
	margin-bottom: 0;
	margin-right: 10px;
}

.search-result h2 strong {
	font-weight: 600;
}

.search-snippet {
	line-height: 140%;
}

.copyright {
	clear: both;
	color: LightGray;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

.copyright a {
	color: LightGray;
}

.copyright a img {
	border: none;
}

@media (min-width: 480px) {
	.body-text figure img {
		display: inline;
		left: 0;
		max-height: 400px;
		max-width: 80%;
		pointer-events: auto;
	}

	.events td.event-title,
	.events td.event-venue {
		display: table-cell;
	}

	.event-details {
		display: grid;
		gap: 7px 20px;
		grid-template-columns: max-content 1fr;
	}

	.event-details dt::after {
		content: ':';
	}

	.event-details dd {
		margin-bottom: 0;
	}

	.map {
		left: 0;
		padding: 0;
	}
}

@media (min-width: 640px) {
	.widgets {
		display: flex;
		gap: 2.5%;
	}

	.widget {
		flex: 1;
		margin-bottom: 0;
		text-align: left;
	}

	.widget + .widget {
		border-left: 1px Black solid;
		padding-left: 2.5%;
	}

	.widget h2::before,
	.widget h2::after {
		display: none;
	}

	.current-city .widget-content {
		height: 80px;
	}

	.current-city .world-map {
		height: 100%;
		width: auto;
	}
}

@media (min-width: 660px) {
	.page {
		position: relative;
	}

	.body-text .note {
		font-size: 16px;
		font-weight: 600;
		left: 517px; /* 507 + 10 */
		line-height: 1;
		max-width: 200px;
		padding: 0 10px;
		position: absolute;
		text-align: left;
		text-indent: 0;
	}
}

@media (min-width: 880px) {
	input,
	textarea,
	select {
		font-size: 11px;
	}

	.page {
		max-width: 1024px;
		min-height: calc(100% - 40px);
		min-width: 800px;
		padding: 0 40px 40px;
	}

	.page-header {
		margin-bottom: 120px;
	}

	.page-header .search-field {
		display: block;
	}

	.widgets {
		gap: 5%;
	}

	.widget + .widget {
		padding-left: 5%;
	}

	.message-form textarea {
		height: 4.8em; /* 4 * 1.2 */
	}

	.column {
		margin-bottom: 140px;
		width: 100%;
	}

	.body-text .note {
		left: 547px; /* 507 + 40 */
		padding: 0 30px;
	}

	.lightbox-content figure img {
		max-width: 80%;
	}
}

@media screen and (min-width: 1104px) { /* 1024 + 40 * 2 */
	html {
		margin-left: calc(100vw - 100%); /* https://aykevl.nl/2014/09/fix-jumping-scrollbar */
	}
}

@media (prefers-color-scheme: dark) {
	body,
	.site-nav ul li a {
		color: #e9e9e9;
	}

	a {
		color: #6483e6;
	}

	a:visited {
		color: #6a64e6;
	}

	html,
	body,
	.lightbox-overlay {
		background-color: #222;
	}

	hr {
		background-color: #333;
	}

	.widget.widget,
	.body-text p.box {
		border-color: #333;
	}

	.widget h2::before,
	.widget h2::after {
		background-image: linear-gradient(
				transparent 12px,
				#333 12px,
				#333 13px,
				transparent 13px
			);
	}

	a.next-page-link,
	a.previous-page-link,
	.copyright,
	.copyright a {
		color: #464646;
	}
}
