﻿
#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: 'GameFontFace';
  font-style: normal;
  font-weight: normal;
  src: url('st/Fonts/Gotham/Gotham Book.eot') format('embedded-opentype');
  src: url('st/Fonts/Gotham/Gotham Book.eot?#iefix') format('eot'),
         url('st/Fonts/Gotham/Gotham Book.woff') format('woff'),
         url('st/Fonts/Gotham/Gotham Book.ttf') format('truetype');
}

@font-face {
  font-family: 'DigitsFontFace';
  font-style: normal;
  font-weight: normal;
  src: url('st/Fonts/century/gothicb.ttf') format('truetype');
}



