﻿
#stormDiv {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    width: 2048px;
    height: 1152px;
    background: url(st/windowBackground.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

#stormCanvas {
    position: absolute;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    background-color: rgba(4,13,35,1);
}

@font-face {
  font-family: 'GameFontNormal';
  font-style: normal;
  font-weight: normal;
  src: url('st/Fonts/DidactGothic-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'LuckyFortuneCursive';
    font-style: normal;
    font-weight: normal;
    src: url('st/Fonts/Magnolia Script.otf') format('truetype');
}

@font-face {
    font-family: 'LuckyFortuneBasic';
    font-style: normal;
    font-weight: normal;
    src: url('st/Fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'LuckyFortuneBold';
    font-style: normal;
    font-weight: normal;
    src: url('st/Fonts/Roboto-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'LuckyFortuneLight';
    font-style: normal;
    font-weight: normal;
    src: url('st/Fonts/Roboto-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'GameFontBold';
  font-style: normal;
  font-weight: bold;
  src: url('st/Fonts/DidactGothic-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'SystemFontFace';
  font-style: normal;
  font-weight: normal;
  src: url('st/Fonts/Gotham Book.eot') format('embedded-opentype');
  src: url('st/Fonts/Gotham Book.eot?#iefix') format('eot'),
         url('st/Fonts/Gotham Book.woff') format('woff'),
         url('st/Fonts/Gotham Book.ttf') format('truetype');
}