 @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400');

	/*@import url('https://fonts.googleapis.com/css?family=Merriweather:300,400,400i,900,900i');

@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400i');*/
 @import url('https://fonts.googleapis.com/css?family=Poly');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;text-align: center;
    background-color: transparent;
}






	/* 
	GENERIC
	* --------------------------------------- */

body{
	 font-family: 'Source Sans Pro', sans-serif;
	 font-weight: 200;
	 font-size: 20px;
	 color: #fff;
	 scroll-behavior: smooth;
	background-color: #000;

}

 h2{
	font-weight:400i;
	font-style: italic;
	font-size: 1.5em;
		font-family: 'Poly', serif;
		color: #fff;
}

 h1{
	font-weight: 400i;
	font-style: italic;
	font-size: 2.5em;
	font-family: 'Poly', serif;
	color: #fff;
}

hr.mini{

	width:20px;
	border: 0;
	border-top: solid 2px #ec008b;
	margin: 20px 0px;
}

hr.center{
	margin: 20px auto;
}

hr.minicenter{

	width:20px;
	border: 0;
	border-top: solid 2px #ec008b;
	margin: 20px auto;
}

 
a{
	color: #ec008b;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

#game a:hover{
	text-decoration: none;
}

 
/* -------FLEX boxes -------- */

#flexDiv{
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	align-content: stretch;
	 
	justify-content: center;
	-ms-flex-direction: column;
	-webkit-align-content: center;
	overflow: hidden;
 
	
}
 
 

 


.quote{
		font-style: italic;
		font-size: 1.5em;
		font-weight: 900;
	}
p.big{
		font-size: 7vh;
		font-weight: 900;
		color: #ed008c;
		margin-top: 10%;
		font-style: italic;
	}
 
p.small{
		font-size: 0.8em;
	}

p.medium{
		color: #000;
		font-size: 1em;
		line-height: 35px; 
	}
 
 


	/* sections
	* --------------------------------------- */


#landing_intro{
		background: url(../assets/backs/6.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: fixed;
		min-height: 70vh;
		color: #fff;
		font-size: 1em;
		
		text-align: center;
		
	}





#landing_middle{
 		 max-width: 550px;
		 height: 100%;
		 margin: 0 auto;

	}
 
.snicon {
    height: 40px;
    width: auto;
    margin: 15px;

}

 .footerImg {
    width: 150px;
    height: auto;
    margin:0 auto;

}

 
img.logoImg{
	 max-width: 450px;
    height: auto;
    
}

#about{		 
		 
		width: 100%;
		background-color: #000;
		font-size: 1.1em;		 
		text-align: center;
		padding: 25px 200px 0px 200px;
		margin: 50px auto;
	}

 

 #info{
  background: radial-gradient( #f8ecb4,#ffd200,#dbb500);
	height: 90vh;
    display: block;
	padding-top: 15%;
	width: 100%;

}

/*------------  games grid --------------*/
#games{

background: url(../assets/backs/5.jpg);
		background-size: cover;
		background-repeat: no-repeat;
background-attachment: fixed;
	max-width: 1100px;
	margin: 0 auto;
	padding: 100px 0;
}
#game{
		 max-width: 480px;
		 max-height: 270px;		
		 color: #fff;
		 margin: 20px;
 overflow: hidden;
}
img.gameTmb{

  	max-width: 100%;
	height: auto;
	  position: relative;

  }
 

img.storeLogo{

  	width: 100px;
	height: auto;
	 

  }
 


#game .caption{
  width: 100%;
  height: 150px;
  opacity: 1;
   background-color: #000000cc;
  transition: all 1s ease 0s;
  top: 0px;
  position: relative;
  transition: all 0.55s ease 0s;
} 
#game:hover .caption{
   top: -105px;
}


#game .caption{
  font-size:1.2em;
 
  text-transform: uppercase;
  color: #fff;
  margin: 0 auto;
  padding-top: 35px;
  font-family: 'Poly', serif;
}
 



/* FOOTER*/

#footer{
background-color: #000;
padding: 130px 0;
color: #fff
}


a.footerlink{
margin: 0 10px;
color: #e4e4e4;
}


a.footerlink:hover{
text-decoration: underline;	
color: #f00480;
}




/*
COOKIES
*/

#wrap_policy{
		text-align: left;
		margin: 100px auto;
		width:50%;
	}

#cookieWrap{
	width: 100%;
	height: 50px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99;
	background-color: #000;
	color: #fff;
	
	font-size: 0.8em;
}
#cookieWrap p{padding: 10px;
float: left;}

#cookieBut{
	float: right;
	background-color: #ec008b;
	color: #000;
	width: 7%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
	display: block;
	padding: 0.6em .8em;
	font-size: 1.2em;
	border-width: 2px;
	border-style: solid;
	white-space: nowrap;
}
#cookieBut:hover{
background-color: #000;
	color: #ec008b;
}

/* 404 */

#oops{
	font-family: 'Merriweather', serif;
	background: url(../assets/oops.jpg);
		background-size: 50% auto;
		background-repeat: no-repeat;
		background-position: center;
		min-height: 100vh;
		color: #ED1780;
		font-size: 1em;
		background-attachment: fixed;
		text-align: center;
}


#oops p {
	padding: 50px 0 0 0;
	font-size: 3em;

}
 
/*  ::::::::::::::::::::::::::: */
/* --------MOBILE ----------*/
/*  ::::::::::::::::::::::::::: */



@media screen and (max-device-width: 480px){
	h1{
		font-size:2em;
	}

 
 	.homeImg {
	    width: 90%;
	    height: auto;
	    margin-top: 55%;
	}
	.logoImg {
		width: 90%;
		height: auto;
		margin-top: 10%;
		}
	 


	#wrap_policy{
		text-align: left;
		margin: 100px auto;
		width:90%;
	}


	#cookieWrap{
		width: 100%;
		height: 120px;
	text-align: center;
	}
	#cookieBut{
	clear: right;

	height: 50px;
	margin: 0 35%;
	text-align: center;
	display: block;
	padding: 0.6em .8em;
	width: 100px;
		
	}

 #about{		  
		padding: 30px;
		margin: 50px auto;
	}



}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) 
and (-webkit-min-device-pixel-ratio: 2) 
{ 
	#infoText {
	    width: 100%;
	}
	 #about{		  
		margin: 50px auto;
	}

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) 
and (-webkit-min-device-pixel-ratio: 1) 
{ 
	#infoText {
	    width: 90%;
	}
	 
}






