img, canvas {
  box-shadow: none;
}

.fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

#background {
  background-color: #fff;
  z-index: 10;
}

#loading {
    height: 400;
    width: 100%;

    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -125px;

    background: url('../img/loading.gif') center no-repeat;
    text-align: center;
    z-index: 20;
}

#screen {
  z-index: 25;
}

#clipTorpe {
    z-index: 30;
    opacity: 0.5;
    background: white;
}

#clipTorpe img{
    height: 750px;
    width: 750px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -375px;
    margin-left: -375px;
    display: block;
}

#credits {
    background: black;
    z-index: 50;
    display: none;
}

#creditsText {
    color: white;
    position: absolute;
    text-align: right;
    font-size: 25px;
    bottom: 50px;
    right: 50px;
}

#creditsText a{
    color: white;
}

.firstColumn {
    float: left;
    width: 420px;
}
