:root {
	--buttonColor1: #0c5b8371;
	--buttonColor2: white;
	--buttonColor3: #90a4ae8f;
	--bg0: rgba(30, 30, 30, 1);
	--bg1: rgba(70, 70, 70, 0.5);
	--btn0: rgba(50, 50, 50, 1);
	--btn1: rgba(5, 5, 5, 1);
	--btnHover: rgba(155, 155, 155, 1);
	--font: rgb(200, 200, 200);
	--fontWeak: rgba(155, 155, 155, 1);
}

html,
body {
	font-size: 15.26px;
	font-family: "Helvetica", "Arial", sans-serif;
	text-align: center;
	background-color: #000000;
	color: var(--font);
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	/* padding: 100px; */
	display: flex;
	align-items: center;
	justify-content: center;
}
#mainCont {
	position: relative;
	width: 960px;
	height: 640px;
}
.title {
	font-size: 40px;
	text-align: center;
	font-weight: 800;
	width: 100%;
	color: rgba(220, 220, 220, 1);
}
.subtitle {
	color: rgba(220, 220, 220, 1);
	font-size: 24.7px;
	text-align: center;
	font-weight: 800;
	width: 100%;
}
.subsubTitle {
	font-size: 15.26px;
	text-align: center;
	font-weight: 800;
	width: 100%;
}
.fullscreen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
}
.flexCont {
	display: flex;
	justify-content: space-evenly;
	align-content: center;
	align-items: center;
}
.flexCol {
	flex-direction: column;
}
.planetCont {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 640px;
	z-index: 5;
	/* background-color: var(--bg0); */
	/* border: 1px solid rgba(43, 255, 0, 0.568); */
	overflow: hidden;
	border-right: 2px dashed rgba(255, 255, 255, 0.5);
	pointer-events: none;
}
.planet {
	border-radius: 15px;
	width: 80px;
	height: 80px;
	/* box-shadow: inset 0em 0em 1em 1em grey; */
	transition: height 0.25s ease-out;
	background-image: radial-gradient(
		rgba(255, 255, 255, 0.5) 0%,
		rgba(119, 119, 119, 0.5) 11%,
		transparent 64%
	);
	background-size: contain, 50% 50%;
	background-position: center, center;
	margin: 10px;
	transition: all 0.25s ease-out;
	box-sizing: border-box;
	pointer-events: all;
}
.planet:active {
	transform: scale(0.9, 0.9);
}
.btn:active {
	transform: scale(0.9, 0.9);
}
.planet:hover {
	/* background-image: linear-gradient(#009688, #00bcd4),
		radial-gradient(
			rgba(255, 255, 255, 0.5) 0%,
			darkslategrey 11%,
			transparent 44%
		); */
	background-color: rgba(60, 60, 60, 0.3);
}
.planetCanvas {
	position: absolute;
	left: 0px;
	top: 0px;
}

.hidden {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.25s ease-out, visibility 0.25s ease-out;
}
.unhidden {
	visibility: visible;
	opacity: 1 !important;
}
.hideLeft {
	transition: opacity 0.25s ease-out, visibility 0.25s ease-out,
		margin-left 0.25s ease-out;
	margin-left: 10vw;
}
.hideTop {
	transition: height 0.25s ease-out;
	height: 0px;
	opacity: 1;
}
.dialog {
	position: absolute;
	bottom: 50px;
	left: 25%;
	width: 50%;
	background-color: rgba(0, 0, 0, 0.5);
	height: 300px;
	border-radius: 10px;
	border: 2px dashed rgba(255, 255, 255, 0.5);
}

.levelSelect {
	flex-wrap: wrap;
}
.lvlDiv {
	font-size: 24.7px;
	padding: 10px;
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	margin: 50px;
	/* background-color: var(--btn1) !important; */
	border-color: var(--btn1);
}
.lvlDiv:not(.unlocked) {
	border-color: black;
	color: var(--fontWeak);
}
.lvlDiv:not(.unlocked):hover {
	border-color: black;
	color: var(--fontWeak);
	background-color: rgba(0, 0, 0, 0);
}
.lvlDiv.unlocked {
	/* background-color: var(--btn0) !important; */
	color: var(--font);
}

.buttonCont {
	width: 100%;
	display: flex;
	justify-content: space-around;
}

.btnEndLvl:hover {
	background-color: rgba(255, 255, 255, 0.15) !important;
}
.btnEndLvl {
	width: 60px;
	height: 60px;
	background-size: contain;
}
.btn img {
	position: absolute;
}

.btn {
	background-color: rgba(0, 0, 0, 0);
	min-height: 50px;
	color: var(--font);
	font-size: 15.26px;
	font-weight: 800;
	border-radius: 5px;
	border: none;
	border: 1px dashed rgba(255, 255, 255, 0.3);
	transition: all 0.25s ease-out;
	padding-left: 15px;
	padding-right: 15px;
}
.btn:hover {
	background-color: var(--bg1);
	/* transform: scale(1.05, 1.05); */
}
#muteBtn {
	position: absolute;
	top: 20px;
	right: 70px;
	z-index: 10;
	padding-top: 2px;
	padding-bottom: 2px;
}
#ingameLvlSelect {
	position: absolute;
	top: 20px;
	right: 10px;
	height: 50px;
	width: 50px;
	z-index: 10;
	background-size: 80% 80%;
	background-position: center;
	background-image: url("../images/Levels.png");
}
