
#unity-container { position: absolute }
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }
#unity-container.unity-mobile { width: 100%; height: 100% }
#unity-canvas { background: #808080 }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; background: url('progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center }
#unity-footer { position: relative }
.unity-mobile #unity-footer { display: none }
#btn-connect-wallet { float:left; width: 204px; height: 38px; background: url('btn-connect-wallet.png') no-repeat center }
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#wallet-address { float: left; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#unity-fullscreen-button { float: right; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center }
#unity-mobile-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }



  /* @font-face {
    font-family: 'Optima';
    font-weight: bold;
    src: local('Optima'), url('font/Optima-Bold.ttf') format('truetype');
  } */
  
  /* @font-face {
    font-family: 'Optima';
    font-weight: normal;
    src: local('Optima'), url('font/Optima-Regular.ttf') format('truetype');
  } */

  html, body {
    font-family: 'Optima', sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-position: top;
    background-size: cover;
    min-height: 100vh;
  
  }
  

  body { 
    background-image: url('images/bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #game-container {
    position: absolute;
    left: 50%;

    transform: translate(-50%, 0%);
    /* background: transparent; */
  }

  #unity-canvas {
    height: 100%;
    width: 100%;
    background-image: url("images/loading-screen.png") !important;
    background-color: #00000000 !important;
    background-position: 50% 0 !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
  }

  .nav{
      background-color: #583522;
      height: 50px;
      width: 100%;
      color: #ffffff;
      display: flex;
      justify-content: space-between;
      align-items: center;
      

  }
  .nav .logo{
        padding-left: 10px;
}

.nav .info .connect{
    background-color: #f3ab2b;
    height: 50px;
    padding: 10px 20px;
    cursor: pointer;
}

.main-container {
    display: flex;
    justify-content: space-between;
    height: 100vh;
}

.side-left {
    height: 100%;
    width: 120px;
 
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}
.icon-menu{
    justify-content: center;
}

.side-right {
    height: 100%;
    padding: 30px;
    display: flex;
    flex-flow: column;
    align-items: center;

}

.social-icon{
    max-width: 50px;
}

.logo-icon{
  max-width: 100px;
}

.menu-item{
    padding: 20px 0;
}

.center {
  height: 200px;
  width: 800px;

  font-family: 'Optima';
  font-weight: 900;
  font-size: 48px;
  text-shadow: 2px 2px black;
  
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -400px;
}
