/* line 7, styles/modules/_action.scss */
.game-promo__action {
  display: inline-block;
  margin-top: 1em;
  background-color: #660047;
  border-radius: 4px;
  padding: 1em;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  font-family: Numans, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: white;
  text-decoration: none; }
  /* line 20, styles/modules/_action.scss */
  .game-promo__action:hover {
    background-color: black;
    color: white;
    text-decoration: none; }

/* line 3, styles/modules/_link.scss */
.link, a {
  color: #85005d;
  text-decoration: none; }
  /* line 7, styles/modules/_link.scss */
  .link:hover, a:hover {
    color: black;
    text-decoration: none; }

/* line 13, styles/modules/_link.scss */
.link--reference, a.reference {
  font-style: italic; }

/* line 8, styles/modules/_project.scss */
.game-promo {
  width: 100%;
  margin-bottom: 4rem; }

@media (min-width: 720px) {
  /* line 13, styles/modules/_project.scss */
  .game-promo {
    display: inline-block;
    box-sizing: border-box;
    width: calc(50% - 2rem / 2 - 3px);
    margin-right: 2rem;
    vertical-align: top; }
    /* line 14, styles/mixins/_columns.scss */
    .game-promo:last-of-type {
      margin-right: 0; } }

/* line 18, styles/modules/_project.scss */
.game-promo h2 {
  margin-bottom: 1rem;
  font-family: "Special Elite", cursive;
  color: #85005d;
  font-size: 1.6rem; }

/* line 24, styles/modules/_project.scss */
.game-promo__picture {
  position: relative;
  max-width: 300px;
  margin-bottom: 1rem;
  box-sizing: border-box;
  border: solid black 5px; }
  /* line 32, styles/modules/_project.scss */
  .game-promo__picture img {
    width: 100%;
    margin-bottom: 0; }

/* line 38, styles/modules/_project.scss */
.game-promo__state {
  position: absolute;
  top: 0;
  right: 0;
  font-family: Numans, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  background-color: rgba(71, 232, 235, 0.4);
  padding: 0.4em 0.8em;
  border-bottom-left-radius: 8px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  color: black;
  font-size: 0.7rem; }

/* line 1, styles/_DEBT.scss */
.game-promo__picture {
  display: none; }

/* line 5, styles/_DEBT.scss */
.text-compress {
  letter-spacing: -0.3px; }

/* line 10, styles/style.scss */
html {
  font-size: 18px; }

/* line 14, styles/style.scss */
body {
  background: url(../resx/backgrounds/lightpaperfibers/lightpaperfibers_@2X.png) top left/50% 50%;
  background-color: #fdfbed;
  padding: 1rem; }

/* line 20, styles/style.scss */
p, ul, ol {
  font-family: Raleway, sans-serif;
  font-size: 1rem;
  line-height: 1.6rem;
  max-width: 37em; }

/* line 25, styles/style.scss */
p {
  margin-top: 0; }

/* line 29, styles/style.scss */
li {
  margin-bottom: 0.8em; }

/* line 32, styles/style.scss */
ul.concise {
  margin-top: 0.2em; }
  /* line 35, styles/style.scss */
  ul.concise li {
    margin-bottom: 0.2em; }

/* line 47, styles/style.scss */
a.navigation {
  font-family: "Special Elite", cursive;
  font-size: 1.2rem;
  max-width: 976px;
  margin-left: auto;
  margin-right: auto; }
  /* line 52, styles/style.scss */
  a.navigation:hover {
    color: black;
    text-decoration: none; }

/* line 59, styles/style.scss */
header, section {
  max-width: 976px;
  margin-left: auto;
  margin-right: auto; }

/* line 62, styles/style.scss */
header {
  margin-top: 5rem; }

/* line 65, styles/style.scss */
article > header {
  margin-top: 3rem; }

@media (min-width: 720px) {
  /* line 69, styles/style.scss */
  article > header {
    margin-top: 2rem; } }

/* line 73, styles/style.scss */
section {
  margin-top: 2rem; }

/* line 79, styles/style.scss */
.site-header p,
.page-header p {
  font-size: 1.4rem; }
  /* line 82, styles/style.scss */
  .site-header p.list-intro,
  .page-header p.list-intro {
    margin-bottom: 0.4em; }

/* line 87, styles/style.scss */
.site-header h1,
.page-header h1 {
  margin-bottom: 1rem;
  color: #85005d;
  font-family: "Special Elite", cursive;
  font-size: 3.2rem; }

/* line 113, styles/style.scss */
.game-rules h2 {
  font-family: "Special Elite", cursive;
  color: #85005d;
  font-size: 1.6rem; }

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