

/* https://github.com/lonekorean/gist-syntax-themes */
@import url('https://cdn.rawgit.com/lonekorean/gist-syntax-themes/848d6580/stylesheets/monokai.css');

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

div.scrollable {
    height: 300px; /* set the height of the div */
    overflow-y: auto; /* enable vertical scrolling */
    overflow-x: hidden; /* disable horizontal scrolling */
}

div::-webkit-scrollbar {
    width: 0.2em;
}



div {
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
 
}

a:link {
    text-decoration: none;
}


p, li, a {
    font-family: Arial;
}

#divSocialBox {
    flex-basis: 50%;
    white-space: nowrap;
}

#divGist {

    padding: 20px;
    overflow-y: scroll; /* or auto */
    overflow-x: hidden; /* or auto */
    max-height: 45%; /* set a specific height for the div */
    
}

#divRightCodeExampleLinksContainer {
    position: fixed;
    top: 0;
    right: 0;
    width: 32%;
    z-index: 4000;
    overflow-y: scroll; /* or auto */
    overflow-x: hidden; /* or auto */
    height: 100%; /* set a specific height for the div */
}

#divRightCodeExampleLinks {
    overflow-y: scroll; /* or auto */
    overflow-x: hidden; /* or auto */
    z-index: 4000;
}

.divVideoTopLeft {
    position: fixed;
    top: 0%;
    left: 0%;
    min-width: 25%;
    overflow-y: scroll; /* or auto */
   
    min-height: 50px;
}



#imgCodeExamples3DInteractive {
    position: fixed;
    top: 8%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 30%;
}

.gist-meta {
    display: none;
}

#divSocialIcons {
    display: flex;
    flex-wrap: nowrap;
    font-size: 3vh;
    min-width: 100%;
    text-align: left;
    padding-top: 15px;
}

h1 {
    font-size: 2vw;
    line-height: 90%;
    font-family: 'Koulen', Arial;
    color: white;
}

#imgLoading, #imgPCGame, #imgPlayNow {
    position: fixed;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 25%;
    max-width: 25%;
    padding: 15px;
    z-index: 4000;
}

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

h3 {
    color: white;
    font-size: 2.5vw;
    font-family: 'Koulen', Arial;
}

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



#divGameAdvertiser {
    font-family: 'Koulen', Arial;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 350px;
    height: 100vh; /* 100% of the window height */
    color: white;
    border: none !important;
    border-width: 0px;
    z-index: 7000;
    padding: 15px;
    background: rgba(0, 0, 0, .50);
}

#divBrowseGamesTitle {
    font-size: 3vw;
    line-height: 90%;
    font-family: 'Koulen', Arial;
    text-align: center;
    z-index: 5000;
}

#divHeaderTitle {
    position: fixed;
    top: 50%;
    right: 0px;
    color: white;
    font-size: 3vw;
    width: 30%;
    line-height: 90%;
    font-family: 'Koulen', Arial;
    padding: 15px;
    background: rgba(0, 0, 0, .50);
    z-index: 2000;
}

#divIntroStatement {
    display: none;
    position: fixed;
    top: 40%;
    left: 50%;
    color: white;
    max-height: 35%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 30%;
    overflow-y: scroll; /* or auto */
    overflow-x: hidden; /* or auto */
    padding: 15px;
    background: rgba(0, 0, 0, .50);
    z-index: 7000;
}


#divPageTitleImage {
    position: fixed;
    top: 10%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 45%;
    max-width: 45%;
    padding: 15px;
    z-index: 5000;
}

#divPageLoadingImage {
    position: fixed;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 20%;
    max-width: 20%;
    padding: 15px;
    z-index: 4000;
}





#divSecondaryTitle {
    color: white;
    width: 100%;
    font-size: 1.5vw;
    line-height: 4vh;
    font-family: 'Koulen', Arial;
}

#divGameAdvertiserInner {
    max-height: 100%;
    overflow: auto;
}


.container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.video-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}



.video-row {
    display: flex;
    width: 100%;
    text-align: left;
    padding: 10px;
}

.text-column {
    width: 30%;
    text-align: left;
    padding: 10px;
}

.video-column {
    width: 65%;
    font-size: 4vh;
    padding: 5px;
}



#img3DInteractive {
    position: fixed;
    top: 35%;
    right: 2%;
    width: 25%;
    background-color: rgba(0,0,0,0.5);
    z-index: 4000;
}

@media only screen and (max-width: 600px) {
    #divGameAdvertiser {
        display: none
    }

    link {
        color: white;
    }

    #img3DInteractive {
        position: fixed;
        top: 42%;
        top: 42%;
        left: 50%;
        width: 95%;
        transform: translate(-50%, -50%);
        background-color: rgba(0,0,0,0.5);
        z-index: 4000;
    }

    #imgLoading, #imgPCGame, #imgPlayNow {
        position: fixed;
        top: 30%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        min-width: 75%;
        max-width: 75%;
        padding: 15px;
        z-index: 4000;
    }

    h1 {
        font-size: 5vh;
        line-height: 90%;
        font-family: 'Koulen';
        color: white;
    }

    h2 {

        font-size: 3vh;
        color: white;
      
    }

    p {
        font-family: Arial;
    }

    i {
        color: white;
        font-size: 6vw;
        padding-bottom: 5px;
    }

    #divHeaderTitle {
        display: 'none';
        position: fixed;
        bottom: 0;
        left: 0;
        color: white;
        width: 95%;
        font-size: 4.25vh;
        line-height: 90%;
        text-align: left;
        font-family: 'Koulen', Arial;
        padding: 15px;
        background: rgba(0, 0, 0, .50);
        z-index: 2000;
    }

    #divPageTitleImage {
        position: absolute;
        top: 5%;
        min-width: 100%;
        max-width: 100%;
        padding: 15px;
        z-index: 5000;
    }

    #divPageLoadingImage {
        position: fixed;
        bottom: 5%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        min-width: 80%;
        max-width: 80%;
        padding: 15px;
        z-index: 4000;
    }

    #imgZombieAttackGameLoading {
        position: fixed;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        min-width: 95%;
        max-width: 95%;
        padding: 15px;
        z-index: 4000;
    }

    #divSecondaryTitle {
        color: white;
        width: 95%;
        font-size: 2.5vh;
        line-height: 3vh;
        padding: 15px;
        font-family: 'Koulen', Arial;
    }

    #divSocialIcons {
        display: block;
        font-size: 3vh;
        min-width: 100%;
        text-align: center;
        padding-top: 15px;
    }

    h3 {
        color: white;
        font-size: 7vw;
        font-family: 'Koulen', Arial;
        padding: 8px;
    }

    .video-row {
        flex-direction: column;
    }

    .text-column {
        width: 100%;
        text-align: left;
        font-size: 2.5vh;
    }

    .video-column {
        width: 100%;
    }
}

canvas {
    max-width: 100%;
    min-width: 100%;
}


.container {
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

    .container::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }

a {
   
    color: white;
    text-align: center;
    font-family: 'Koulen', Arial;
}

    a:link {
        
        color: white;
    }

    a:visited {
        text-decoration: none;
        color: white;
    }

    a:hover {
        text-decoration: none;
        color: white;
    }

    a:active {
        text-decoration: none;
        color: white;
    }

.container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.video-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.video-row {
    display: flex;
    width: 100%;
    text-align: left;
    padding: 10px;
}

.text-column {
    width: 30%;
    text-align: left;
    padding: 10px;
}

.video-column {
    width: 70%;
    font-size: 4vh;
}

#footer {
    bottom: 0;
    width: 100%;
}

#divInternalLinks {
    width: 60%;
}

#divProjectLinks {
    width: 60%;
}

@media only screen and (max-width: 600px) {
    .video-row {
        flex-direction: column;
    }

    .text-column {
        width: 100%;
        text-align: left;
        font-size: 2.5vh;
    }

    .video-column {
        width: 100%;
    }

    #footer {
        bottom: 0;
        width: 95%;
    }

    #divInternalLinks {
        display: none;
    }

    #divProjectLinks {
        display: none;
    }

    #divRightCodeExampleLinkksContainer {
        position: fixed;
        top: 55%;
        right: 0;
        width: 98%;
        z-index: 4000;
        max-height: 55%; /* set a specific height for the div */
        overflow-y: scroll; /* or auto */
        overflow-x: hidden; /* or auto */
    }

    #imgCodeExamples3DInteractive {
        position: fixed;
        top: 5%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: 95%;
    }


    #divRightCodeExampleLinks {

        overflow-y: scroll; /* or auto */
        overflow-x: hidden; /* or auto */
        z-index: 4000;
    }


    #divGist {
        position: fixed;
        top: 10%;
        left: 0;
        overflow-y: auto; /* or auto */
        overflow-x: hidden; /* or auto */
        max-width: 98%; /* set a specific height for the div */
        max-height: 25%; /* set a specific height for the div */
        padding: 5px;
    }

    .divVideoTopLeft {
       display: none;
       
    }

    #divIntroStatement {
        display: none;
        position: fixed;
        top: 30%;
        left: 50%;
        color: white;
        max-height: 35%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        min-width: 95%;
        overflow-y: scroll; /* or auto */
        overflow-x: hidden; /* or auto */
        padding: 8px;
        background: rgba(0, 0, 0, .50);
        z-index: 7000;
    }


}
