body {
    background: #BDC89F;
    margin: 0;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#orientation {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../assets/orientation.jpg); 
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgb(0, 0, 0);
    z-index: 999;
    display: none;
}

@font-face {
    font-family: 'bariol_bold';
    src: local('bariol_bold'), url('../assets/fonts/bariol_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'shadow_regular';
    src: local('shadow_regular'), url('../assets/fonts/shadow_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}