@charset "UTF-8";

@font-face {
  font-family: Pixel;
  src: url('touchpad.ttf');
}

body {
  width: 100%;
  height: 100%;
  background-color: black;
  margin: 0;
  padding: 0;
  font-family: Pixel, Helvetica, Arial, sans-serif;
  font-size: 18pt;
  color: white;
  line-height: 1.4;
  letter-spacing: 1px;
  overflow-x: hidden;
}

body .inverted-on {
  display: none;
}

body .inverted-off {
  display: inherit;
}

body.inverted .inverted-on {
  display: inherit;
}

body.inverted .inverted-off {
  display: none;
}

a {
  color: white;
}

a:link,
a:visited {
  text-decoration: underline;
}

a:focus,
a:hover,
a:active {
  color: lightgrey;
  text-decoration: none;
}

#quotes-film {
  padding-bottom: 40px;
}

.quotes figure {
  margin-bottom: 40px;
  margin-top: 40px;
  text-align: center;
}

.quotes blockquote {
  font-size: 24pt;
  margin: 0;
  margin-bottom: 8px;
}

@media all and (min-width: 667px) {

  .quotes blockquote {
    font-size: 30pt;
  }
}


.inverted .invertcolor,
.inverted .invertcolor a {
  color: black;
  background-color: white;
}

.container {
  margin: 0;
  padding: 0;
}

.container>section {
  min-width: 420px;
  max-width: 960px;
  margin: 0 auto;
  clear: both;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media not all and (min-width: 1024px) {
  .container>section {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media not all and (min-width: 667px) {
  .container>section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media not all and (min-width: 667px) {
  .container>section {
    min-width: 0px;
  }
}

.container #title {
  padding-top: 80px;
  padding-bottom: 40px;
  text-align: center;
}

@media not all and (min-width: 667px) {
  .container #title img {
    width: 80%;
    height: auto;
  }
}

.container #film {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media not all and (min-width: 667px) {
  .container #film {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.container .app-buttons {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.container .app-buttons a {}

.container .app-buttons a {
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 20px;
  display: inline-block;
}

@media not all and (min-width: 667px) {
  .container .app-buttons {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .container .app-buttons a {
    display: block;
    margin-bottom: 10px;
  }
}

.container .app-buttons .androidnotice {
  margin-top: 10px;
}

.container #description {
  margin-top: 20px;
  margin-bottom: 80px;
}

.container #description img {
  display: block;
  float: left;
  padding-right: 40px;
}

@media not all and (min-width: 667px) {
  .container #description img {
    float: none;
    margin: 0 auto;
    padding-right: 0px;
    padding-bottom: 40px;
  }
}

.container #description .descriptiontext {
  margin-left: 200px;
}

@media not all and (min-width: 667px) {
  .container #description .descriptiontext {
    margin-left: 0px;
  }
}

@media not all and (min-width: 667px) {
  .container #description {
    margin-bottom: 20px;
  }
}

.container #awards-game {
  clear: both;
  display: flex;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 80px;
  margin: 0 auto;
  gap: 40px;
  flex-wrap: wrap;
}

.container #awards-game>* {}

@media all and (min-width: 667px) {
  .container #awards-game {}
}

@media all and (min-width: 407px) {
  .container #awards-game {}
}

.container .award-game {
  font-size: 18pt;
}

.container .award-game div {
  vertical-align: middle;
}

.container #createdby {

  margin-top: 60px;
  margin-bottom: 80px;
  display: flex;
  flex-direction: row;
  gap: 40px;
}

@media not all and (min-width: 667px) {
  .container #createdby {
    flex-direction: column;
    margin-bottom: 30px;
  }
}

.container #createdby .title {

  margin-bottom: 40px;
  border-bottom: 3px solid white;
}

.container #createdby .name {
  font-size: 30pt;
}

.container #createdby .person {
  margin-bottom: 20px;
}


.container #screenshots {
  margin-bottom: 40px;
}

.container #screenshots .phone {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 700px;
  width: 100%;
}

@media not all and (min-width: 667px) {
  .container #screenshots .phone {}
}

.container #screenshots .phone .background {
  position: absolute;
}

.container #screenshots .phone .background,
.container #screenshots .phone .background img {
  width: 100%;
  height: auto;
}

.container #screenshots .phone .screenshot {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}

.container #screenshots .phone .screenshot img {
  position: relative;
  margin-top: 3%;
  width: 76%;
  height: auto;
}

.container #fingers {
  padding: 0;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  height: 400px;
  position: relative;
}

.container #fingers #handL,
.container #fingers #handR {
  top: 100px;
  position: absolute;
}

.container #fingers #handL img,
.container #fingers #handR img {
  position: absolute;
}

.container #fingers #handR img {
  left: 50%;
}

.container #fingers #handL img {
  right: 50%;
}

.container #credits {
  text-align: center;
}

.container #credits a {
  display: inline-block;
  margin-right: 60px;
  margin-bottom: 20px;
}

.container .share-buttons {
  padding-top: 20px;
  margin-right: 0px;
}

@media not all and (min-width: 1024px) {
  .container .share-buttons {
    float: none;
    display: block;
    padding-bottom: 20px;
  }
}

.container .share-buttons div {
  display: inline-block;
}

.container .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  border: 3px solid white;
  background-color: white;
}

.container .embed-container iframe,
.container .embed-container object,
.container .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
}

.container .embed-container-film {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  border: 3px solid black;
  background-color: black;
}

.container .embed-container-film iframe,
.container .embed-container-film object,
.container .embed-container-film embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
}

.container .bottom-bar {
  text-align: center;
}

.container .bottom-bar .links a {
  padding-right: 5px;
}

.container .bottom-bar .publisher {
  padding: 32px 0;
}

.container .bottom-bar .newsletter {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  float: none;
}

@media not all and (min-width: 1024px) {
  .container .bottom-bar .newsletter {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.container .etter {
  margin-top: 0px;
  text-align: center;
  margin-bottom: 40px;
}