/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * 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 {
  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 */
  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 {
  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"] {
  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;
}

ol, ul {
  margin: 0;
  /* test */
  padding: 0;
}

html {
  box-sizing: border-box;
}

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

ol, ul {
  list-style: none;
}

img {
  display: block;
  width: 100%;
}

:focus {
  outline: none;
  border-bottom: solid 3px #ff9900;
}

.bubble {
  position: absolute;
  z-index: 5;
  background-repeat: no-repeat;
  background-size: 100%;
}

.bubble-top-left {
  background-image: url("img/bubble-top.png");
  top: -16%;
  left: -2%;
}

.bubble-bottom-left {
  background-image: url("img/bubble-bottom.png");
  padding: 0 30px;
  bottom: 0;
  left: -2%;
}

.bubble-top-right {
  background-image: url("img/bubble-top.png");
  padding: 1em 2em 4em 3em;
  top: -10%;
  right: -1.6em;
}

.bubble-bottom-right {
  background-image: url("img/bubble-bottom.png");
  padding: 0 20px 10px 20px;
  bottom: -2%;
  right: -2%;
}

.bubble p {
  color: #ca4a30;
  padding: 33px 60px;
  font-size: 1.4vw;
}

@media only screen and (max-width: 1024px) {
  .bubble p {
    font-size: 0.8em;
    padding: 1.6em 2em;
  }

  .bubble {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .bubble p {
    font-size: 1em;
    padding: 10px;
  }

  .bubble {
    padding: 2% 5%;
  }

  .bubble-top-right {
    padding: 2% 7%;
  }
}
@keyframes ldio-htw1mb4e25h-r {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.2 0 0.8 0.8);
  }
  50% {
    animation-timing-function: cubic-bezier(0.2 0.2 0.8 1);
  }
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes ldio-htw1mb4e25h-s {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.2 0 0.8 0.8);
  }
  50% {
    animation-timing-function: cubic-bezier(0.2 0.2 0.8 1);
  }
  0% {
    transform: translate(-22.92px, -22.92px) scale(0);
  }
  50% {
    transform: translate(-22.92px, -22.92px) scale(1);
  }
  100% {
    transform: translate(-22.92px, -22.92px) scale(0);
  }
}
.ldio-htw1mb4e25h > div {
  transform: translate(0px, -11.46px);
}

.ldio-htw1mb4e25h > div > div {
  animation: ldio-htw1mb4e25h-r 1.3513513514s linear infinite;
  transform-origin: 95.5px 95.5px;
}

.ldio-htw1mb4e25h > div > div > div {
  position: absolute;
  transform: translate(95.5px, 81.748px);
}

.ldio-htw1mb4e25h > div > div > div > div {
  width: 45.84px;
  height: 45.84px;
  border-radius: 50%;
  background: #f5c024;
  animation: ldio-htw1mb4e25h-s 1.3513513514s linear infinite;
}

.ldio-htw1mb4e25h > div > div:last-child {
  animation-delay: -0.6756756757s;
}

.ldio-htw1mb4e25h > div > div:last-child > div > div {
  animation-delay: -0.6756756757s;
  background: #ffffff;
}

.loadingio-spinner-interwind-ttzsdmfwmyi {
  width: 191px;
  height: 191px;
  display: inline-block;
  overflow: hidden;
  background: none;
}

.ldio-htw1mb4e25h {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
  /* see note above */
}

.ldio-htw1mb4e25h div {
  box-sizing: content-box;
}

#sky {
  background: url(img/sky.png) fixed;
  background-color: #12547c;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -moz-transition: opacity 1.5s;
  -webkit-transition: opacity 1.5s;
  -o-transition: opacity 1.5s;
  transition: opacity 1.5s;
}

.skyLoaded #sky {
  opacity: 1;
}

.loaded {
  background: url(img/sky.png) fixed;
  background-color: #12547c;
}

.loaded .content {
  display: block;
}

.content {
  display: none;
}

#preloader {
  padding-top: 5%;
  text-align: center;
}

#preloader h1 {
  margin: 0;
}

#preloader address {
  color: #e3d44b;
  font-style: normal;
  margin-top: 1em;
}

.loadingio-spinner-interwind-ttzsdmfwmyi {
  display: block;
  margin: 0 auto;
}

#preloader p {
  color: #fff;
  text-align: center;
  font-weight: 300;
}

#title {
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s;
  /* Firefox < 16 */
  -ms-animation: fadein 2s;
  /* Internet Explorer */
  -o-animation: fadein 2s;
  /* Opera < 12.1 */
  animation: fadein 2s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.pulsate {
  -webkit-animation: pulsate 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0.5;
}

@-webkit-keyframes pulsate {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
body {
  color: #000;
  font-family: verdana, sans-serif;
  font-weight: 400;
  font-size: 1em;
  background-color: #12547c;
}

a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}

a:hover, a:clicked {
  color: #ca4a30;
}

p {
  color: #000;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.6em;
}

header {
  display: block;
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  padding: 5em 0;
}

h1 {
  font-family: verdana, sans-serif;
  color: #fff;
  font-size: 2vw;
  text-shadow: 2px 2px #000;
  margin-top: 5%;
  margin-bottom: 10%;
}

h1 span {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

h1 address {
  font-style: normal;
}

.blurb {
  background-color: #ea5436;
  padding: 10em 0 6em 0;
  width: 100%;
  overflow: hidden;
}

.blurb blockquote {
  color: #e3d44b;
  width: 80%;
  margin: 0 auto 2em auto;
  font-size: 1.6em;
  line-height: 1.6em;
  text-shadow: 2px 2px #000;
  overflow: hidden;
}

.blurb p {
  width: 80%;
  margin: 0 auto 1em auto;
  font-size: 1em;
  color: #fff;
  overflow: hidden;
}

.pair-group {
  display: flex;
  width: 100%;
}

.pair-item {
  flex: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.white-wrap {
  background: #fff;
  width: 100%;
  overflow: hidden;
  padding: 5em 0;
}

.gray-container {
  width: 80%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 2em 0;
}

.gray-image {
  width: 99%;
  height: 100%;
  overflow: hidden;
}

.gray-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gray-text {
  position: relative;
  width: 80%;
  margin: 0 auto;
  font-size: 1.5vw;
}

.pair-intro {
  background-color: #ffcc00;
}

.pair-intro p {
  margin: 20% 0 0 20%;
  font-size: 2vw;
}

.painting {
  padding: 0;
  margin: 0;
}

.painting .gray-container {
  padding: 0;
}

.painting .gray-text {
  position: absolute;
  bottom: 12%;
  width: 100%;
}

.painting .frame {
  top: -40%;
}

.room {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.room-bg {
  z-index: 2;
  position: relative;
}

.room-img {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
}

.single {
  background-color: #fff;
}

.single-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.single .pair-item p {
  width: 80%;
  margin: 0 auto;
  font-size: 1.6vw;
}

.single .pair-group {
  padding-bottom: 5%;
  position: relative;
  z-index: 2;
}

.room-3 .gray-image-overlay {
  top: 11%;
}

.moon {
  position: absolute;
  top: 25%;
  right: 23%;
  z-index: 1;
  width: 8%;
}

.room-half .moon {
  width: 15%;
  right: 45%;
}

.room-3 .moon {
  top: 34%;
  right: 32%;
  width: 10%;
}

.room-5 .moon {
  top: 15%;
  right: 34%;
  width: 14%;
}

.baron {
  width: 10%;
  position: absolute;
  top: -5%;
  right: 12%;
  z-index: 3;
}

.room-half .baron {
  width: 20%;
  right: 20%;
}

.room-3 .baron {
  right: 17%;
  width: 13%;
}

.room-5 .baron {
  width: 15%;
  top: -26%;
  right: 20%;
}

.room-6 .moon {
  top: 4%;
  right: 27%;
}

.room-6 .bubble-bottom-left {
  padding: 32px 30px;
  bottom: -20px;
}

.room-7 .bubble-bottom-right {
  padding: 20px 40px 50px 40px;
  bottom: -8%;
}

.room-3 .bubble p {
  padding: 26px 60px;
}

footer {
  padding: 10em 0;
  width: 100%;
  background-color: #398125;
  margin-bottom: 20%;
}

footer p {
  width: 80%;
  margin: 0 auto 1em auto;
  color: #e3d44b;
  font-size: 1em;
  font-weight: lighter;
}

footer img {
  width: 80%;
  margin: 5em auto 5em auto;
}

footer a:hover, footer a:hover:before {
  color: #ca4a30;
}

footer .emphasis {
  margin-bottom: 2em;
  font-size: 2em;
  font-weight: bold;
  text-shadow: 2px 2px #000;
}

.mobile-room {
  display: none;
}

.buy {
  position: absolute;
  right: 0;
  width: 100%;
}

.buy a {
  display: block;
}

.buy p {
  text-align: right;
  padding: 0.5em 1em;
  background-color: #e3d44b;
  margin-top: 100px;
  width: 100%;
}

#book {
  float: right;
  width: 230px;
  height: 201px;
  margin-right: 10%;
  margin-left: 1%;
}

#buy {
  background-color: #ca4a30;
  padding: 5% 10%;
  margin-bottom: 5%;
}

#buy h2 {
  font-size: 3em;
  margin-bottom: 5%;
}

#buy h2 span {
  color: #e3d44b;
}

#buy h2 a:hover, #buy h2 a:visited {
  color: #fff;
}

#buy ul {
  overflow: hidden;
}

#buy li {
  display: block;
  overflow: hidden;
  margin-bottom: 1%;
}

#buy li a, #buy li a:hover, #buy li a:active, #buy li a:visited {
  color: #fff;
  text-decoration: none;
}

#buy li img {
  width: 115px;
  height: 100px;
  display: block;
  float: left;
  margin: 0 1% 0 0;
}

@media screen and (max-width: 991.98px) {
  h1 {
    margin: 12% 0 0 0;
  }

  .bubble-top-left {
    top: -25%;
  }

  .bubble-top-right {
    top: -20%;
  }

  .bubble-bottom-right {
    padding: 0 4%;
    bottom: -13%;
  }

  .bubble-bottom-left {
    bottom: -17%;
  }

  .room-3 .bubble {
    bottom: -13%;
  }

  .room-3 .bubble p {
    padding: 20px 60px;
  }

  .room-4 .bubble {
    top: -18%;
  }

  .room-5 .bubble {
    padding: 1% 3%;
    top: -18%;
  }

  .room-6 .bubble {
    padding: 8px 23px;
    bottom: -13%;
  }

  .room-7 .bubble {
    bottom: -25%;
    padding-top: 0;
  }
}
@media only screen and (max-width: 575.98px) {
  h1 {
    margin-top: 5em;
    font-size: 1.2em;
  }

  .box.pair-item {
    padding: 10% 0;
  }

  .box:nth-child(2) {
    background-color: #eee;
  }

  .painting.white-wrap {
    padding-bottom: 15%;
  }

  .painting .box:nth-child(2) {
    background-color: #fff;
  }

  .painting .box.pair-item {
    padding: 0;
  }

  .painting .gray-text {
    bottom: 0;
    font-size: 0.9em;
  }

  .room {
    display: none;
  }

  .mobile-room {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .mobile-room .moon {
    top: 26%;
    right: 45%;
    width: 17%;
  }

  .painting.box.pair-item {
    padding: 0;
  }

  .pair-group {
    display: block;
  }

  .pair-intro {
    background-color: #fff;
    overflow: hidden;
  }

  .pair-group .pair-intro p {
    font-size: 1em;
    width: 80%;
    margin: 20% auto;
  }

  .gray-text {
    font-size: 1em;
    z-index: 3;
  }

  .white-wrap {
    padding: 0;
  }

  .moon {
    top: 13%;
    right: 23%;
  }

  .painting .frame {
    top: -40%;
  }

  .room-half .moon {
    top: 20%;
    right: 46%;
  }

  .room-1-0 .bubble {
    top: -42%;
  }

  .room-1-1 .bubble {
    top: -20%;
  }

  .room-2-0 .bubble {
    top: -42%;
  }

  .room-3-1 .moon {
    top: 26%;
    right: 66%;
    width: 25%;
  }

  .room-3-0 .baron {
    width: 26%;
  }

  .room-3-0 .bubble {
    padding: 0% 5%;
    bottom: 10%;
  }

  .room-3-1 .baron {
    width: 26%;
    right: 36%;
    top: -13%;
  }

  .room-3-1 .bubble {
    padding: 1% 8%;
    bottom: 30%;
  }

  .room-4-0 .bubble {
    padding: 3% 6%;
    top: -12%;
  }

  .room-4-1 .bubble {
    padding: 5% 6%;
    bottom: -8%;
  }

  .room-5-0 .bubble {
    top: -15%;
  }

  .room-6-0 .bubble {
    padding: 0% 0% 0% 10%;
    top: -6%;
  }

  .room-6-0 .bubble p {
    padding: 5% 1% 1% 2%;
  }

  .arrakis-0, .arrakis-1 {
    background-color: #fff;
    padding-bottom: 10%;
  }

  .room-7 .bubble-bottom-right, .room-6 .bubble-bottom-left, .rooom-5 .bubble-top-right {
    padding: 10px;
  }

  .room-7-0 .bubble {
    padding: 9% 12% 10% 12%;
    top: -3%;
  }

  .room-7-1 .baron {
    width: 17%;
    top: -7%;
    right: 23%;
  }
}