body { padding: 0; margin: 0 }
#unity-container { position: absolute }
#unity-container { width: 100%; height: 100% }
#unity-canvas { background: #231F20 }
#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: fixed; display: flex; height: 350px; flex-direction: column; justify-content: center; align-items: center; width: 100%; bottom: 0; margin-top: 5px; line-height: 100px; }
#unity-webgl-logo { float:left; width: 204px; height: 38px; background: url('webgl-logo.png') no-repeat center }
#unity-build-title { float: right; margin: 10px; line-height: 38px; font-family: arial; font-size: 24px; color: white; text-shadow: 0px 1px 4px #000;}
#unity-fullscreen-button { float: right; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center }
#unity-webxr-link { float: left; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#entervr:enabled { margin: 10px;  border-style: solid; border-width: 5px; border-color: white; width: 150px; height: 50px; background-color: #900; display: inline-block; border: #FFFFFF; color: white; }
#enterar:enabled { margin: 10px; border-style: solid; border-width: 5px; border-color: white; width: 150px; height: 50px; background-color: #900; display: inline-block; border: #FFFFFF; color: white; }
#entervr:disabled { margin: 10px; width: 150px; height: 50px; background-color: #dddddd; display: inline-block; border: #FFFFFF; }
#enterar:disabled {margin: 10px;  width: 150px; height: 50px; background-color: #dddddd; display: inline-block; border: #FFFFFF; }
button, button a, .button {
  position: relative;
  font-size: 1.3em;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #fff !important;
  border: 0;
  cursor: pointer;
  text-decoration: none;
}
button, .button {
  margin: 10px 0 0 0;
  padding: 8px 28px;
  background-color: #F00;
  background: #900;
  border-radius: 40px;	
  transition: transform 0.3s, background-color 0.3s;
}
button:hover {
  background: #F00;
	  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2);

}
