/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

h1 {
  font-size: 2em;
  font-weight: 300; }

span.bold {
  font-weight: bold; }

span.large {
  font-size: 1.4em;
  line-height: 1.5em;
  text-shadow: 0px 1px 2px black; }

span.italic {
  font-style: italic; }

span.small {
  font-size: 0.8em;
  line-height: 1.2em; }

footer {
  font-size: 14px;
  padding: 50px; }

body {
  background-color: #000;
  background-image: url(../images/bg.png);
  background-size: contain;
  text-align: center;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-weight: 200;
  font-size: 1.2em;
  line-height: 1.3em;
  color: #da8508;
  min-width: 565px; }
  body a {
    color: #f8aa37; }
  body a:hover {
    color: #f8aa37; }

.content {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  box-sizing: border-box; }
  .content img {
    max-width: 100%;
    height: auto; }

hr {
  height: 42px;
  border: none !important; }

hr.open {
  margin-top: 20px;
  background: url(../images/Divider1.png) no-repeat top center; }

hr.close {
  background: url(../images/Divider2.png) no-repeat top center;
  margin-bottom: 30px; }

p {
  padding: 20px; }

.platforms {
  max-width: 600px;
  height: 190px;
  margin-right: auto;
  margin-left: auto; }
  .platforms img {
    margin: 15px;
    max-height: 75px;
    max-width: 220px; }
  .platforms img.steam {
    display: block;
    padding-top: 10px;
    float: left;
    clear: left; }
  .platforms img.app_store {
    display: block;
    float: right;
    clear: right; }
  .platforms img.humble {
    display: block;
    float: left;
    clear: left; }
  .platforms img.google-play {
    display: block;
    float: right;
    clear: right; }

.social img {
  margin: 10px; }

.two-column {
  overflow: hidden;
  *zoom: 1;
  width: 800px;
  margin-left: auto;
  margin-right: auto; }
  .two-column .column-left {
    float: left;
    width: 400px; }
  .two-column .column-right {
    float: right;
    width: 400px; }

@media only screen and (max-width: 730px) {
  .two-column {
    width: 100%; }
    .two-column .column-left, .two-column .column-right {
      float: none;
      width: 100%; } }
img.snapshot {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }

img.banner {
  width: 100%; }

.player_wrapper {
  background: url(../images/frame.png) no-repeat;
  background-size: contain;
  max-width: 845px;
  height: 672px;
  margin-left: auto;
  margin-right: auto; }
  .player_wrapper iframe {
    width: 75%;
    height: 380px;
    background: #000;
    margin-top: 13%; }

@media only screen and (max-width: 670px) {
  .player_wrapper iframe {
    max-height: 290px; } }
@media only screen and (max-width: 565px) {
  .player_wrapper iframe {
    max-height: 235px; } }
form.subscribe .inputbox {
  display: inline-block;
  width: 200px; }

body.presskit p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
