@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700);
html {
    height: 100%;
    background-color: #FFFFFF;
}

body {
    margin: 0;
    max-height: 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #FFFFFF;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    font-family: 'Roboto', sans-serif;
}

#application-canvas {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#application-canvas.fill-mode-NONE {
    margin: auto;
}

#application-canvas.fill-mode-KEEP_ASPECT {
    width: 100%;
    height: auto;
    margin: 0;
}

#application-canvas.fill-mode-FILL_WINDOW {
    width: 100%;
    height: 100%;
    margin: 0;
}

canvas:focus {
    outline: none;
}

#application-splash-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #FFFFFF;
}

#application-splash {
    position: absolute;
    top: calc(50% - 28px);
    width: 264px;
    left: calc(50% - 132px);
}

#logo {
    position: fixed;
    top: 30px;
    right: 30px;
    width: 200px;
    height: 80px;
}

#headline {
   text-align: center;
   font-size: 20px;
}

#application-splash img {
    width: 100%;
}

#progress-bar-container {
    margin: 20px auto 0 auto;
    height: 2px;
    width: 100%;
    background-color: #42515A;
}

#progress-bar {
    width: 0%;
    height: 100%;
    background-color: #FA5A00;
}

@media (max-width: 480px) {
    #application-splash {
        width: 170px;
        left: calc(50% - 85px);
    }
}

.block {
   position: fixed;
   width: 54px;
   height: 54px;
}

#block0 {
   bottom: 54px;
   background-color: #FA5A00;
}

#block1 {
   bottom: 0;
   left: 54px;
   background-color: #42515A;
}

#block2 {
   bottom: calc(54px * 3);
   left: calc(54px * 2);
   background-color: #D9DCDE;
}

#block3 {
   bottom: 0;
   left: calc(54px * 4);
   background-color: #FA5A00;
}

#block4 {
   bottom: calc(54px * 2);
   right: calc(54px * 2);
   background-color: #D9DCDE;
}

#block5 {
   bottom: 0;
   right: 54px;
   background-color: #FA5A00;
}

#block6 {
   bottom: 54px;
   right: 0;
   background-color: #42515A;
}

#version {
   position: fixed;
   bottom: 0;
   left: calc(54px * 2 + 10px);
   color: #D9DCDE;
   font-size: 16px;
}

#copyright {
   position: fixed;
   bottom: 0;
   right: calc(54px * 2 + 10px);
   color: #D9DCDE;
   font-size: 16px;
}
