.vrPageSection {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#vr_world_text {
	color: #dddddd;
	font-family: Verdana, Arial;
	margin-left: auto;
	margin-right: auto;
}

#vr_notice {
	color: #dddd00;
	font-family: Verdana, Arial;
	margin-left: auto;
	margin-right: auto;
}

.vrignette {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

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

#vr_navigation {
	display: grid;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	grid-column-gap: 2px;
	grid-row-gap: 2px;
}

.buttons {
	font-family: Verdana;
	text-align: center;
	background-color: #222222;
	color: #dddddd;
	border-style: solid;
	border-color: #dddddd;
	border-width: 1px;
}


@media screen and (max-width: 360px) {
	
	#vr_navigation {
		grid-template-columns: 75px 75px 75px;
		grid-template-rows: 20px 20px;
		width: 300px;
	}
	
	.buttons {
		width: 75px;
		height: 20px;
		font-size: 12px;
	}
	
	#vr_world_text {
		width: 250px;
		font-size: 12px;
	}
	
	#vr_notice {
		width: 250px;
		font-size: 12px;
	}

	#vr_world_scene {
		width: 250px;
		height: 250px;
	}
}

@media screen and (max-width: 450px) {
	
	#vr_navigation {
		grid-template-columns: 100px 100px 100px;
		grid-template-rows: 25px 25px;
		width: 300px;
	}
	
	.buttons {
		width: 100px;
		height: 25px;
		font-size: 12px;
	}
	
	#vr_world_text {
		width: 300px;
		font-size: 12px;
	}
	
	#vr_notice {
		width: 300px;
		font-size: 12px;
	}

	#vr_world_scene {
		width: 300px;
		height: 300px;
	}
}

@media screen and (max-width: 600px) {
	
	#vr_navigation {
		grid-template-columns: 100px 100px 100px;
		grid-template-rows: 25px 25px;
		width: 350px;
	}
	
	.buttons {
		width: 100px;
		height: 25px;
		font-size: 12px;
	}
	
	#vr_world_text {
		width: 300px;
		font-size: 12px;
	}
	
	#vr_notice {
		width: 300px;
		font-size: 12px;
	}

	#vr_world_scene {
		width: 350px;
		height: 350px;
	}
}

@media screen and (min-width: 600px) {
	
	#vr_navigation {
		grid-template-columns: 100px 100px 100px;
		grid-template-rows: 25px 25px;
		width: 450px;
	}
	
	.buttons {
		width: 100px;
		height: 25px;
		font-size: 12px;
	}
	
	#vr_world_text {
		width: 450px;
		font-size: 12px;
	}
	
	#vr_notice {
		width: 450px;
		font-size: 12px;
	}

	#vr_world_scene {
		width: 450px;
		height: 450px;
	}
}

@media screen and (min-width: 768px) {
	
	#vr_navigation {
		grid-template-columns: 100px 100px 100px;
		grid-template-rows: 25px 25px;
		width: 500px;
	}
	
	.buttons {
		width: 100px;
		height: 25px;
		font-size: 12px;
	}
	
	#vr_world_text {
		width: 500px;
		font-size: 14px;
	}
	
	#vr_notice {
		width: 500px;
		font-size: 14px;
	}

	#vr_world_scene {
		width: 500px;
		height: 500px;
	}
	
}

@media screen and (min-width: 1024px){
	
	#vr_navigation {
		grid-template-columns: 100px 100px 100px;
		grid-template-rows: 25px 25px;
		width: 500px;
	}
	
	.buttons {
		width: 100px;
		height: 25px;
		font-size: 12px;
	}
	
	#vr_world_text {
		width: 500px;
		font-size: 14px;
	}
	
	#vr_notice {
		width: 500px;
		font-size: 14px;
	}

	#vr_world_scene {
		width: 500px;
		height: 500px;
	}
	
}

@media screen and (min-width: 1200px){
	
	#vr_navigation {
		grid-template-columns: 125px 125px 125px;
		grid-template-rows: 25px 25px;
		width: 550px;
	}
	
	.buttons {
		width: 125px;
		height: 25px;
		font-size: 12px;
	}
	
	#vr_world_text {
		width: 550px;
		font-size: 16px;
	}
	
	#vr_notice {
		width: 550px;
		font-size: 16px;
	}

	#vr_world_scene {
		width: 550px;
		height: 550px;
	}
	
}


@media screen and (min-width: 1400px){
	
	#vr_navigation {
		grid-template-columns: 125px 125px 125px;
		grid-template-rows: 25px 25px;
		width: 600px;
	}
	
	.buttons {
		width: 125px;
		height: 25px;
		font-size: 12px;
	}
	
	#vr_world_text {
		width: 600px;
		font-size: 16px;
	}
	
	#vr_notice {
		width: 600px;
		font-size: 16px;
	}

	#vr_world_scene {
		width: 600px;
		height: 600px;
	}
	
}
