:root {
	--dark1: #3c4344; /* unused */
	--dark2: #2c2f30; /* unused */
	--main1: #003399; /* outline color */
	--main2: #001e5a; /* timeline color */
	--main3: #97ff9d; /* green color */
	--main4: #ff5959; /* red color */
	--light1: rgb(199, 199, 199); /* button backgrounds */
	--light2: rgb(223, 223, 223); /* container backgrounds */
	--light3: rgb(238, 238, 238); /* background */
}
.lexend-400 {
	font-family: "Lexend", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
body {
	margin: 0;
	padding: 0;
	background-color: var(--light3);
	overflow: hidden;
}
#bodycopy {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background-color: var(--light3);
	overflow: hidden;
	background-image: url("../assets/img/a.png");
	background-size: 70px 70px;
	opacity: 0.075;
	z-index: -2;
	animation: forward 211s linear infinite alternate;
}
#header {
	width: 100%;
	height: 5%;
	color: white;
	background-color: var(--main1);
	display: flex;
	align-items: center;
	text-indent: 10px;
	font-size: 4vmin;
	justify-content: space-between;
}
#selectmenu {
	height: 95%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3vmin;
}
#actualmenu {
	height: 90%;
	width: 80%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, 1fr);
	gap: 0% 2%;
}
.menucontainer {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 0.05fr 0.05fr 1fr;
}
.menutitle {
	font-size: 5vmin;
	font-weight: 700;
}
.buttoncontainer {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-right: 5%;
}
.buttoncontainer > button {
	flex: 1 1 0;
	height: 40%;
	margin: 0% 0.5%;
	font-weight: 500;
	position: relative;
	font-size: 2.5vmin;
}
button {
	font-family: "Lexend", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	transition-duration: 375ms;
	border-style: solid;
	border-color: var(--main1);
	border-width: 0.25vmin;
	border-radius: 0.5rem;
	background-color: var(--light2);
}
button:hover {
	border-color: var(--main2);
	filter: brightness(0.9)
}
.menucontainer2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.menucontainer2 > div {
	font-size: 2.5vmin;
}
#play {
	height: 25%;
	width: 100%;
	font-weight: 600;
	font-size: 5vmin;
}
.green {
	animation: green 0.125s ease-in 0s 1 normal forwards;
	color: black !important;
}
.green2 {
	animation: green2 0.5s ease-in 0s 1 normal forwards;
}
.red {
	animation: red 0.5s ease-in 0s 1 normal forwards;
}
#fader {
	display: none;
	opacity: 0;
	width: 100%;
	height: 95%;
	position: absolute;
	top: 5%;
	left: 0;
	background-color: white;
	z-index: 10;
}
#game {
	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 95%;
}
#filterdisplay {
	width: 75%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#qslider {
	width: 75%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	text-align: center;
}
#qtitle {
	font-size: 3vmin;
	margin-right: 2.5%;
	width: 25%;
}
#qrange {
	height: 3vmin;
	width: 60%;
}
#qoutput {
	font-size: 3vmin;
	margin-left: 2.5%;
}
input[type="range"] {
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	cursor: pointer;
	width: 60%;
}
input[type="range"]::-webkit-slider-runnable-track {
	background: var(--light2);
	height: 1em;
	border: var(--main2) solid 0.25vmin;
	border-radius: 0.75vmin;
}
input[type="range"]::-moz-range-track {
	background: var(--light2);
	height: 1em;
	border: var(--main2) solid 0.25vmin;
	border-radius: 0.75vmin;
}
input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	margin-top: -0.6em;
	background: url("assets/img/fader.png");
	background-size: 5em 2em;
	background-color: var(--light1);
	background-origin: border-box;
	height: 2em;
	aspect-ratio: 2.5 / 1;
	border-radius: 0.5vmin;
	border: var(--main2) solid 0.4vmin;
}
input[type="range"]::-moz-range-thumb {
	margin-top: -0.6em;
	background: url("assets/img/fader.png");
	background-size: 5em 2em;
	background-color: var(--light1);
	background-origin: border-box;
	height: 2em;
	aspect-ratio: 2.5 / 1;
	border-radius: 0.5vmin;
	border: var(--main2) solid 0.4vmin;
}
input[type="range"]:focus {
	outline: none;
}
input[type="range"]:focus::-webkit-slider-thumb {
	border: var(--main1) solid 0.4vmin;
}
input[type="range"]:focus::-moz-range-thumb {
	border: var(--main1) solid 0.4vmin;
}
#bandselect {
	background-color: var(--light2);
	width: 60%;
	height: 10%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	padding: 1%;
	margin-top: 1%;
	border: var(--light1) solid 0.25vmin;
}
.bandselectbutton {
	border: var(--light1) solid 0.5vmin;
	border-radius: 0.75vmin;
	width: 15%;
	height: 75%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition-duration: 333ms;
}
.bandselected {
	border: var(--main1) solid 0.5vmin;
	border-radius: 0.75vmin;
	width: 15%;
	height: 75%;
	display: flex;
	align-items: center;
	justify-content: center;
	filter: brightness(0.85);
	transition-duration: 333ms;
}
.bandselectbutton:hover {
	border-color: var(--main1);
}
.bandselected:hover {
	border-color: var(--main2);
}
#topcontainer {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	width: 100%;
}
#midcontainer {
	width: 100%;
	height: 75%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}
#statisticsdisplay {
	width: 12.5%;
	height: 100%;
	text-align: center;
	font-size: 1.25vmin;
	opacity: 1;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
#settings {
	width: 12.5%;
	height: 100%;
	text-align: center;
	font-size: 1.5vmin;
	opacity: 1;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
#theme {
	margin-right: 1%;
}
#afterbuttons {
	display: none;
	flex-direction: row;
	gap: 3%;
}
@keyframes green {
	from {
	}
	to {
		background-color: var(--main3);
	}
}
@keyframes green2 {
	from {
	}
	50% {
		background-color: var(--main3);
	}
	to {
	}
}
@keyframes red {
	from {
	}
	50% {
		background-color: var(--main4);
	}
	to {
	}
}
@keyframes forward {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 100% 100%;
	}
}
