/* latin-ext */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: normal;
  font-display: black;
  src: local("Lato"), local("Lato Regular"), url(/fonts/Lato-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Hartwell";
  src: local("Hartwell"), url("/fonts/Hartwell-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Hartwell Bold";
  src: local("Hartwell Bold"), url("/fonts/Hartwell-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
html {
  height: 100%;
}

body {
  padding: 0px 10px 20px 10px;
  border: 0;
  margin: auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -os-text-size-adjust: none;
  text-size-adjust: none;
  background-color: #ffffff;
  color: #292929;
  font-family: "Hartwell Bold", sans-serif;
}

.main {
  flex: 1;
  margin: 26px auto 0 auto;
  border: 0;
  max-width: 100%;
}
.main div {
  margin: 26px auto 0 auto;
}

h1 {
  margin: 0;
}

.walloftext {
  width: 610px;
  max-width: 100%;
  text-align: left;
}
.walloftext h1 {
  text-align: center;
}
.walloftext h2 {
  margin: 26px auto 0 auto;
}
.walloftext p {
  margin: 26px auto 0 auto;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 20px;
}

a {
  color: #292929;
  text-decoration: none;
}

.gp-icon {
  margin: 26px auto 0 auto;
  border-bottom: 1px solid #aaa;
}

.lp-logo {
  margin: 26px auto 0px auto;
  height: 44px;
}
.lp-logo a .logo {
  width: 44px;
  height: 44px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.37);
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.lp-logo a .logo:hover {
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.37);
}

.section-head {
  margin: 0 auto 26px auto;
}

nav {
  width: 430px;
  max-width: 100%;
  margin: 26px auto 0px auto;
  border: 0;
  order: 0;
}
@media screen and (max-width: 280px) {
  nav {
    order: 1;
  }
}
nav .link-stuff {
  font-size: 16px;
}
nav .link-stuff .links-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
nav .link-stuff .links-container a {
  color: #292929;
}
@media screen and (max-width: 280px) {
  nav .link-stuff .links-container a {
    width: calc(100% / 1 - 10px);
    padding: 10px 0;
  }
}

footer {
  margin: 26px auto 26px auto;
  border: 0;
  order: 99;
}

img.unavailable {
  opacity: 0.2;
}

.copyright {
  color: #a0a0a0;
}

html body .main.landing-page {
  width: calc(100px * 4 + 40px);
  max-width: 100%;
}
html body .main.landing-page .games {
  margin: 0 auto 0 auto;
  padding: 0;
  border: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

html body .main.game-page {
  width: calc(100px * 4 + 40px);
}

html body .main.blog {
  width: calc(100px * 4 + 40px);
  max-width: 100%;
}
html body .main.blog .post {
  width: 100%;
}
html body .main.blog .post:first-child {
  margin: 0;
}
html body .main.blog .post a {
  width: 100%;
}
html body .main.blog .post a h1 {
  text-align: center;
}
html body .main.blog .post a .date {
  margin-top: 0;
  text-align: center;
  color: #a0a0a0;
}

html body .main.post {
  width: 610px;
  max-width: 100%;
  font-family: "Hartwell", sans-serif;
  text-align: left;
}
html body .main.post * {
  max-width: 100%;
}
html body .main.post h1 {
  text-align: center;
  font-family: "Hartwell Bold";
  font-weight: bold;
}
html body .main.post h2, html body .main.post h3, html body .main.post h4, html body .main.post h5 {
  margin: 26px auto 0 auto;
  font-family: "Hartwell Bold";
  font-weight: bold;
}
html body .main.post .date {
  margin-top: 0;
  text-align: center;
  font-family: "Hartwell Bold";
  font-weight: bold;
  color: #a0a0a0;
}
html body .main.post div {
  font-family: "Lato", sans-serif;
}
html body .main.post p, html body .main.post pre {
  padding: 0;
  border: 0;
  font-size: 16px;
  line-height: 20px;
  vertical-align: baseline;
  margin: 26px auto 0 auto;
}
html body .main.post img[alt$=-logo] {
  border-radius: 13%;
}

/*# sourceMappingURL=style.css.map */
