#mk-runes {
  position: relative;
  color: #ffffff;
  height: 580px;
  width: 100%;
  background:url(../images/runes_bg_1.jpg) center / cover no-repeat;
}
#mk-runes.start {
  background:url(../images/runes_bg_2.jpg) center / cover no-repeat;
}
#mk-runes.relationship {
  background:url(../images/relationship_runes_bg_1.jpg) center / cover no-repeat;
}
#mk-runes.relationship.start {
  background:url(../images/relationship_runes_bg_2.jpg) center / cover no-repeat;
}
#mk-runes.ppf {
  color: #233d88;
  background:url(../images/ppf_runes_bg_1.jpg) center / cover no-repeat;
}
#mk-runes.ppf.start {
  background:url(../images/ppf_runes_bg_2.jpg) center / cover no-repeat;
}
@media only screen and (max-width: 47.9em) {
  #mk-runes {
    font-size: .85em;
  }
}
#mk-runes #start #inStart {
  position: absolute;
  top: 2em;
  left: 20em;
}
#mk-runes #start #inStart h2 {
  font-size: 3.5em;
}
#mk-runes #bag {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 300px;
}
#mk-runes #bag img {
  width: 200px;
  height: 300px;
}
#mk-runes #reading #inReading {
  font-size: .85em;
  position: absolute;
  top: 0;
  right: 0;
  margin: 1em;
  padding-right: 2em;
  height: 96%;
  overflow-x: hidden;
  overflow-y: auto;
}
@media(min-width:992px) {
  #mk-runes #reading #inReading {
    margin:1em 4em 1em 12em;
  }
}
#mk-runes #reading #inReading .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  margin-bottom: 1em;
}
#mk-runes #reading #inReading .row div {
  width:100%; max-width: 40em;
}
#mk-runes #reading #inReading .row div:first-child {
  width: 12em;
}
#mk-runes #reading #inReading h3 {
  font-size: 3.5em;
  line-height: 1em;
}
#mk-runes #reading #inReading p, #mk-runes #reading #inReading h1 {
  margin: 0;
  padding: 0;
}
#mk-runes #reading #inReading img {
  width: 10em;
}
#mk-runes #reading #inReading h1 {
  font-size: 1.5em;
  font-weight: 600;
}
#mk-runes #reading #inReading p.intro {
  font-weight: 600;
}
#mk-runes #reading #inReading a img {
  border: none;
}
#mk-runes #reading #inReading div.ppf {
  font-size: 4em;
  color: #233d88;
}
@media only screen and (orientation: portrait) and (max-width: 480px) {
  #mk-runes .mobile {
    display: block !important;
    width:100%;
  }
  #mk-runes .desktop {
    display: none; }
  #mk-runes #start {
    display: none; }
  #mk-runes #reading {
    display: none; } }

/*# sourceMappingURL=../maps/style.css.map */

@media(max-width:992px) and (orientation:landscape) {
  #mk-runes {
    height:98vh;
  }
  #mk-runes #reading #inReading {
    margin-left:12rem;
  }
}