
body {
    margin: 0px;
    overflow: hidden;
}

.v3d-container {
  background: radial-gradient(circle at 50% 50%, rgba(180, 180, 180, 1) 15%, rgba(50, 50, 50, 1) 100%);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

@font-face {
  font-family: "Unbounded-SemiBold";
  src: url("media/Unbounded-SemiBold.ttf") format("truetype");
}

.preloading_set {
  width: 128px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loading_anim {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -100%);
}

.loading_text {
	font-family: 'Unbounded-SemiBold';
    position: absolute;
    width: 100%;
    height: 100%;
	top: 95%;
	left: 0%;
	text-align: center;
	font-size: 1.5em;
	color: #1f2c86;
}

.main_menu {
	background-color:rgba(255,255,255,0.5);
	border-radius:0.5em;
   position: absolute;
	margin: 1em;
	padding: 0.3em;
	bottom: 0.3em;
	left: 0.3em;
   cursor: pointer;
   z-index: 10;
	opacity: 0;
	transition-duration: 0.5s;
}



.tex_loading {
   position: absolute;
	text-align:center;
	bottom: 2em;
	left: 50%;
	display: none;
}

.reset {
   position: absolute;
	margin: 0;
	padding: 0;
   bottom: 3em;
   right: 1em;
   transition-duration: 0.5s;
    cursor: pointer;
   z-index: 10;
   display: none;
   opacity: 0;

}

.rights {
	font-size: 0.75em;
	color: #aaaaaa;
	text-shadow: 1px 1px 1px black;
   position: absolute;
	margin: 0;
	padding: 0;
   bottom: 0.5em;
   right: 1em;
   transition-duration: 0.5s;
   z-index: 10;
	display: none;
}

/* removes tap blinking on ios devices */
* { -webkit-tap-highlight-color:rgba(0,0,0,0); }




