@font-face {
    font-family: "Helvetica55";
    src: url("../fonts/Helvetica 55 - 18px - HelveticaNeueLTStd-Roman.otf");
}
@font-face {
    font-family: "Helvetica75";
    src: url("../fonts/Helvetica 75 - 22px - HelveticaNeueLTStd-Bd 1.otf");
}

body {
  background-color: #05182c;
}
#gamecontainer:focus {
  outline: 0;
}
#canvasLarge{
  width: 832px;
  height: 624px;
  background: white;
}
#canvas {
  cursor: none;
  background: white;
  width: 100%;
  height: 100%;
  outline: 0;
}
#canvas:focus {
  outline: 0;
}
#startButton{
  background-color: rgba(0,0,0,0);
  width: 100%;
  height: 100%;
  border: 0;
}
#startButton:focus{
  outline: 0;
}
#splash {
  width: 832px;
  height: 624px;
  margin: 0 auto;
  background-image:url("../img/img-nova-elements-splash.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.hide {
  display: none !important;
}

#ext_video {
  position: absolute;
  z-index: 1;
  height: 624px;
  width: 832px;
}

.modal {
  display: none;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
#modalBox {
  font-family: "Helvetica55";
  line-height: 3.5vh;
  font-size: 2.5vh;
  text-align: center;
  color: #8ac1ff;
  background-color: #0b2140;
  padding: 8vh;
  margin: 20vh auto; /* 15% from the top and centered */
  width: 40vh;
  height: 30vh;
}

#closeModal {
  font-family: "Helvetica55";
  padding-top: 1vh;
  font-size: 1.6vh;
  text-align: center;
  text-shadow: .25vh .25vh #333333;
  color: #d7e0f7;
  font-weight: 800;
  border: 0;
  border-radius: .5vh;
  background-color: #1759e3;
  width: 20vh;
  height: 3.5vh;
}
