@import url('https://fonts.googleapis.com/css2?family=Passion+One&display=swap');

.clearfix
{
	clear: both;
}

ul.lbl_stages
{
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

ul.lbl_stages li
{
	display: inline-block;
	text-align: center;
	padding: 10px;
	margin: 10px;
	max-width: 150px;
	vertical-align: top;
	position: relative;
	cursor: pointer;
}

.darkmode .lbl_stages li {
	border-color: white;
}

.lbl_stages li .bg
{
	z-index: -1;
	transform: rotate(23deg) skewX(-10deg);
    position: absolute;
    width: 100px;
    height: 100px;
    left: 25%;
    background-color: rgb(0,0,255,0.5);
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 0px 5px black;
    transition: border 1s;
    border-radius: 1rem;
	transition: transform 1s;
}


.lbl_stages li.current .bg
{
    background-color: rgb(50,50,255,1);
}

.lbl_stages li:hover div.bg
{
	transform: translateZ(-25px);
}

ul.lbl_stages li div.caption
{
	font-family: 'Passion One', cursive;
	font-size: 32px;
}

ul.lbl_stages li img
{
}

ul.lbl_stages li div.stage
{
	position: absolute;
	top: 0px;
	left: 0px;
	font-family: 'Passion One', cursive;
	font-size: 32px;
    font-size: 122px;
    font-style: italic;
    color: rgba(20,20,20,0.8);
}

.darkmode ul.lbl_stages li div.stage
{
    color: rgba(235,235,235,0.8);
}

.stagecontent
{
	width: 80%;
	margin: 0 10%;
	text-align: center;
}

.stagecontent .algface
{
	display: inline-block; 
	background-color: white;
    margin: 10px;
    padding: 10px;
    text-align: center;
	width: 250px;
}

#stagecontent0.stagecontent .algface {
	width: 300px;
}

.darkmode .stagecontent .algface
{
	background-color: #333;
	color: white; 
}

.alg
{
	display: inline-block;
	text-align: center;
	border: 1px solid black;
}

.alg twisty-player
{
	margin: 0 auto;
	width: 200px;
}

#stagecontent0.stagecontent .piecetype
{
	display: inline-block;
}


.alg .movecaption
{	
    margin-bottom: 25px;
    font-size: 24px;
}

.alg .movedescription
{
    margin-top: 55px;
    font-size: 16px;
}

