/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder; }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible; }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none; }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto; }

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none; }

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

button {
  padding: 0px;
  margin: 0px;
  background-color: transparent;
  border: 0px; }
  button:focus {
    border: 1px solid #FFEE06; }

body {
  font-size: 20px;
  font-family: "Josefin Slab", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p {
  font-size: 1.2em;
  font-family: "Josefin Slab", serif; }

h1, h2, h3, h4 {
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  line-height: 1.2;
  color: #fff; }

h1 {
  font-size: 2.5rem;
  font-family: "Fredericka the Great", cursive; }
  h1.homepage_title {
    padding: 1rem;
    width: 100%;
    text-align: center;
    color: #5694BF;
    font-size: 3rem; }

h2 {
  font-size: 2rem;
  font-family: "Fredericka the Great", cursive; }

h3 {
  font-size: 1.35em;
  font-family: "Fredericka the Great", cursive; }
  @media only screen and (min-width: 1000px) {
    h3 {
      font-size: 1.65em; } }

h4 {
  font-size: 1.1em;
  font-family: "Fredericka the Great", cursive;
  margin: 0.1rem 0; }

.the_unraveler_btn {
  font-size: 2rem;
  font-family: "Fredericka the Great", cursive; }
  .the_unraveler_btn.btn_texture {
    padding: 1rem;
    width: 308px;
    background-image: url(../../img/life-texture.png);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    color: #5694BF; }

form {
  min-width: 320px; }

label, input {
  display: block;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0.5rem; }

label {
  font-size: 1.2rem;
  padding: 0; }

input[type='text'] {
  font-size: 1.2rem;
  background-color: #E0EDD7;
  border: 0px;
  text-align: center; }

input[type='submit'] {
  font-size: 1.5rem;
  background-color: #5694BF;
  border: 1px solid white;
  cursor: pointer;
  color: white; }
  input[type='submit']:hover {
    color: #333;
    background-color: #E0EDD7; }

#signup, #returnPlayer {
  display: none; }

button {
  cursor: pointer; }

.hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

body {
  background-color: #48D3D6; }
  body.darkblue {
    background-color: #5694BF; }

.page {
  width: 100%;
  margin: 0px auto;
  height: 50vh; }

.page.homepage {
  background-color: #5694BF;
  text-align: center; }
  .page.homepage figure {
    margin: 0.5rem; }
    .page.homepage figure img {
      max-width: 450px;
      width: 100%;
      height: auto; }
  .page.homepage section, .page.homepage main {
    padding: 1rem; }
  .page.homepage header {
    padding-bottom: 1rem;
    background-color: #48D3D6; }
  .page.homepage h1 {
    color: white; }
  .page.homepage .bg-light {
    background-color: #E0EDD7;
    -webkit-box-shadow: inset 0px 8px 8px -8px #000;
            box-shadow: inset 0px 8px 8px -8px #000; }
    .page.homepage .bg-light h3 {
      color: #5694BF; }
  .page.homepage .bg-dark {
    -webkit-box-shadow: inset 0px 8px 8px -8px #000;
            box-shadow: inset 0px 8px 8px -8px #000;
    color: white; }

.contained {
  max-width: 320px;
  margin: 0 auto;
  position: relative; }

.site_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0rem 0rem;
  position: relative;
  height: 100%; }
  @media only screen and (max-height: 550px) {
    .site_content {
      height: auto; } }

.site_header {
  padding: 0px;
  margin: 0px auto;
  max-width: 360px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0rem 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .site_header.bite::before {
    content: '';
    position: absolute;
    z-index: 999;
    width: 99px;
    height: 90px;
    background-image: url(../../img/bite.png);
    background-repeat: no-repeat;
    background-position: center center;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-180px);
            transform: translateX(-180px); }
  .site_header .user_life {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 203px;
            flex: 0 1 203px; }
    .site_header .user_life ul {
      padding: 0px;
      margin: 0px;
      list-style: none; }
      .site_header .user_life ul li {
        display: inline-block;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        border: 2px solid #fff; }
        .site_header .user_life ul li.filled {
          background-image: url(../../img/fill.png);
          background-repeat: no-repeat;
          background-position: center center; }
  .site_header .the_level {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 99px;
            flex: 0 1 99px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .site_header .home_icon {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 42px;
            flex: 0 1 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    background-color: white;
    height: 42px;
    width: 42px;
    border-radius: 50%; }

.shapes_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #E0EDD7;
  padding: 0.3rem;
  -webkit-box-shadow: inset 0px 8px 8px -8px #000;
          box-shadow: inset 0px 8px 8px -8px #000;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 10; }
  .shapes_nav img {
    width: 100%;
    height: auto; }
  .shapes_nav div {
    padding: 0px;
    margin: 0px;
    list-style: none; }
    .shapes_nav div button {
      display: inline-block;
      text-align: center; }
      .shapes_nav div button.clicked {
        background-color: #FFEE06; }
  .shapes_nav .grid_layout {
    display: grid;
    grid-template-columns: repeat(4, 60px);
    grid-template-rows: repeat(2, 60px); }
    @media only screen and (min-width: 800px) {
      .shapes_nav .grid_layout {
        grid-template-columns: repeat(4, 90px);
        grid-template-rows: repeat(2, 90px); } }
  .shapes_nav.unravel {
    -webkit-animation-name: hit;
            animation-name: hit;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1; }

@-webkit-keyframes hit {
  0% {
    height: 130px; }
  50% {
    height: 80vh; }
  100% {
    height: 130px; } }

@keyframes hit {
  0% {
    height: 130px; }
  50% {
    height: 80vh; }
  100% {
    height: 130px; } }
  @media only screen and (min-width: 800px) {
    @-webkit-keyframes hit {
      0% {
        height: 190px; }
      50% {
        height: 80vh; }
      100% {
        height: 190px; } }
    @keyframes hit {
      0% {
        height: 190px; }
      50% {
        height: 80vh; }
      100% {
        height: 190px; } } }
  @media only screen and (min-width: 1000px) {
    @-webkit-keyframes hit {
      0% {
        height: 190px; }
      50% {
        height: 80vh; }
      100% {
        height: 190px; } }
    @keyframes hit {
      0% {
        height: 190px; }
      50% {
        height: 80vh; }
      100% {
        height: 190px; } } }

.unravel_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #5694bf;
  -webkit-box-shadow: inset 0px 3px 8px -6px #000;
          box-shadow: inset 0px 3px 8px -6px #000;
  padding: 0.3rem; }
  @media only screen and (min-width: 800px) {
    .unravel_area {
      padding: 0.8rem; } }
  .unravel_area button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    width: 308px;
    height: 73px;
    background-image: url(../../img/life-texture.png);
    background-repeat: no-repeat;
    background-position: center center; }
    .unravel_area button span {
      font-size: 2rem;
      font-family: "Fredericka the Great", cursive; }
      .unravel_area button span.btn_texture {
        text-align: center;
        color: #5694BF; }

.site_footer {
  position: absolute;
  bottom: 0px;
  width: 100%; }

.disable {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none; }

.alert {
  position: absolute;
  z-index: 999;
  font-size: 1.7rem;
  top: 40px;
  text-align: center;
  color: #5694BF;
  display: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  width: 185px;
  height: 73px;
  background-image: url(../../img/alert-texture.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.gamestatus {
  position: absolute;
  z-index: 999;
  background-color: #5694BF;
  padding: 2rem;
  display: none; }
  .gamestatus h2 {
    color: white;
    text-align: center; }
  .gamestatus input[type='submit'] {
    color: #5694BF;
    background-color: #fff;
    border: 1px solid #fff; }
  .gamestatus input[type='submit']:hover {
    color: white;
    background-color: #5694BF; }

.monster {
  width: 220px;
  height: 220px;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(10, 1fr);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative; }
  @media only screen and (min-width: 800px) {
    .monster {
      width: 300px;
      height: 300px; } }
  @media only screen and (min-width: 1000px) {
    .monster {
      width: 400px;
      height: 400px; } }
  .monster .part {
    position: relative;
    padding: 0px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .monster .part.container_eye_left, .monster .part.container_eye_right {
      -ms-flex-item-align: end;
          align-self: flex-end; }
    .monster .part .head {
      width: 100%;
      -ms-flex-item-align: end;
          align-self: flex-end; }
    .monster .part .mouth {
      width: 90%; }
    .monster .part .tooth {
      width: 30%; }
    .monster .part .nostril {
      width: 30%; }
    .monster .part .eye, .monster .part .nose, .monster .part .mouth {
      position: relative;
      z-index: 1; }
    .monster .part .pupil, .monster .part .tooth, .monster .part .nostril {
      position: absolute;
      z-index: 2; }
    .monster .part img {
      width: 100%;
      height: auto; }

.container_header {
  grid-column: 1 / 11;
  grid-row: 1 / 11;
  z-index: -1; }

.container_eye_left {
  grid-column: 2 / 6;
  grid-row: 1 / 5; }

.container_eye_right {
  grid-column: 6 / 10;
  grid-row: 1 / 5; }

.container_nose {
  grid-column: 5 / 7;
  grid-row: 5 / 7; }

.container_mouth {
  grid-column: 4 / 8;
  grid-row: 7 / 11; }

.complex .container_header {
  grid-column: 3 / 9;
  grid-row: 1 / 7;
  z-index: -1; }
  .complex .container_header.rect {
    grid-column: 2 / 10;
    grid-row: 1 / 7;
    z-index: -1; }

.complex .container_eye_left {
  grid-column: 3 / 6;
  grid-row: 1 / 5; }

.complex .container_eye_right {
  grid-column: 6 / 9;
  grid-row: 1 / 5; }

.complex .container_nose {
  grid-column: 5 / 7;
  grid-row: 5 / 7; }

.complex .container_teeth {
  grid-column: 4 / 8;
  grid-row: 7 / 9; }

.complex .container_mouth {
  grid-column: 4 / 8;
  grid-row: 9 / 11; }

.complex .part .tooth {
  width: 25%; }

.attack {
  -webkit-animation-name: miss;
          animation-name: miss;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1; }

@-webkit-keyframes miss {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  10% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg); }
  20% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg); }
  30% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg); }
  40% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg); }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(0deg) translateY(-100px);
            transform: rotate(0deg) translateY(-100px); }
  100% {
    -webkit-transform: rotate(0deg) translateY(0px);
            transform: rotate(0deg) translateY(0px); } }

@keyframes miss {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  10% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg); }
  20% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg); }
  30% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg); }
  40% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg); }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(0deg) translateY(-100px);
            transform: rotate(0deg) translateY(-100px); }
  100% {
    -webkit-transform: rotate(0deg) translateY(0px);
            transform: rotate(0deg) translateY(0px); } }

.spin {
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.monster-parts {
  width: 220px;
  height: 220px;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(10, 1fr);
  background-repeat: no-repeat;
  background-size: contain;
  display: none; }
  @media only screen and (min-width: 800px) {
    .monster-parts {
      width: 300px;
      height: 300px; } }
  @media only screen and (min-width: 1000px) {
    .monster-parts {
      width: 400px;
      height: 400px; } }
  .monster-parts img {
    width: 100%;
    height: auto; }
  .monster-parts .part5 {
    grid-column: 1 / 4;
    grid-row: 1 / 4;
    z-index: -1; }
  .monster-parts .part7 {
    grid-column: 5 / 7;
    grid-row: 1 / 3; }
  .monster-parts .part3 {
    grid-column: 8 / 11;
    grid-row: 2 / 5; }
  .monster-parts .part4 {
    grid-column: 1 / 3;
    grid-row: 5 / 7; }
  .monster-parts .part1 {
    grid-column: 3 / 8;
    grid-row: 3 / 8; }
  .monster-parts .part6 {
    grid-column: 8 / 11;
    grid-row: 6 / 9; }
  .monster-parts .part2 {
    grid-column: 1 / 4;
    grid-row: 8 / 11; }
  .monster-parts .part8 {
    grid-column: 5 / 8;
    grid-row: 8 / 11; }

/* ==========================================================================
   Grid (float based grid generator, add if needed)
   ========================================================================== */
/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
