body {
	background: #231f20;
}

* {
	background-repeat: no-repeat;
	text-align: center;
}


#footer {
	font-size: 24px;
	background: #231f20;
	color: #fafafa;
	padding: 10px;
	bottom:0;
	z-index: 999999;
	height: 60px;
	position: absolute;
}

#unity-container {
	padding-bottom:60px;
}


.blockscroll {
	overflow-y: hidden;
}

img {
	max-width: 100%;
}

.ratio16x9 {
	aspect-ratio: auto;
}


/*first screen*/
.logo {
	margin-top: 820px;
	clear: both;
	display: inline-block;
}
.play-button {
	background-image: url("images/button-empty-min.png");
	aspect-ratio: 539/181;
	background-repeat: no-repeat;
	background-size: cover;
}

.play-button-content {
	background-position: center 42%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

@media (min-width: 1024px) {
	.logo {
		margin-top: 30%;
	}
	.ratio16x9 {
		aspect-ratio: 16/9;
	}

}

/*first screen end */

.bg-cover {
	background-size: cover; 
	background-position: center;
}

.bg-contain {
	background-size: contain;
}

.full-height {
	height: 760px;
	background-position: center;
	text-align: center;
}
.image-wrapper {
	width: 100%;
	text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

@media (min-width: 1024px) {
	.full-height {
		height: 100%;
	}
	
	.image-wrapper {
		height: 100%;
	}
}

.button {
	font-size: 32px;
	background: #c412ff;
	display: inline-block;
	width: 350px;
	height: 140px;
	border: 0;
	margin: 36px;
}
.no {
	background: #400055;
}

.title {
	font-size: 36px;
}

#underBox {
	
	font-size: 40px;
	text-align: center;
	margin-top: 30%;
}

#verification-form {
	padding-top: 2%;
}

#age-verify {

	font-size: 24px;
	color: white;
	text-align: center;
	position: absolute;
	top:0;
	left:0;
	bottom: 0;
	right: 0;
	height:100%;
	width: 100%;
	background-color: rgba(0,0,0,0.9);
	z-index: 100;
}
