@font-face {
    font-family: Big-Bottom;
    src: url(fonts/Big_Bottom_Typeface_Normal.ttf);
}

html {
    box-sizing: border-box;
    height: 100%;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
}

canvas {
    display: block;
}

#unity-container {
    width: 100%;
    height: 100%;
}

#unity-canvas {
    width: 100%;
    height: 100%;
    background-image: url("images/HD_background.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
}

#loading-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: left;
}

#unity-loading-bar {
    position: relative;
    width: 667px;
    height: 1080px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    transform-origin: top left;
}

#progress-logo-empty {
    width: 667px;
    height: 395px;
    background: url("images/HD_logo_empty.png") no-repeat left;
    position: relative;
}

#progress-logo-full {
    height: 0;
    width: 667px;
    position: absolute;
    bottom: 0;
    background: url("images/HD_logo_fill.png") no-repeat bottom;
}

#progress-value {
    font-family: Big-Bottom, sans-serif;
    font-size: xx-large;
    color: white;
    text-shadow: rgb(151 76 22) 0 1px, rgb(151 76 22) 1px 1px,
    rgb(151 76 22) 1px 0, rgb(151 76 22) 1px -1px, rgb(151 76 22) 0 -1px,
    rgb(151 76 22) -1px -1px, rgb(151 76 22) -1px 0, rgb(151 76 22) -1px 1px;
}

#progress-bar-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 35px;
    margin-bottom: 310px;
}

#progress-bar-empty {
    background: url("images/HD_bar_empty.png");
    width: 21px;
    height: 42px;
    margin: 0 2px;
}

#progress-bar-fill-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: absolute;
}

#progress-bar-fill {
    background: url("images/HD_bar_fill.png");
    width: 21px;
    height: 42px;
    margin: 0 2px;
}
