@charset "UTF-8";
html {
	box-sizing: border-box;
	overflow-x: hidden;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
html,
body {
	margin: 0;
	font-family: sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	background-color: #000;
	color: #fff;
	text-shadow: 0px 3px #000;
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
	overflow-x: hidden;
	pointer-events: none;
}
img {
	border-style: none;
	max-width: 100%;
	display: block;
}
.backgroundArt {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100vw;
	height: 100vh;
	background-size: cover;
	background-position: center top;
	pointer-events: none;
}
main,
footer {
	display: block;
	position: relative;
	z-index: 10;
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 0.75rem;
	pointer-events: initial;
}
html:has(.gate.show) { overflow: hidden; }
.gate {
    position: fixed;
    top: 0;
    left: 0;
	z-index: 100;
    width: 100vw;
    height: 100vh;
	background-color: rgba(0, 0, 0, 0.7);
	padding-top: 15vh;
	text-align: center;
	pointer-events: initial;
	display: none;
	opacity: 0;
	transition: opacity 300ms ease;
}
.gate.show { display: inherit; }
.gate.fade { opacity: 1; }
.gate a {
	position: absolute;
	right: 14px;
	top: 0;
	font-size: 50px;
	cursor: pointer;
}
.gate > div {
	margin: 0 auto;
	font-size: 24px;
}
.gate > div > div { display: inline-block; }
.gate input {
	display: block;
	border-radius: 4px;
	margin: 0.5em auto;
	font-size: 24px;
}
.logo {
	margin: 0 auto;
	padding: 1rem 0;
	width: 80%;
	max-width: 500px;
}
.description {
	margin: 0 auto 1.5em;
	max-width: 90%;
}
a,
a:visited,
a:focus,
a:active,
a:hover {
	color: #fff;
	text-decoration: none;
}
a,
.playButton,
a img {
	transition: transform 200ms ease;
}
a:hover,
.trailer:hover .playButton,
.spotify:hover .playButton,
a:hover img {
	transform: translateY(3px);
}
.banners {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin: 1.5rem auto;
}
.banners div {
	flex-basis: 50%;
	max-width: 400px;
	margin:  0 0.25rem;
}
.banners > div:only-child {
	width: 80%;
	max-width: 500px;
	margin: 0 auto;
}
.trailer {
	width: 100%;
	max-width: 720px;
	margin: 2.5rem auto 1.5rem;
	cursor: pointer;
}
.container { position: relative; }
.trailer .container { padding-top:56.25%; }
.container .thumbnail,
.container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
	background-position: center;
	background-size: cover;
	border: 0;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.playButton {display: none;}
.thumbnail.ready .playButton {
	display: initial;
	max-width: 80px;
	max-height: 100%;
	cursor: pointer;
	transition: transform 200ms ease;
}
noscript {
	margin: 0.5em auto;
	color: #f77;
}
.storeLinks {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin: 0 auto;
	max-width: 720px;
}
.storeLinks .basis33 { max-width: 33% }
.storeLinks .basis25 { max-width: 25% }
.steamEmbed { margin-bottom: 1.5rem; }
.steamEmbed iframe {
	margin-top: 1rem !important;
	border: 0;
	margin: 0 auto;
	width: 646px;
	max-width: 100%;
	height: 190px;
}
.spotify {
	margin: 0 auto 1.5rem;
	width: 100%;
	max-width: 646px;
	cursor: pointer;
}
.spotify .container { padding-top: 23.5%; }
.connectWithUs {
	display: flex;
	flex-direction: column;
	width: 90%;
	margin: 0.75rem auto 0;
	padding-top: 1rem;
	text-shadow: none;
	letter-spacing: 0;
	font-size: 0.75rem;
}
.connectWithUs > div {
	border-radius: 10px;
	box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.5);
	margin-bottom: 0.5rem;
	transition: transform 300ms ease;
}
.connectWithUs > div:hover,
.connectWithUs > div:active,
.connectWithUs > div:focus-within {
	transform: scale(1.04);
}
.emailSignup {
	position: relative;
	display: flex;
	flex-direction: row;
	width: 100%;
	max-width: 100%;
}
input,
.joinButton,
.discordButton a {
	border: 4px solid #fff;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.8);
	color: #000;
	font: inherit;
	line-height: normal;
}
.connectWithUs input {
	margin: 0;
	border-right: 2px solid #fff;
	border-radius: 8px 0 0 8px;
	text-align: left;
	width: 100%;
}
input:focus { 
	outline: none;
	background-color: #fff;
}
.joinButton {
	border-radius: 0 8px 8px 0;
	border-left: 2px solid #fff;
}
.joinButton,
.discordButton a {
	transition-property: color, background-color;
	transition-duration: 300ms;
	transition-timing-function: ease;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.8);
	color: #000;
	cursor: pointer;
}
.joinButton:hover,
.discordButton a:hover,
.joinButton:focus,
.discordButton a:focus,
.joinButton:active,
.discordButton a:active {
	background-color: #fff;
}
.connectWithUs input:disabled + .joinButton {
	color: #757575;
	background-color: #fff;
	cursor: initial;
}
.feedback {
	position: absolute;
	top: -70%;
	width: 100%;
	text-align: center;
	text-shadow: 0px 3px #000;
}
.warning { color: #f77; }
.success { color: #7f7; }
.discordButton:hover,
.discordButton:focus,
.discordButton:active {
	cursor: pointer;
}
.discordButton a {
	border-radius: 8px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
}
.discordButton a:hover,
.discordButton a:hover img {
	transform: none;
}
.discordLogo {
	flex-shrink: 0;
	width: 24px;
	line-height: 0;
	height: auto;
	margin-right: 5px;
}
footer {
	padding: 20rem 0 2rem;
	font-size: 0.75em;
}
.developerRow {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	margin: 0 auto;
}
.developerRow > div {
	flex-basis: 100%;
	margin: 0 0.5em;
	max-width: 220px;
}
.developerLogo img { margin: 0.25rem auto 0; }
.esrbRating img {
	width: 200px;
	height: auto;
	margin-top: 54px;
}
.esrbRating.wide img {
	margin-top: 66px;
}
.footerLinks {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: center;
	margin-top: 1rem;
	font-size: 0.75rem;
}
.footerLinks a {
	margin: 0.3rem 0.5rem;
	padding-bottom: 1px;
}
.poweredBy {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	margin: 1em auto 1rem;

}
.retrowareLogo {
	margin: 0 0.25rem;
	max-width: 200px;
}
.copyright {
	font-size: 14px;
	padding: 0.5rem 5% 0;
}
.footerArt {
	z-index: 3;
	position: relative;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	min-width: 1300px;
	max-width: 1800px;
	pointer-events: none;
	min-height: 1px;

}
.footerArt img {
	position: absolute;
	bottom: 0;
	width: 100%;
}
@media (max-width: 574px) {
	footer { margin-bottom: -1rem; }
}
@media (min-width: 575px) {
	html,
	body {
		font-size: 26px;
	}
	.esrbRating img { margin-top: 60px; }
	.footerArt { min-width: 1600px; }
}
@media (min-width: 750px) {
	.description { max-width: 70%; }
	.connectWithUs {
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: flex-start;
		justify-content: center;
	}
	.emailSignup:hover { transform: scale(1.02); }
	.feedback { top: 120% }
	.discordButton { margin-left: 1rem; }
}
@media (min-width: 1000px) {
	.connectWithUs { flex-wrap: nowrap; }
}
@media (min-width: 1300px) {
	html,
	body {
		font-size: 30px;
	}
	.description { max-width: 50%; }
	.developerRow > div {
		margin: 0 1em;
		max-width: 250px;
	}
	.esrbRating img {
		width: 200px;
		margin-top: 52px;
	}
	.footerArt { min-width: 1800px; }
}