body { 
  font: 400 1em/1.5 "Neuton";
  background: #090d00; 
  color: rgba(255,255,255,.25); 
  text-align: center; 
  margin: 0 
}

.container {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
}

.social {
  margin-top: 20px;
}

.social a {
  float: left;
  margin-left: 10px;
}

.social a:hover {
  opacity: 0.7;
}

.title {
  margin: 20px 0 40px 0;
  text-transform: uppercase;
  letter-spacing: .5em;
  display: inline-block;
  border: 4px double rgba(255,255,255,.25);
  border-width: 4px 0;
  padding: 1.5em 0em;
  width: 1000px;
}


.title span {
  font: 700 6em/1 "Oswald", sans-serif;
  letter-spacing: 0;
  padding: .25em 0 .325em;
  display: block;
  margin: 0 auto;
  text-shadow: 0 0 10px rgba(255,255,255,.5);

/* Clip Background Image */
/*
    background: url(http://f.cl.ly/items/010q3E1u3p2Q0j1L1S1o/animated_text_fill.png) repeat-y;
    -webkit-background-clip: text;
*/
/* Animate Background Image */
/*
    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 80s linear infinite;*/

/* Activate hardware acceleration for smoother animations */
/*
    -webkit-transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
*/
}

/* Animate Background Image */

@-webkit-keyframes aitf {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

@font-face {
  font-family: 'Dismecha';
  src: url("fonts/Dismecha.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Asenine';
  src: url("fonts/ASENINE_.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: doubleFeature;
  src: url('fonts/Double_feature20.ttf');
}

span.main-title {
  font-family: 'Dismecha';
}

.games {

}

.game {
  margin: 20px 0;
  outline: 1px solid white;
  opacity: 0.5;
  position: relative;
}

.game:hover {
  opacity: 1;
}

.game:hover .links{
  display: block!important;
}

.game .screenshot {
  width: 1000px;
  height: 250px;
}

.game .links {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  color: #ffffff;
  display: none;
}

.game .links a{
  margin: 0 10px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Asenine";
  text-decoration: none;
  letter-spacing: 2px;
}

.game-title {
  font-size: 100px;
  color: white;
  text-align: center;
  width: 100%;
  letter-spacing: 8px;
  font-weight: normal;
  position: absolute;
  top: 50px;
}

.zombierun .screenshot {
  background: url(images/zombierun.png)
}

.zombierun .game-title {
  font-family: doubleFeature;
}

.presidendijooks .screenshot {
  background: url(images/presidendijooks.png)
}

.fruityfingers .screenshot {
  background: url(images/fruityfingers.png)
}

.triggerreflex .screenshot {
  background: url(images/triggerreflex.png)
}

/* Small width */
@media (max-width: 1002px) {
  .container, .container .title {
    padding: 0 1%;
    width: 98%;
  }

  .container .title {
    padding: 0;
    font-size: 12px;
  }

  .game .screenshot {
    padding: 0 1%;
    width: 98%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .zombierun .game-title {
    font-size: 50px;
  }

}

@media (max-width: 600px) {
  .title span.main-title {
    font-size: 32px;
  }
}

@media (max-width: 400px) {
  .zombierun .game-title {
      font-size: 34px;
  }
}