@font-face {
  font-family: Liberation-Sans;
  src: url("fonts/Liberation-Sans/Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: Liberation-Sans;
  src: url("fonts/Liberation-Sans/Bold.ttf");
  font-weight: 700;
}
body {
  margin-top: 80px;
  background-color: gray;
  margin: 0;
  font-family: Liberation-Sans, Arial, sans-serif;
}
body header {
  position: -webkit-sticky;
  background: #836aeb;
  border: 2px solid #000;
  position: sticky;
  top: 0;
}
body header > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  position: relative;
}
body header > div #header-logo a {
  font-weight: bold;
  color: #fff;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
  font-size: 40px;
}
body header > div .navbar-menu .toggle-menu {
  margin-right: 5px;
}
body header > div .navbar-menu .toggle-menu .hamburger-menu {
  width: 25px;
  height: 26px;
  display: flex;
  position: relative;
}
body header > div .navbar-menu .toggle-menu .hamburger-menu span {
  position: absolute;
  display: block;
  background-color: #fff;
  height: 4px;
  width: 100%;
  border: 2px solid #000;
}
body header > div .navbar-menu .toggle-menu .hamburger-menu span:nth-of-type(1) {
  bottom: 100%;
  transform: translateY(100%);
}
body header > div .navbar-menu .toggle-menu .hamburger-menu span:nth-of-type(2) {
  bottom: 50%;
  transform: translateY(50%);
}
body header > div .navbar-menu .toggle-menu .hamburger-menu span:nth-of-type(3) {
  bottom: 0;
}
body header > div .navbar-menu .menu-links {
  background: #836aeb;
  position: absolute;
  top: 59px;
  right: -2px;
  list-style: none;
  padding: 0;
  width: 200px;
  border: 2px solid #000;
}
body header > div .navbar-menu .menu-links li {
  margin: 15px 20px;
}
body header > div .navbar-menu .menu-links li a {
  position: relative;
  color: #fff;
  line-height: 35px;
  transition: all 200ms ease-in;
  letter-spacing: 0.03125rem;
  width: 100%;
  text-decoration: none;
  text-align: center;
  display: block;
  font-weight: bold;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: black;
  font-size: 30px;
}
body header > div .navbar-menu .menu-links li a::before {
  content: '';
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -4px;
  position: absolute;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: 2px solid #000;
  opacity: 0;
  transition: 0.5s;
}
body header > div .navbar-menu .menu-links li a:hover {
  font-size: 33px;
}
body header > div .navbar-menu .menu-links li a:hover::before {
  opacity: 1;
  bottom: -8px;
}
body header > div .navbar-menu.opened .menu-links {
  display: block;
}
body header > div .navbar-menu.closed .menu-links {
  display: none;
}
body #sections #games-section,
body #sections #games-1-section,
body #sections #games-2-section,
body #sections #about-section,
body #sections #contact-section {
  padding: 10px 0 20px;
  border-bottom: 2px solid #000;
}
body #sections #games-section div .gameplay-image,
body #sections #games-1-section div .gameplay-image,
body #sections #games-2-section div .gameplay-image,
body #sections #about-section div .gameplay-image,
body #sections #contact-section div .gameplay-image {
  margin: 10px 0;
}
body #sections #games-section div .gameplay-image img,
body #sections #games-1-section div .gameplay-image img,
body #sections #games-2-section div .gameplay-image img,
body #sections #about-section div .gameplay-image img,
body #sections #contact-section div .gameplay-image img {
  width: 100%;
  border: 2px solid #000;
}
body #sections #games-section {
  background-color: #bdd3ff;
}
body #sections #games-1-section {
  background-color: #e1daff;
}
body #sections #games-2-section {
  background-color: #bdd3ff;
}
body #sections #about-section {
  background-color: #e1daff;
}
body #sections #contact-section {
  background-color: #bdd3ff;
}
body h2 {
  color: #fff;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: black;
  font-size: 35px;
  margin: 10px 0;
  text-align: center;
}
body p {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin: 10px 0;
  text-align: center;
}
body .button {
  background: #836aeb;
  border: 2px solid #000;
  transition: all 0.2s;
}
body .button a {
  display: block;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: black;
  text-decoration: none;
}
body .button:hover {
  background-color: #2c2257;
}
@media screen and (min-width: 768px) {
  body header > div {
    display: flex;
  }
  body header > div .navbar-menu .toggle-menu .hamburger-menu {
    display: none;
  }
  body header > div .navbar-menu .menu-links {
    display: flex;
    width: unset;
    background-color: unset;
    border: unset;
    position: unset;
    margin: 0;
  }
  body header > div .navbar-menu .menu-links li {
    margin: 5px 8px;
  }
  body header > div .navbar-menu .menu-links li a {
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: black;
    font-size: 26px;
    bottom: 0;
    transition: 0.3s;
  }
  body header > div .navbar-menu .menu-links li a:before {
    bottom: -6px;
  }
  body header > div .navbar-menu .menu-links li a:hover {
    font-size: 26px;
    bottom: -3px;
  }
  body header > div .navbar-menu .menu-links li a:hover:before {
    bottom: -3px;
  }
  body header > div .navbar-menu .menu-links li:last-of-type {
    margin-right: 0;
  }
  body header > div .navbar-menu.closed .menu-links,
  body header > div .navbar-menu.opened .menu-links {
    display: flex;
  }
}
body .limit {
  max-width: 1400px;
  margin: auto;
}
body .limit.section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 800px;
  margin: auto;
  padding: 10px;
}
