/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

* {
  box-sizing: border-box; }

body {
  background-color: #fff0e8;
  overflow-x: hidden; }

body {
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  line-height: 1.4; }

p, ul {
  font-weight: 400; }

ul {
  list-style-type: none; }

a, a:visited {
  color: #ffffff; }

.quote {
  position: relative; }
  .quote:before {
    content: "\201C";
    position: absolute;
    left: -9px; }
  .quote:after {
    content: "\201D"; }

.publ, .publ a, .publ a:visited {
  color: #faa21b; }

.content, .wrapper {
  position: relative; }

.logo {
  margin-left: auto;
  margin-right: auto; }

.logo-title {
  width: 100%;
  background-image: url("../img/logo-title.svg");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat; }

.logo-block-container {
  overflow: auto; }

.logo-block {
  float: left; }
  .logo-block:nth-child(1) {
    background-color: #51a6dc; }
  .logo-block:nth-child(2) {
    background-color: #51a6dc; }
  .logo-block:nth-child(3) {
    background-color: #ed1b51; }
  .logo-block:nth-child(4) {
    background-color: #51a6dc; }
  .logo-block:nth-child(5) {
    background-color: #ed1b51; }
  .logo-block:nth-child(6) {
    background-color: #ed1b51; }

.block-green {
  background-color: #008751; }
  .block-green.inner-circles:before, .block-green.inner-circles:after {
    background-color: #83769c; }

.block-yellow {
  background-color: #faa21b; }
  .block-yellow.inner-square:after {
    background-color: #008751; }

.block-charcoal {
  background-color: #2e2e2e; }

.block-blue {
  background-color: #51a6dc; }
  .block-blue.inner-square:after {
    background-color: #f176a6; }

.block-brown {
  background-color: #ab5236; }

.block-grey {
  background-color: #c3c3c6; }

.block-navy {
  background-color: #1c2b53; }
  .block-navy.inner-circles:before, .block-navy.inner-circles:after {
    background-color: #5dbb4d; }

.block-light-green {
  background-color: #5dbb4d; }
  .block-light-green.inner-square:after {
    background-color: #c3c3c6; }

.block-red {
  background-color: #ed1b51; }

.inner-square:after {
  content: '';
  display: inline-block;
  position: absolute; }

.inner-circles:before, .inner-circles:after {
  content: '';
  display: inline-block;
  position: absolute; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.steam-container {
  width: 100%;
  height: 190px; }

.itchio-container {
  width: 100%;
  height: 167px; }

.purchase-btn {
  height: 60px;
  float: left; }
  .purchase-btn img {
    height: 60px;
    width: auto; }

.thumbnail-wrapper {
  margin-right: -2px;
  overflow: auto; }
  .thumbnail-wrapper a {
    float: left;
    margin-right: 2px;
    margin-bottom: 2px; }
  .thumbnail-wrapper img {
    float: left; }

.featherlight-previous span, .featherlight-next span {
  color: #2e2e2e !important;
  text-shadow: none !important; }

@media screen and (min-width: 1280px) {
  body {
    height: 2660px; }

  .alpha {
    font-size: 24px; }

  .beta {
    font-size: 20px; }

  .gamma {
    font-size: 16px;
    margin-bottom: 16px; }

  .link-list {
    text-align: right; }
    .link-list li {
      margin-bottom: 6px; }

  .wrapper {
    width: 1200px;
    margin: 0px auto; }

  .content {
    margin-left: -200px;
    margin-right: -200px; }

  .logo {
    width: 600px;
    padding-top: 85px; }

  .logo-title {
    height: 130px; }

  .logo-block-container {
    box-shadow: 17px 17px 2px rgba(100, 30, 20, 0.2); }

  .logo-block {
    width: 100px;
    height: 100px; }

  .block {
    position: absolute;
    padding: 50px;
    box-shadow: 17px 17px 2px rgba(100, 30, 20, 0.2); }

  .inner-square:after {
    width: 100px;
    height: 100px;
    left: 50px;
    bottom: 50px; }

  .inner-circles:before, .inner-circles:after {
    width: 50px;
    height: 100px;
    top: 50px; }

  .inner-circles:before {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px; }

  .inner-circles:after {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px; }

  .block-green {
    width: 600px;
    height: 200px;
    top: 415px;
    left: 0px;
    z-index: 5; }
    .block-green.inner-circles:before {
      left: 200px; }
    .block-green.inner-circles:after {
      right: 0; }

  .block-charcoal {
    width: 800px;
    height: 500px;
    top: 615px;
    left: 200px;
    z-index: 6; }

  .block-yellow.inner-square {
    width: 200px;
    height: 400px;
    top: 415px;
    right: 400px;
    z-index: 7; }

  .block-yellow.desc {
    width: 600px;
    height: 200px;
    top: 415px;
    right: 400px;
    box-shadow: none;
    z-index: 8; }

  .block-blue {
    width: 200px;
    height: 200px;
    top: 1115px;
    left: 200px;
    z-index: 9; }

  .block-brown {
    width: 400px;
    height: 200px;
    top: 1315px;
    left: 0;
    z-index: 10; }

  .block-grey {
    width: 600px;
    height: 600px;
    top: 1115px;
    left: 400px;
    z-index: 11;
    padding: 49px; }

  .block-red {
    width: 600px;
    top: 1715px;
    left: 200px;
    z-index: 12; }

  .block-light-green {
    width: 200px;
    height: 200px;
    top: 1715px;
    right: 600px;
    z-index: 13; }

  .block-navy.screenshots {
    width: 400px;
    height: 1240px;
    top: 915px;
    right: 200px;
    z-index: 14; }

  .block-navy.inner-circles {
    width: 200px;
    height: 200px;
    top: 915px;
    right: 0px;
    z-index: 15; }
    .block-navy.inner-circles:before {
      left: 0; }
    .block-navy.inner-circles:after {
      right: 0; }

  .steam-container {
    margin-top: 42px; }

  .itchio-container {
    margin-top: 38px; }

  .footer-info {
    margin-top: 50px; }

  .film-vic-logo {
    margin-top: 14px; }

  .purchase-btn {
    margin-right: 25px; } }
@media screen and (min-width: 768px) and (max-width: 1279px) {
  body {
    height: 2815px; }

  .alpha {
    font-size: 22px; }

  .beta {
    font-size: 18px; }

  .gamma {
    font-size: 16px;
    margin-bottom: 16px; }

  .link-list li {
    margin-bottom: 6px; }

  .thumbnail-portrait {
    width: 134px;
    height: auto; }

  .thumbnail-landscape {
    width: 270px;
    height: auto; }

  .wrapper {
    width: 720px;
    margin: 0px auto; }

  .content {
    margin-left: -180px;
    margin-right: -180px; }

  .logo {
    width: 540px;
    padding-top: 55px; }

  .logo-title {
    height: 117px; }

  .logo-block-container {
    box-shadow: 15px 15px 2px rgba(100, 30, 20, 0.2); }

  .logo-block {
    width: 90px;
    height: 90px; }

  .block {
    position: absolute;
    padding: 45px;
    box-shadow: 15px 15px 2px rgba(100, 30, 20, 0.2); }

  .inner-square:after {
    width: 90px;
    height: 90px;
    left: 45px;
    bottom: 45px; }

  .inner-circles:before, .inner-circles:after {
    width: 45px;
    height: 90px;
    top: 45px; }

  .inner-circles:before {
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px; }

  .inner-circles:after {
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px; }

  .block-green {
    width: 360px;
    height: 180px;
    top: 350px;
    left: 0px;
    z-index: 5; }
    .block-green.inner-circles:before {
      left: 180px; }
    .block-green.inner-circles:after {
      right: 0; }

  .block-charcoal {
    width: 720px;
    height: 450px;
    top: 530px;
    left: 180px;
    z-index: 6; }

  .block-yellow.inner-square {
    width: 180px;
    height: 360px;
    top: 350px;
    right: 0;
    z-index: 7; }

  .block-yellow.desc {
    width: 540px;
    height: 180px;
    top: 350px;
    right: 180px;
    box-shadow: none;
    z-index: 8; }

  .block-light-green {
    width: 180px;
    height: 180px;
    top: 1360px;
    left: 0;
    z-index: 9; }

  .block-grey {
    width: 720px;
    height: 560px;
    top: 980px;
    left: 180px;
    z-index: 10; }

  .block-navy.inner-circles {
    width: 180px;
    height: 180px;
    top: 1540px;
    left: 0px;
    z-index: 11; }
    .block-navy.inner-circles:before {
      left: 0; }
    .block-navy.inner-circles:after {
      right: 0; }

  .block-navy.screenshots {
    width: 360px;
    height: 1115px;
    top: 1540px;
    left: 180px;
    z-index: 12; }

  .block-blue {
    width: 180px;
    height: 180px;
    top: 1540px;
    right: 360px;
    z-index: 13; }

  .block-brown {
    width: 360px;
    height: 180px;
    top: 1540px;
    right: 0;
    z-index: 14; }

  .block-red {
    width: 360px;
    height: 935px;
    top: 1720px;
    left: 540px;
    z-index: 15;
    margin-bottom: 180px; }

  .steam-container {
    margin-top: 25px; }

  .itchio-container {
    margin-top: 21px; }

  .purchase-btn {
    margin-right: 21px; }

  .footer-info {
    position: absolute;
    bottom: 45px;
    left: 45px;
    width: 270px; }
    .footer-info .film-vic-logo {
      margin-top: 12px;
      width: 270px;
      height: auto; } }
@media screen and (max-width: 767px) {
  .alpha {
    font-size: 16px; }

  .gamma {
    font-size: 14px;
    margin-bottom: 14px; }

  .quote:before {
    left: -7px; }

  .link-list li {
    float: left;
    margin-right: 15px;
    line-height: 30px; }

  .wrapper {
    margin: 0px auto;
    max-width: 600px; }

  .content {
    margin-left: 15px;
    margin-right: 15px; }

  .logo {
    width: 180px;
    padding-top: 30px;
    margin-bottom: 30px; }

  .logo-title {
    height: 39px; }

  .logo-block-container {
    box-shadow: 10px 10px 2px rgba(100, 30, 20, 0.2); }

  .logo-block {
    width: 30px;
    height: 30px; }

  .block {
    position: relative;
    padding: 15px;
    box-shadow: 10px 10px 2px rgba(100, 30, 20, 0.2); }

  .inner-square:after {
    width: 30px;
    height: 30px;
    right: 15px;
    bottom: 15px; }

  .inner-circles:before, .inner-circles:after {
    width: 15px;
    height: 30px;
    top: 15px; }

  .inner-circles:before {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px; }

  .inner-circles:after {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px; }

  .block-yellow.inner-square {
    display: none; }

  .block-green {
    height: 60px; }
    .block-green.inner-circles:before {
      left: 15px; }
    .block-green.inner-circles:after {
      right: 0; }

  .block-light-green {
    height: 60px; }

  .screenshot-container {
    overflow: auto; }

  .block-navy.screenshots {
    padding-right: 30px; }
    .block-navy.screenshots:before, .block-navy.screenshots:after {
      content: '';
      display: inline-block;
      position: absolute;
      right: 0px;
      width: 15px;
      height: 30px;
      background-color: #5dbb4d;
      border-top-left-radius: 15px;
      border-bottom-left-radius: 15px; }
    .block-navy.screenshots:before {
      top: 15px; }
    .block-navy.screenshots:after {
      bottom: 15px; }

  .block-navy.inner-circles {
    display: none; }

  .block-blue {
    position: absolute;
    width: 60px;
    height: 60px; }

  .block-brown {
    height: 60px;
    margin-left: 60px; }

  .block-red {
    margin-bottom: 30px; }

  .itchio-container {
    margin-top: 8px; }

  .purchase-btn {
    margin-right: 15px;
    margin-bottom: 15px; }

  .footer-info {
    margin-top: 30px; }

  .footer-info .film-vic-logo {
    width: 240px;
    height: auto;
    margin-top: 10px; } }

div.purchase-sep {
    height: 100px;;
}
/*# sourceMappingURL=screen.css.map */
