
/*
////////////////////////////////////////////////////////////////////////////////////////////
///                                                                                      ///
///  Developer Interactive UIUX  2021-2022                                               ///
///  Contact Shane Brumback https://www.shanebrumback.com                                ///
///  Message me for questions about this project                                         ///
///  I am developing this Open World Multiplayer PWA Concept using                       ///
///  Three.js and AWS Web Services Serverless Technologies                               ///                           
///                                                                                      ///
///                                                                                      ///
////////////////////////////////////////////////////////////////////////////////////////////
*/

body {
    /*background-image: url("/images/super-soldier-intro-loading-image.png");*/
    background-color: black;
    display: block;
    font-family: 'Raleway', sans-serif;
    position: fixed;
    width: 100%;
    height: 100%
}

#imgLoadingProgress {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

video {
    width: inherit;
    height: inherit;
}

video {
    position: fixed;
    width: 100%;
    height: 100vh;
}

html, body {
    margin: 0;
    height: 100%;
}

.neonText {
    color: #fff;
    text-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px #0fa
}

#imgPlayNow, #imgLoadingProgress, #imgPWABrowserGame {
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 25%;
    max-width: 25%;
    padding: 15px;
    z-index: 4000;
}

#divUIUXWrapper {
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    min-width: 100%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    padding: 20px;
}



#imgReticle {
    position: fixed;
    width: 25px;
    height: 35px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*opacity: .35;*/
}


#imgMuzzleFlare {
    display: none;
    position: fixed;
    pointer-events: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#appWrapper {
    display: block;
    min-width: 100%;
    min-height: 110%;
    position: fixed;
    top: 0;
    z-index: 10000;
}

@font-face {
    font-family: 'digital-clock-font';
    src: url('/fonts/digital-font-001/digital-7.ttf');
}

#divDigitalTimerIndexPage, #divDigitalTimerGame, #divHitData, #divScoreData {
    font-family: 'digital-clock-font';
    font-size: 2.5vw;
    min-width: 150px;
    max-width: 150px;
    min-height: 30px;
    max-height: 30px;
    text-align: center;
    margin: 0;
}

#divGameMessageData {
    font-family: 'digital-clock-font';
    font-size: 1vw;
    min-width: 150px;
    max-width: 150px;
    margin: 0;
}



#divScoreWrapper {
    display: flex;
    font-family: 'digital-clock-font';
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    max-height: 100px;
    min-width: 100%;
    max-width: 100%;
    position: fixed;
    top: 92%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    vertical-align: middle;
    margin: 0;
}



#divGameTime {
    font-family: 'digital-clock-font';
    font-size: 1.5vw;
    text-align: center;
    background-color: rgba(2, 7, 93, .35);
    border: 1px solid;
    margin: 0;
    border-color: lightgray;
    z-index: 9000;
    min-width: 150px;
    max-width: 150px;
    min-height: 75px;
    max-height: 75px;
    text-align: center;
    vertical-align: middle;
}

#divScore, #divGameMessage, #divHit {
    font-family: 'digital-clock-font';
    font-size: 1.5vw;
    text-align: center;
    background-color: rgba(2, 7, 93, .35);
    border: 1px solid;
    margin: 0;
    border-color: lightgray;
    z-index: 9000;
    min-width: 150px;
    max-width: 150px;
    min-height: 75px;
    max-height: 75px;
    text-align: center;
    vertical-align: middle;
}



#divTargeted {
    position: relative;
    font-size: 1.5vw;
    text-align: center;
    color: green;
    background-image: url("/images/reticle-white-score.png");
    background-repeat: no-repeat;
    background-size: 75px 75px;
    background-color: rgba(2, 7, 93, .35);
    border: 1px solid;
    border-color: lightgray;
    margin: 0;
    z-index: 9000;
    vertical-align: middle;
    min-width: 75px;
    max-width: 75px;
    min-height: 75px;
    max-height: 75px;
    text-align: center;
    vertical-align: middle;
    line-height: 75px;
}

#centeredTargetedText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.reticle-center-screen {
    position: fixed;
    top: 50%;
    left: 50%;
    font-size: 3vw;
    margin-top: -50px;
    margin-left: -100px;
    text-align: center;
    z-index: 9000;
}

#divProgressBar {
    display: block;
    width: 100%;
    max-width: 30%;
    color: white;
    background-color: rgba(2, 7, 93, .35);
    font-size: 1.5vw;
    border: 1px solid;
    border-color: lightgray;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    z-index: 10000;
}

canvas {
    width: 100%;
    min-width: 150px;
    min-height: 75px;
    margin: auto;
}





p {
    padding: 10px;
    white-space: normal;
}



#divMinimizeMaximize {
    display: block;
    width: 100%;
    max-width: 300px;
    color: white;
    background-color: rgba(101, 67, 33, .45);
    font-size: 1.5vw;
    border: 1px solid;
    border-color: lightgray;
    border-radius: 0;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow-y: hidden;
    overflow-y: auto;
    padding-left: 10px;
    padding-right: 10px;
}

#GlowLink {
    font-size: 1.5vw;
    text-shadow: 0 0 2px #fff, 0 0 1px #fff, 0 0 3px #fff, 0 0 6px #0fa;
    margin: auto;
}

#divGamePlayerListWrapper {
    position: fixed;
    top: 0;
    right: 10px;
    width: 100%;
    text-align: center;
    max-width: 325px;
    margin: auto;
    z-index: 10000;
}

#divGamePlayerList {
    display: block;
    width: 100%;
    max-width: 325px;
    min-height: 325px;
    max-height: 325px;
    color: white;
    background-color: rgba(101, 67, 33, .45);
    font-size: 1.5vw;
    border: 1px solid;
    border-color: lightgray;
    border-radius: 0;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow-y: hidden;
    overflow-y: auto;
}

#sceneGameMapBottomRightWrapper {
    display: block;
    position: relative;
    width: 100%;
    color: white;
    vertical-align: middle;
    text-align: center;
    background-color: rgba(101, 67, 33, .45);
    position: relative;
    vertical-align: middle;
    width: 100%;
    max-width: 325px;
    border: 1px solid;
    border-color: lightgray;
}

#imgHeaderTitleImage {
    min-width: 50%;
    max-width: 50%;
}

#imgHeaderSecondaryImage {
    min-width: 30%;
    max-width: 30%;
}

#divHeaderSecondaryImage {
    min-width: 30%;
    max-width: 30%;
}


#divGameTitleHeader {
    display: block;
    position: absolute;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    color: white;
    text-align: center;
    z-index: 6000;
    pointer-events: none;
}



html {
    overflow: scroll;
    overflow: hidden;
    overflow-y: hidden;
}

::-webkit-scrollbar {
    width: 0; /* Remove scrollbar space */
    background: transparent; /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    /*background: #FF0000;*/
}


html, body, p, label {
    height: 100%;
    margin: 0;
    font-size: 1vw;
}

#divFlexButtnn {
    display: flex;
    min-width: 100%;
    max-width: 100%;
    flex-direction: row;
    text-align: left;
    vertical-align: middle;
    margin: auto;
}



button {
    font-family: Arial Narrow;
    min-width: 300px;
    max-width: 300px;
    margin-top: 10px;
    color: white;
    font-size: 1.25vw;
    background-color: rgba(101, 67, 33, .90);
}

#btnSignup, #btnCloseUserMessage {
    min-width: 250px;
    max-width: 250px;
    color: black;
    font-size: 1.5vw;
}


button:hover {
    box-shadow: 0 0 7px #fff, 0 0 5px #fff, 0 0 8px #fff, 0 0 15px #0fa;
}

i:hover {
    text-shadow: 0 0 7px #fff, 0 0 5px #fff, 0 0 8px #fff, 0 0 15px #0fa;
}

#playGameIcon:hover {
    text-shadow: 0 0 7px #fff, 0 0 5px #fff, 0 0 8px #fff, 0 0 15px #0fa;
}

#setFlyBy:hover {
    text-shadow: 0 0 7px #fff, 0 0 5px #fff, 0 0 8px #fff, 0 0 15px #0fa;
}

#activePlayerNameIcon:hover {
    text-shadow: 0 0 7px #fff, 0 0 5px #fff, 0 0 8px #fff, 0 0 15px #0fa;
}



td {
    margin: 0;
    min-width: 95%;
    text-align: left;
    font-family: Arial Narrow;
    font-weight: bold;
}

input {
    margin: 0;
    min-width: 95%;
    max-width: 95%;
    text-align: left;
    font-family: Arial Narrow;
    font-size: 1vw;
    font-weight: bold;
}




.instructionsControls {
    display: block;
    min-width: 300px;
    max-width: 300px;
    color: white;
    background-color: rgba(101, 67, 33, .45);
    font-size: 1vw;
    border: 1px solid;
    border-color: lightgray;
    border-radius: 0;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    z-index: 6000;
}

#divCameraPositioningIndicatorWrapper {
    color: white;
    min-width: 300px;
    max-width: 300px;
    background-color: rgba(101, 67, 33, .45);
    font-size: 1vw;
    border: 1px solid;
    border-color: lightgray;
    border-radius: 0;
    white-space: nowrap;
    vertical-align: middle;
    z-index: 4000;
    overflow-y: auto;
    text-align: center;
}

#divCameraPositioningIndicatorContent {
    color: white;
    min-width: 95%;
    max-width: 95%;
    font-size: 1vw;
    left: 10px;
}


#divCameraPositioningIndicatorTitle {
    color: white;
    font-size: 30px;
    min-width: 300px;
    max-width: 300px;
}

#TableCameraPositioningIndicator {
    color: white;
    font-size: 30px;
    min-width: 300px;
    max-width: 300px;
    text-align: center;
}


#divShowMenu {
    position: fixed;
    top: 0;
    left: 10px;
    min-width: 320px;
    max-width: 320px;
    height: 100%;
    max-height: 100%;
    color: white;
    font-size: 1vw;
    white-space: nowrap;
    vertical-align: middle;
    z-index: 5000;
    text-align: center;
}

#divMenuContent {
    position: absolute;
    min-width: 300px;
    max-width: 300px;
    height: 90%;
    max-height: 900%;
    color: white;
    font-size: 1vw;
    white-space: nowrap;
    vertical-align: middle;
    z-index: 5000;
    text-align: center;
    overflow: hidden;
    overflow-y: auto;
    padding: 10px;
}


#tbMainMenu {
    display: block;
    min-width: 300px;
    max-width: 300px;
    color: white;
    font-size: 1vw;
    white-space: nowrap;
    vertical-align: middle;
    z-index: 5000;
    text-align: center;
}

#btnShowMenu, #btnHideMenu {
    display: none;
    min-width: 100%;
    max-width: 100%;
    color: white;
    background-color: rgba(101, 67, 33, .45);
    font-size: 1vw;
    border: 1px solid;
    border-color: lightgray;
    border-radius: 0;
    white-space: nowrap;
    vertical-align: middle;
    z-index: 7000;
    text-align: center;
}

#btnHideMenu {
    display: block;
    min-width: 100%;
    max-width: 100%;
    color: white;
    background-color: rgba(101, 67, 33, .45);
    font-size: 1vw;
    border: 1px solid;
    border-color: lightgray;
    border-radius: 0;
    white-space: nowrap;
    vertical-align: middle;
    z-index: 7000;
    text-align: center;
}


.btnPlayAgain {
    display: block;
    min-width: 100%;
    max-width: 100%;
    color: white;
    background-color: rgba(101, 67, 33, .45);
    font-size: 1vw;
    border: 1px solid;
    border-color: lightgray;
    border-radius: 0;
    white-space: nowrap;
    vertical-align: middle;
    z-index: 4000;
    text-align: center;
}

.btnContactMe {
    min-width: 100%;
    max-width: 100%;
    color: white;
    background-color: rgba(101, 67, 33, .45);
    font-size: 1vw;
    border: 1px solid;
    border-color: lightgray;
    border-radius: 0;
    white-space: nowrap;
    vertical-align: middle;
    z-index: 4000;
    text-align: center;
}


#btnCameraDataOn, #btnCameraDataOff {
    display: none;
    min-width: 100%;
    max-width: 100%;
    color: white;
    background-color: rgba(101, 67, 33, .45);
    font-size: 1vw;
    border: 1px solid;
    border-color: lightgray;
    border-radius: 0;
    white-space: nowrap;
    vertical-align: middle;
    z-index: 4000;
    padding: 10px;
    text-align: center;
}

#btnCameraDataOff {
    display: block;
    min-width: 300px;
    max-width: 300px;
}


#btnDevelopers {
    display: block;
    min-width: 300px;
    max-width: 300px;
    color: white;
    background-color: rgba(101, 67, 33, .45);
    font-size: 1vw;
    border: 1px solid;
    border-color: lightgray;
    border-radius: 0;
    white-space: nowrap;
    vertical-align: middle;
    z-index: 4000;
    padding: 10px;
    text-align: center;
}

.divDevelopers {
    display: block;
    color: white;
    min-width: 100%;
    max-width: 100%;
    font-size: 1.5vw;
    background-color: rgba(101, 67, 33, .45);
    border: 1px solid;
    border-color: lightgray;
    border-radius: 0;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
}

.divGameLoadingData {
    display: block;
    color: white;
    min-width: 100%;
    max-width: 100%;
    font-size: 5vw;
    background-color: rgba(101, 67, 33, .45);
    border: 1px solid;
    border-color: lightgray;
    border-radius: 0;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
}

#blocker {
    min-width: 300px;
    max-width: 300px;
}

#instructions {
    display: none;
    min-width: 35%;
    max-width: 35%;
    color: white;
    text-align: left;
    background-color: rgba(101, 67, 33, .45);
    border: 1px solid;
    border-color: lightgray;
    border-radius: 0;
    white-space: nowrap;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 6000;
}

#divGamePlayerSignIn {
    display: block;
    min-width: 35%;
    max-width: 35%;
    min-height: 475px;
    max-height: 475px;
    color: white;
    text-align: left;
    background-color: rgba(101, 67, 33, .45);
    border: 1px solid;
    border-color: lightgray;
    border-radius: 0;
    white-space: nowrap;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    top: 57%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 6000;
}

    #divGamePlayerSignIn:hover {
        box-shadow: 0 0 7px #fff, 0 0 5px #fff, 0 0 8px #fff, 0 0 15px #0fa;
    }

#divUserMessageWrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: -10px;
    min-width: 100%;
    min-height: 100%;
    z-index: 10000;
}

#divUserMessage {
    display: block;
    min-width: 350px;
    max-width: 350px;
    min-height: 350px;
    color: white;
    text-align: center;
    font-size: 1.5vw;
    background-color: rgba(101, 67, 33, .45);
    border: 1px solid;
    border-color: lightgray;
    border-radius: 0;
    vertical-align: middle;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 6000;
}



#instructionsModelLoaded {
    display: none;
    width: 100%;
    max-width: 30%;
    color: white;
    background-color: rgba(101, 67, 33, .45);
    font-size: 1.5vw;
    border: 1px solid;
    border-color: lightgray;
    border-radius: 0;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10000;
}




#MenuText {
    min-width: 100%;
    max-width: 280px;
    margin: 0;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1vw;
    white-space: normal;
}

#divSendMessage {
    display: flex;
    flex-direction: column;
    position: absolute;
    color: white;
    min-width: 95%;
    max-width: 95%;
    background-color: rgba(101, 67, 33, .45);
    border: 1px solid;
    border-color: lightgray;
    border-radius: 0;
    font-size: 1vw;
}

#txtemail, #txtcemail, #txtfname,
#txtcompanyname, #txtphonenumber,
#txtcompanyname, #txtPlayerName {
    height: 30px;
    min-width: 85%;
    max-width: 85%;
    border-radius: 20px;
    text-align: center;
}


#txtMessage {
    width: 275px;
    min-width: 85%;
    max-width: 58%;
    min-height: 200px;
    text-align: left;
    font-family: Arial Narrow;
    font-size: 1vw;
}



#P1Value, #P2Value, #P3Value, #P4Value {
    font-size: 1.5vw;
    color: white;
    font-family: Arial Narrow;
    text-align: right;
}



#MenuSubTitle {
    white-space: normal;
    font-size: 1vw;
    width: 90%;
    max-width: 90%;
    height: 100%;
    max-height: 100%;
    padding: 2vh;
    vertical-align: middle;
    margin: auto;
}


#sceneGameMapBottomRight {
    position: relative;
    vertical-align: middle;
    width: 100%;
    max-width: 325px;
    border-radius: 0;
    z-index: 1000;
}



#btnSendMessage, #btnCancelMessage {
    background-color: rgba(101, 67, 33, .45);
    min-width: 250px;
    max-width: 250px;
    color: white;
    font-size: 1vw;
}
/*//////////////////////////////////*/


/*mobile responsive*/
@media only screen and (max-width: 800px) {



    html, body {
        margin: 0;
        height: 100%;
    }

    #imgHeaderTitleImage {
        min-width: 98%;
        max-width: 98%;
    }

    #imgHeaderSecondaryImage {
        min-width: 75%;
        max-width: 75%;
    }

    #imgPlayNow, #imgPWABrowserGame, #imgLoadingProgress {
        position: fixed;
        display: none;
        min-width: 85%;
        max-width: 85%;
        top: 5%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 5000;
        padding: 10px;
    }


    #divUIUXWrapper {
        position: fixed;
        display: none;
        bottom: 0%;
        left: 50%;
        min-width: 100%;
        max-width: 100%;
        transform: translate(-50%, -50%);
        z-index: 1000;
        padding: 10px;
    }


    #divScoreWrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        min-height: 100px;
        max-height: 100px;
        min-width: 100%;
        max-width: 100%;
        position: fixed;
        top: 92%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        vertical-align: middle;
        margin: 0;
    }

    #divHit {
        font-size: 5vw;
        text-align: center;
        background-color: rgba(2, 7, 93, .35);
        border: 1px solid;
        margin: 0;
        border-color: lightgray;
        z-index: 9000;
        min-width: 150px;
        max-width: 150px;
        min-height: 100px;
        max-height: 100px;
        text-align: center;
        vertical-align: middle;
    }

    #divScore {
        font-size: 5vw;
        text-align: center;
        background-color: rgba(2, 7, 93, .35);
        border: 1px solid;
        margin: 0;
        border-color: lightgray;
        z-index: 9000;
        min-width: 150px;
        max-width: 150px;
        min-height: 100px;
        max-height: 100px;
        text-align: center;
        vertical-align: middle;
    }

    #divGameTime {
        font-size: 5vw;
        text-align: center;
        background-color: rgba(2, 7, 93, .35);
        border: 1px solid;
        margin: 0;
        border-color: lightgray;
        z-index: 9000;
        min-width: 150px;
        max-width: 150px;
        min-height: 100px;
        max-height: 100px;
        text-align: center;
        vertical-align: middle;
    }

    #divTargeted {
        position: relative;
        font-size: 5vw;
        text-align: center;
        color: green;
        background-image: url("/images/reticle-001.png");
        background-repeat: no-repeat;
        background-size: 100px 100px;
        background-color: rgba(2, 7, 93, .35);
        border: 1px solid;
        border-color: lightgray;
        margin: 0;
        z-index: 9000;
        vertical-align: middle;
        min-width: 100px;
        max-width: 100px;
        min-height: 100px;
        max-height: 100px;
        text-align: center;
        vertical-align: middle;
        line-height: 100px;
    }



    #btnSendMessage, #btnCancelMessage {
        background-color: rgba(101, 67, 33, .45);
        min-width: 250px;
        max-width: 250px;
        color: white;
        font-size: 4vw;
    }

    #divGameTitleHeader {
        display: none;
    }

    #GlowLink {
        font-size: 5vw;
        text-shadow: 0 0 2px #fff, 0 0 1px #fff, 0 0 3px #fff, 0 0 6px #0fa;
        margin: auto;
        padding: 10px;
    }

    #divCameraPositioningIndicatorWrapper, #btnCameraDataOn,
    #btnCameraDataOff {
        display: none;
    }

    div, button {
        font-family: Arial Narrow;
        color: white;
        min-width: 95%;
        max-width: 95%;
        margin-top: 10px;
        font-size: 5vw;
    }

    table {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0px;
    }

    #MenuText {
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
        font-size: 4vw;
        padding: 10px;
    }


    #MenuSubTitle {
        white-space: normal;
        font-size: 5vw;
        width: 100%;
        max-width: 100%;
        padding: 2vh;
        vertical-align: middle;
    }



    #divCameraPositioningIndicatorWrapper {
        min-width: 100%;
        max-width: 100%;
        background-color: rgba(101, 67, 33, .45);
        border: 1px solid;
        border-color: lightgray;
        border-radius: 0;
        white-space: nowrap;
        vertical-align: middle;
        z-index: 4000;
    }

    #divCameraPositioningIndicatorContent {
        color: white;
        min-width: 95%;
        max-width: 95%;
        font-size: 5vw;
        left: 10px;
    }

  

    #TableCameraPositioningIndicator {
        text-align: center;
        min-width: 100%;
        max-width: 100%;
    }




    #divShowMenu {
        position: fixed;
        top: 0;
        left: 0;
        min-width: 100%;
        max-width: 100%;
        min-height: 100%;
        max-height: 100%;
        white-space: nowrap;
        vertical-align: middle;
        z-index: 5000;
        text-align: center;
        overflow: hidden;
        overflow-y: auto;
    }

    #divMenuContent {
        position: absolute;
        min-width: 100%;
        max-width: 100%;
        min-height: 90%;
        max-height: 90%;
        white-space: nowrap;
        vertical-align: middle;
        z-index: 5000;
        text-align: center;
        overflow: hidden;
        overflow-y: auto;
    }


    #tbMainMenu {
        display: none;
        min-width: 100%;
        max-width: 100%;
        white-space: nowrap;
        vertical-align: middle;
        z-index: 5000;
        text-align: center;
    }

    #btnShowMenu, #btnHideMenu {
        display: block;
        min-width: 95%;
        max-width: 95%;
        color: white;
        font-size: 5vw;
        background-color: rgba(101, 67, 33, .45);
        border: 1px solid;
        border-color: lightgray;
        border-radius: 0;
        white-space: nowrap;
        vertical-align: middle;
        z-index: 7000;
        text-align: center;
        margin: auto;
    }

    #btnHideMenu {
        display: none;
        min-width: 95%;
        max-width: 95%;
    }


    .btnPlayAgain {
        display: block;
        color: white;
        min-width: 95%;
        max-width: 95%;
        font-size: 5vw;
        background-color: rgba(101, 67, 33, .45);
        border: 1px solid;
        border-color: lightgray;
        border-radius: 0;
        white-space: nowrap;
        vertical-align: middle;
        z-index: 4000;
        text-align: center;
    }


    #btnCameraDataOn, #btnCameraDataOff {
        display: none;
        color: white;
        min-width: 95%;
        max-width: 95%;
        font-size: 5vw;
        background-color: rgba(101, 67, 33, .45);
        border: 1px solid;
        border-color: lightgray;
        border-radius: 0;
        white-space: nowrap;
        vertical-align: middle;
        z-index: 4000;
        padding: 10px;
        text-align: center;
    }

    #btnCameraDataOff {
        display: block;
        color: white;
        min-width: 95%;
        max-width: 95%;
        font-size: 5vw;
    }


    #blocker {
        color: white;
        min-width: 100%;
        max-width: 100%;
        font-size: 5vw;
    }




    #btnDevelopers {
        display: block;
        color: white;
        min-width: 100%;
        max-width: 100%;
        font-size: 5vw;
        background-color: rgba(101, 67, 33, .45);
        border: 1px solid;
        border-color: lightgray;
        border-radius: 0;
        white-space: nowrap;
        vertical-align: middle;
        text-align: center;
    }

    .divDevelopers {
        display: block;
        color: white;
        min-width: 95%;
        max-width: 95%;
        font-size: 5vw;
        background-color: rgba(101, 67, 33, .45);
        border: 1px solid;
        border-color: lightgray;
        border-radius: 0;
        white-space: nowrap;
        vertical-align: middle;
        text-align: center;
    }



    .instructionsControls {
        display: block;
        min-width: 95%;
        max-width: 95%;
        color: white;
        background-color: rgba(101, 67, 33, .45);
        font-size: 4vw;
        border: 1px solid;
        border-color: lightgray;
        border-radius: 0;
        white-space: nowrap;
        vertical-align: middle;
        text-align: center;
    }

    #instructionsModelLoadedWrapper, #instructionsModelLoaded {
        display: none;
        width: 100%;
        max-width: 30%;
        color: white;
        background-color: rgba(101, 67, 33, .45);
        font-size: 5vw;
        border: 1px solid;
        border-color: lightgray;
        border-radius: 0;
        white-space: nowrap;
        vertical-align: middle;
        text-align: center;
        position: fixed;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 10000;
    }


    .btnContactMe {
        display: block;
        color: white;
        min-width: 95%;
        max-width: 95%;
        font-size: 5vw;
        background-color: rgba(101, 67, 33, .45);
        border: 1px solid;
        border-color: lightgray;
        border-radius: 0;
        white-space: nowrap;
        vertical-align: middle;
        text-align: center;
    }

    #divSendMessage {
        display: flex;
        flex-direction: column;
        position: absolute;
        color: white;
        min-width: 90%;
        max-width: 90%;
        background-color: rgba(101, 67, 33, .45);
        border: 1px solid;
        border-color: lightgray;
        border-radius: 0;
        font-size: 6vw;
    }


    input {
        margin: 0;
        min-width: 95%;
        max-width: 95%;
        text-align: left;
        font-family: Arial Narrow;
        font-size: 6vw;
        font-weight: bold;
    }


    #txtMessage {
        min-width: 90%;
        max-width: 90%;
        min-height: 200px;
        text-align: left;
        padding: 10px;
        font-family: Arial Narrow;
        font-size: 6vw;
        font-weight: bold;
    }

    #divGamePlayerList {
        display: none;
    }


    #divGamePlayerSignIn {
        display: none;
    }

    .divGameLoadingData {
        display: none;
    }

    #divGamePlayerList {
        display: none;
    }

    #btnDevelopers {
        display: none;
    }

    #divMinimizeMaximize, #divGamePlayerList, #divGameTitleHeader,
    #divGamePlayerSignIn, #sceneGameMapBottomRightWrapper {
        display: none;
    }

    #appWrapper {
        display: block;
        min-width: 100%;
        min-height: 100%;
        position: fixed;
        top: 0;
    }


    #divScoreWrapper {
        display: none;
    }
}
