@import url('https://fonts.googleapis.com/css?family=Lato:400,700|Questrial');
/* http://meyerweb.com/eric/tools/css/reset/v2.0 | 20110126License: none (public domain)*/html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}table {border-collapse: collapse;border-spacing: 0;}
section, html, body, #container, #door, #skin {
position: relative;
height: 100%;
width: 100%;
margin: 0px;
padding: 0px;
}
section.hidden {
overflow: hidden;
}
section.visible {
overflow: auto;
}
body {
font-family: "Lato", "Helvetica", sans-serif;
background-color: #11031D;
scrollbar-3dlight-color:transparent;
scrollbar-arrow-color:transparent;
scrollbar-base-color:transparent;
scrollbar-darkshadow-color:transparent;
scrollbar-face-color:transparent;
scrollbar-highlight-color:transparent;
scrollbar-shadow-color:transparent;
}
/* pseudo elements */
#meat::-webkit-scrollbar-button       { background-color:transparent; }
#meat::-webkit-scrollbar-track-piece  { background-color:transparent; }
#meat::-webkit-scrollbar-track        { background-color:transparent; }
#meat::-webkit-scrollbar              { width:0;height:0;background-color:transparent; }
#meat::-webkit-scrollbar-thumb        { background-color:transparent; }
#meat::-webkit-scrollbar-corner       { background-color:transparent; }
#meat::-webkit-resizer                { background-color:transparent; }
div {
position: absolute;
overflow: visible
}
canvas {
position:fixed;
overflow: hidden;
z-index:-1;
top:0;
left:0;
pointer-events: none;
}
#container {
z-index: 0
}
#skin, #meat {
overflow-x: hidden;
position: absolute;
z-index: 90
}
#meat {
position: relative;
height: 100%;
width: 100%;
overflow: auto
}
#door {
pointer-events: none;
position: absolute;
z-index: 120
}
#tophand, #bottomhand {
position: absolute;
width: 100%;
height: 50%;
transform-origin: 0% 0%;
background-color: #fff
}
#tophand {
top: 0
}
#bottomhand {
bottom: 0
}
body {
font-size: 16px;
}
p, h3 {
position: relative;
text-align: left
}
p {
color: #fff
}
h2, h3, #load, #letter > text > tspan, p#hello, #rainbow {
font-family: "Questrial", "Helvetica", sans-serif;
}
p#load {
font-size: 1.4em;
color: #999;
margin: 0;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%)
}
p.label, p.bold {
font-size: 1.2em;
display: inline-block;
padding-top: .4em;
margin-bottom: .4em;
text-transform: uppercase
}
p.bold {
font-weight: 600
}
p.bold::after {
margin: 0 16px;
content: "";
height: 15px;
right: 0;
position: relative;
display: inline-block;
width: 2px;
background-color: #fff
}
.back > p {
font-size: 1.8em;
line-height: 1.4em;
}
h2#frontsign {
color: #fff;
font-size: 3em;
position: absolute;
display: block;
bottom: 5%;
right: 2%;
text-align: right;
pointer-events: none;
z-index: -1
}
h2#frontsign > span {
position: absolute;
z-index: -1;
}
#red {
left: 2px;
color: #FF6C41
}
#green {
left: -2px;
color: #00E2A2
}
h3.item {
font-size: 2.8em;
line-height: 1.4em;
padding-top: .4em;
color: #fff
-webkit-backface-visibility: hidden;/* Chrome, Safari, Opera */
backface-visibility: hidden;
overflow: hidden;
-ms-transform: rotateY(0deg);/* IE 9 */
-webkit-transform: rotateY(0deg);/* Safari */
transform: rotateY(0deg)
}
.card {
position: relative;
display: inline-block;
float: left;
top: 0;
width: 400px;
height: 400px;
margin: 2em 2em;
transform-style: preserve-3d;
z-index: 70
}
.front, .back {
position: absolute;
width: 76%;
height: 88%;
padding: 12%;
border-radius: 2px;
color: #fff;
overflow: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;/* Chrome, Safari, Opera */
transform-style: preserve-3d
}
.back {
-ms-transform: rotateY(180deg);/* IE 9 */
-webkit-transform: rotateY(180deg);/* Safari */
transform: rotateY(180deg)
}
.wrapper {
cursor: pointer;
position: absolute;
width: auto;
height: auto;
display: inline-block;
overflow: visible;
z-index: 80
}
.close {
cursor: pointer;
position: absolute;
top: 1em;
right: 1em;
z-index: 100
}
#arrowlink {
position: absolute;
width:auto;
bottom: 5%;
left: 2%;
cursor: pointer;
}
#arrow {
content: url('./arrow.svg');
}
a {
text-decoration: none;
}
/* Start of Magic Carpet Ride */
#head, #foot {
position: relative;
overflow:hidden;
width: 100%;
height: 800px;
color: #fff;
display: flex;
justify-content: center;
flex-direction: column;
text-align: center;
}
#foot {
background-color: #07BEB8;
}
#head > h2, #foot > h2 {
text-align: center;
font-size: 3em;
line-height: 1.2em;
}
#head > h2 {
/*margin: 25% auto;*/
}
#foot > h2 {
margin-top: 10%;
}
p.ride {
font-size: 1em;
margin-top: 1em;
color: #fff;
width: 100%;
text-align: center;
}
#lumos {
position: relative;
height: 100%;
width: 100%;
margin: 0 auto;
z-index:10;
}
.carpet {
position: relative;
width: 20%;
max-width: 300px;
float: right;
margin-left: 60%;
margin-right: 10%;
}
.layer {
position: absolute;
padding: 48px 32px 66px 22px;
width: 100%;
height: 50%;
max-height: 280px;
border-radius: 8px;
box-shadow: 2px 4px 8px rgba(0,0,0,.2);
}
.layer > div {
height: 100%;
position: relative;
overflow: hidden;
}
img.ride {
position: absolute;
left: 0;
right: 0;
margin: auto;
top: 24%;
}
h3.location {
font-size: 1.5em;
margin-top: 1.4em;
margin-bottom: 15px;
color: #FFF;
}
p.route, p.hour  {
position: relative;
font-size: 12px;
font-family: "Questrial", "Helvetica", sans-serif;
line-height: 1.4em;
width: 100%;
}
h3.location, p.thoughts, p.route, p.hour {
width: calc(100% - 40px);
float: right;
right:0;
}
h3.location::before, p.thoughts::before, p.route::before, p.hour::before {
content: "";
width: 20px;
height: 20px;
float: left;
left: -40px;
position: absolute;
}
h3.location::before {
background: url("location.svg") no-repeat;
top: 0;
}
p.thoughts::before {
background: url("thoughts.svg") no-repeat;
top: 0;
}
p.route::before {
background: url("route.svg") no-repeat;
height: 36px;
top: -24px;
}
p.route:empty {
display: none;
}
p.hour::before {
background: url("hour.svg") no-repeat;
margin-top: -3px;
}
p.thoughts {
font-size: .9em;
position: relative;
margin-top: 2.4em;
line-height: 1.5em;
}
/* Always set the map height explicitly to define the size of the div
* element that contains the map. */
#ggooggoomap {
width: 100%;
height: 100%;
left: 0;
right:0;
top:0;
bottom:0;
position: absolute;
z-index:-10;
}
/* Start of Color Swatch */
.square, .group {
position: relative;
letter-spacing: .4px;
margin-bottom: 2em;
overflow: hidden
}
.group {
padding: 60px 40px 0;
}
.square {
font-size: 1em;
display: inline-block;
float: left;
width: 9.6%;
height: 100px;
margin: .2%;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-shadow: 0 2px 8px rgba(0,0,0,0.2);
color: #2a2c2d;
cursor: pointer
}
.square:hover {
opacity: 0.8
}
#say, #period {
display: inline;
width: 100%;
margin: 0;
color: #eee;
background-color: black;
padding-top: 6px;
padding-bottom: 8px;
}
#say {
padding-left: 8px;
}
#period {
padding-right: 8px;
}
.info > p {
padding: 0 8px;
position: relative;
text-transform: uppercase;
display: block;
overflow: hidden
}
p.name, p.hex, p.tag {
color: #999;
}
p.name {
margin: 8px 0;
font-size: 8px;
min-height: 8px;
}
p.hex {
margin-bottom: 8px;
font-size: 12px;
}
p.hex::selection {
  background: #fff; /* WebKit/Blink Browsers */
}
div.info {
background-color: #fff;
overflow: hidden;
height: auto;
width: 100%
}
div#shadow, div.speech {
width: 100%;
height: 100%;
bottom: 0;
left: 0;
position: fixed;
z-index: 1;
pointer-events:none;
}
#dodo {
position: relative;
text-align:center;
top: 50%;
pointer-events: none;
z-index:2;
}
#shadow {
background-color: rgba(0,0,0,0.8);
}
p.tag {
font-size: 12px;
text-transform: uppercase;
margin: 2% .2% 12px;
text-align: left;
}
/* Start of Holiday */
.case {
width: calc(100% - 80px);
height: calc(100% - 80px);
z-index:0;
min-height:100%;
background-color: #efebeb;
}
img#characters {
-webkit-transform: scale(0.4);
width: 100%;
margin: 0;
top: 28%;
left: -18%;
position: absolute;
border-radius: 0;
border: none;
background-color: transparent;
}
#letter > text > tspan {
font-size: 1.6em;
background-color: transparent;
z-index: 1;
opacity: 1;
color: #EAA224;
}
svg#canvas {
max-width: 1280px;
position:relative;
top:0;
left:0;
width:100%;
height:100%;
display: block;
margin: 0 auto;
}
#orgol {
padding: 10px;
position: fixed;
right: 0;
bottom: 0;
text-align: right;
z-index:10;
}
#hov {
width: 100%;
height: 100%;
position: absolute;
left:0;
top:0;
background-color: #efebeb;
}
p#hello {
font-size: 1.6em;
line-height: 1.4em;
color: #EAA224;
margin: 0;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
z-index:5;
}
#q {
display: inline-block;
position: relative;
margin: 0 4px;
border-radius: 8px;
color: #0A2463;
transform: scale(1) translateY(0);
-webkit-transform: scale(1) translateY(0);
transition: 0.3s;
-webkit-transition: 0.3s;
}
#q:hover {
transform: scale(0.95) translateY(-4px);
transition: 0.3s;
-webkit-transition: 0.3s;
}
/* Start of Data Visualization */
.datavis {
width: 800px;
padding: 2em 4em;
border-radius: 2px;
box-shadow: 0 4px 16px rgba(0,0,0,0.2);
background-color: #FFF;
margin: 1em auto 4em;
left: 0;
right: 0;
}
div.months, div.tooltips, div.tip, .values, .tooltips > div {
overflow: visible;
z-index: 30
}
div.tip {
font-size: .6em;
position: absolute;
background-color: #fff;
line-height: 1.4em;
}
.months, .tooltips {
position: relative;
padding: 10px
}
.monthname {
font-size: .8em
}
span.temp {
color: #334f87
}
.buttons {
position: relative;
right: 0;
left: 0;
text-align: center;
margin-bottom: 2em;
}
button.option {
font-size: 1em;
border: none;
background-color: transparent;
color: #fff;
padding: 1em;
margin-top: 2em;
outline: none;
cursor: pointer;
border-bottom: 2px solid rgba(255,255,255,.1);
-webkit-transition: border-bottom .4s; /* Safari */
transition: border-bottom .4s;
}
button.on {
border-bottom: 2px solid #fff;
}
/* Media Queries for all the meat */
@media screen and (min-width: 1025px) {

}
@media screen and (min-width: 641px) and (max-width: 1024px) {
.square{
width: 18%;
margin: 1%;
}
}
@media screen and (max-width: 640px) {
body {
font-size: 12px;
}
.square {
width: 48%;
margin: 1%;
}
.carpet {
width: 34%;
}
.layer {
padding: 32px 24px 32px 24px;
}
#head > h2 {
/*margin: 45% 10%;*/
}
#foot > h2 {
margin: 85% 10%;
}
h3.location, p.thoughts, p.route, p.hour {
width: 100%;
}
.card {
width: 280px;
height: 280px;
}
}
#tree {
position:relative;
width: 100%;
}
.attach {
position:fixed !important;
z-index: -1 !important;
top:0;
}
.detach-top {
position:absolute !important;
top:0 !important;
}
.detach-bottom {
position:absolute !important;
bottom:0 !important;
}
#pinarea {
display: block;
margin: auto;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
#rainbow {
visibility: hidden;
font-size: 3em;
line-height: 1.4em;
width: 80%;
margin: 10%;
}
#hover {
width: 100%;
height: 100%;
background-color: #FFF;
}
audio#media {
position: absolute;
right: 5em;
bottom: 1em;
} 
div#popup {
right: 1em;
position: absolute;
bottom: 1em;
height: 54px;
}
#dot {
position: absolute;
margin: auto;
left: 0;
right: 0;
bottom: 2em;
}
#vid {
width: 100%;
position: absolute;
z-index:-10;
}