@import url(http://fonts.googleapis.com/css?family=Open+Sans);
body {
  background: transparent;
  font-family: 'PT sans narrow', sans-serif;
  color: white;
  text-shadow:1px 1px 2px #111;
  text-align:justify;
}

.overlay {
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.title {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 11;
  font-size: 4rem;
}

#fader {
  position: fixed;
  top: -45%;
  left: -50%;
  width: 200%;
  height: 200%;
}

@media only screen and (min-width: 1200px) {
    #fader {
    top: -30%;
    }
}

#fader img {
  position: absolute;
  left: 0;
  top:0;
  right: 0;
  bottom: 0;
  margin: auto;
  width:20% ;
  height: auto;
}
