/* __V3D_TEMPLATE__ - template-based file; delete this line to prevent this file from being updated */

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

#v3d-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.fullscreen-button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-size: 100% 100%;
    display: none;
    z-index: 1;
}

.fullscreen-open {
    background-image: url('media/fullscreen_open.svg');
}

.fullscreen-close {
    background-image: url('media/fullscreen_close.svg');
}

/* removes tap blinking on ios devices */
* { -webkit-tap-highlight-color:rgba(0,0,0,0); }
.h1 {
  font-size: 2rem;
  line-height: 2rem;
}

.preloader_div {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #241f1c;
}

.div-block {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  overflow: visible;
  width: 300px;
  height: 80px;
  margin-right: -150px;
  margin-left: 2px;
  background-color: #d3d1b6;
  text-align: left;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.div-block-2 {
  position: relative;
  top: 0px;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin-left: 0px;
  background-image: url('./images/Loading-Bar.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.progress_bar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  width: 0%;
  height: 100%;
  float: left;
  background-color: #5c5a4d;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50px;
  height: auto;
  margin: 0% -25px -40px 0px;
  font-family: 'Veteran typewriter', sans-serif;
  color: #5c5a4d;
  font-size: 41px;
  line-height: 100%;
  text-align: center;
}

.div-block-3 {
  position: absolute;
  width: 50%;
  height: 60%;
}

.div-block-4 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 200px;
  height: 200px;
  margin-right: -95px;
  margin-bottom: 80px;
  background-image: url('./images/android-chrome-512x512.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}



@font-face {
  font-family: 'Veteran typewriter webfont';
  src: url('./fonts/veteran_typewriter-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Veteran typewriter';
  src: url('./fonts/veteran_typewriter.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

