@font-face {
	font-family: 'Roboto';
	src: url("../fonts/Roboto-Medium.ttf") format('truetype');
}

* {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', Verdana, sans-serif;
}

html {
	border-color: rgba(0, 0, 0, 1);
	height: 100%;
}

body {
	color: white;
	position: relative;
	width: 100%;
	height: auto;
	min-height: 35rem;
	padding: 2rem 0;
}

h1 {
	color: #054e0e;
	font-size: 2.5rem;
	line-height: 2.5rem;
	letter-spacing: 0.5rem;
	text-align: center;
}

a {
	text-decoration: none;
	color: #054e0e;
	line-height: 2rem;
}
#fullscreen { 
	text-decoration: none;
	color: #054e0e;
	line-height: 3rem;
}

#container {
	display: flex; 
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 2rem;
}

.menu{ top:12px; right:0px; position:absolute; }

.menu-header {
	font-size: 20px;
}

#current-language {
    width: 160px;
}

#current-theme {
    width: 120px;
}

#current-language, #current-theme {
	padding:8px;
	display: block;
	color: white;
	margin-top: 4px;
}

.dropdown-disabled #current-language, .dropdown-disabled #current-theme {
    background: #91bfa8;
}

.dropdown-enabled #current-language, .dropdown-enabled #current-theme {
    background: #054e0e;
}


#current-language::after, #current-theme::after {
	content: "\002304";
	float: right;
	margin-top: -3px;
}

a.selected {
	background: #ccc;
}

.dropdown {
    font-size: 14px;
    position: relative;
    color: #054e0e;
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    color: #054e0e;
    background-color: #f9f9f9;
    min-width: 120px;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
    padding: 6px 4px;
    z-index: 1;
}

.dropdown-enabled:hover .dropdown-content {
    display: block;
}

.dropdown-content a {
    color: #054e0e;
    padding: 2px 4px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #054e0e; color: #fff;}


/* Unity configuration */
.webgl-content * {border: 0; margin: 0; padding: 0}
/* .webgl-content {position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);} */

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

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

.webgl-content .footer {margin-top: 5px; height: 38px; line-height: 38px; font-size: 20px; text-transform: lowercase; text-align: justify;}
.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('../img/unity/webgl-logo.png'); width: 204px; float: left;}
.webgl-content .footer .sep {display: inline-block;vertical-align: middle;color: #054e0e;}
.webgl-content .footer .title {display: inline-block;vertical-align: middle;}
.webgl-content .footer .info {display: inline-block; vertical-align: middle;}
.webgl-content .footer .terms {display: inline-block; vertical-align: middle;}
.webgl-content .footer .privacy {display: inline-block; vertical-align: middle;}
.webgl-content .footer .fullscreen {display: inline-block; cursor: pointer;}
.webgl-content .footer .stretch {display: inline-block; width:100%; font-size:0; line-height:0; }
.webgl-content .footer .fullscreen span { margin-right: 12px; vertical-align: middle; }
.webgl-content .footer .fullscreen img {width: 20px; height: 20px; vertical-align: middle; background-color: #054e0e;}

