#unity-container {
  position: fixed;
}

#unity-container.unity-desktop {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#unity-container.unity-mobile {
  position: fixed;
  width: 100%;
  height: 100%;
}

#unity-canvas {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.unity-mobile #unity-footer {
  display: none;
}

.unity-mobile #unity-canvas {
  width: 100%;
  height: 100%;
}

#unity-loading-bar {
  position: absolute;
  left: 50%;
  bottom: 3vh;
  z-index: 9999;
  transform: translate(-50%, -50%);
  display: block;
}

#unity-logo {
  width: 154px;
  height: 130px;
  background: url('unity-logo-dark.png') no-repeat center;
}

#water-loading-screen {
	width: 100%;
	height: 100%;
	z-index: 1;
	background-image: url('style/water_puddle.png');
	position: absolute;
	left: 50%;
	top: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	transform: translate(-50%, -50%);
}

#unity-progress-bar-empty {
	position: relative;
	width: 325px;
	height: 54px;
	background-image: url('style/loading_bar.png');
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-size: contain;
	z-index: 1;
	border-radius: 30px;
}

#unity-progress-bar-full {
	position: absolute;
	width: 100%;
	height: 100%;
	margin-top: 3px;
	transform: translate(0%,-100%); 
	background-image: url('style/progress_bar_line.png');
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 30px;
}

#progress-bar-label {
	position: relative;
	display: flex;
	justify-content: center;
	z-index: 10;
	align-items: center;
	height: 89%;
	color: white;
	font-weight: bold;
	top: 1px;
	font-size: 21px;
	text-shadow: -0.8px -0.8px 0 black, 0.8px -0.8px 0 black, -0.8px 0.8px 0 black, 0.8px 0.8px 0 black;
}

#unity-footer {
  position: relative;
}

.unity-mobile #unity-footer {
  display: none;
}

#unity-webgl-logo {
  float: left;
  width: 204px;
  height: 38px;
  background: url('webgl-logo.png') no-repeat center;
}

#unity-build-title {
  float: right;
  margin-right: 10px;
  line-height: 38px;
  font-family: Arial;
  font-size: 18px;
}

#unity-fullscreen-button {
  cursor: pointer;
  float: right;
  width: 38px;
  height: 38px;
  background: url('fullscreen-button.png') no-repeat center;
}

#unity-warning {
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translate(-50%);
  background: white;
  padding: 10px;
  display: none;
}

#test {
  position: absolute;
  top: 10%;
  left: 10%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 24px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
}

html,
body {
	background: #ddbe72;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    height: 100%;
	background-image: url('style/water_fullscreen.png');
    background-repeat: repeat-x;
    background-position: bottom center;
    background-size: contain;
    z-index: -1;
}

#fullscreen-unity{
  overflow: hidden; /* Hide scrollbars */
  position: absolute;
  width: 100%;
  height: 100%;
}

#fullScreen {
  position: absolute;
  text-align: left;
  left: 0px;
  top: 0px;
  z-index: 5;
  background-color: #FFDAB9;
  border: 4px solid #FF0000;
  border-radius: 10px;
  box-sizing:border-box;
}

.logo-position {
  max-width: 517px;
  max-height: 600px;
  position: center;
  transform: translate(50%, 50%);
}
