body {
  font-family: Montserrat, sans-serif;
  color: var(--bs-body-bg);
  background: #0e3924;
  font-size: 16px;
}

#content {
  background: linear-gradient(#0e3924 5%, var(--bs-body-color) 55%) fixed;
  max-width: 100%;
  overflow-x: hidden;
}

#content h2 {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 1em;
}

.block {
  padding: 8px;
  padding-top: 16px;
}

section#jatsz-barhol-barmikor-1 .background-filter {
  backdrop-filter: opacity(1) brightness(50%);
  -webkit-backdrop-filter: opacity(1) brightness(50%);
}

section .background-filter {
  backdrop-filter: opacity(1) brightness(25%);
  -webkit-backdrop-filter: opacity(1) brightness(25%);
}

.section-img {
  padding: 24px;
}

#whatisthis {
  padding-top: 20px;
  padding-bottom: 49px;
  font-family: Montserrat, sans-serif;
}

#teszteld-jatekodat {
  background: url("../../assets/img/game-expo.jpg?h=45572d0aa0e0bbec3034efecd2f77ad9") center / cover no-repeat;
  background-attachment: fixed;
}

#whatisthis > div, #jatsz-barhol-barmikor-1 > div {
  padding-top: 50px;
  padding-bottom: 50px;
}

#jatsz-barhol-barmikor-1 {
  background: url("../../assets/img/family-in-the-forest.jpg?h=ffbdf0da98b91b33018ba20871e21e92") center / cover no-repeat fixed;
}

#content .container {
  padding-top: 47px;
  padding-bottom: 48px;
}

#offline-online {
  background: url("../../assets/img/shop-crop.jpg?h=555b894b881fa4a11bff8e32f0d0fd71") center / cover;
  background-attachment: fixed;
}

@media (min-width: 768px) {
  #jatsz-barhol-barmikor-1 {
    background: url("../../assets/img/family-in-the-forest-crop.jpg?h=904329ee43182734d96d3ad0d3be875a") center / cover no-repeat fixed;
  }
}

#game-testing {
  background: #0e3924;
  /*color: var(--bs-emphasis-color);*/
}

svg {
  font-size: 44px;
  color: #9c9ea0;
  box-shadow: 0px 0px;
}

footer {
  font-size: 0.8em;
  padding: 2em 0px;
  background-color: var(--bs-body-color);
}

.en h1 {
  background: url("../../assets/img/logo-games.png?h=72df19802395a28c064088d05a3550a4") center / contain no-repeat;
  height: 180px;
}

.hu h1 {
  background: url("../../assets/img/logo-white-hu.png?h=a91bde3d3f28875614d293a503048bdd") center / contain no-repeat;
  height: 220px;
}

h1 span {
  display: none;
}

.header {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
}

.header .socials {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 20px;
}

.socials a.disabled svg {
  opacity: 0.25;
}

.socials a {
  margin-left: 8px;
}

@media (min-width: 992px) {
  #content h2 {
    font-size: 1.8em;
  }
}

@media (min-width: 992px) {
  #content p {
    font-size: 1.2em;
  }
}

