@keyframes glow {
  from {
    text-shadow: 0px 0px 4px white; }
  to {
    text-shadow: 0px 0px 20px white; } }

@keyframes flash {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* line 24, /Users/mfrazer1/Documents/newgit/features/2016-virtual-guns-counterstrike-gambling/app/styles/main.scss */
html,
body {
  margin: 0;
  padding: 0;
  perspective: 500px;
  background-size: 10px; }

/* line 40, /Users/mfrazer1/Documents/newgit/features/2016-virtual-guns-counterstrike-gambling/app/styles/main.scss */
.title-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: white;
  z-index: 99;
  line-height: 1.5;
  text-align: center; }
  /* line 56, /Users/mfrazer1/Documents/newgit/features/2016-virtual-guns-counterstrike-gambling/app/styles/main.scss */
  .title-container.mobile h1 {
    color: black;
    text-shadow: 0 0 4px white; }
  /* line 60, /Users/mfrazer1/Documents/newgit/features/2016-virtual-guns-counterstrike-gambling/app/styles/main.scss */
  .title-container.mobile h2 {
    color: black;
    text-shadow: 0 0 1px white; }
  /* line 68, /Users/mfrazer1/Documents/newgit/features/2016-virtual-guns-counterstrike-gambling/app/styles/main.scss */
  .title-container h1 {
    line-height: 1.5 !important;
    letter-spacing: 1px !important;
    font-size: 1.5em;
    line-height: 1;
    font-family: 'BWDruk-Heavy';
    text-transform: uppercase;
    letter-spacing: 0em;
    padding: 10px;
    text-shadow: 0 0 4px white;
    color: white; }
    @media (min-width: 700px) {
      /* line 68, /Users/mfrazer1/Documents/newgit/features/2016-virtual-guns-counterstrike-gambling/app/styles/main.scss */
      .title-container h1 {
        font-size: 2em; } }
    @media (min-width: 1040px) {
      /* line 68, /Users/mfrazer1/Documents/newgit/features/2016-virtual-guns-counterstrike-gambling/app/styles/main.scss */
      .title-container h1 {
        font-size: 2.5em; } }
  /* line 94, /Users/mfrazer1/Documents/newgit/features/2016-virtual-guns-counterstrike-gambling/app/styles/main.scss */
  .title-container.loading h1 {
    animation: "flash" 0.5s linear infinite alternate; }
  /* line 98, /Users/mfrazer1/Documents/newgit/features/2016-virtual-guns-counterstrike-gambling/app/styles/main.scss */
  .title-container h2 {
    font-family: 'BWDruk-Regular';
    font-size: 1.25em;
    line-height: 1.5;
    color: white;
    padding: 0 10% !important;
    text-shadow: 0 0 4px black; }
    @media (min-width: 700px) {
      /* line 98, /Users/mfrazer1/Documents/newgit/features/2016-virtual-guns-counterstrike-gambling/app/styles/main.scss */
      .title-container h2 {
        font-size: 1.5em; } }
    @media (min-width: 1040px) {
      /* line 98, /Users/mfrazer1/Documents/newgit/features/2016-virtual-guns-counterstrike-gambling/app/styles/main.scss */
      .title-container h2 {
        font-size: 2em; } }
  /* line 114, /Users/mfrazer1/Documents/newgit/features/2016-virtual-guns-counterstrike-gambling/app/styles/main.scss */
  .title-container p {
    color: white;
    font-family: 'BWDruk-Regular';
    font-size: 1.25em; }

/* line 121, /Users/mfrazer1/Documents/newgit/features/2016-virtual-guns-counterstrike-gambling/app/styles/main.scss */
.canvas-container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-repeat: repeat;
  background-size: 200px;
  height: 500px;
  height: 100vh;
  background: url("../images/checker.png") repeat top left;
  background-size: 10px; }
  /* line 133, /Users/mfrazer1/Documents/newgit/features/2016-virtual-guns-counterstrike-gambling/app/styles/main.scss */
  .canvas-container .canvas-container-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2; }
  /* line 143, /Users/mfrazer1/Documents/newgit/features/2016-virtual-guns-counterstrike-gambling/app/styles/main.scss */
  .canvas-container canvas {
    z-index: 99; }
  /* line 146, /Users/mfrazer1/Documents/newgit/features/2016-virtual-guns-counterstrike-gambling/app/styles/main.scss */
  .canvas-container.mobile {
    background: url(../images/ak1.gif), url(../images/checker.png);
    background-size: 200px, 10px;
    background-position: center center, top left; }
    /* line 151, /Users/mfrazer1/Documents/newgit/features/2016-virtual-guns-counterstrike-gambling/app/styles/main.scss */
    .canvas-container.mobile .canvas-container-overlay {
      background: rgba(255, 255, 255, 0.4); }

/*# sourceMappingURL=../../sass */