@font-face {
  font-family: andikabasic;
  src: url(fonts/andikabasic.ttf);
}

@font-face {
  font-family: crazysixties;
  src: url(fonts/crazysixties.ttf);
}

h1 a {
  text-decoration: none;
  color: #ffffff;
}
h1 a:link {
  text-decoration: none;
  color: #ffffff;
}
h1 a:visited {
  text-decoration: none;
  color: #ffffff;
}
h1 a:hover {
  text-decoration: none;
  color: #ffffff;
}
h1 a:focus {
  text-decoration: none;
    color: #ffffff;
}
h1 a:active {
  text-decoration: none;
  color: #ffffff;
}

h1 {
 font-weight: bold;
 font-family: crazysixties;
 color: #ffffff;
 font-size: 25px;
}

header {
 text-align: center;
 padding-top: 50px;
 background-image: url("assets/border_top.png");
 background-repeat: no-repeat;
 background-position: center top; 
}

body {
  font-family: andikabasic;
  color: #ffffff;
  background-image: url("assets/background_1920x1080.png"); 
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: center bottom; 
  background-width: contain;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
}

.container{
	  max-width: 1224px;
  margin: auto;
  position: relative;
}
.row {
  display: flex;
}
.column {
  flex: 33.33%;
  padding: 5px;
}
.description {
  max-width: 1086px;
  margin: auto;
}
.trailer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.body-text {
  font-family: andikabasic;
  font-size: 29px;
  color: #000000;
  position: absolute;
  top: 20%;
  left: 15%;
  transform: translate(-5%, -5%);
}
.top-left {
  position: absolute;
  top: 5%;
  left: 5%;
}
.top-right {
  position: absolute;
  top: 9%;
  right: 10%;
}
.apple-badge {
  position: absolute;
  bottom: -25%;
  left: 53%;
  transform: translate(-50%, -50%);
}
.screenshots {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.social-media {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.space {
padding: 50px;
}

footer {
 color: #ffffff;
 padding-top: 150px;
 padding-bottom: 50px;
 font-family: andikabasic;
 text-align: center;
 background-image: url("assets/border_bottom.png");
 background-repeat: no-repeat;
 background-position: center bottom;
}

/* Refactor: common responsive foundation */
html { box-sizing: border-box; -webkit-text-size-adjust: 100%; }
*, *::before, *::after { box-sizing: inherit; }
body { max-width: 100%; overflow-x: hidden; }
img, video, iframe, object, embed { max-width: 100%; height: auto; }
.site-brand-text,
.site-header__brand {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: .02em;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
.site-header {
  width: 100%;
  background: #c7101b;
  position: relative;
  z-index: 1000;
}
.site-header__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.site-header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(12px, 2vw, 28px);
  flex-wrap: wrap;
}
.site-header__nav a {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.header_width, .content, .content_position, .footer, .footer2, .about_bg, .contact_width, .support_width {
  max-width: 100%;
}
.nav ul { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 18px; }
.nav li { white-space: nowrap; }
@media (max-width: 1024px) {
  .header_width { width: 100% !important; padding: 0 16px; }
  .content { width: 100% !important; }
  .footer, .footer2 { padding-left: 16px; padding-right: 16px; }
  .main_image, .main_image ul, .main_image li, .full_banner, .full_banner0 { max-width: 100%; }
}
@media (max-width: 768px) {
  .site-header__inner { flex-direction: column; align-items: flex-start; padding: 12px 16px; gap: 10px; }
  .site-header__nav { justify-content: flex-start; gap: 10px 16px; }
  .site-header__nav a { font-size: 13px; }
  .site-brand-text, .site-header__brand { font-size: 18px; min-height: 36px; }
  .header { height: auto !important; }
  .header_width { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
  .logo { float: none !important; margin: 0 !important; padding: 10px 0 !important; width: auto !important; }
  .menu { float: none !important; margin-left: auto; }
  .nav { width: 100% !important; clear: both; }
  .nav ul { flex-direction: column; align-items: flex-start; padding: 10px 0; }
  .nav li { width: 100%; }
  .nav a { display: block; padding: 8px 0; }
  .content_position { width: 100% !important; }
  .footer, .footer2, .footer_right, .footer_copyright { float: none !important; width: 100% !important; text-align: center; }
  .footer_nav ul { justify-content: center; }
}
@media (max-width: 480px) {
  body { font-size: 14px; }
  h1 { font-size: clamp(28px, 9vw, 42px) !important; line-height: 1.15 !important; }
  h2 { font-size: clamp(22px, 7vw, 32px) !important; line-height: 1.2 !important; }
  p { line-height: 1.55; }
}

/* Refactor: game page responsive fixes */
.site-header { background-image: none !important; padding: 0 !important; }
.site-header__inner { box-sizing: border-box; }
header:not(.site-header) img#image { width: min(92vw, 921px); height: auto; margin: 0 auto; }
.container > img, .description > .container > img { width: 100%; height: auto; display: block; }
.trailer { width: min(90vw, 1100px); aspect-ratio: 16 / 9; }
.trailer iframe { width: 100% !important; height: 100% !important; }
.screenshots { width: min(90vw, 900px); }
@media (max-width: 900px) {
  header:not(.site-header) { padding: 32px 12px !important; background-size: contain; }
  .container, .description { width: 100%; max-width: 100%; padding-left: 12px; padding-right: 12px; }
  .body-text { font-size: clamp(16px, 4vw, 26px); line-height: 1.25; left: 10%; right: 10%; width: 80%; transform: none; }
  .top-left, .top-right { position: relative; top: auto; left: auto; right: auto; margin: 16px auto; text-align: center; }
  .apple-badge { position: relative; left: auto; bottom: auto; transform: none; margin: 18px auto; text-align: center; }
  .screenshots { position: relative; top: auto; left: auto; transform: none; margin: 0 auto; }
  .row { flex-wrap: wrap; }
  .column { flex: 1 1 50%; min-width: 160px; }
}
@media (max-width: 520px) {
  .body-text { position: relative; top: auto; left: auto; right: auto; width: auto; margin: 16px; color: #000; }
  .column { flex-basis: 100%; }
}
