@font-face {
    font-family:BobbyJonesSoft-Regular;
    src:url(../assets/fonts/BobbyJonesSoft-Regular.woff2) format("woff2"),
    url(../assets/fonts/BobbyJonesSoft-Regular.woff) format("woff"),
    url(../assets/fonts/BobbyJonesSoft-Regular.ttf) format("truetype")
}
html { height: 100%;}
body { padding: 0; margin: 0; background-color: #0E183B; width: 100%; height: 100%;
    font-family: BobbyJonesSoft-Regular,Helvetica,"sans-serif";
    color: #fff;
    background-image: url("../assets/playroom-bg.jpg"); background-size: cover; background-position: 50%; background-repeat: no-repeat}
#unity-container { position: relative; margin: 0 auto; width: 80%; aspect-ratio: 16/9 }
#unity-container.unity-desktop { margin: 0 auto; }
#unity-container.unity-mobile { width: 100%; height: 100% }
#unity-canvas { background: #101A3E; border: 1px solid #fff; border-radius: 15px;}
#unity-canvas:fullscreen {
    border: 0px;
    border-radius: 0px;
}
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#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-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; color: white; }
#fullscreen-button {   display: inline-block;
    width: 22px; height: 22px;  }
#unity-mobile-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
#headerMenu {
    display: block;
    margin: 20px auto; width: 80%;
}

#footer {
    display: block;
    margin: 4px auto; width: 80%;
    text-align: center;
}
#headerMenu li {
    display: inline;
    margin-right: 20px;

}
#headerMenu li a {
    color: #fff;
    text-decoration: none;
}

#headerMenu li span:hover, #headerMenu li a:hover, #headerMenu li a.active {
    color: #fab81c !important;
}


#headerMenu li:last-child {
    float: right;
    margin-right: 30px;
    cursor: pointer;
    clear: both;
}
#headerMenu li:last-child span {
    position: relative;
    top: -4px;
}

#mobile-warning {
    background-image: url("../assets/mobile-not-supported2.jpg");
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}

#playroomLogo {
    position: absolute;
    width: 150px;
    top: 20px;
    left: 20px;
}

#playroomLogoSmall {
    position: absolute;
    width: 8%;
    top: 20px;
    left: 20px;
}

.gameLogo{
    width: 30%;
    margin-top: 10%;
    float: left;
}
.gameLogo.first {
    width: 30%;
    margin-left: 16%;
    float: left;
    margin-right: 7%;
}

#pickTitle {
    clear: both;
    width: 100%;
    text-align: center;
    padding-top: 60px;
}

a {
    color: #fff !important;
    text-decoration: none;
}
a:hover {
    color: #fab81c !important;
}