* {
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 504px) {
  #right-column {
    display: block;
  }
}
@media only screen and (min-width: 505px) {
  #right-column {
    display: none;
  }
}
@media (any-hover: none) and (orientation: landscape) {
  #header-message {
    display: none;
  }
}
#full-screen-game-div-button {
  position: fixed;
  top: 19px;
  right: 25px;
  z-index: 100;
}
#full-screen-button {
  cursor: pointer;
  display: block;
}
#side-navigation {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}
#menuToggle {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 25px;
  left: 25px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}
#left-column {
  min-width: 200px;
  padding-right: 30px;
  padding-bottom: 10px;
}
#right-column {
  width: 200px;
  padding-bottom: 10px;
}
#checkbox1 {
  display: flex;
  width: 70px;
  height: 55px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  left: -10px;
  top: -15px;
}
#menuToggle span {
  display: flex;
  width: 50px;
  height: 4px;
  margin-bottom: 10px;
  position: relative;
  background: #fff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 6px 0;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
@media only screen and (max-width: 600px) {
  #menuToggle span {
    width: 24px;
    height: 2px;
    margin-bottom: 4px;
    transform-origin: 3px 0;
  }
  #checkbox1 {
    width: 40px;
    height: 40px;
  }
  nav svg {
    width: 20px;
    height: 20px;
    margin-top: 2px;
  }
}
#menuToggle span:first-child {
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
#checkbox1:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
}
#checkbox1:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#checkbox1:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}
.more-games-button {
  background-color: #16181c;
  border: 1px #d3d3d3 solid;
  border-radius: 10px;
  color: lightgrey;
  font-size: 24px;
  text-transform: uppercase;
  padding: 4px 10px;
  width: 180px;
  outline: 0;
}
.more-games-button:hover {
  cursor: pointer;
  border: 1px #a9a9a9 solid;
  background-color: #0f0f0f;
  color: #0e0e0e;
}
a.page-link {
  text-decoration: none;
  color: #e6e6e6;
  opacity: 1;
  font-size: 1.5rem !important;
  font-weight: 400;
  transition: 200ms;
  padding-bottom: 2px;
}
a.page-link:hover {
  opacity: 0.5;
}
a.small-link {
  text-decoration: none;
  color: #e6e6e6;
  opacity: 1;
  font-size: 1rem !important;
  font-weight: 400;
  transition: 200ms;
  padding-bottom: 2px;
}
a.small-link:hover {
  opacity: 0.5;
}
a.small-link:visited {
  color: #e6e6e6;
}
.menu-small-text {
  color: #e6e6e6;
  opacity: 1;
  font-size: 0.8rem;
  line-height: 1rem;
}
.asterisk {
  color: #e6e6e6;
  opacity: 1;
  font-size: 1.5rem;
  font-weight: 400;
  vertical-align: top;
}
.active {
  background-color: rgba(0, 0, 0, 0.5);
}
