* {
   -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 0;
    padding: 0;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

#loading, #loading img {  
  -ms-transition: z-index 3.5s, opacity 1.5s;
  -moz-transition: z-index 3.5s, opacity 1.5s;
  -webkit-transition: z-index 3.5s, opacity 1.5s;
  transition: z-index 3.5s, opacity 1.5s;
  z-index: 40;
}

#loading > h1 {
  position: absolute;
  top: 50vh;
  width: 100%;
  font-size: 28px;
  line-height: 28px;
  padding: 0;
  margin: -160px 0 0 0;
  text-align: center;
}

#loading > div {
  position: absolute;
  top: 50vh;
  left: 0;
  width: 100%;
  margin-top: -100px;
}

#gif {
  position: relative;
  margin: 0 auto;
  display: block;
  width: 60px;
  height: 60px;
  border: 2px solid #7272AF;
  border-radius: 100%;
  overflow: hidden;
}

#begin {
  position: relative;
  margin: 30px auto;
  width: 240px;
  height: 100px;
  color: #ACACAC;
  border-radius: 4%;
  overflow: hidden;
  box-shadow: -2em 2em 6em 0 rgba(0, 0, 0, 0.4);
  z-index: 20;
  cursor: pointer;
  -ms-transition: background 0.5s, color 0.5s, opacity 1.5s;
  -moz-transition: background 0.5s, color 0.5s, opacity 1.5s;
  -webkit-transition: background 0.5s, color 0.5s, opacity 1.5s;
  transition: background 0.5s, color 0.5s, opacity 1.5s;
  opacity: 0;
}

#begin:before {
  content: " ";
  display: block;
  position: absolute;
  top: 20px;
  right: -10px;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-left: 50px solid #ACACAC;
  -ms-transition: border-left 0.5s;
  -moz-transition: border-left 0.5s;
  -webkit-transition: border-left 0.5s;
  transition: border-left 0.5s;
}

#begin:hover {
  color: #fff;
  background: #7272AF;
}

#begin:hover:before {
  border-left: 50px solid #fff;
}

#begin h1 {
  font-size: 50px; 
  padding: 0 20px;
  text-align: left;
  line-height: 96px;
}

#loading.loaded #begin {
  opacity: 1;
}

#loading.begin, #loading.begin img {
  z-index: 0;
  opacity: 0;
}

body {
  position: relative;
  float: left;
  width: 100%;
  min-width: 320px;
  min-height: 100%;
  position: relative;
  font-family: "Alice", serif;
  background: #fff;
  font-size: 0.32px;
  color: #ACACAC;
  z-index: 0;
}

#main {
  position: relative;
  float: left;
  width: 100%;
  min-height: calc(100vh - 60px);
  padding: 8px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  z-index: 10;
}

h1 {
  position: relative;
  font-size: 28px;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: center;
  font-weight: normal;
  padding-top: 14px;
}

p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  color: #636363;
  margin: 10px 0;
}

#link-button p {
  margin: 0;
}

p.note {
  font-style: italic;
  font-size: 14px;
  text-align: center;
}

p.copyright {
  font-size: 14px;
  text-align: center;
  color: #ACACAC;
}

p.copyright span {
  font-size: 16px;
}

.center {
  text-align: center;
}

.facebook-link {
  padding: 10px 40px 10px 0;
  background-image: url(images/facebook.png);
  background-repeat: no-repeat;
  background-position: right 8px;
  background-size: 30px;
  color: #7272AF;
}

a, #link-button:before, #link-button:after {
  text-decoration: none;
  color: #ACACAC;
  -ms-transition: 1.5s;
  -moz-transition: 1.5s;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

a:hover {
  color: #636363;
}

#audio, #link-button {
  position: absolute;
  top: -60px;
  left: 10px;
  width: 40px;
  height: 40px;
  padding: 0 40px 10px 0;
  background: #fff;
  border: none;
  border-radius: 10%;
  overflow: hidden;
  -moz-box-shadow: -2em 2em 6em 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: -2em 2em 6em 0 rgba(0, 0, 0, 0.4);
  box-shadow: -2em 2em 6em 0 rgba(0, 0, 0, 0.4);
  -ms-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

#link-button {
  left: auto;
  right: 10px;
  width: 140px;
  border-radius: 8px;
  padding: 4px 8px;
}

#link-button a {
  font-size: 14px;
  line-height: 14px;
  color: #7272AF;
}

#link-button:hover a {
  color: #fff;
}

#link-button:before, #link-button:after {
  position: absolute;
  content: " ";
  display: block;
  height: 0;
  width: 60px;
  bottom: 10px;
  left: 44px;
  border-bottom: 3px solid #7272AF;
}

#link-button:after {
  bottom: 4px;
  width: 0;
  left: 104px;
  border: 8px solid transparent;
  border-left: 8px solid #7272AF;
}

#link-button:hover:after {
  border: 8px solid transparent;
  border-left: 8px solid #fff;
}

#link-button:hover:before {
  border-bottom: 3px solid #fff;
}

#audio:hover, #link-button:hover {
  background: #7272AF;
  cursor: pointer;
}

#audio:focus, #link-button:focus {
  -moz-box-shadow: 0 0 18em 6em rgba(0, 110, 220, 0.6);
  -webkit-box-shadow: 0 0 18em 6em rgba(0, 110, 220, 0.6);
  box-shadow: 0 0 18em 6em rgba(0, 110, 220, 0.6);
}

#audio svg {
  width: 26px;
  margin: 8px;
}

#audio:hover svg {
  fill: #fff;
}

#audio:after {
  position: absolute;
  top: 10px;
  right: -4px;
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-left: 20px solid #ccc;  
}

#audio.playing:after {
  position: absolute;
  top: 14px;
  right: 14px;
  content: " ";
  display: block;
  width: 6px;
  height: 24px;
  border: none;
  border-right: 6px solid #ccc;
  border-left: 6px solid #ccc;  
}

#window-text {
  position: relative;
  min-height: 100px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  z-index: 30;
}

#window {
  position: relative;
  width: 100%;
  min-width: 320px;
  min-height: 800em;
  max-height: calc(90vh - 120px);
  height: 600px;
  margin: 0 auto;
  overflow: hidden;
  background: #A5B2F3;
  background: radial-gradient(#A5B2F3 5%, #1A0839 80%, #000000 90%);
}

#window-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  -moz-box-shadow: inset -6px 8px 120px 20px rgba(0, 0, 0, 1);
  -webkit-box-shadow: inset -6px 8px 120px 20px rgba(0, 0, 0, 1);
  box-shadow: inset -6px 8px 120px 20px rgba(0, 0, 0, 1);
}

#hills-outer, #border-text {
  position: absolute;
  width: 750em;
  height: 750em;
  border-width: 60em;
  border-style: solid;
  border-color: #7272AF;
  border-radius: 100%;
  margin-left: 58em;
  margin-top: -430em;
}

#hills-outer {
  -moz-box-shadow: -6em 8em 82em 8em rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: -6em 8em 82em 8em rgba(0, 0, 0, 0.9);
  box-shadow: -6em 8em 82em 8em rgba(0, 0, 0, 0.9);
}

#hills-outer svg:first-child {
  width: 100.5%;
  height: 100.5%;
  margin-left: -0.25%;
  margin-top: -0.25%;
}

#text, #hills, .walking.spin, .walking-center.spin {
  -webkit-animation-name: spin;
  -webkit-animation-duration: 46400ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 46400ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 46400ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

#hills {
  position: absolute;
  width: 220%;
  height: 220%;
  margin-top: -60%;
  margin-left: -60%;
}

#hills-border {
  position: absolute; 
  width: 99.5%;
  height: 99.5%; 
  margin-top: -2.5em;
  margin-left: -2.5em;
  border-width: 5em;
  border-style: solid;
  border-color: #7272AF;
  border-radius: 100%;
  -moz-box-shadow: inset -4em 4em 32em 0em rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: inset -4em 4em 32em 0em rgba(0, 0, 0, 0.9);
  box-shadow: inset -4em 4em 32em 0em rgba(0, 0, 0, 0.9);
}


#border-text svg {
  position: absolute;
  top: -46.5%;
  left: -46.5%;
  width: 193%;
  height: 193%;
}

#border-text svg:last-child {
  position: absolute;
  top: -59.5%;
  left: -59.5%;
  width: 219%;
  height: 219%;
}

#hills {
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-animation-duration: 80000ms;
  -moz-animation-duration: 80000ms;
  animation-duration: 80000ms;
}

@-moz-keyframes spin {
    0% { -moz-transform: rotate(0deg); }
    100% { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0%  {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}

.snowflakes, .magnified {
  width: 1200em;
  height: 1200em;
  border-radius: 100%;
}
  
.snowflakes.outer {  
  -moz-box-shadow: -6em 8em 42em 0 rgba(0, 0, 0, 0.6);
  -webkit-box-shadow:-6em 8em 42em 0 rgba(0, 0, 0, 0.6);
  box-shadow: -6em 8em 42em 0 rgba(0, 0, 0, 0.6);
}

.snowflakes.spin, .magnified, #scenery { 
  background-size: 120em;
  -webkit-animation-name: spin2;
  -webkit-animation-duration: 80000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin2;
  -moz-animation-duration: 80000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  animation-name: spin2;
  animation-duration: 80000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.snowflakes.spin, .magnified, #scenery { 
  background-repeat: repeat;
  background-position: 615em 115em;
}

@media screen and (max-width: 644px) {

  .snowflakes.spin { 
    background-image: url(images/ww/snowflakes-a-s.png);
  }  

  .snowflakes.spin.fore, .magnified {
    background-image: url(images/ww/snowflakes-b-s.png);
  }

  .magnified.deep {
    background-image: url(images/ww/snowflakes-c-s.png);
  }

}

.snowflakes.spin.fore {
  background-size: 200em;
  -webkit-animation-duration: 120000ms;
  -moz-animation-duration: 120000ms;
  animation-duration: 120000ms;
}

@-moz-keyframes spin2 {
    0% { -moz-transform: rotate(360deg); }
    100% { -moz-transform: rotate(0deg); }
}
@-webkit-keyframes spin2 {
    0% { -webkit-transform: rotate(360deg); }
    100% { -webkit-transform: rotate(0deg); }
}
@keyframes spin2 {
    0% {transform: rotate(360deg);}
    100% {transform: rotate(0deg);}
}

.snowflakes.outer, .snowflakes.deep.outer, .magnified, .snowflakes-center {
  position: absolute;
  border-width: 30em;
  border-style: solid;
  border-color: #4B2B17;
  margin-left: 30%;
  margin-top: -30%;
}

.snowflakes.inner {
  -moz-box-shadow: inset -6em 8em 22em 0 rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: inset -6em 8em 22em 0 rgba(0, 0, 0, 0.6);
  box-shadow: inset -6em 8em 22em 0 rgba(0, 0, 0, 0.6);
}

.snowflakes.deep.inner, .scenery.deep.inner {
  -moz-box-shadow: inset -12em 12em 42em 12em rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset -12em 12em 42em 12em rgba(0, 0, 0, 0.3);
  box-shadow: inset -12em 12em 42em 12em rgba(0, 0, 0, 0.3);
}

.snowflakes.deep.outer, .scenery.deep {
  -moz-box-shadow: -12em 12em 62em 22em rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: -12em 12em 62em 22em rgba(0, 0, 0, 0.6);
  box-shadow: -12em 12em 62em 22em rgba(0, 0, 0, 0.6);
}

.snowflakes.outer.gradient {
  moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.snowflakes.outer.gradient svg {
  position: absolute;
  opacity: 0.95;
}

.snowflakes.outer.gradient svg:first-child {
  width: 196%;
  height: 196%;
  top: -48%;
  left: -48%;
}

.snowflakes.outer.gradient svg:last-child {
  width: 77%;
  height: 77%;
  top: 11.5%;
  left: 11.5%;
}

.snowflakes-center {
  top: 0;
  left: 0;
  width: 460em;
  height: 460em;
  margin-top: 350em;
  margin-left: 350em;
  border-width: 20em;
  border-radius: 100%;
  background-size: 100%;
}

@media screen and (max-width: 644px) {

  .snowflakes-center {
    background-image: url(images/ww/snowflakes-center-s.png);
  }

}

.magnifier {
  position: absolute;
  width: 150em;
  height: 150em;
  border-radius: 100%;
  border-width: 13em; 
  border-style: solid;
  border-color: #231207;
  top: 30em;
  left: 530em; 
  overflow: hidden;
  -moz-box-shadow: -64em 150em 66em -30em rgba(252, 248, 227, 0.2);
  -webkit-box-shadow: -64em 150em 66em -30em rgb(252, 248, 227, 0.2);
  box-shadow: -64em 150em 66em -30em rgba(252, 248, 227, 0.2);
}

.magnifier.inner {
  -moz-box-shadow: inset -4em 12em 50em 0 rgba(30, 30, 90, 0.75);
  -webkit-box-shadow: inset -4em 12em 50em 0m rgba(30, 30, 90, 0.75);
  box-shadow: inset -4em 12em 50em 0 rgba(30, 30, 90, 0.75);
}

.magnifier.inner.deep {
  background: radial-gradient(#FFFFFF 0%, #FCF8E3 12%, #F7CDDB 100%);
  -moz-box-shadow: inset -4em 12em 60em 0 rgba(50, 30, 90, 0.85);
  -webkit-box-shadow: inset -4em 12em 60em 0 rgba(50, 30, 90, 0.85);
  box-shadow: inset -4em 12em 60em 0 rgba(50, 30, 90, 0.85);
}

.magnifier.inner.deep:after {
  position: absolute;
  top: 30%;
  left: 2%;
  width: 90%;
  height: 76%;
  background: radial-gradient(rgba(255, 255, 255, 1) 14%, rgba(255, 255, 255, 0.3) 30%, rgba(0, 0, 0, 0) 45%, 
  rgba(0, 0, 0, 0));
  content: " ";
  display: block;
  border-radius: 100%;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  transform: rotate(18deg);
}

.magnifier.gradient {
  overflow: visible;
  border: none;
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.magnifier.gradient svg {
  position: absolute;
  width: 198%;
  height: 198%;
  top: -40.3%;
  left: -40.344%;
}

.magnifier.gradient svg:first-child {
  opacity: 0.3;
}

.magnifier.gradient:before {
  position: absolute;
  top: -4%;
  left: 32%;
  width: 70%;
  height: 66%;
  background: radial-gradient(#FFFFFF 4%, rgba(255, 255, 255, 0.2) 20%, rgba(0, 0, 0, 0) 28%, 
  rgba(0, 0, 0, 0));
  content: " ";
  display: block;
  border-radius: 100%;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  transform: rotate(18deg);
  opacity: 0.75;
}

.magnifier.gradient:after {
  position: absolute;
  top: -22.2%;
  left: 51%;
  width: 50%;
  height: 50%;
  background: radial-gradient(#FFFFFF 3%, rgba(255, 255, 255, 0.3) 18%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0));
  content: " ";
  display: block;
  opacity: 0.8;
}

.magnifier.deep {
  -moz-box-shadow: -64em 150em 80em 72em rgba(252, 234, 196, 0.4);
  -webkit-box-shadow: -64em 150em 80em 72em rgba(252, 234, 196, 0.4);
  box-shadow: -64em 150em 80em 72em rgba(252, 234, 196, 0.4);
} 

.magnifier.deep2 {
  -moz-box-shadow: -64em 150em 32em 40em rgba(158, 0, 0, 0.18);
  -webkit-box-shadow: -64em 150em 32em 40em rgba(158, 0, 0, 0.18);
  box-shadow: -64em 150em 32em 40em rgba(158, 0, 0, 0.18);
} 

.magnifier.deep3 {
  -moz-box-shadow: -64em 150em 46em 14em rgba(252, 184, 116, 0.6);
  -webkit-box-shadow: -64em 150em 46em 14em rgba(252, 184, 116, 0.6);
  box-shadow: -64em 150em 46em 14em rgba(252, 184, 116, 0.6);
} 

.magnifier.deep4 {
  -moz-box-shadow: -64em 150em 46em -30em rgba(252, 248, 227, 0.2);
  -webkit-box-shadow: -64em 150em 46em -30em rgb(252, 248, 227, 0.2);
  box-shadow: -64em 150em 46em -30em rgba(252, 248, 227, 0.2);
}   
  

.magnified {
  margin-top: -350em; 
  margin-left: -250em;
  background-size: 360em;
  -webkit-animation-duration: 28000ms;
  -moz-animation-duration: 28000ms;
  animation-duration: 28000ms;
}

.magnified.deep {
  background-size: 230em;
  -webkit-animation-duration: 52000ms;
  -moz-animation-duration: 52000ms;
  animation-duration: 52000ms;
}

.magnified.surprise {
  background: none;
  -webkit-animation-duration: 36000ms;
  -moz-animation-duration: 36000ms;
  animation-duration: 36000ms;
  border: none;
  border-radius: 0;
}

.magnified.surprise div {
  background-image: url(images/ww/fairy-2.png);
  background-repeat: no-repeat;
  background-position: 8% 50%;
  background-size: 160em;
  position: relative;
  float: left;
  width: 50%;
  height: 50%;
}

.quarters div:first-child {
  background-image: url(images/ww/fairy-1.png);
  background-size: 140em;
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.quarters div:nth-child(3) {
  background-image: url(images/ww/fairy-4.png);
  background-position: 0 50%;
  background-size: 220em;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.quarters div:nth-child(4) {
  background-image: url(images/ww/fairy-3.png);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}


.scenery {
  position: absolute;
  width: 1450em;
  height: 1450em;
  top: 379em;
  left: -270em;
  border-width: 60em;
  border-style: solid;
  border-color: #34203F;
  border-radius: 100%;
  -moz-box-shadow: -6em 8em 42em 0 rgba(0, 0, 0, 1.8);
  -webkit-box-shadow: -6em 8em 42em 0 rgba(0, 0, 0, 1.8);
  box-shadow: -6em 8em 42em 0 rgba(0, 0, 0, 1.8);
}

.scenery.border:after {
  position: absolute;
  content: " ";
  display: block;
  width: 101.5%;
  height: 101.5%;
  top: -3.35%;
  left: -3.35%;
  border-width: 38em;
  border-style: solid;
  border-color: #471F26;
  border-radius: 100%;
}

#scenery {
  position: absolute;
  width: 130%;
  height: 130%;
  margin-top: -15%;
  margin-left: -15%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
  -webkit-animation-duration: 260000ms;
  -moz-animation-duration: 260000ms;
  animation-duration: 260000ms;
}

@media screen and (max-width: 644px) {

  #scenery {  
    background-image: url(images/ww/scenery-s.png);
  }

}

#scenery.quarters div {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  height: 50%;
  background-image: url(images/ww/scenery-quarter-try-26.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
}

.scenery.inner {
  -moz-box-shadow: inset -6em 8em 32em 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset -6em 8em 32em 0 rgba(0, 0, 0, 0.4);
  box-shadow: inset -6em 8em 32em 0 rgba(0, 0, 0, 0.4);
}

.walking {
  position: absolute;
  width: 840em;
  height: 840em;
  margin-top: -80em;
  margin-left: -280em;
  border-radius: 100%;
}

.walking.spin {  
  background-image: url(images/ww/walking-s.png);
  background-size: 100%;
  border-radius: 100%;
  -webkit-animation-timing-function: steps(12, end);
  -moz-animation-timing-function: steps(12, end);
  animation-timing-function: steps(12, end);
  -webkit-animation-duration: 16500ms;
  -moz-animation-duration: 1600ms;
  animation-duration: 1600ms;
}

@media screen and (max-width: 644px) {

  .walking.spin {  
    background-image: url(images/ww/walking-s.png);
  }

}

.walking.spin.faint {  
  opacity: 0.5;
}

#walking {
  width: 130em;
  height: 130em;
  position: absolute;
  top: 330em;
  right: 0;
  overflow: hidden;
}

#walking .walking.spin {
  margin-top: -330em;
  margin-left: 0;
  right: 0;
}

.walking-center {
  position: absolute;
  width: 34%;
  height: 34%;
  top: calc(33% - 15em);
  left: calc(33% - 15em);
  overflow: hidden;
  border-radius: 100%;
  border: 15em solid #1C0516;
}

.walking-center.shadow {
  -moz-box-shadow: inset -4em 4em 12em 0em rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset -4em 4em 12em 0em rgba(0, 0, 0, 0.4);
  box-shadow: inset -4em 4em 12em 0em rgba(0, 0, 0, 0.4);
}

.walking-center.svg {
  border: none;
  top: 33%;
  left: 33%;
  overflow: visible;
  opacity: 0.6;
}

.walking-center svg {
  position: absolute;
  width: 203%;
  height: 203%;
  top: -51.58%;
  left: -51.25%;
}

.walking-center.spin {  
  border: none;
  width: 51%;
  height: 51%;
  top: 24.5%;
  left: 24.5%;
  background-image: url(images/ww/walking-center.png);
  background-size: 100%;
  -webkit-animation-duration: 32000ms;
  -moz-animation-duration: 32000ms;
  animation-duration: 32000ms;
}

footer {
  position: relative;
  float: left;
  width: 100%;
  height: 60px;
  z-index: 20;
}

@media screen and (min-width: 321px) {

  body {
    font-size: 0.1vw;
  }

}

@media screen and (min-width: 360px) {

  #window {
    min-height: 500em;
  }
  
  h1 {
    padding-top: 80px;
  }

  #audio, #link-button {
    position: absolute;
    top: 14px;
    left: 0;
  }
  
   #link-button {
    left: auto;
    right: 0;
   }
   
}   

@media screen and (min-width: 645px) {

  h1 {
    padding: 0 100px;
    line-height: 70px;
  }
  
  .snowflakes.spin { 
    background-image: url(images/ww/snowflakes-a.png);
  }
  
  .snowflakes.spin.fore, .magnified {
    background-image: url(images/ww/snowflakes-b.png);
  }

  .magnified.deep {
    background-image: url(images/ww/snowflakes-c.png);
  }
  
  .snowflakes-center {
    background-image: url(images/ww/snowflakes-center.png);
  }
  
  #scenery {
    background-image: url(images/ww/scenery.png);
  }
  
  .walking.spin {  
    background-image: url(images/ww/walking.png);
  }
  
}

@media screen and (min-width: 1040px) {

  body {
    font-size: 1px;
  }
  
  h1 {
    font-size: 48px;
    line-height: 80px;
    padding: 0;
  }

  #window {
    position: relative;
    width: 1000px;
    margin: calc((90vh - 220px) / 10) auto 0;
  }
    
}
