body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    background-color: black;
}

a {
    position: relative;
    text-decoration: none;
    color: black;
}

a * {
    pointer-events: none;
    user-select: none;
}

.fontstyle-01 {
   
    font-size: 12px;
    font-family: 'Avenir Light';
    font-style: italic;
     font-weight: bold;
}

.fontstyle-02 {
    font-family: 'Avenir Light';
    font-style: italic;
    font-weight: bold;
    font-size: 12px;
}

.fontstyle-03 {
    font-family: 'Avenir Light';
    font-style: italic;
    font-size: 12px;
}

.fontstyle-04 {
   font-family: 'Avenir Light';
    font-style: italic;
   
    font-size: 12px;
}

.fontstyle-05 {
    font-size: 12px;
    line-height: 1.5;
    font-family: 'Avenir Light';
    font-style: italic;
}

#header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
}

#header .link {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#header .link a {
    position: relative;
    padding: 15px;
}

#header .link a img {
    position: relative;
    width: 100%;
    max-width: 140px;
    display: block;
}

#gotoshop {
    position: fixed;
    top: 0;
    left: 5px;
    z-index: 9999;
    user-select: none;
    pointer-events: none;
}

#gotoshop .link {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    pointer-events: none;
}

#gotoshop .link a {
    pointer-events: auto;
    padding: 15px;
    color: white;
}

#preorderitem {
    position: relative;
    user-select: none;
    pointer-events: none;
}

@media only screen and (min-width: 568px) {
    #preorderitem {
        min-width: 160px;
    }
}

#preorderitem .link {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    pointer-events: none;
}

#preorderitem .link a {
    pointer-events: auto;
    padding: 15px;
    color: white;
}

#preorder {
   
    user-select: none;
    pointer-events: none;
    position: fixed;
    bottom:10px;
    left: 49%;
}

@media only screen and (min-width: 568px) {
    #preorder {
         min-width: 160px;
        position: fixed;
    bottom:10px;
    left: 40%;
    }
}

#preorder .link {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    pointer-events: none;
}

#preorder .link a {
    pointer-events: auto;
    padding: 15px;
    color: white;
    position: fixed; bottom: 8px;
}

#togglemute {
    position: relative;
    user-select: none;
    pointer-events: none;
}

#togglemute .link {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    pointer-events: none;
}

#togglemute .link a {
    pointer-events: auto;
    padding: 15px;
    color: white;
    
    position: fixed;
    bottom: 8px; 
    right: 8px; 
    font-family: 'Avenir Light';
    font-style: italic;
    
}

#overlay .background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: black;
    opacity: 0.75;
}

#controls {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: white;
}

body[data-controls="hidden"] #controls {
    opacity: 0;
    pointer-events: none;
}

body[data-controls="shown"] #controls {
    opacity: 1;
    pointer-events: auto;
}

#controls .background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    pointer-events: none;
}

#interface {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-direction: column;
}

#interface .top {
    position: relative;
    align-self: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

#interface .middle {
    position: relative;
    align-self: center;
}

#interface .bottom {
    position: relative;
    display: flex;
    padding: 0 5px;
}

#audio {
    display: none;
}

#toggleplay {
    position: relative;
    user-select: none;
    pointer-events: none;
    min-width: 64px;
}

#toggleplay .link {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    pointer-events: none;
}

#toggleplay .link a {
    pointer-events: auto;
    padding: 15px;
    color: white;
}

#scrubber {
    position: relative;
    padding: 15px 0;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: ew-resize;
}

#scrubber .track {
    position: relative;
    width: 100%;
    height: 6px;
    background-color: rgba(0, 0, 0, 0.25);
}

#scrubber .track .progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: white;
}

#start {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-content: stretch;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
}

body[data-start="hidden"] #start {
    opacity: 0;
    pointer-events: none;
    user-select: none;
}

#start .inner {
    position: relative;
    width: 100%;
    max-width: 640px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow-y: auto;
}

#start .inner .top {
    position: relative;
    padding: 20px 0;
}

#start .inner .middle {
    position: relative;
    max-width: 720px;
    align-self: center;
    text-align: center;
}

#start .inner .bottom {
    position: relative;
    padding: 20px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

#image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    pointer-events: none;
      
}

#image img {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: none;
     
}

#state {
    position: relative;
    pointer-events: none;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
    -webkit-animation: 1.2s ease infinite condemned_blink_effect;
    animation: 1.2s ease infinite condemned_blink_effect;
}

@-webkit-keyframes condemned_blink_effect {
    0% {
        opacity: 1;
    }
    49% {
        opacity: 1;
    }
    60% {
        opacity: 0;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes condemned_blink_effect {
    0% {
        opacity: 1;
    }
    49% {
        opacity: 1;
    }
    60% {
        opacity: 0;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

body[data-state="ready"] #state {
    -webkit-animation: none;
    animation: none;
    opacity: 0;
}

#button {
    position: relative;
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
    padding: 15px 0;
}

body[data-state="ready"] #button {
    pointer-events: auto;
    opacity: 1;
}

#logo {
    position: relative;
    max-width: 120px;
}

#logo img {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
 
}

#info {
    position: relative;
    cursor: pointer;
    pointer-events: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    text-align: center;
}

#info .headline {
    margin-bottom: 10px;
}

#info .headline .word:last-child {
    position: relative;
    margin-left: 20px;
}

#info .description {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
    #info .description {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

@media only screen and (min-width: 1024px) {
    #info .description {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

@media only screen and (min-width: 1440px) {
    #info .description {
        margin-top: 120px;
        margin-bottom: 120px;
    }
}

a-scene {
    opacity: 0;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
}

body[data-state="ready"] a-scene {
    opacity: 1;
}

/* aframe dialog ovverides */

.a-modal {
    background: none !important;
    background-color: rgba(0, 0, 0, 0.75) !important;
    bottom: 0;
    font-size: inherit;
    font-weight: inherit;
    left: 0;
    line-height: 20px;
    right: 0;
    position: fixed;
    top: 0;
    z-index: 9999999;
    text-align: center;
}

.a-dialog {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 199995;
    width: 300px;
    height: 200px;
    background-size: contain;
    background-color: transparent !important;
    font-family: inherit !important;
    font-size: inherit !important;
    border-radius: 0 !important;
    padding: 6px;
    text-align: center;
}

.a-dialog-text-container {
    width: 100%;
    height: 70%;
    align-self: flex-start;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
}

.a-dialog-text {
    display: inline-block;
    font-weight: initial !important;
    margin: 8px;
    font-size: 12px !important;
    line-height: 1.75;
    color: white !important;
    text-align: center;
}

.a-dialog-buttons-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 30%;
    text-align: center;
}

.a-dialog-button {
    cursor: pointer;
    align-self: center;
    opacity: .9;
    height: 80%;
    width: 50%;
    font-size: inherit !important;
    margin: 4px;
    border-radius: 0 !important;
    text-align: center;
    border: none;
    display: inline-block;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .2);
    user-select: none;
}

.a-dialog-allow-button {
    background-color: transparent !important;
    width: 100%;
    color: white !important;
    font-family: inherit !important;
    text-transform: uppercase;
    font-weight: inherit !important;
    font-size: 10px !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.a-dialog-deny-button {
    background-color: transparent !important;
    width: 100%;
    color: white !important;
    font-family: inherit !important;
    text-transform: uppercase;
    font-weight: inherit !important;
    font-size: 10px !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    display: none !important;
}

.a-dialog-ok-button {
    background-color: transparent !important;
    width: 100%;
    color: white !important;
    font-family: inherit !important;
    text-transform: uppercase;
    font-weight: inherit !important;
    font-size: 10px !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}