@font-face {
	font-family: Moldiv;
	src: url(Moldiv.ttf);
}

body {
	font-size: 16px;
	font-family: Moldiv;
	padding: 0;
	margin: 0;
}

/* IOS */
#game {
	display: none;
	width: 100vw;
	text-align: center;
}

.main-video {
	text-align: center;
	width: calc(100% - 20px);
	padding: 10px;
}

/* IOS */

#kukini-container {
	position: absolute;
}
#kukini-container.kukini-desktop {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#kukini-container.kukini-mobile {
	width: 100%;
	height: 100%;
}
#kukini-canvas {
	background: #000000;
}
.kukini-mobile #kukini-canvas {
	width: 100%;
	height: 100%;
}
#kukini-loading-bar {
	position: absolute;
	left: 20%;
	right: 20%;
	bottom: 25px;
	display: none;
}
#kukini-loading-bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url("loading-screen-desktop.jpg") no-repeat center;
	background-size: cover;
}

#kukini-instructions {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url("instructions.jpg") no-repeat center;
	background-size: cover;
}

#kukini-progress-bar-empty {
	width: 100%;
	height: 25px;
	border: 1px solid #ccc;
	margin-top: 10px;
}
#kukini-progress-bar-full {
	width: 0%;
	height: 100%;
	background: #98cdfe;
}

#kukini-footer {
	position: relative;
}
.kukini-mobile #kukini-footer {
	display: none;
}
#kukini-build-title {
	float: right;
	margin-right: 10px;
	line-height: 38px;
	font-family: arial;
	font-size: 18px;
}
#kukini-fullscreen-button {
	float: right;
	width: 38px;
	height: 38px;
	background: url("fullscreen-button.png") no-repeat center;
}
#kukini-warning {
	position: absolute;
	left: 50%;
	top: 5%;
	transform: translate(-50%);
	background: white;
	padding: 10px;
	display: none;
}
