body, html{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background: #000;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 1;
}
main {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
header {
	position: absolute;
	top: 0;
	left: 0;
}
h1, p {
	margin: 0;
}

#home {
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 4;
	width: 100%;
	height: 100%;
	background-color: #363636;
	/* background-image: url("./../assets/logo.png"); */
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
	opacity: 1;
}

#home.hidden {
	visibility: hidden;
	z-index: 0;
}

#menupar {
	overflow: auto;
	width: 100%;
	height: 100%;
	opacity: 1;
	align-content: center;
	margin:auto;
	text-align: center;
}

.pagetitle {
	position: relative;
	margin: auto;
	align-content: center;
	justify-content: center;
	max-height: 9%;
}

.startMenu {
	text-align: center;
	font: 28px sans-serif; 
	margin: 1%;
}

#wrapper {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin: auto;
	position: relative;
	width: 90%;
	max-width: 850px;
}

.tutorialparent {
	background-color: #363636;
	margin: 20px;
	border: 2px solid #363636;
	border-radius: 5px;
	flex: 10 10 44%;
}

.tutbox{
	margin: 20px;
	text-align: left;
	font-size: 23px;
    margin-top: 50px;
}

.iconimg {
	width: 110px;
	height: 100px;
	background-size: cover;
	margin: auto;
}
.iconimg.desk {
	background-image: url("./../assets/Desktop.png");
}
.iconimg.vr {
	background-image: url("./../assets/VR.png");
}
.iconimg.phone {
	background-image: url("./../assets/mobile.png");
}

.menucont {
	height: 65px;
	position: relative;
	margin: auto;
	align-self: flex-end;
}

.startBtn {
	position: absolute; 
	bottom: 20px; 
	padding: 12px 6px; 
	border: 1px solid rgb(255, 255, 255); 
	border-radius: 4px; 
	background: rgba(0, 0, 0, 0.1); 
	color: rgb(255, 255, 255); 
	font: 13px sans-serif; 
	text-align: center; 
	opacity: 1; 
	outline: none; 
	z-index: 999; 
	cursor: auto; 
	left: calc(50% - 90px); 
	width: 150px;
	background-color: rgb(226, 151, 197);
    color: white;
    width: 180px;
    font-size: 16px;
    font-weight: bold;
}
.startBtn:hover {
	/* opacity: 1; */
	background-color: rgb(255, 213, 239);
	color: black;
}

#XYControllerMove {
	position: absolute;
	width: 50%;
	height: 125px;
	left: 1px;
	bottom: 1px;
	background-color: rgba(255, 255, 255, 0.025);
	display: none;
	z-index: 2;
	background-image: url('./../assets/UI.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80px;
	opacity: 0.3;
}

#XYControllerLook {
	position: absolute;
	width: 50%;
	height: 125px;
	right: 1px;
	bottom: 1px;
	background-color: rgba(255, 255, 255, 0.025);
	display: none;
	z-index: 2;
	background-image: url('./../assets/UI_VIEW.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80px;
	opacity: 0.3;
}

.guideBtn {
	position: absolute;
	border: none;
	width: 45px;
	height: 45px;
	right: 1px;
	top: 1px;
	background-color: rgba(255, 255, 255, 0.025);
	display: none;
	z-index: 2;
	background-image: url('./../assets/guide.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px;
	opacity: 0.3;
}

.guideHint {
	position: absolute;
	width: 130px;
	height: auto;
	right: 10px;
	top: 10px;
	display: none;
	z-index: 2;
	opacity: 0.7;
}

.version {
	position: absolute;
	width: 45px;
	height: auto;
	right: 2px;
	bottom: 2px;
	display: block;
	opacity: 0.5;
}

.imgpointer
{
	width: 10px;
	height: 10px;
	display: none;
	/* position: absolute; */
}

#panelcontainer
{
	width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
	z-index: 5;
}

#panel
{
    position: relative;
	opacity: 1;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 30px;
}

#panelvideo
{
    position: relative;
	opacity: 1;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 30px;
}

#panelbg
{
	width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	background-color: #000;
	opacity: 0;
}

#panelimage
{
    display: block;
	opacity: 1;
}

#buttoncontainer
{
	width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
}

#buttonquit
{
    position: relative;
	opacity: 1;
    margin-left: 95%;
    margin-right: 0%;
    margin-top: 20px;
}

#buttonimagequit
{
    display: block;
	opacity: 1;
}

.darkbg
{
	width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	background-color: #000;
	opacity: 0.75;
}

#videoplayer{
	width: 100%;
	height: 100%;
}

.closevideobtn {
	position: absolute;
	border: none;
	width: 65px;
	height: 65px;
	background-color: #000;
	z-index: 2;
	background-image: url('./../assets/close.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100px;
	opacity: 0.75;
}