@font-face
{
	font-family: 'CoolFont';
	src: url('res/coolfont.ttf');
	font-weight: bold;
	font-style: normal;
}

*
{
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	font-family: CoolFont;
	font-size: 6vw;
	text-decoration: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	user-select: none;
	user-drag: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	text-transform: uppercase;
	color: #FFFFFF;
}

html
{
	width: 100%;
	height: 100%;
}

body
{
	min-width: 100%;
	min-height: 100%;
	overflow: hidden;
	background-color: #000000;
	background-image: url('res/background0.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

::-webkit-scrollbar
{
	width: 0px;
}

h2
{
	font-size: 4vw;
}

canvas
{
	background-color: #000000BB;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.thumb
{
	position: relative;
	top: 0;
	left: 0;
	transform: none;
	margin: 2vw;
	width: 15vw;
	height: 18vw;
	cursor: pointer;
}

#levelGame
{
	color: #FFFFFF88;
	position: fixed;
	top: 0;
	right: 0;
	margin: 4vw;
	text-align: right;
	font-size: 4vw;
}

#levelShow
{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 94vw;
	height: 90vh;
	margin: 3vh 3vw;
	padding-bottom: 2vh;
	background-color: #333333;
	text-align: center;
	overflow: auto;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
#levelShow span
{
	position: fixed;
	cursor: pointer;
}

#closeButton
{
	cursor: pointer;
	position: fixed;
	width: 6vw;
	top: 0;
	right: 0;
	padding: 3vh 3vw;
}

#skipButton
{
	cursor: pointer;
	position: fixed;
	height: 5vw;
	top: 2vw;
	left: 2vw;
	padding: 3vh 3vw;
}

#leftButton
{
	cursor: pointer;
	position: fixed;
	width: 6vw;
	top: 42vh;
	left: 0;
	padding: 3vh 3vw;
}

#rightButton
{
	cursor: pointer;
	position: fixed;
	width: 6vw;
	top: 42vh;
	right: 0;
	padding: 3vh 3vw;
}

.level
{
	display: inline-block;
	position: relative;
	cursor: pointer;
}

.lockedIcon
{
	position: absolute;
	bottom: 1vw;
	right: 0;
	left: 0;
	margin: auto;
	width: 5vw;
}

.skippedIcon
{
	position: absolute;
	bottom: 1vw;
	right: 0;
	left: 0;
	margin: auto;
	height: 5vw;
}

.linkCursor
{
	cursor: pointer;
}

.divpad
{
	display: inline-block;
	width: 2vw;
}

#pauseWindow
{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	display: block;
	background-color: #00000066;
}
#pauseWindow button 
{
	position: relative;
	display: inline-block;
	cursor: pointer;
	background-color: #00000000;
	width: 9vw;
	height: 9vw;
	margin: 2vw 0 2vw 2vw;
	padding: 2vw;
}
#pauseWindow button img
{
	height: 100%;
	width: auto;
}

.bigCenterButton
{
	position: fixed!important;
	width: 28vw!important;
	height: 28vw!important;
	top: 41vh;
	left: 35vw;
}

#playArea
{
	position: fixed;
	top: 0;
	left: 0;
	margin: 15vw 4vw;
	width: 92vw;
	height: 90vh;
	display: inline-block;
}

#playWindow
{
	position: fixed;
	left: 0;
	top: 0;
	display: block;
}
#playWindow button 
{
	position: relative;
	display: inline-block;
	cursor: pointer;
	background-color: #00000000;
	width: 9vw;
	height: 9vw;
	margin: 2vw 0 2vw 2vw;
	padding: 2vw;
}
#playWindow button img
{
	height: 100%;
	width: auto;
}

#musicButton img
{
	height: 100%;
	width: auto;
}

#infoGame
{
	position: fixed!important;
	bottom: 0;
	right: 2vw;
}

#infoShow
{
	display: inline-block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #000000;
	text-align: center;
	padding-top: 22vh;
}

#infoLevel
{
	display: block;
	position: relative;
	color: #000000;
	top: -18vw;
	left: -2vw;
	font-size: 9vw;
}