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

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

#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); }

.top_bar {
    position: absolute;
    bottom: 5%;
    left: calc(50% - 80px);
}

.button {
    background-color: #742337;
    border: none;
    color: white;
    padding: 12px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
}

.button:hover {
    background-color: #88364a;
}
 
.preloader-screen {
    position: fixed;
    z-index: 99999;
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    color: #666;
  }
  
  .section {
    position: relative;
    width: 100%;
    height: 100%;
  }
  
  .preloader-scooter-background {
    position: absolute;
      display: block;
      overflow: hidden;
      width: 600px;
      height: 100%;
      margin-right: auto;
      margin-left: auto;
      left: 0px;
      right: 0px;
      top: 40%;
      z-index: 999;
  }
  .loading-text {
      display: block;
    margin-top: 15%;
    margin-bottom: 12px;
    font-family: Barlowcondensed, sans-serif;
    color: #696969;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }
  .l_bar {
    width:0%;
    margin:1em auto;
    border:none;
    height: 4px;
    background: #742337;
  }
  .l_img{
    position: absolute;
    width: 244px;
    display: block;
    margin-left: 178px;
  }
  
  @media only screen and (max-device-width:480px) {
    .preloader-screen {
      position: fixed;
      z-index: 99999;
      display: block;
      width: 100%;
      height: 100%;
      background: rgb(255, 255, 255);
      color: #666;
    }
    
    .section {
      position: relative;
      width: 100%;
      height: 100%;
    }
    .preloader-scooter-background {
      position: absolute;
        display: block;
        overflow: hidden;
        width: 80%;
        height: 100%;
        margin-right: auto;
        margin-left: auto;
        left: 0px;
        right: 0px;
        bottom: -200px;
        z-index: 999;
    }
    .loading-text {
      display: block;
      margin-top: 15%;
      margin-bottom: 12px;
      font-family: Barlowcondensed, sans-serif;
      color: #696969;
      font-weight: 700;
      text-align: center;
    }
    .l_bar {
      width:0%;
      margin:1em auto;
      border:none;
      height: 4px;
      background: #742337;
    }
    .l_img{
      position: absolute;
      width: 100%;
      display: block;
    }
  }
  