body.page-wrapper {
  width: 100vw;
  margin: 0 -10px !important;
}

.webgl-content * {
  border: 0;
  margin: 0;
  padding: 0;
}
.webgl-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  /* top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); */
}

#unityContainer {
  width: 100vw !important;
  height: 75vh !important;
  overflow: hidden !important;
}
@media (max-width: 1440px) {
  #unityContainer {
    height: 71vh !important;
  }
}
@media (max-width: 1366px) {
  #unityContainer {
    height: 65vh !important;
  }
}

.webgl-content .logo,
.progress {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.webgl-content .logo {
  background: url("top_blue_logo.png?version=1") no-repeat center / contain;
  width: 154px;
  height: 130px;
}
.webgl-content .progress {
  height: 18px;
  width: 141px;
  margin-top: 90px;
}
.webgl-content .progress .empty {
  background: url("progressEmpty.Light.png") no-repeat right / cover;
  float: right;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.webgl-content .progress .full {
  background: url("progressFull.Light.png") no-repeat left / cover;
  float: left;
  width: 0%;
  height: 100%;
  display: inline-block;
}

.webgl-content .logo.Dark {
  background-image: url("progressLogo.Dark.png");
}
.webgl-content .progress.Dark .empty {
  background-image: url("progressEmpty.Dark.png");
}
.webgl-content .progress.Dark .full {
  background-image: url("progressFull.Dark.png");
}

.webgl-content .footer {
  margin: 27px 0;
  line-height: 38px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.webgl-content .footer .webgl-logo,
.title,
.fullscreen {
  height: 100%;
  display: inline-block;
  background: transparent center no-repeat;
}
.webgl-content .footer .webgl-logo {
  background-image: url("top_blue_logo.png?version=1");
  width: 150px;
  float: left;
  background-size: contain;
  background-position: center;
  margin-left: 27px;
  height: 45px;
}

.webgl-content .footer .title {
  margin-right: 10px;
  float: right;
}
.webgl-content .footer .fullscreen {
  background-image: url("fullscreen.png");
  width: 38px;
  float: right;
  height: 38px;
}
.webgl-content #header {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 27px;
  position: relative;
  width: 100%;
}
.logo-container {
  width: 200px;
  position: relative;
}
img {
  max-width: 100%;
  position: relative;
}
.nav {
  position: relative;
  display: block;
  list-style: none;
  width: 75%;
  text-align: right;
  margin-right: 27px;
}
.nav li {
  display: inline-block;
  position: relative;
  margin-right: 3.5%;
}
.nav li a {
  text-decoration: none;
  color: #4a4a4a;
  font-size: 18px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.7;
}
a.iplanit {
  text-decoration: none;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.7;
  margin-right: 27px;
}
.nav li a:hover:before {
  right: 0;
}
.nav li a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -33%;
  background: #00b2e2;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.app-links ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-links ul li:first-of-type a {
  display: block;
}
.app-links ul li img {
  max-width: 161px;
}
.qr-code {
    max-width: 200px !important;
    margin: 0 auto;
    display: block;
  }
.app-download{
    width: 100%;
    max-width: 230px;
    background-color: #fff;
    display: none;/* temprarly disabled change to flex when enabled */
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .body{
    display:flex;
  }
