/*Atma (Semi-bold).*/

body {
    margin: 0;
    padding: 0;
}

#font-loader {
    position: absolute;
    top: -100%;
    left: -100%;
}
.font-atma {font-family: Atma;}

div#frame {
    top: 0;
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    background: #000;
}

div#content {
    position: absolute;
}

canvas#stage {
    width: 100%;
    height: 100%;
}

div#captions {
    font-family: Arial, Helvetica, sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
    font-size: 1.1em;
    background: rgba(0,0,0,0.4);
    color: white;
    line-height: 1.6em;
    pointer-events: none;
    -webkit-touch-callout: none;
    user-select: none;
    cursor: default;
}

#framerate {
    top: 0;
    left: 0;
    position: fixed;
    pointer-events: none;
    color: #fff;
    font-size: 12px;
    padding: 5px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    font-family: "Lucida Console", Monaco, monospace;
    -webkit-touch-callout: none;
    user-select: none;
    cursor: default;
}

#box2D-debug-canvas {
    background: none;
    position: absolute;
    z-index: 100;
    pointer-events: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

a.toggle {
    top: 25% !important;
}
