* { margin: 0; padding: 0; }

html {
	color-scheme: dark;
	font-family: sans-serif;
	background-color: #17191A;
	font-size: 16px;
	background-image: radial-gradient(circle, #444 1px, transparent 1px);
	background-size: 20px 20px;
	background-position: 0px center;
}

body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

h2 {
	margin-top: 1em;
}

header {
	background-image: linear-gradient(170deg, #101827, #07080A 40%);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	box-shadow: 0 0 20px black;
	position: sticky;
}

	header a {
		display: flex;
		align-items: center;
		text-decoration: none;
		color: white;
	}

	header a img {
		height: 2.8em;
		width: auto;
	}

	header a p, header li {
		margin-left: 5px;
		font-weight: bold;
		font-size: 20px;
		text-transform: uppercase;
	}

	header ul {
		list-style-type: none;
		display: flex;
		padding-right: 20px;
		gap: 20px;
	}

.stage {
	color: #EEE;
	background-image: linear-gradient(to bottom, #0B0C0D, #020203); 
	max-width: 1000px;
	min-height: 100vh;
	margin: 0 auto;
	padding: 25px 100px;;
	box-shadow: 0 0 20px rgba(0,0,0,0.50);
	line-height: 1.6;
}

img {
	max-width: 100%;
}

.slider {
	display: flex;
	scroll-snap-type: x mandatory;
	padding: 0;
	overflow-x: auto;
	gap: 10px;
}
	.slider img {
		flex: 0 0 100%;
		width: 100%;
		object-fit: cover;
		scroll-snap-align: center;
	}

th {
	padding: 5px 10px 5px 0px;
	text-align: left;
}

.discord {
	font-weight: bold;
	text-decoration: none;
	color: #5865F2;
}

video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	object-fit: cover;
	filter: blur(10px);
	z-index: -1;
	pointer-events: none;
}

footer {
	min-height: 100px;
	background-image: linear-gradient(30deg, #101827, #07080A 40%);
	box-shadow: 0 0 20px black;
}

.largewindow {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.island {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px;
	background: linear-gradient(155deg, #101827, black 70%);
	box-shadow: 0 0 20px black;
	border-radius: 2px;
}

.island h1, .island h4 {
	text-align: center;
	text-transform: uppercase;
}

.steam {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: white;
	background-image: linear-gradient(to right, #75B022, #588A1B);
	margin-top: 20px;
	padding: 10px;
	border-radius: 4px;
	box-shadow: 0 0 20px white inset;
	font-size: 20px;
}

.steam img {
	height: 2em;
	width: auto;
	padding-right: 0.5em;
}

.negev {
	display: flex;
	align-items: center;
	gap: 15px;
}

.negev img {
	border-radius: 50%;
}
