/* Scss Document */
@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400,700");
small,
.small {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
}

html {
  margin: 0 !important;
  padding: 0 !important;
}

body {
  font-family: "Ubuntu", Helvetica, sans-serif;
  font-weight: 400;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 100vh;
}

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.btn-google-play {
  background: url("/images/google-play-badge.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 150px;
  width: 150px;
  height: 40px;
}

.btn-apple-appstore {
  background: url("/images/apple-appstore-badge.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 150px;
  width: 150px;
  height: 40px;
}

.footer {
  background-color: #797979;
  color: #f3eee8;
}
.footer a {
  color: #fff;
  font-weight: 400;
}

.embed-responsive-16by10::before {
  padding-top: 62.5%;
}

.webgl-content * {
  border: 0;
  margin: 0;
  padding: 0;
  background-color: #35333a;
}

.webgl-content .logo,
.uprogress {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.webgl-content .logo {
  background: url("/images/Logo.Dark.png") no-repeat center/contain;
  width: 154px;
  height: 130px;
}

.webgl-content .uprogress {
  height: 18px;
  width: 141px;
  margin-top: 90px;
}

.webgl-content .uprogress .empty {
  background: url("/images/progressEmpty.Dark.png") no-repeat right/cover;
  float: right;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.webgl-content .uprogress .full {
  background: url("/images/progressFull.Light.png") no-repeat left/cover;
  float: left;
  width: 0%;
  height: 100%;
  display: inline-block;
}

.webgl-content .logo.Dark {
  background-image: url("/images/fzw_logo.png");
}

.webgl-content .uprogress.Dark .empty {
  background-image: url("/images/progressEmpty.Dark.png");
}

.webgl-content .uprogress.Dark .full {
  background-image: url("/images/progressFull.Dark.png");
}

.webgl-content .footer {
  margin-top: 5px;
  height: 38px;
  line-height: 38px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 18px;
}

.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("/images/fzw_logo.png");
  width: 320px;
  float: left;
}

.webgl-content .footer .title {
  margin-right: 10px;
  float: right;
}

.webgl-content .footer .fullscreen {
  background-image: url("/images/fullscreen.png");
  width: 38px;
  float: right;
}
