body {
    margin: 0px;
    padding: 0px;
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-style: regular;
    font-family: "Myriad Pro", Myriad, "Helvetica Neue", Helvetica, Arial, sans-serif;
    overflow: hidden;
}

.webgl-content{

padding: 15px;
    position: absolute;
    height: 1135px;
    width: 768px;
    top:0;
}

#loadingBlock, #errorBrowserBlock {
    padding: 0px;
    position: absolute;
    height: 100vh;
    width: 100vw;
    left: 0;
	top: 10;
    background-image: url("../img/background.png");
    background-size: cover;
    padding: 0;
}

#stayFixed{
	padding: 0px;
    height: 100vh;
    width: 100vw;
    position: fixed;
    left: 0;
	top:0;
    background-size: cover;
    padding: 0;
	transform: translate(-50%, -50%);
}

#gameContainer, canvas {
    position: fixed;
    height: 70vh;
	min-width:20vw;
    width: 20vw;
    margin-left: 10%;
    top:0;
    transform: translate(43%, 12%);
}

#fullScreenButton {
    height: 30px;
    width: 30px;
    position: absolute;
    z-index: 1;
    bottom: 5px;
    right: 5px;
    background-color: transparent;
    background-image: url("../img/fullScreen_on.png");
    background-size: 30px 30px;
    border: none;
    cursor: pointer;
}

.centered-div {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(0, -50%);
	width: 756px;
	height: 1137px;
	line-height: 1137px; /* Center the text vertically */
	font-size: 12px; /* Adjust font size as needed */
	font-weight: bold; /* Adjust font weight as needed */
	color: #000; /* Adjust text color as needed */
	border: 2px solid #000; /* Add border as needed */
}

.subtitle {
    color: #000000;
    font-size: 2.5vh;
    padding-top: 0vh;
    display: block;
    height: 100vh;
    width: 100vw;
    margin: auto;
	top:0;
    text-align: center;
}

.logo {
    height: 25vh;
    width: auto;
    display: block;
    margin: auto;
    margin-top: 2vh;
}

#disclaimer {
    font-size: 10px; /* Adjust the font size as needed */
    margin-top: 20px; /* Adjust the margin as needed */
    color: #888; /* Adjust the color as needed */
}

#alphaWarning {
    background-color: #FF0000; /* Adjust the background color as needed */
    color: #FFFFFF; /* Adjust the text color as needed */
    padding: 10px; /* Adjust the padding as needed */
    text-align: center;
}

#footerBOT {
    background-color: #000000; /* Adjust the background color as needed */
    color: #FFFFFF; /* Adjust the text color as needed */
    padding: 10px; Adjust the padding as needed
    text-align: center;
    position: absolute;
    height: 7vh;
    width: 100vw;
    transform: translate(0, -50%);
    margin-top:30%;
}

#footertext {
    color: #FFFFFF; /* Adjust the text color as needed */
    padding: 0px; Adjust the padding as needed
    text-align: center;
    position: relative;
}

#emptyBar {
    background: url("../img/progressEmpty.png") no-repeat right;
    float: right;
    width: 60%;
    height: 100%; /* Use percentage for height */
    display: inline-block;
    background-size: cover;
}

#fullBar {
    background: url("../img/progressFull.png") no-repeat right;
    float: left;
    width: 40%;
    height: 100%; /* Use percentage for height */
    display: inline-block;
}

#progressBar, #warningBrowserBlock, #warningMobileBlock, #errorContent {
    height: 8vh;
    width: 40vw;
    margin: auto;
    text-align: center;
}

#progressBar {
    height: 8vh;
    color: #666666;
    font-size: 4vh;
}

#warningBrowserBlock, #warningMobileBlock, #errorContent {
    margin-top: 15vh;
    color: #ff0000;
    font-size: 2.3vh;
}

.browserIcons {
    display: inline-flex;
    margin-top: 2vh;
}

.browserIcons a {
    width: 150px;
}

#errorContent {
    font-size: 3vh;
    margin-top: 5vh;
}

.keepRatio {
	padding: 15px;
    position: absolute;
    height: 100vh;
    width: 100vw;
    position: fixed;
    left: 0;
	top:0;
    background-size: cover;
    padding: 0;
}

.centered {
    height: 100%;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
}