@font-face {
    font-family: 'LondrinaSolid';
    src: url("LondrinaSolid.otf") format("opentype");
    font-style: normal;
}

* {border: 0; margin: 0; padding: 0}

html, body {
    background: url('../images/main_background.png') no-repeat center center fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color:#fff;
    text-shadow: 1px 1px #000;
}

.webgl-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.game-holder {
    background:#fff;
    padding:5px;
    border-radius:8px;
    box-shadow: 0px 4px 1px #aaa;
    z-index:2;
}

.appstore-buttons {
    text-align: center;
    padding: 20px;
}

.loading-container {
    position: absolute;
    background-image: url('../images/washington_background.png');
    background-size: cover;
    background-repeat: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.loading-progress {
    position: absolute;
    bottom:10px;
    width:100%;
    text-align: center;
    font-family: LondrinaSolid;
    font-size: 20px;
}
