html, body {
	margin:0;
	padding:0;
 	font-family: 'Poppins', sans-serif;
 	color: #333;
 	
 	text-align:center;
}

#mc_embed_shell {
    
}

.cookies-eu-banner button {
  text-decoration: none;
  background: #222;
  color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  padding: 4px 7px;
  margin: 2px 0;
  font-size: 13px;
  font-weight: 700;
  transition: background 0.07s, color 0.07s, border-color 0.07s;
}

.cookies-eu-banner button:hover {
  background: #fff;
  color: #222;
}

.hidden {
  display: none;
}


a {
	margin:0;
	padding:0;
	text-decoration: none;
	color:black;
}

.menuText {
	padding-top: 20px;
	position:relative;
	position: fixed;
  	top: 0;
  	right:0;
	text-align: right;
 
}

.menuText a  {
	margin-left:10px;
	margin-right:10px;
	text-align: right;
	
}

.topMenu {

	padding-top: 20px;
	position:relative;
	position: fixed;
  	top: 0;
	text-align: left;
 	width: 100%;
 	background-color:white;
  
}


h1 {
	padding:0;
	margin:0;
}


header{

 	transition: background-size 1s;
	font-size:2em;
	margin:0;
	padding:0;
	width:100%;
	height:100%;

	height: 100vh;
	

   background:url(imgs/AA_LOGO_WEBSITE_DESIGN.png) center center no-repeat;
	background-size: 30%;
}



.smallIcons {
	transition: width 1s;
	width:30px;
	margin-left:12px;
	
}

.gameBlock {
	width:100%;
	margin:0;
	padding:0;
}

.gameBlockImg {
	width:50%;
	margin:0;
	padding:0;
	float:left;
	

	
}
.gameBlockImg img {
	width:100%;
}
.gameBlockTextCube {
	max-width:50%;
	margin:0;
	float:left;
	padding-top: 2%;
	padding-left:20px;
	padding-right: 20px;

-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	
}

.gameBlockTextCube h2 {
	margin:0;
}

.gameBlockTextCube img{
	width:20%;
		
}



.gameBlockImg img:hover {
	opacity:0.5;
}


.clearFloat {
	clear: both;
	height:100px;
	
}








.headerTitle {
margin-top:10%;
width:100%;
}

.headerTitle img {
width:50%;
}

.infoText {
	width:60%;
	margin-left:auto;
	margin-right: auto;
	text-align: left;
}

.img5 {
	margin-top:40px;
}

.img5 img{

	width:17%;
	display:inline-block;
}


@media only screen and (max-width: 1200px) {
 	

	
	header{

 	
	background-size: 45%;
}


}






@media only screen and (max-width: 800px) {
 	
 	.img5 img{

	width:100%;
	display:block;
}

img {
    height:20vh;
}

h1 {
    margin-top:20px;
}
 	
 	
	header{
	
	background-size: 60%;
}

	
	.smallIcons {
	
		width:40px;
	}
	
	.gameBlockImg {
		width:100%;

	}
	
	.gameBlockTextCube {
		max-width:100%;

	}
	.gameBlockTextCube img{
		width:30%;
		
	}
	
	.headerTitle {
margin-top:20%;
}



.headerTitle {
margin-top:20%;
width:100%;
}

.headerTitle img {
width:100%;
}

.infoText {
	width:90%;
	margin-left:auto;
	margin-right: auto;
}


.cookies-eu-banner {
  background: #444;
  color: #fff;
  padding: 6px;
  font-size: 13px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
}





  a {
    text-decoration: underline;
  }

 
}




