/*/Assets/css/WalkingTour/base.css*/
html {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: hidden; }

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

#application {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  font-family: Circular Std Book, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased; }
#application #loading-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20vw; }

/*# sourceMappingURL=base.css.map */


