
:root{

    --color-1-20:#ff7200;
    --color-1-30:#df6200;
    --color-1-50:#aa5000;
    

    --color-2-10:#fafafa;
    --color-2-50:#373737;
}

*,
::before,
::after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    font-family:  Verdana, Geneva, Tahoma, sans-serif;
}
html, body
{
  width:100%;
  min-height: 100px;

}

body
{
  display:flex;
  flex-direction: column;
  background-color: var(--color-2-50);
  height: 100%;
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  padding-top:16px;
  padding-bottom:8px;

}

header, footer,main
{
    max-width: 1280px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
header{
    align-items: center;
}
main
{
  padding:8px;
  padding-top: 16px;
  padding-bottom:8px;
  height:100%;
  min-height: 10px;
  font-size: 1.05em;
}
footer
{
    
    align-items: center;
    
}
nav
{
    /*
    margin-left: 380px;
    margin-bottom: 8px;
    margin-top:8px;
    */
    display: flex;
    flex-direction: column;
    justify-content: end;
    width:100%;
    align-items: center;
    padding-bottom: 4px;

}

nav ul
{
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap:4px;
    width:80%;

}
nav a
{
    display: block;
    padding: 4px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: white;

    border: 2px solid var(--color-1-50);
    width: 100%;

}
nav a:visited {  color: white; }

nav a:hover {
    text-decoration: none;
    color:var(--color-2-50);
}

section
{
    
	display:flex;
    flex-direction: column;
    gap:4px;

	background-color: white; /* #f4f4f4; */
	border:1px solid #D0D0D0;
	border-top:1px solid #D0D0D0;
    padding:10px;
	padding-left:20px;
	padding-right:20px;

    
}




.container-main, .container-header, .container-footer
{
    width:100%;
    display:flex;
    flex-direction: column;
    border-color: var(--color-1-50);
    background-color: var(--color-1-20);
    border-style: solid;
    min-height: 10px;
    justify-content: center;
    align-items: center;
    
}
.container-header
{
    border-top-width: 4px;
    border-bottom-width: 4px;
}
.container-footer
{
    border-top-width: 5px;
    border-bottom-width: 8px;
    padding-top:16px;
    padding-bottom:15px;
    color:var(--color-2-10);
}
.container-main
{
    border-color: unset;
    background-color: var(--color-2-10);
    height: 100%;
    min-height: 0px;
    padding-top:8px;
}



.content
{
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  height: 100%;
  min-height: 100px;
}


.flex-row
{
  display:flex;
  flex-direction: row;
}
.flex-column
{
  display:flex;
  flex-direction: column;
}




.w100{width: 100%;}
.h100{height: 100%;}
.p404{
    
    padding: 60px;
    border: 4px solid var(--color-1-30);
    align-items: center;
    display: flex;
    flex-direction: column;
}


.logo
{

    margin-top: -12px;
    z-index: 1000;
}

.main-sections
{
    display: flex;
    flex-direction: column;
    gap:4px;
    padding:8px;
}



.section-content
{
    display:flex;
    flex-direction: column;
    gap:32px;
}
.section-copy
{
    display:flex;
    flex-direction: column;
}

.thumbnail_ani_gif
{
    filter: drop-shadow(4px 4px 2px black);	
    
}
img{
    height: auto;
}

.thumbnail_192 img
{
    width: 192px;
    height: 192px;
    filter: drop-shadow(4px 4px 2px black);
}

#imgspacer
{
    width:274px;
    flex-shrink: 0;
    display: none;
}
@media only screen and (min-width: 480px) {
}

@media only screen and (min-width: 780px){
    .section-content{
        flex-direction: row;
    }
    
}
@media only screen and (min-width: 640px){

    header{
        flex-direction: row;
    }
    nav{
        justify-content: center;
        flex-direction: row;
        padding-top:8px;
        padding-left:220px;
     
    }
    nav ul{
        flex-direction: row;
        gap:16px;
    }
    nav a{
        border: unset;
    }
    .logo
    {
        position: absolute;
        margin-top: 16px;
        z-index: 1000;
    }
    #imgspacer{
        display: block;
    }

}


.loadmsg
{
    position: absolute; 
    left: 50%; 
    top: 50%; 
    -webkit-transform: translate(-50%, -50%); 
    transform: translate(-50%, -50%);
    color:white;
    margin: 0px;
    padding: 0px;
}
.loadmsg span
{
    font-size: 60px;
    font-weight: 900;
    color: #ff7200;
    opacity: 25%;
}

.webgl-content * {border: 0; margin: 0; padding: 0}

.webgl-content
{
    margin: 0px;
    padding:4px;
    border-radius: 6px;
    background-color: rgb(41, 41, 41);

    border: 5px solid #373737;

    width:100%;
    height: 100%;

}

.game-container
{
    padding:6px;
    padding-right:24px;
    background-color: var(--color-1-20);

    border: 5px solid var(--color-1-50);
    border-radius: 6px;
    position:relative;
}
#gameContainer, #unity-canvas
{
    width:100%;
    height: 100%;
    
}

.expando
{
    background-image: url('/static/www/img/expando.png'); 
    background-size: 24px 24px;
    background-repeat:no-repeat;
    background-position: center;
    width: 32px; 
    height: 32px;
    background-color: var(--color-1-20);
    border: 3px solid var(--color-1-50);
    border-radius: 6px;

    position:absolute;
    top:-16px;
    right:-16px;
    z-index: 1;
    
    /*visibility: hidden;*/

}