html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background-color: black;
}

#renderCanvas {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    visibility: visible;
    touch-action: none;
}

#loadingScreen {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    background-image: url(../img/wl-background.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 9999;
    display: none;
}
#loadingScreenLogo {
    position: absolute;
    top:25%;
    left:50%;
    width:50%;
    height:50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../img/wl-logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    

}
#loadingScreenText {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 20px;
    bottom: 0;
    left: 0;
    font-family: 'Roboto', sans-serif;
    -ms-transform: translateY(100%);
    transform: translateY(100%);

}



#fps {
    position: absolute;
    font-size: 12px;
    color: white;
    top: 15px;
    left: 15px;
    width: 85px;
    z-index: 1;
    font-weight: bold;
    font-family: "Arial Narrow", Arial, sans-serif;
    text-shadow: 2px 2px black;
}

#overlay {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: flex;
}

#overlay ul {
    margin: 0;
    padding: 0;
}

#notSupportedHeader {
    color: #FFFFFF;
    width: 100%;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    background-color: #000000;
    border: 0px solid #888;
    text-align: center;
    padding-top: 10px;
    font-size: 20px;
    font-variant: small-caps;
    z-index: 3;
    cursor: default;
    display: none;
}
#notSupportedInfo {
    color: #797979;
    width: 100%;
    height: 30px;
    position: relative;
    top: 50%;
    margin-top: -30px;
    background-color: #000000;
    border: 0px solid #888;
    text-align: center;
    padding-top: 10px;
    font-size: 15px;
    font-variant: small-caps;
    z-index: 3;
    cursor: default;
    display: none;
}
#game_over {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 45px;
    font-family: sans-serif;
    text-shadow: 0 0 10px #000;
}

#game_over.hidden {
    display: none;
}

#settings {
    text-align: right;
    position: absolute;
    z-index: 2000;
    width: 100%;
}

input[type="range"] {
    background: rgb(94, 30, 30);
    width: 130px;
    height: 6px;
    -webkit-appearance: none;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -wekkit-border-radius: 8px;
    -webkit-box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.9), 0px 1px 1px 0px rgba(255, 255, 255, 0.13);
    -moz-box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.9), 0px 1px 1px 0px rgba(255, 255, 255, 0.13);
    box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.9), 0px 1px 1px 0px rgba(255, 255, 255, 0.13);
}

input[type="range"]:hover {
    background: rgb(194, 139, 131);
    width: 130px;
    height: 6px;
    -webkit-appearance: none;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -wekkit-border-radius: 8px;
    -webkit-box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.9), 0px 1px 1px 0px rgba(255, 255, 255, 0.13);
    -moz-box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.9), 0px 1px 1px 0px rgba(255, 255, 255, 0.13);
    box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.9), 0px 1px 1px 0px rgba(255, 255, 255, 0.13);
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    width: 25px;
    height: 15px;
    -webkit-appearance: none;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -wekkit-border-radius: 8px;
    border: 1px solid black;

    background: #a90329;
    background: -moz-linear-gradient(left, #a90329 0%, #8f0222 50%, #6d0019 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #a90329), color-stop(50%, #8f0222), color-stop(100%, #6d0019));
    background: -webkit-linear-gradient(left, #a90329 0%, #8f0222 50%, #6d0019 100%);
    background: -o-linear-gradient(left, #a90329 0%, #8f0222 50%, #6d0019 100%);
    background: -ms-linear-gradient(left, #a90329 0%, #8f0222 50%, #6d0019 100%);
    background: linear-gradient(to right, #a90329 0%, #8f0222 50%, #6d0019 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90329', endColorstr='#6d0019', GradientType=1);
}

input[type="range"]::-webkit-slider-thumb:hover {
    -webkit-appearance: none !important;
    width: 25px;
    height: 15px;
    -webkit-appearance: none;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -wekkit-border-radius: 8px;
    background-color: rgb(56, 13, 13);
    border: 1px solid black;

    background: -moz-linear-gradient(left, #1d2e38 0%, #2b4254 50%, #2b4254 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #1d2e38), color-stop(50%, #2b4254), color-stop(100%, #2b4254));
    background: -webkit-linear-gradient(left, #1d2e38 0%, #2b4254 50%, #2b4254 100%);
    background: -o-linear-gradient(left, #1d2e38 0%, #2b4254 50%, #2b4254 100%);
    background: -ms-linear-gradient(left, #1d2e38 0%, #2b4254 50%, #2b4254 100%);
    background: linear-gradient(left, #1d2e38 0%, #2b4254 50%, #2b4254 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d2e38', endColorstr='#2b4254', GradientType=1);
}

@font-face {
    font-family: Open Sans Ultra Bold;
    src: url(../fonts/Open_Sans/OpenSans-ExtraBold.woff);
}