/************************************************
	CSS RESET
************************************************/

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, button, input, textarea {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; }

/************************************************
	FONTS
************************************************/

@font-face {
    font-family: 'Suisse';
    src: url('fonts/suisseworks-book-webfont.eot');
    src: url('fonts/suisseworks-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/suisseworks-book-webfont.woff2') format('woff2'),
         url('fonts/suisseworks-book-webfont.woff') format('woff'),
         url('fonts/suisseworks-book-webfont.svg#suisse_worksbook') format('svg');
    font-weight: normal;
    font-style: normal;
}

/************************************************
	GENERAL
************************************************/

html, body {
    width: 100%;
    height: auto;
    overflow-x: hidden;
    top: 0;
    font-family: "Suisse", Times, sans-serif;
    font-size: 1.05em;
    line-height: 1.4;
    background: black;
}

a {
    border: 1px solid transparent;
    color: black;
    text-decoration: none;
    padding: 1px;
}

.hide {
    display: none;
}

.lang_en {
    display: none;  
}

.clear {
    clear: both;
}

img {
    margin-bottom: 48px;
}

/************************************************
    HEADER BAR
************************************************/

#header_bar {
    position: fixed;
    z-index: 9999;
    background-color: transparent;
    color: transparent;
    font-family: arial, helvetica, sans-serif;
    font-size: 0.95em;
    letter-spacing: 0.1em;
    top: 0px;
    left: 0;
    width: 100%;
    height: auto;
}

#main_menu {
    width: 90%;
}

#header_bar ul {
    margin-left: 24px;
}

#header_bar li {
    display: inline-block;
    margin-right: 4px;
    padding: 2px;
    margin: 12px 0 14px 0;
    border-bottom: 1px solid white;
}

#header_bar a {
    color: black;
}

/************************************************
    BACKGROUND
************************************************/

video {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;  
    height: 100%;
    width: 100%; 
    overflow: hidden;
    background-color: black;
}

iframe {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;  
    height: 100%;
    width: 100%; 
    overflow: hidden;
    background-color: transparent;
}

/************************************************
    MAIN CONTENT
************************************************/

#main_content {
    width: 100%;
    height: 100%;
    height: 100vh;
    position: relative;
    z-index: 999;
}

.title {
    position:absolute;
    left:480px;/*50%;*/
    top:270px;/*50%;*/
    text-align:center;
    background-color:;
    color:black;
    font-size:11px;
    font-family:'Lucida Grande';
    margin:0;
    padding:2px 2px 3px 2px;
    border:1px rgba(0,0,0,0.25) solid;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.25);
    cursor: default;
    max-width:250px;
    text-align:left;
    -webkit-transition: left 30s, top 30s;
    transition: left 30s, top 30s;
    transition-timing-function: ease-out;
}
button {
    background: transparent;
    display:
            vertical-align: middle;
    font-size: 4em;
            font-family: arial;
            text-transform: uppercase;
            text-shadow: 0px 0px 50px #fff;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.overlay2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: right;
    justify-content: right;
}
#hyperlink {
    background-color: rgba(255,255,255,0);
    border-radius: 100px;
    border: 0px;
    height: 15vw;
    width: 15vw;
    max-height: 140px;
    max-width: 140px;
    min-height: 80px;
    min-width: 80px;
    position: fixed;
    z-index: 9999;
    top: -200px;
    left: -200px;
    box-shadow: 5px 5px 20px #888;
    transition: top 10s linear, left 6s ease-in-out, box-shadow 1s;
    visibility: hidden;
}   

#hyperlink.active {
    box-shadow: 5px 5px 20px black;
} 

/* unvisited link */
a:link {
  color: white;
}

/* visited link */
a:visited {
  color: white;
}

/* mouse over link */
a:hover {
  color: grey;
}

/* selected link */
a:active {
  color: blue;
}

#hyperlink.deactivated {
    cursor: default;
    box-shadow: 5px 5px 20px #888;       
}

#hyperlink.inverted {
    box-shadow: 5px 5px 20px white;    
}

#hyperlink.top_left {
    top: -200px;
    left: -200px;
}

#hyperlink.top_right {
    top: -200px;
    left: inherit;
    right: -200px;
}

#hyperlink.bottom_right {
    top: inherit;
    bottom: -200px;
    left: inherit;
    right: -200px;   
}

#hyperlink.bottom_left {
    top: inherit;
    bottom: -200px;
    left: -200px;
}

#hyperlink:hover {
    border-bottom: 0px;
}

#subtle_text_wrapper li {
    display: visible;
}

#subtle_text_wrapper span {
    opacity: 0;
    filter: blur(10px);
    transition: opacity 1s ease-in-out, filter 1s linear;
}

#subtle_text_wrapper, 
#blue_wrapper {
/*    border: 1px solid red;*/
    margin: 0;
    color: white;
    text-align: left;
    position: fixed;
    font-family: times;
    font-size: 9.5em;
    font-weight: normal;
    width: 50%;
    top: 5%;
    left: 4%;    
    padding: 0;
    line-height: 0.8;
    letter-spacing: -0.003em;
}

#through_wrapper,
#thru_wrapper {
/*    border: 1px solid red;*/
    margin: 0;
    text-align: center;
    position: absolute;
    font-family:'Lucida Grande';
    font-size: 2.5em;
    font-weight: ;
    width: 100%;
    top: 5;
    padding: 0;
    line-height: 0.4;
    letter-spacing: -0.003em;
    opacity: 85%;
    -webkit-transition: left 1s, top 1s;
    transition: left 1s, top 1s;
    transition-timing-function: ease-out;
}

#subtle_text_wrapper {
/*    border: 1px solid red;*/
/*    width: 75%;*/
}

#blue_wrapper li {
    display: none;
}

#blue_wrapper span {
    opacity: 0;
/*    filter: blur(10px);*/
/*    transition: opacity 1s ease-in-out, filter 1s linear;*/
}
#demo {
  position: absolute;
  columns: 5;
  width: 100%;
  padding: 0px 0;
  text-align: right;
  margin-top: 10px;
  margin-left: 0px;
  color: white;
  font-size: 2em;
  display: none;
}
p {
    margin: 0;
}
