#vrscene {
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #dddddd;
}

#messageBox {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #222222;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 95%;
}

#clickText {
	font-family: Verdana;
	color: #dddddd;
}

#vr_notice {
	font-family: Verdana;
	color: #dddd00;
}

#vrNavGuide {
	border-collapse: collapse;
	color: #dddddd;
	font-family: Verdana;
	margin: auto;
	border: solid;
	border-color: #dddddd;
	border-width: 1px;
}

#vrNavGuide td {
	text-align: center;
	height: 20px;
	border: solid;
	border-color: #dddddd;
	border-width: 1px;
}

#navGuideHeader {
	font-family: Verdana;
	color: #dddddd;
}

#navGuideBox {
	margin: auto;
	text-align: center;
}

button {
	font-family: Verdana;
	text-align: center;
	background-color: #222222;
	color: #dddddd;
	border-style: solid;
	padding-top: 3px;
	padding-bottom: 3px;
	border-color: #dddddd;
	border-width: 1px;	
}

@media screen and (max-width: 390px) {
	
	#vrscene {
		width: 250px;
		height: 250px;
	}
	
	#messageBox {
		width: 225px;
	}
	
	#clickText {
		font-size: 12px;
	}
	
	#vr_notice {
		font-size: 12px;
	}
	
	#vrNavGuide {
		font-size: 12px;
		width: 250px;
	}
	
	#navGuideHeader {
		font-size: 18px;
	}
	
	button {
		width: 100px;
		height: 25px;
		font-size: 12px;
	}
}

@media screen and (max-width: 450px) {
	
	#vrscene {
		width: 300px;
		height: 300px;
	}
	
	#messageBox {
		width: 275px;
	}
	
	#clickText {
		font-size: 12px;
	}
	
	#vr_notice {
		font-size: 12px;
	}
	
	#vrNavGuide {
		font-size: 12px;
		width: 300px;
	}
	
	#navGuideHeader {
		font-size: 18px;
	}
	
	button {
		width: 100px;
		height: 25px;
		font-size: 12px;
	}
	
}

@media screen and (max-width: 600px) {
	
	#vrscene {
		width: 350px;
		height: 350px;
	}
	
	#messageBox {
		width: 325px;
	}
	
	#clickText {
		font-size: 12px;
	}
	
	#vr_notice {
		font-size: 12px;
	}
	
	#vrNavGuide {
		font-size: 12px;
		width: 350px;
	}
	
	#navGuideHeader {
		font-size: 18px;
	}
	
	button {
		width: 100px;
		height: 25px;
		font-size: 12px;
	}
	
}

@media screen and (min-width: 600px) {
	
	#vrscene {
		width: 450px;
		height: 450px;
	}
	
	#messageBox {
		width: 425px;
	}
	
	#clickText {
		font-size: 12px;
	}
	
	#vr_notice {
		font-size: 12px;
	}
	
	#vrNavGuide {
		font-size: 12px;
		width: 400px;
	}
	
	#navGuideHeader {
		font-size: 18px;
	}
	
	button {
		width: 100px;
		height: 25px;
		font-size: 12px;
	}
}

@media screen and (min-width: 768px) {
	
	#vrscene {
		width: 500px;
		height: 500px;
	}
	
	#messageBox {
		width: 475px;
	}
	
	#clickText {
		font-size: 14px;
	}
	
	#vr_notice {
		font-size: 14px;
	}
	
	#vrNavGuide {
		font-size: 14px;
		width: 450px;
	}
	
	#navGuideHeader {
		font-size: 20px;
	}
	
	button {
		width: 125px;
		height: 25px;
		font-size: 12px;
	}
}

@media screen and (min-width: 1024px){
	
	#vrscene {
		width: 500px;
		height: 500px;
	}
	
	#messageBox {
		width: 475px;
	}
	
	#copyRight {
		font-size: 14px;
	}
	
	#clickText {
		font-size: 14px;
	}
	
	#vr_notice {
		font-size: 14px;
	}
	
	#vrNavGuide {
		font-size: 14px;
		width: 500px;
	}
	
	#navGuideHeader {
		font-size: 20px;
	}
	
	buttons {
		width: 125px;
		height: 25px;
		font-size: 12px;
	}
}

@media screen and (min-width: 1200px){
	
	#vrscene {
		width: 550px;
		height: 550px;
	}
	
	#messageBox {
		width: 525px;
	}
	
	#clickText {
		font-size: 16px;
	}
	
	#vr_notice {
		font-size: 16px;
	}
	
	#vrNavGuide {
		font-size: 16px;
		width: 500px;
	}
	
	#navGuideHeader {
		font-size: 24px;
	}
	
	button {
		width: 125px;
		height: 25px;
		font-size: 12px;
	}
}


@media screen and (min-width: 1400px){
	
	#vrscene {
		width: 600px;
		height: 600px;
	}
	
	#messageBox {
		width: 575px;
	}
	
	#clickText {
		font-size: 16px;
	}
	
	#vr_notice {
		font-size: 16px;
	}
	
	#vrNavGuide {
		font-size: 16px;
		width: 500px;
	}
	
	#navGuideHeader {
		font-size: 24px;
	}
	
	button {
		width: 125px;
		height: 25px;
		font-size: 12px;
	}
}

