body 
{ 
  background-color: #000000;
  margin: 0; 
  padding: 0; 
  overflow: hidden;   
  font-family: Arial, Helvetica, sans-serif;
}

#canvasContainer
{
  position: absolute; 
  left: 0px; 
  top: 0px; 
  height:0;
  width:0;
}

#preloading 
{ 
  position: absolute; 
  left: 0px; 
  top: 0px; 
  width: 100%; 
  height: 100%; 
}

#debug 
{ 
  background-color: #ff0000;
  position: absolute; 
  left: 0px; 
  top: 0px;     
  color: #ffffff;
  display: block;
  font-weight: bold;
  font-size: 15px;
  z-index: 1;
}

/* modal */
.modal 
{
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}

.modal-content 
{
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #fff;
  width: 60%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

@-webkit-keyframes animatetop 
{
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop 
{
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

.modal-close 
{
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal-close:hover,
.modal-close:focus 
{
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header 
{
  padding: 2px 16px;
  background-color: #00bdf8;
  color: white;
}

.modal-body 
{
  padding: 10px 16px;
}


@font-face {
  font-family: "arial_black";
  font-style: normal;
  font-weight: 400;
   src: local('arial_black'),url('../assets/font/ARIBLK.TTF') format('truetype'); 
}﻿



@font-face {
  font-family: "pepsi_pl";
  font-style: normal;
  font-weight: 400;
   src: local('pepsi_pl'),url('../assets/font/PEPSI_pl.TTF') format('truetype'); 
}﻿





