﻿
/* Reset body/html margins to eliminate gap between browser chrome and game canvas */
html, body {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* Game container - positioned absolute at top to hold the Three.js canvas */
#container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

/* Remove default inline spacing on canvas elements */
canvas {
    display: block;
}

iframe {
    -webkit-transform: scale(.75);
    transform: scale(.75);
}


#divUIUX {
    width: 100%;
    max-width: 300px;
    color: white;
    font-family: Raleway;
    font-size: 1vw;
    white-space: nowrap;
    text-align: center;
}

a {
    color: white;
}

h2 {
    color: white;
    font-size: 1.5vw;
    font-family: 'Koulen', Arial;
    margin: 0px;
    text-align: center;
    padding: 10px;
}

#img3DInteractive {
    display: none;
    position: static;
    top: auto;
    left: auto;
    width: 300px;
    transform: none;
    background-color: transparent;
    z-index: 4000;
}


#divUIUXWrapper {
    color: white;
    font-family: Raleway;
    font-size: 1vw;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    min-width: 100%;
    max-width: 100%;
    position: fixed;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0,0,0,0.5);
}

.neonText {
    color: #fff;
    text-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px #0fa
}

@font-face {
    font-family: 'digital-clock-font';
    src: url('../fonts/digital-7.ttf');
    font-size: 4vh;
}

.link:hover {
    cursor: default;
}

div, button {
    z-index: 10;
}

link {
    color: white;
}

a {
    text-decoration: none;
}

i {
    color: white;
    font-size: 5vw;
}

#container {
    position: relative;
}


.googleIcons {
    display: inline-block;
    color: white;
    font-size: 5vw;
    max-width: 20%;
    padding: 2.5vw;
}

.googleIconHome {
    color: white;
    font-size: 5vw;
    max-width: 20%;
    padding: .25vw;
}

/*pc*/
.divSocialMediaLinks {
    display: inline-block;
    min-width: 100%;
    max-width: 100%;
    text-align: center;
}

#divSocialMediaLinksHome {
    color: white;
    font-size: 3vw;
    display: inline-block;
    min-width: 100%;
    max-width: 100%;
    text-align: center;
    display: none;
}

/*pc links*/
#divPlinks {
    display: inline-block;
    display: flex;
    flex-direction: row;
    min-width: 100vw;
    max-width: 100vw;
    min-height: 75vh;
    max-height: 75vh;
    margin: 0;
}


button {
    background-color: #008CBA; /* Green */
    min-width: 10vw;
    max-width: 10vw;
    font-family: 'Press Start 2P';
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

/*pc divButtonContainerBrowsers*/
#divButtonContainerBrowsers {
    position: fixed;
    top: 85vh;
    left: 50vw;
    max-width: 90vw;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}


#divMenuTitle {
    text-align: center;
    background-color: black;
    padding: 10px;
    width: 35%;
    min-width: 35%;
    max-width: 35%;
}

#divTools {
    background: rgba(56,56,56, 0.5);
    padding: 10px;
    width: 35%;
    min-width: 35%;
    max-width: 35%;
}

/*pc*/
#PageHeaderTitle {
    display: none;
    text-align: center;
    font-size: 5vh;
    height: auto;
    color: white;
    background: rgba(56, 56, 56, 0.5);
    padding: 10px;
}

td {
    padding: 10px;
}

button:hover {
    background-color: lightgray;
    color: black;
}

body {
    margin: 0;
    font-family: 'Press Start 2P';
    overflow: hidden; /* Hide scrollbars */
}

canvas {
    background-size: cover;
    z-index: -9999;
}

#mainGameScene {
    width: 100%;
    height: 100%;
    /*background-blend-mode: screen;*/
    background: url(../images/space-wow-dogecoin-game-background.jpg);
    background-size: 100% 100%;
    background-size: cover;
    /*background-color: navy;*/
    z-index: -9999;
}



/*pc loading text*/
#divLoading {
    position: fixed;
    top: 95vh;
    left: 50vw;
    max-width: 75vw;
    max-height: 10vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    background: rgba(10, 10, 26, 0.85);
    font-size: 1vw;
    padding: 3vh;
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 10px;
    white-space: nowrap;
    vertical-align: middle;
    z-index: 4000;
    box-shadow: none;
}

/*pc loading title*/
#divLoadingTitle {
    color: white;
    font-size: 3vw;
    text-align: center;
    line-height: 7vh;
    text-shadow: 4px 4px navy;
    z-index: 4000;
}



h1 {
    color: white;
    font-size: 3vw;
    margin: auto;
    padding: 0px;
}



#divSignInButton {
    min-width: 30vw;
    max-width: 30vw;
    color: white;
    background: rgba(18,10,143, 0.5);
    font-size: 1vw;
    padding: 3vh;
    border: 1px solid;
    border-color: gray;
    border-radius: 5vh;
    white-space: nowrap;
    display: none;
}

#divSignOutButton {
    min-width: 30vw;
    max-width: 30vw;
    color: white;
    background: rgba(18,10,143, 0.5);
    font-size: 1vw;
    padding: 3vh;
    border: 1px solid;
    border-color: gray;
    border-radius: 5vh;
    white-space: nowrap;
    display: none;
}

/*pc play mow*/

#divPlayButton {
    position: fixed;
    top: 45vh;
    left: 50vw;
    width: 90vw;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    background: rgba(10, 10, 26, 0.85);
    font-size: 1.15vw;
    padding: 1.75vh;
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 10px;
    white-space: nowrap;
    vertical-align: middle;
    z-index: 4000;
    display: none;
    box-shadow: none;
}



/*pc*/
#divHome {
    position: fixed;
    top: 95vh;
    left: 50vw;
    min-width: 30vw;
    max-width: 30vw;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    background: rgba(10, 10, 26, 0.85);
    font-size: 1vw;
    padding: 3vh;
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 10px;
    white-space: nowrap;
    display: none;
    box-shadow: none;
}

/*pc divproductlinks*/
#divProductLinks {
    position: fixed;
    top: 80vh;
    left: 50vw;
    max-height: 25vh;
    max-width: 90vw;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    background: rgba(18,10,143, 0.5);
    font-size: 1vw;
    padding: 3vh;
    border: 1px solid;
    border-color: gray;
    border-radius: 5vh;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}


/*pc exit game*/
#divStartOver {
    position: fixed;
    bottom: 10px;
    right: 5%;
    width: 20%;
    max-width: 275px;
    min-height: 30px;
    color: white;
    background: rgba(10, 10, 26, 0.85);
    font-size: 1.5vw;
    padding: 2vh;
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 10px;
    white-space: nowrap;
    display: none;
    text-align: center;
    z-index: 10;
    box-shadow: none;
}

/*//pc timer view*/
#divGameTimer {
    position: fixed;
    bottom: 10px;
    left: 5%;
    width: 20%;
    max-width: 275px;
    min-height: 30px;
    color: white;
    background: rgba(10, 10, 26, 0.85);
    font-size: 1.5vw;
    padding: 2vh;
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 10px;
    white-space: nowrap;
    display: none;
    text-align: center;
    box-shadow: none;
}

.neonText {
    color: #fff;
    text-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px #0fa
    /*0 0 82px #0fa*/
    /*0 0 92px #0fa*/
    /*0 0 102px #0fa,
          0 0 151px #0fa;*/
}

#time {
    padding: 5px;
}

#render {
    /*background: #0000FF;*/
    width: 100vw;
    height: 100vh;
    visibility: hidden;
}

#curtain {
    background: black;
    opacity: 0;
    width: 20vw;
    height: 100vh;
    visibility: hidden;
}

.screen-change {
    animation-name: screen-change;
    animation-duration: 3s;
}

@keyframes screen-change {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }
    /* Waiting time */
    70% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*pc coin count*/
#divCoinCount {
    position: absolute;
    top: 5vh;
    left: 50%;
    min-width: 100vw;
    max-width: 100vw;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    font-size: 2vw;
    text-align: center;
    vertical-align: top;
    text-shadow: 4px 4px black;
    z-index: 1000;
}

#divMyNameLink {
    position: fixed;
    top: 90%;
    left: 50%;
    width: 50vw;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    border: 1px solid;
    background: rgba(18,10,143, 0.5);
    font-size: 1vw;
    padding: 3vh;
    border-color: white;
    border-radius: 5vh;
    text-align: center;
}

/*pc coin scene status*/
#sceneGameStatusTopLeft {
    position: fixed;
    top: 2%;
    right: 20px;
    left: auto;
    z-index: 1000;
}



/*pc*/
#divMainHUD {
    display: none;
    position: fixed;
    top: 10px;
    right: 10px;
    left: auto;
    bottom: auto;
    -webkit-transform: none;
    transform: none;
    text-align: center;
    z-index: 5000;
}

/*pc coin HUD*/
/* Hide the 3D coin HUD canvas - renderer appendChild is commented out in JS,
   so this div is empty and just creates unwanted spacing between coin image and score */
#canvasHUDCoin {
    display: none;
}

#canvasGalaxy {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3000;
}

#divHUDCoinScore {
    min-width: 100px;
    max-width: 100px;
    margin-top: 10px;
    z-index: 3000;
    color: white;
    font-size: 1.5vw;
    text-align: center;
}

/*pc asteroid HUD*/
#canvasHUDAsteroid {
    min-width: 100px;
    max-width: 100px;
    min-height: 100px;
    max-height: 100px;
    z-index: 3000;
}

#divHUDAsteroidScore {
    min-width: 100px;
    max-width: 100px;
    min-height: 100px;
    max-height: 100px;
    z-index: 1000;
    color: white;
    font-size: 1.5vw;
    text-align: center;
}

/*pc dog treat HUD*/
#canvasHUDDogTreat {
    position: relative;
    top: 0vw;
    left: 0vh;
    min-width: 100px;
    max-width: 100px;
    min-height: 100px;
    max-height: 100px;
    z-index: 3000;
}

#divHUDDogTreatScore {
    min-width: 100px;
    max-width: 100px;
    min-height: 100px;
    max-height: 10px;
    z-index: 1000;
    color: white;
    font-size: 1.5vw;
    text-align: center;
}



/*pc*/
#divGameInfoPopUp {
    position: fixed;
    top: 50vh;
    left: 50vw;
    min-width: 38vw;
    max-width: 38vw;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1vw;
    padding: 3vh;
    border: 1px solid;
    border-color: white;
    border-radius: 5vh;
    text-align: center;
    background: rgba(18,10,143, 0.5);
    display: none;
    line-height: 4vh;
    z-index: 2000;
    -webkit-box-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px #0fa;
    -moz-box-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px #0fa;
    box-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px #0fa
}

/*pc more products button*/
#divMoreProducts {
    min-width: 30vw;
    max-width: 30vw;
    color: white;
    background: rgba(18,10,143, 0.5);
    font-size: 1vw;
    padding: 3vh;
    border: 1px solid;
    border-color: gray;
    border-radius: 5vh;
    white-space: nowrap;
    display: none;
}


/*pc product links container*/
#divProductLinksContainer {
    position: absolute;
    top: 50vh;
    left: 50vw;
    max-width: 40vw;
    min-width: 40vw;
    min-height: 60vh;
    max-height: 60vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: scroll;
    overflow-x: hidden;
    color: white;
    text-align: center;
    vertical-align: middle;
    display: none; /* Safari and Chrome */
}

#divDeveloperInfoContainer {
    position: absolute;
    top: 50vh;
    left: 50vw;
    max-width: 50vw;
    min-width: 50vw;
    min-height: 60vh;
    max-height: 60vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(18,10,143, 0.5);
    font-family: Arial;
    color: white;
    font-size: 1.5vw;
    text-align: center;
    vertical-align: middle;
    display: none; /* Safari and Chrome */
}

#divProductLinksContainer {
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

    #divProductLinksContainer::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }





#divLargeUserMessage {
    position: fixed;
    top: 48%;
    left: 50%;
    min-width: 50vw;
    max-width: 50vw;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1vw;
    text-align: center;
    display: none;
    text-shadow: none;
    line-height: 5vh;
    z-index: 10;
    background: rgba(10, 10, 26, 0.7);
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 16px;
    padding: 30px;
}

#divUserIntroMessage {
    position: fixed;
    top: 35%;
    left: 50%;
    min-width: 50vw;
    max-width: 50vw;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1vw;
    text-align: center;
    display: none;
    text-shadow: 4px 4px navy;
    line-height: 5vh;
    z-index: 10;
}



@media (max-width: 800px) { /*breakpoint responsive tablet*/

    #divUIUX {
        width: 100%;
        max-width: 300px;
        color: white;
        font-family: Raleway;
        font-size: 4vw;
        white-space: nowrap;
        text-align: center;
        z-index: 10;
    }

    #divUIUXWrapper {
        width: 100%;
        max-width: 300px;
        color: white;
        font-family: Raleway;
        font-size: 2vw;
        white-space: nowrap;
        text-align: center;
        display: none;
        z-index: 10;
    }

    /*mobile*/
    #divHUDCoins {
        position: absolute;
        min-width: 30vw;
        max-width: 30vw;
        min-height: 100px;
        max-height: 100px;
        padding: 1vw;
        z-index: 10;
    }

    #divHUDAsteroids {
        position: absolute;
        min-width: 30vw;
        max-width: 30vw;
        min-height: 100px;
        max-height: 100px;
        padding: 1vw;
        z-index: 10;
    }

    #divHUDDogeTreats {
        position: absolute;
        min-width: 30vw;
        max-width: 30vw;
        min-height: 100px;
        max-height: 100px;
        padding: 1vw;
        z-index: 10;
    }


    /*mobile*/
    #divMainHUD {
        display: none;
        position: fixed;
        top: 10px;
        right: 10px;
        left: auto !important;
        bottom: auto !important;
        transform: none !important;
        z-index: 5000;
    }

    /*pc coin HUD*/
    #canvasHUDCoin {
        min-height: 50px;
        max-height: 50px;
        min-width: 50px;
        max-width: 50px;
        z-index: 1000;
        z-index: 10;
    }

    #divHUDCoinScore {
        min-height: 10px;
        max-height: 10px;
        min-width: 50px;
        max-width: 50px;
        z-index: 1000;
        color: white;
        text-align: center;
        font-size: 2vh;
        z-index: 10;
    }

    /*pc asteroid HUD*/
    #canvasHUDAsteroid {
        min-height: 100px;
        max-height: 100px;
        z-index: 1000;
        z-index: 10;
    }

    #divHUDAsteroidScore {
        min-height: 10px;
        max-height: 10px;
        min-width: 100px;
        max-width: 100px;
        z-index: 1000;
        color: white;
        text-align: center;
        font-size: 3vh;
        z-index: 10;
    }

    /*pc dog treat HUD*/
    #canvasHUDDogTreat {
        min-height: 100px;
        max-height: 100px;
        z-index: 1000;
        z-index: 10;
    }

    #divHUDDogTreatScore {
        min-height: 10px;
        max-height: 10px;
        min-width: 100px;
        max-width: 100px;
        z-index: 1000;
        color: white;
        text-align: center;
        font-size: 3vh;
    }

    .googleIcons {
        color: white;
        font-size: 14vw;
        z-index: 10;
    }



    .divSocialMediaLinks {
        min-width: 100%;
        max-width: 100%;
        margin: 0px auto;
        text-align: center;
        z-index: 10;
    }


    /*mobile*/
    #sceneGameStatusTopLeft {
        position: fixed;
        top: 0;
        right: 10px;
        left: auto;
        min-width: auto;
        text-align: right;
        z-index: 10;
    }


    /*mobile loading text*/
    #divLoading {
        position: fixed;
        top: 50vh;
        left: 50vw;
        max-width: 75vw;
        min-width: 75vw;
        color: white;
        background: rgba(10, 10, 26, 0.85);
        font-size: 4vw;
        padding: 3vh;
        border: 1px solid rgba(0, 212, 255, 0.3);
        border-radius: 10px;
        white-space: nowrap;
        vertical-align: middle;
        z-index: 4000;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }

    #divMyNameLink {
        position: fixed;
        top: 85vh;
        left: 50vw;
        width: 75vw;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: white;
        font-size: 3vw;
        padding: 3vh;
        border: 1px solid;
        background: rgba(18,10,143, 0.5);
        border-color: white;
        border-radius: 5vh;
        text-align: center;
    }


    #divSignInButton {
        min-width: 100vw;
        max-width: 100vw;
        color: white;
        font-size: 3.75vw;
        border: 1px solid;
        border-color: gray;
        border-radius: 5vh;
        white-space: nowrap;
        display: none;
        text-align: center;
    }

    #divSignOutButton {
        min-width: 100vw;
        max-width: 100vw;
        color: white;
        font-size: 3.75vw;
        border: 1px solid;
        border-color: gray;
        border-radius: 5vh;
        white-space: nowrap;
        display: none;
        text-align: center;
    }


    #divPlayButton {
        position: fixed;
        top: 48vh;
        left: 50vw;
        min-width: 125px;
        max-width: 125px;
        color: white;
        background: rgba(10, 10, 26, 0.85);
        font-size: 5vw;
        padding: 3vh;
        border: 1px solid rgba(0, 212, 255, 0.3);
        border-radius: 10px;
        white-space: nowrap;
        vertical-align: middle;
        z-index: 4000;
        display: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }


    /*mobile*/
    #divHome {
        position: fixed;
        top: 85vh;
        left: 50vw;
        min-width: 75vw;
        max-width: 75vw;
        color: white;
        font-size: 3.75vw;
        padding: 2vh;
        background: rgba(10, 10, 26, 0.85);
        border: 1px solid rgba(0, 212, 255, 0.3);
        border-radius: 10px;
        text-align: center;
        display: none;
        line-height: 4vh;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }

    /*mobile start over exit*/
    #divStartOver {
        position: fixed;
        bottom: 10px;
        left: 75vw;
        min-width: 35vw;
        max-width: 35vw;
        min-height: 25px;
        max-height: 25px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: white;
        background: rgba(10, 10, 26, 0.85);
        font-size: 5vw;
        border: 1px solid rgba(0, 212, 255, 0.3);
        border-radius: 10px;
        text-align: center;
        white-space: nowrap;
        display: none;
        z-index: 10;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }

    /*mobile*/
    #divLargeUserMessage {
        position: fixed;
        top: 50vh;
        left: 50vw;
        min-width: 85%;
        max-width: 85%;
        color: white;
        font-size: 4vw;
        text-align: center;
        display: none;
        text-shadow: none;
        line-height: 4vh;
        margin: 0px auto !important;
        z-index: 10;
        background: rgba(10, 10, 26, 0.7);
        border: 1px solid rgba(0, 212, 255, 0.3);
        border-radius: 16px;
        padding: 20px;
    }

    /*mobile*/
    #divUserIntroMessage {
        position: fixed;
        top: 35vh;
        left: 50vw;
        min-width: 100vw;
        max-width: 100vw;
        color: white;
        font-size: 4vw;
        text-align: center;
        display: none;
        text-shadow: 4px 4px navy;
        line-height: 4vh;
        margin: 0px auto !important;
        z-index: 10;
    }

    /*/mobile*/
    #divCoinCount {
        position: absolute;
        top: 5vh;
        left: 50vw;
        min-width: 100vw;
        max-width: 100vw;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: white;
        font-size: 5.5vw;
        text-align: center;
        vertical-align: top;
        text-shadow: 4px 4px black;
        z-index: 10;
    }

    /*mobile timer */
    #divGameTimer {
        position: fixed;
        bottom: 10px;
        left: 25vw;
        min-width: 35vw;
        max-width: 35vw;
        min-height: 25px;
        max-height: 25px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: white;
        background: rgba(10, 10, 26, 0.85);
        font-size: 5vw;
        padding: 2vh;
        border: 1px solid rgba(0, 212, 255, 0.3);
        border-radius: 10px;
        white-space: nowrap;
        text-align: center;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }

    /*mobile*/
    #divGameInfoPopUp {
        position: fixed;
        top: 40%;
        left: 50%;
        min-width: 90vw;
        max-width: 90vw;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: rgba(18,10,143, 0.5);
        color: white;
        font-size: 3.5vw;
        padding: 8px;
        border: 1px solid;
        border-color: white;
        border-radius: 5vh;
        text-align: center;
        display: none;
        z-index: 2000;
        line-height: 4vh;
    }




    /*mobile product links container*/
    #divProductLinksContainer {
        position: absolute;
        top: 50vh;
        left: 50vw;
        max-width: 100vw;
        min-width: 100vw;
        min-height: 55vh;
        max-height: 55vh;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        font-size: xx-small;
        color: white;
        text-align: center;
        display: none;
    }


    /*mobile*/
    #divMoreProducts {
        position: fixed;
        top: 25vh;
        min-width: 100vw;
        max-width: 100vw;
        max-height: 30vh;
        max-height: 30vh;
        color: white;
        font-size: 3.75vw;
        border: 1px solid;
        border-color: gray;
        border-radius: 5vh;
        white-space: nowrap;
        display: inline-block;
        text-align: center;
        display: none;
    }


    /*mobile*/
    #divButtonContainerBrowsers {
        position: fixed;
        top: 95vh;
        left: 50vw;
        min-width: 100vw;
        max-width: 100vw;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    /*mobile*/
    #mainGameScene {
        /*background-blend-mode: overlay;*/
        background: url(../images/space-wow-dogecoin-game-background.jpg);
        background-size: 100% 100%;
        background-size: cover;
        /*background-color: lightblue;*/
        background-position: -500px 0px;
        z-index: -9999;
    }

  

    /*mobile*/
    #divPlinks {
        display: inline-block;
        display: flex;
        flex-direction: column;
        min-width: 100vw;
        max-width: 100vw;
        margin: 0;
    }

    #divDeveloperInfoContainer {
        position: absolute;
        top: 50vh;
        left: 50vw;
        max-width: 90vw;
        min-width: 90vw;
        min-height: 50vh;
        max-height: 50vh;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: rgba(18,10,143, 0.5);
        font-family: Arial;
        color: white;
        font-size: 4.5vw;
        text-align: center;
        vertical-align: middle;
        display: none;
    }

    #img3DInteractive {
        display: none;
        position: fixed;
        top: 35%;
        left: 50%;
        width: 70% !important;
        transform: translate(-50%, -50%);
        background-color: transparent;
        z-index: 4000;
    }
}


@media only screen and (max-width: 600px) {

    #divUIUX {
        width: 100%;
        max-width: 300px;
        color: white;
        font-family: Raleway;
        font-size: 5vw;
        white-space: nowrap;
        text-align: center;
    }


    #divUIUXWrapper {
        width: 100%;
        max-width: 300px;
        color: white;
        font-family: Raleway;
        font-size: 4vw;
        white-space: nowrap;
        text-align: center;
        display: none;
        position: fixed;
        bottom: 10%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: rgba(0,0,0,0.5);
    }
}

@media (max-width: 800px) {
    #divLoadingTitle {
        font-size: 6vw;
        white-space: nowrap;
        position: relative;
        z-index: 5000;
    }

    #divLoadingTitle img {
        width: 50px !important;
        height: auto !important;
    }

    #divGameHeader {
        z-index: 5000 !important;
    }

    #divHUDCoinScore {
        margin-top: 5px;
        font-size: 3vw;
    }
}
