/* 
CUSTOM CSS FILE 
Write your custom CSS styles here.
*/

/*
.container {
	background-color: black;
}
	*/

body {
	font-family: Monospace;
	background-color: #3D455C;
	color: #fff;
	margin: 0px;
	overflow: hidden;
}

h1 {
	font-size: 36px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: rgb(3, 3, 3) 0px 2px 5px;
	transition: all 0.7s ease;
}

#message {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-family: 'Kavivanar', san-serif;
	font-size: 40px;
	width: 80%;
	max-width: 280px;
	padding: 15px 15px 50px 15px;
	text-align: center;
	display: none;
	align-content: center;
	justify-content: center;
	background-color: aliceblue;
	border: medium solid #3D455C;
	border-radius: 20px;
	color: #3D455C;
	/*	z-index: 99;*/
}

#message_ok {
	position: absolute;
	bottom: 10px;
	padding: 10px 20px 10px 20px;
	font-family: sans-serif;
	font-size: 20px;
	background-color: #3D455C;
	color: #fff;
	border-radius: 8px;
	border: medium solid #696882;
}

#volume {
	position: absolute;
	left: 10px;
	bottom: 10px;
	max-width: 200;
	font-family: 'Kavivanar', san-serif;
	font-size: 50;
	/*background: #FFF;*/
	z-index: 10;
	height: 300px;
	margin: 8px;
	border-radius: 25px;
}


#volume-btn {
	position: absolute;
	left: 15px;
	bottom: 15px;
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 50%;
	background: #3B53A2;
	font-size: 25px;
	color: #fff;
	z-index: 10;
}


#sfx-btn {
	position: absolute;
	left: 15px;
	bottom: 15px;
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 50%;
	background: #bbbbbb;
	font-size: 25px;
	color: #fff;
	z-index: 10;
}

#camera-btn {
	position: absolute;
	left: 250px;
	bottom: 15px;
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 50%;
	background: #3B53A2;
	font-size: 25px;
	color: #fff;
	/*z-index: 10;*/
}

#otEmbedContainer {
	position: absolute;
	left: 15px;
	top: 150px;
	width: 300px;
	height: 300px;
	border: none;
	border-radius: 50%;
	background: #bbbbbb;
	font-size: 25px;
	color: #fff;
	z-index: 10;
}

#overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #e4e4e4;
	color: #595454;
	/*-background: #000000;
				z-index: 10;*/
	z-index: 20;
	opacity: 0.8;
}

.center {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.fade-in {
	animation-name: fade-in;
	animation-duration: 2s;
}

@keyframes fade-in {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}


#cssmain {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 88;
	left: 0;
	pointer-events: none;
}

#css {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}





.button {
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
}

.button1 {
	background-color: #222860;
}

.site-header {
	display: none;
}

.site-footer {
	display: none;
}


.site-content {
	display: none;
}

#ontop {
	margin: auto;
	position: absolute;
	top: 100px;
	left: 100px;
	bottom: 100px;
	right: 100px;
	background-color: #000;
	color: #FFF;
	opacity: 0.9;
	z-index: 5;
}

.centerA {
	position: absolute;
	padding: 20px;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	max-width: 100%;
	max-height: 100%;
}

.ontopbutton {
	position: absolute;
	background-color: #000;
	background-size: cover;
	width: 30px;
	height: 30px;
	color: #FFF;
	top: 0%;
	right: 0%;
	border: none;
}
