:root {
	--winterwhite: white;
	--stardust: color(srgb 0.623 0.6681 0.706);
	--plastic: color(srgb 0.5249 0.5701 0.5994);
	--carbon: color(srgb 0.3355 0.3859 0.4278);
	--nightsky: #17252e;
	--radblue: #1a4561;

	--darkchocolate: #60544b;
	--specialsauce: #796e66;
	--coffee: #a99d92;
	--toffee: #e7dad1;
}

#logo_holder {
	position: relative;
	margin-top: 20px;
  	margin-bottom: 20px;
}

#logo_cover {
	height: 50px;
	width: 51px;
	background-color: white;
	z-index: 2;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}

#animated_logo_container {
	height: 50px;
	width: 50px;
	background-color: transparent;
	z-index: 3;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(4, 1fr);
	row-gap: 2px;
	column-gap: 2px;
}

.animated_logo_square {
	height: 11px;
	width: 11px;
}