body { 
    background-color : #f1f2ed;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sideButtons{
    width: 35px;
    position: absolute;
    background: transparent;
    border: none !important;
    outline: none;
    opacity: 0.5;
    text-align: left;
    color: white;
}

#audioPause{
    bottom: 2em;
    right: 2em;
}

.logo {
    position: absolute;
    width: 8em;
}

.logo-small {
    width: 3.5em;
}

.bottom-left {
    bottom: 2.5em;
    left: 2.5em;
}

.top-right {
    top: 2.5em;
    right: 2.5em;
}

.logo a img {
    width: 100%;
}

.container{
    z-index: 1;
    height:100%;
    width:100%;
    color: #FFFFFF;
}


#icons {
    font-size: 32px;
}

#playButton, #loading, #noWebGL{
    font-size: 13px;
}

#noWebGL {
    position: relative;
    margin: auto;
    width: 40%;
}

.centerBox{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

progress {
    position: absolute;
    z-index: 100;
}

body {
    color: #ffffff;
    font-family:Monospace;
    font-size:13px;
    text-align:center;
    font-weight: bold;

    background-color: #000000;
    margin: 0px;
    overflow: hidden;
}

#overlay {
    width: 100vw;
    height: 100vh;
    background-color: #000;
    z-index: 100;
    transition: all 1.2s;
    -moz-opacity: 100;
    filter: alpha(opacity=100);
    color: white;
}

.hidden {
    visibility: hidden;
    transition: all 1s;
    opacity: 0;
}
.shown {
    visibility: visible;
    transition: all 1s;
    opacity: 1;
}

#expand-overlay {
    position: absolute;
    bottom: 0px;
    right: 0px;
    transform: translateY(100%);
    padding: 5px;
    cursor: default;
    background-color: #222;
}
.expand-overlay {
    float: right;
    margin-left: 10px;
    margin-right: 10px;
}

#overlay-container {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    box-sizing: border-box;
    padding: 5%;
}

#overlay-text {
    font-size: 2em;
}

.text {
    text-align: center;
    /*position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
    width: auto;
    */
    padding: 100px;
    box-sizing: border-box;
    transform: translate(0, 10%);
}

#intro-text {
    margin-bottom: 30px;
}

a {
    text-decoration: none;
    color: #ffffff;
}

#tester {
    position: fixed;
}