@import url(https://fonts.googleapis.com/css?family=Orbitron:500);

body {
  background: #111;
  color: white;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0.025em;
  margin: 0;
  position: relative;
  min-width: 320px;
}

a {
  color: white;
}

a:hover {
  color: #999;
}

a:focus {
  outline: none;
}

a.logo {
  padding-top: 10px;
  text-align: center;
  display: block;
}

@media all and (min-width: 920px) {
  a.logo {
    position: absolute;
    top: 7px;
    left: 15px;
    padding: 0;
  }
}

a.logo img {
  width: 80px;
  height: 80px;
}

.footer {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  border-top: 1px solid #444;
  overflow: hidden;
}

.footer a {
  color: #444;
  line-height: 50px;
  margin-right: 10px;
  text-decoration: none;
}

.footer a:hover {
  color: white;
}

.footer a.twitter {
  margin: 10px 0 0 10px;
  display: inline-block;
  width: 32px;
  height: 32px;
  padding: 0;
  background-image: url("/images/icons-twitter.png");
  background-size: 64px auto;
  background-position: 0 0;
}

.footer a.twitter:hover {
  background-position: 32px 0;
}

.footer a.facebook {
  margin: 10px 0 0 10px;
  display: inline-block;
  width: 32px;
  height: 32px;
  padding: 0;
  background-image: url("/images/icons-facebook.png");
  background-size: 64px auto;
  background-position: 0 0;
}

.footer a.facebook:hover {
  background-position: 32px 0;
}

.footer .left {
  float: left;
}

.footer .right {
  float: right;
}

h1, h2, h3, h4 {
  letter-spacing: 0.2em;
  font-weight: 500;
  padding: 0 0 0.1em 0;
  text-align: left;
  font-family: Orbitron, sans-serif;
  text-shadow: -3px -3px 6px black;
}

h1 {
  color: white;
  font-size: 32px;
  margin: 15px 0 30px;
  text-align: center;
}

@media all and (min-width: 920px) {
  h1 {
    margin-top: 30px;
  }
}

h2 {
  color: white;
  font-size: 20px;
  margin: 40px 0 10px 0;
}

h3 {
  color: #e0e0e0;
  font-size: 16px;
  margin: 20px 0 10px 0;
}

h4 {
  color: #e0e0e0;
  font-size: 14px;
  margin: 20px 0 10px 0;
}

p, li {
  line-height: 1.5;
}

h1.logo {
  margin: 20px auto;
  width: 176px;
  height: 176px;
  background-size: 176px auto;
  background-image: url("/images/logo.png");
}

.page {
  overflow: hidden;
}

.page .content {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.page .content p img {
  margin: 20px auto;
  display: block;
}

.page .preamble {
  text-align: center;
  overflow: hidden;
  height: 0px;
}

.page .screenshots {
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.page .screenshots ul {
  margin: 0 auto;
  list-style-type: none;
  padding: 0;
  overflow: hidden;
}

.page .screenshots ul li {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3%;
}

.page .screenshots ul li img {
  height: auto;
  width: 100%;
  vertical-align: bottom;
}

.page .screenshots ul.two-across {
  max-width: 700px;
}

.page .screenshots ul.two-across li {
  width: 50%;
}

.page .screenshots ul.two-across-wide {
  max-width: 900px;
}

.page .screenshots ul.two-across-wide li {
  width: 50%;
}

.page .screenshots ul.three-across {
  max-width: 700px;
}

.page .screenshots ul.three-across li {
  width: 33.33%;
}

.page .screenshots ul.three-across-wide {
  max-width: 900px;
}

.page .screenshots ul.three-across-wide li {
  width: 33.33%;
}

.page .screenshots label, .page .screenshots input, .page .screenshots textarea {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.page .video {
  overflow: hidden;
  text-align: center;
  margin: 20px 0 0 0;
}

.page .video .youtube-container iframe {
  max-width: 480px;
}

.bottom_block {
  position: relative;
}

.bottom_block .social_media {
  position: absolute;
  text-align: right;
  bottom: 0;
  right: 0;
  opacity: 0.75;
}

.bottom_block .social_media .twitter_button {
  margin-top: 5px;
}

.page .thank-you {
  text-align: center;
  margin: 32px 0;
}

.page .thank-you:last-child {
  margin-bottom: 48px;
}

.itunes-button {
  display: inline-block;
  overflow: hidden;
  background: url(/images/badge_appstore-lrg.png) no-repeat;
  width: 135px;
  height: 40px;
}

@media only screen {
  .itunes-button {
    background-image: url(/images/badge_appstore-lrg.svg);
  }
}

.no-badge {
  height: 40px;
}

.highlight {
  color: #999;
  font-weight: bold;
}

form.support label {
  display: block;
  color: #999;
  margin: 20px 0 10px;
}

form.support input[type='text'] {
  width: 100%;
}

form.support textarea {
  width: 100%;
  height: 100px;
}

form.support input[type='submit'] {
  margin-top: 20px;
  border-radius: 5px;
  height: 32px;
  background-color: white;
}

form.support .error {
  color: #d00;
}

.popup-full-image img {
  border: 2px solid rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-radius: 8px;
}

@media all and (min-width: 480px) {
  .popup-full-image img {
    border: 4px solid rgba(255, 255, 255, 0.7);
  }
}

.tiles {
  margin-bottom: 50px;
}

.tiles .tile {
  height: 0;
  padding-bottom: 48%;
  width: 48%;
  display: inline-block;
}

.tiles .tile a {
  display: block;
  height: 0;
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75%;
  text-indent: -999rem;
  transition: 500ms background ease;
}

.tiles .tile a:hover {
  background-size: 100%;
  transition: 75ms background ease;
}

.tiles .tile .reversi {
  background-image: url("/images/icon-reversi.png");
}

.tiles .tile .merelles {
  background-image: url("/images/icon-merelles.png");
}

.tiles .tile .magnetic {
  background-image: url("/images/icon-magnetic.png");
}

.tiles .tile .headlong {
  background-image: url("/images/icon-headlong.png");
}

form.recaptcha .g-recaptcha {
  margin-top: 20px;
}

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