
@font-face {
    font-family: "openhuninn";
    src: url("../font/ARIAL.TTF");
    font-style: normal;
    font-weight: normal;
}


@font-face {
    font-family: "ari1";
    src: url("../font/ARIAL.TTF");
    font-style: normal;
    font-weight: normal;
}

html,body{
	width: 100vw;
  font-family: 'ari1';
    overflow-x: hidden;
}
header{
	height: 80px;
	display: flex;
  position: absolute;
  top: 0;
  z-index: 1;
	width: 100%;
	justify-content: space-between;
}
footer{
	height: 9vh;
	width: 100%;
	background-color: #000000;
	overflow: hidden;
}
ul li{
	list-style: none;
}
a{
	text-decoration: none;
	cursor: pointer;
}
ul,p{
	margin: 0;
	padding: 0;
}
.container{
	display: flex;
	width: 540px;
	max-width: 100vw;
	margin: 0 auto;
	color: #FFFFFF;
	font-weight: 400;
	justify-content: space-between;
	font-size: 14px;
}
.logo,.credits,.nav-footmenu{
	height: 9vh;
}
.container img{
	height: 4.5vh;
	margin-top: 2.25vh;
}
.container a{
	color: #FFFFFF;
}
.line{
	margin: 0 4px;
}
.nav-footmenu{
	display: flex;
}
#logo img{
	height: 40px;
	margin-left: 100px;
	margin-top: 20px;
}
#nav-menu-container ul{
	display: flex;
	margin: 0;
	height: 80px;
}
#nav-menu-container ul li{
	margin-right: 60px;
	line-height: 80px;
}
#nav-menu-container ul li a{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	font-family: "ari1";
}
 .menu-active a{
	border-bottom: 3px solid #40A1FB;
}
.credits {
	letter-spacing: 1px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-container{
	width: 100vw;
	position: relative;
	height: auto;
}
.pcbanner{
  display: block;
  width: 100vw;
  height: auto;
}
.gamelogo{
	width: 16%;
	position: absolute;
	top: 30px;
	left: 30px;
}
.hero-container .download {
	width: 740px;
	margin: 0 auto;
	display: flex;
	position: absolute;
	bottom: 30px;
	left: calc(50vw - 380px);
	justify-content:center;
}
.hero-container .download img{
	width: 23vw;
	display: block;
}
.mobile-container{
	display: none;
}
.mobileicon{
	display: none;
}
.mask{
	display: none;
}
@media (max-width: 768px) {
  .mask{
  	display: block;
  }
	body{
    font-size:16px
	}
	#nav-menu-container{
	  display: none;
	}
	.hero-container{
	  display: none;
	}
	.mobileicon{
		display: block;
	}
	.menu img{
		height: 20px;
		margin-top: 1.5625rem;
	}
	header{
		height: 4.375rem;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1;
	}
	#logo img{
		height: 1.875rem;
		margin-left: 0px;
		margin-top: 1.25rem;
	}
	.mobile-container{
	  display: block;
	  position: relative;
	}
	.mobile-container .banner{
	  width: 100vw;
	  display: block;
	}
  .mobile-container .logo{
    position: absolute;
    top: 6.25rem;
    width: 60%;
    left: 20%;
    height: auto;
  }
	.mobile-container .download{
	  display: block;
	  position: absolute;
	  width: 100%;
	  bottom: 0.75rem;
	 /* width: 100%; */
	}
	.mobile-container .download img{
		height: 4rem;
		display: block;
		margin: 0 auto;
		margin-top: 0.25rem;
	}
	footer{
		height: auto;
	}
	.container{
		display: block;
		width: 100%;
	}
	.container .logo img{
		height: 4.5vh;
		display: block;
		margin: 0 auto;
		padding-top: 1.5rem;
	}
	.credits,.nav-footmenu{
		height: auto;
	}
	.credits{
		display: block;
		margin-top: 0.625rem;
		line-height: 1rem;
		margin-bottom: 1.875rem;
	}
	.credits p{
		margin: 0;
		font-size: 0.75rem;
		text-align: center;
	}
	.mask{
		position: fixed;
		top: 0;
		right: -80%;
		width: 80%;
		text-align: center;
    z-index: 3;
		height: 100%;
		background: rgba(255, 255, 255, 0.95);
    transition: all 200ms ease;
	}
  .iconclose{
    position: absolute;
    width: 1.5rem;
    height: auto;
    top: 1.25rem;
    right: 1.25rem;
  }
	.maskmenu{
    margin-top: 6.25rem;
	}
	.maskmenu li{
		margin-bottom: 2.5rem;
		line-height: 1.25rem;
    list-style: none;
	}
	.maskmenu a{
		font-size: 1.125rem;
		font-family: "ari1";
		color: #000;
	}
}
