@font-face {
  font-family: 'LootCrate_Font_v1';
  src:  url('fonts/LootCrate_Font_v1.eot?aom52g');
  src:  url('fonts/LootCrate_Font_v1.eot?aom52g#iefix') format('embedded-opentype'),
    url('fonts/LootCrate_Font_v1.ttf?aom52g') format('truetype'),
    url('fonts/LootCrate_Font_v1.woff?aom52g') format('woff'),
    url('fonts/LootCrate_Font_v1.svg?aom52g#LootCrate_Font_v1') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'LootCrate_Font_v1' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
    text-align: center;
    overflow: hidden;
    
    margin: 0;
    font-family: "LootCrate_Font_v1", sans-serif;
    /*font-kerning: none;*/
    /*letter-spacing: 0.12em;*/
}

canvas {
    overflow: hidden;
    position: absolute;
    
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

canvas {
    overflow: hidden;
    position: absolute;
    
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

button {
    position: absolute;
    
    top: 50px;
    left: 25px;
}

#coinBar {
    display: inline-block;
    position: absolute;
    
    background-image: url("lib/UI/Coin_Meter.png");
    background-size: contain;
    background-position: center; 
    background-repeat: no-repeat;
    
    width: calc(7vh * 6.972);
    height: 7vh;
    top: 1vh;
    left: 1vw;
}

.coinNum {
    display: inline-block;
    position: relative;
    
    background-image: url("lib/UI/num/0.png"); 
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; 
    
    width: calc(5vh * 0.7177);
    height: 5vh;
    top: 16%;
}

.UIbutton {
    display: inline-block;
    position: absolute;
    background-size: cover;
    
    background-position: center;
    background-repeat: no-repeat;
    
    width: 8vh;
    height: 8vh; 
    top: 10vh; 
    left: 1vw;
}

#Shop_Button {
    background-image: url("lib/UI/buttons/Buy.png");
    top: 9vh;
}

#Mute_Button {
    background-image: url("lib/UI/buttons/Mute_off.png"); 
    top: 18vh;
}

#Settings_Button {
    background-image: url("lib/UI/buttons/Settings.png");
    top: 27vh;
}

#Help_Button {
    background-image: url("lib/UI/buttons/Help.png");
    top: 36vh;
}

#Left_Button {
    display: none;
    
    background-image: url("lib/UI/buttons/Left.png");
    
    width: calc(10vh * 0.652);
    height: 10vh;
    top: 50vh;
    left: 1vw;
}

#Right_Button {
    background-image: url("lib/UI/buttons/Right.png");
    
    width: calc(10vh * 0.652);
    height: 10vh;
    top: 50vh;
    left: calc(99vw - calc(10vh * 0.652));
}

.message {
    user-select: none;
    pointer-events: none;
    
    display: inline-block;
    position: absolute;
    
    width: 25vw;
    height: 6vw;
    left: 37.5vw;
    top: -20vh;
    
    background-color: #FFC02a;
    border-color: #DF5511;
    border-style: solid;
    border-width: 0.5vw;
    border-radius: 2vw;
    
    box-shadow: 0vw 1vw 0vw rgba(0,0,0,0.25);
    
    font-size: 3.8vw;
    line-height: 6.5vw;
    color: #DF5511;
    
    transition: 0.5s;
    
    /*
    text-shadow:
   -0.2vw -0.2vw 0 #DF5511,  
    0.2vw -0.2vw 0 #DF5511,
    -0.2vw 0.2vw 0 #DF5511,
     0.2vw 0.2vw 0 #DF5511;
    */
}