@font-face {
	font-family: Lora;
	src: url('fonts/Lora-Regular.ttf') format('truetype');
	font-weight: normal;
}
@font-face {
	font-family: Lora;
	src: url('fonts/Lora-Bold.ttf') format('truetype');
	font-weight: bold;
}
html {
	min-width: 360px;
}
body {
	color: white;
	font-family: Lora, serif;
	font-size: 16px;
	background: #143140 top center url(20240313/website_watermark_tile.png) repeat-y;
	padding: 0;
	margin: 0;
	overflow-y: scroll;
}
img {
	margin: 0;
	display: block;
	max-width: 100%;
}
video {
	margin: 0;
	display: block;
	max-width: 100%;
}
a, a:visited {
	color: #51B0DE;
}
a:hover {
	color: white;
}
#center {
	max-width: 616px;
	margin: 0 auto;
	padding: 0 10px 10px 10px;
	text-align: justify;
}
#screenshots {
	display: flex;
	overflow-x: auto;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
}
#screenshots > div {
	flex-shrink: 0;
	width: 100%;
	scroll-snap-align: center;
}
#thumbnails {
	display: flex;
	flex-wrap: wrap;
	margin-top: 3px;
	gap: 3px;
	padding: 3px;
	background-color: #1E1E1E;
	justify-content: center;
}
#thumbnails > div {
	flex-shrink: 0;
	width: 84px;
}
#thumbnails a > img {
	border: 1px solid transparent;
}
#thumbnails a:hover > img {
	border: 1px solid white;
}
#copyright {
	max-width: 616px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	font-size: 14px;
}
path {
	fill: white;
}
#steam {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	border: 2px solid #ccc;
	padding: 12px;
	background-color: black;
	text-decoration: none;
	color: white;
	font-size: 20px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	letter-spacing: 0.2em;
	white-space: nowrap;
}
#steam:hover {
	border: 2px solid white;
	background-color: #1e1e1e;
}
#xfollow {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	height: 50px;
	border: 2px solid #ccc;
	background-color: black;
	text-decoration: none;
	color: white;
	font-size: 20px;
}
#xfollow:hover {
	border: 2px solid white;
	background-color: #1e1e1e;
}
#xfollow > img {
	display: inline;
	top: 2px;
	position: relative;
}
#twitchfollow {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	height: 50px;
	border: 2px solid #ccc;
	background-color: #6441A5;
	text-decoration: none;
	color: white;
	font-size: 20px;
}
#twitchfollow:hover {
	border: 2px solid white;
	background-color: #6221A5;
}
#twitchfollow > img {
	display: inline;
	top: 2px;
	position: relative;
}
#trailer > img {
	border: 1px solid transparent;
}
#trailer:hover > img {
	border: 1px solid white;
}
ul {
	padding-left: 20px;
}
nav {
	text-align: center;
	padding-top: 20px;
	margin: 0 auto 14px auto;
	border-bottom: 2px solid white;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	max-width: 616px;
}
nav a, nav a:visited {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: white;
	padding: 6px 8px;
	background-color: black;
	border: 2px solid white;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: 0;
	max-width: 100px;
	display: grid;
	align-items: center;
}
nav a:hover {
	text-decoration: underline;
	background-color: #1e1e1e;
}
div#subnav {
	display: flex;
	column-gap: 10px;
	margin: 0 auto 14px auto;
	justify-content: center;
}
div#subnav a, div#subnav a:visited {
	background-color: black;
	border: 1px solid white;
	border-radius: 4px;
	color: white;
	padding: 3px 6px;
	text-decoration: none;
}
div#subnav a:hover {
	background-color: white;
	color: black;
}
h1 {
	color: #E1D752;
}
.heading {
	background: url('news_images/heading_background.png') no-repeat;
	text-align: center;
	font-size: 1.6em;
	height: 62px;
	color: #3f3f3f;
	text-shadow: 1px 1px 10px #3f3f3f;
	display: grid;
	max-width: 616px;
	width: 100%;
	background-size: contain;
	padding-top: 14px;
}
.heading.small_text {
	font-size: 1.4em;
	padding-top: 16px;
}
@media (max-width: 636px) {
	nav a, nav a:visited {
		font-size: 2.55vw;
		max-width: 16vw;
		padding: 0.8vw 1vw;
	}
	.heading {
		font-size: 4vw;
		padding-top: 2.2vw;
		height: 8vw;
	}
	.heading.small_text {
		font-size: 3.5vw;
		padding-top: 2.5vw;
	}
}
@media (max-width: 360px) {
	nav a, nav a:visited {
		font-size: 9.25px;
		max-width: 60px;
		padding: 3px 3px;
	}
	.heading {
		font-size: 14.5px;
		padding-top: 8px;
		height: 30px;
	}
	.heading.small_text {
		font-size: 12.5px;
		padding-top: 8px;
	}
}
@supports(-moz-appearance:none) {
	nav {
		padding-bottom: 1px;
	}
}
