html, body {
	padding: 15px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height:1.6em;
	background-color: #2C2A24 !important;
	background: #2C2A24 !important;
	color: #F4E7C7 !important;
}

a, a:visited {
	color: #F4E7C7 !important;
}

a:hover {
	color: #ffffff !important;
}

a.streamer-info-link,
a.streamer-info-link:visited {
	text-decoration: underline;
	text-underline-offset: 0.16em;
}

h1, h2, h3, h4, h5, h6 {
	color: #F4E7C7 !important;
}

strong, b {
	color: #F4E7C7;
}

em, i {
	color: inherit !important;
}

@font-face {
	font-family: "Infield Block";
	src: url("Infield-Block.otf") format("opentype");
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Infield Block", Georgia, serif;
}

.pk-hero {
	position: relative;
	margin-bottom: 30px;
}

.pk-hero-banner {
	width: 100%;
	max-height: 640px;
	object-fit: cover;
	display: block;
}

.pk-hero-logo-wrap {
	display: flex;
	align-items: flex-end;
	gap: 16px;
	margin-top: -50px;
	padding: 0 20px;
}

.pk-hero-logo {
	width: 120px;
	height: 120px;
	object-fit: contain;
	border: 4px solid #fff;
	background: #fff;
	flex-shrink: 0;
}

.pk-hero-title {
	margin: 0 0 8px 0;
	font-size: 2em;
}

img {
	width: 100%;
}

#navigation h1.nav-header {
	padding: 0 15px;
	margin-bottom: 0;
}

#navigation a.nav-header {
	padding: 5px 15px;
	font-weight: bold;
}

#navigation ul.uk-nav {
	padding: 15px 0;
}

#navigation ul.uk-nav li a {
	font-size: 0.85em;
	opacity: 0.8;
}

#navigation ul.uk-nav li:first-child a {
	font-family: "Infield Block", Georgia, serif;
	font-size: 1.1em;
	opacity: 1;
	letter-spacing: 0.05em;
}

#navigation p {
	padding-bottom: 10px;
}

#navigation li.language-select select {
	float: right;
}

#content h2 {
	font-family: "Infield Block", Georgia, serif;
}

#content img.header {
	margin-bottom: 20px;
}

#content ul {
	list-style-type: square;
}

#content li.done {
	color: #008000;
	text-decoration: line-through;
}

#content div.images div {
	padding-bottom: 25px;
}

@media (min-width: 768px) {
	#content .images-key_art img {
		height: auto;
		aspect-ratio: 16 / 9;
		object-fit: contain;
		object-position: top center;
	}
}

#content p.images-text {
	margin-top: -15px;
}

#content .iframe-container {
	position: relative;
	/* Magic! Makes sure the container is high enough to show the entire iframe 
	 * Thanks to http://andmag.se/2011/11/responsive-embeds/ */
	padding-bottom: 56.5%;
}

#content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 767px) {
	h2 {
		margin-top: 25px;
	}
}
