@charset "utf-8";
/* CSS Document */
body {
  font-family: 'Nunito', sans-serif;
  margin: 0;
  background-color: #021223;
  overflow-x: hidden;
  background-image: url("images/bg_brite.jpg");
  background-repeat: repeat-x;

}
.topBar {
  background-color: #062a55;
  width: 100%;
  min-width: 1100px;
  height: 120px;
  -webkit-box-shadow: 0px 0px 15px -4px #062a55;
  box-shadow: 0px 0px 15px -4px #062a55;
}
.botBar {
  background-color: #021223;
  width: 100%;
  min-width: 1100px;
  height: 30px;
  -webkit-box-shadow: 0px 0px 15px -4px #021223;
  box-shadow: 0px 0px 15px -4px #021223;
}
.logo {
  width: auto;
  height: 90px;
}
.icon {
  width: auto;
  height: 28px;
  padding-right: 12px;
}
.gameImg {
  border-radius: 32px;
  -webkit-box-shadow: 0px 0px 15px -4px #062a55;
  box-shadow: 0px 0px 15px -4px #062a55;
  width: auto;
  height: 220px;
  transition: all 0.2s ease;
}
.gameImg:hover {
  filter: saturate(120%);
  filter: brightness(110%);
  transform: scale(0.97);
  cursor: pointer;
}
.content {
  width: 100%;
  min-width: 1100px;
}
.footerTxt {
  color: #000;
  font-weight: 400;
  font-size: 14px;
}
.footerTxt a {
  color: #000;
  font-weight: 400;
  font-size: 14px;

}
.smlTxt {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}
.bigTxt {
  color: #fff;
  font-weight: 800;
  font-size: 20px;
}
.gameTxt {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
}
.gameTxt a {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none !important;
}
a {
	text-decoration: none;
}
a:hover {
	color: #ffd869 !important;
}
#menuBar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  display: none;
}
#closeBtn {
  position: absolute;
  top: 40px;
  right: 80px;
  z-index: 1;
  display: block;
}
#iframeContainer {
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  height: 87%;
  overflow-y: hidden;
}
#iframeContainer iframe {
  width: 100%;
  height: 100%;
  border: none;
}
@media only screen and (max-width: 1366px) {
  html {
    zoom: 70% !important;
  }
}