 h2{
  font-family: 'BebasNeue';
  }
 
 body{
    background-image: url('./images/bg.jpg');
    background-repeat: no-repeat;
 }
 
/* Top left text */
.overlay-top-left {
  position: relative;
  top: 8px;
  left: 16px;
}

.thumbnail {
    position: relative;
}

.thumbnail:hover{
    color: #000000;
    opacity: 0.8; 
  
}

.thumbnail:hover .caption p{
    opacity: 1;  
  
}

.thumbnail:hover .popup{
    opacity: 1;
	height: 40px;
  
}

.thumbnail:hover .popup2{
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
  
}

.caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.5;
}

.caption p{
  font-weight: bold;
  color: #FFFFFF;
  opacity: 1;
 text-indent: 5px;
  
}

.game-details-wrap {
	padding:0;
    position: absolute;
    bottom: 0;
    left:0;
    right:0;
  
       
}

.app-button-wrap{

   display: flex;
	margin: 0.5em auto;
	transition-property: all, opacity, height;
	transition-duration: 0.2s, 0.2s, 0.5s;
	opacity: 0;
	width: 80%;
	justify-content: center;
	height: 0;
}

.popup2{

    visibility: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
}



.thumbnail:hover .app-button-wrap {
	opacity: 1;
	height: 40px;
}

.thumbnail .app-button-wrap a img {
	height: 30px;
}
.app-button-wrap a:nth-child(n+2) {
	margin-left: 5%;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@font-face {
  font-family: 'BebasNeue';
  src:  url('./fonts/BebasNeue-Regular.woff') format('woff');
}

.permanent-marker-regular {
  font-family: "Permanent Marker", cursive;
  font-weight: 60;
  font-style: normal;
  font-size: 30px;
  color: white;
   -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: grey;
}



 
