html { 
	overflow: hidden;
}

body {
	overflow: hidden;
	position: relative;
	background-image: linear-gradient(0deg, #6182d1, #96b4fc);
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 2vh;
}

#main {
	width: 100%;
	max-width: 720px;
	height: 100%;
	margin: 0px auto 0px;
}

#title {
	display: block;
	position: relative;
	background-image: url(img/title.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 12%;
	margin: 50px auto 0px;
	padding-top: 5%;
}

#s-medias {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 9%;
	margin: 3% auto 0px;
}

#instagram {
	background-image: url(img/instagram-logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	height: 100%;
	width: 25%;
}

#facebook {
	background-image: url(img/facebook-logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	height: 100%;
	width: 25%;

}

#twitter {
	background-image: url(img/twitter-logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	height: 100%;
	width: 25%;
}


#en {
  display: none;
}

#footerbg {
	display: block;
	position: absolute;
	bottom: 0%;
	width: 100%;
	height: 50%;
	background-image: url(img/game-bg-left.png), url(img/game-bg-right.png);
	background-position: left bottom, right bottom;
	background-repeat: no-repeat, no-repeat;
	background-size: contain ,contain;
	overflow-y: hidden;
	z-index:-1;
}

#footerprivacybg {
	display: block;
	position: absolute;
	bottom: 0%;
	width: 100%;
	height: 20%;
	overflow-y: hidden;
	z-index:1;
}


#footerprivacybg .privacy {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 50%; 
	margin-left: -43px; 
	width: 86px;
	color:  #ffffff;
	opacity: 0.5;
	text-decoration: none;
	font-family: Helvetica, Arial;
	font-size: 12px;
}

#os-icons {
	display: block;
	position: absolute;
	left: 50%;
	margin: 0px 0px 0px -30px;
	
	background-image: url(img/ios.png), url(img/android.png);
	background-position: left bottom, right bottom;
	background-repeat: no-repeat, no-repeat;
	background-size: contain ,contain;
	
	bottom: 30px;
	height: 20px;
	width: 60px;
}

#eabanner {
	display: block;
	position: relative;
	height: auto;
	width: 100%;
	margin: -3% 0 0 0;
	
}

#skin-bg {
	display: block;
	position: relative;
	height: 25%;
	width: auto;
	margin: 0px auto 0px;
	
	background-image: url(img/rays.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	
	-webkit-animation: rotation 10s infinite linear; 
	
	overflow: hidden;
	
	z-index: -1;
}

 @-webkit-keyframes rotation { 
		 from { 
				 -webkit-transform: rotate(0deg); 
		 } 
		 to { 
				 -webkit-transform: rotate(359deg); 
		 } 
 } 
.clear{
	clear: both;
}
.skin{
	display: block;
	position: relative;
	margin: auto;
	height: 100%;
	
	-webkit-animation: antirotation 10s infinite linear; 
	
	z-index: 10;
}

 @-webkit-keyframes antirotation { 
		from { 
				 -webkit-transform: rotate(0deg); 
		} 
		to { 
				 -webkit-transform: rotate(-359deg); 
		 } 
} 

.social {
  position: fixed;
  display: block;
  right: 5%;
  top: 10px;
  margin: 0px 0px 0px;
  width: auto;
  
  font-size: 2vh;
  text-align: right;
}
.button_lang {
  font-family: Helvetica, Arial;
  color: #6478a3;
  padding: 5px 12px;
  border-radius: 5px;
  text-transform: uppercase;
    
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}
.button_lang:hover, .current_lang {
	
  font-family: Helvetica, Arial;
  cursor: pointer;
  text-transform: uppercase;	
  color: #4a6399;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}
ul li {
  width: auto;
  display: inline;
  font-family: Helvetica, Arial;
}

p#en, p#fr, p#nl, p#de, p#es {
	display: block;
	position: relative;
	color: #ffffff;
	font-family: Helvetica, Arial;
	font-size: 2.5vh;
	margin: 3% auto 0px;
	width: 100%;
	text-align: center;
}

#eabanner {
	font-size: 2vh;
}

#androidbanner {
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-width:80%;
	max-height:7em;
}

#iosbanner {
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-width:80%;
	max-height:7em;
}

/*body:after{
  content: "Early access - April 2019";
  position: fixed;
  width: 160px;
  height: 50px;
  background: #e1394b;
  top: 14px;
  left: -40px;
  text-align: center;
  font-size: 26px;
  font-family: sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  line-height: 54px;
  -ms-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
}*/

@media (min-aspect-ratio: 1/1) {
  #title {
	margin: 5% auto 0px;
  }
  #s-medias {
    max-width: 40%;
  }
  
  #androidbanner {
		display:block;
		margin-left:auto;
		margin-right:auto;
		max-width:30%;
		max-height:100%;
	}
	
  #iosbanner {
		display:block;
		margin-left:auto;
		margin-right:auto;
		max-width:30%;
		max-height:100%;
	}
}
