/************************************************
	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; }

/************************************************
	GENERAL
************************************************/

html, body {
    width: 100%;
    height: auto;
    overflow-x: hidden;
    top: 0;
    font-family: "Suisse", Times, sans-serif;
    font-size: 1.05vw;
    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;
}

.column {
  float: left;
  width: 50%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.grid-item {
  padding: 2px;
  padding-top: 0px;
  padding-bottom: 2px;  
  text-align: left;
}

img {
    margin-bottom: 48px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .column {
    width: 100%;
  }
  .grid-item {
    font-size: 3vw;
  }

  #fr {
    display: none;
  }

}

@media screen and (orientation:portrait) {
    // CSS applied when the device is in portrait mode
}

/*@media screen and (orientation:landscape) {
    font-size: 1.2vw;
}*/

/************************************************
    HEADER BAR
************************************************/

#header_bar {
    position: fixed;
    z-index: 9999;
    background-color: transparent;
    color: transparent;
    font-family: arial, helvetica, sans-serif;
    font-size: 0.95vw;
    letter-spacing: 0.1em;
    top: 0px;
    left: 0;
    width: 100%;
    height: auto;

}

#main_menu {
    width: 90%;
}

#header_bar ul {
    margin-left: 0px;
}

#header_bar li {
    display: inline-block;
    margin-right: 0px;
    padding: 0px;
    margin: 0px 0 0px 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;
}

p {
    display: visible;
    margin: 0;
    color: white;
    text-align: left;
    font-family: times;
    font-size: 1.45em;
    font-weight: normal;
    width: 90%;
    top: 0%;
    left: 0%;    
    padding: 0;
    line-height: 1.0;
    letter-spacing: -0.003em;

}

button {
    background: transparent;
    vertical-align: middle;
    font-size: 4em;
    font-family: arial;
    text-transform: uppercase;
    text-shadow: 0px 0px 50px #fff;
    cursor:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='30px' width='30px' style='fill:black;font-size:32px;'><text y='50%'>🫦</text></svg>"), auto;

}

#textbutton {
    position: absolute;
    display: hidden;
    background: transparent;
    height: 1%;
    width: 1%;
    cursor:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='30px' width='30px' style='fill:black;font-size:32px;'><text y='50%'>👄</text></svg>"), auto;
    
}

#textbutton2 {
    position: absolute;
    display: hidden;
    background: transparent;
    height: 100%;
    width: 100%;
    cursor:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='30px' width='30px' style='fill:black;font-size:32px;'><text y='50%'>🫦</text></svg>"), auto;
    
}

#textbutton3 {
    position: absolute;
    display: hidden;
    background: transparent;
    height: 100%;
    width: 100%;
    cursor:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='30px' width='30px' style='fill:black;font-size:32px;'><text y='50%'>👄</text></svg>"), auto;
    
}

cursor {
    content: "\01F525";
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='30px' width='30px' style='fill:black;font-size:32px;'><text y='50%'>🫦</text></svg>"), auto;

}

#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{
/*    border: 1px solid red;*/
    margin: 0;
    color: white;
    text-align: left;
    position: fixed;
    font-family: times;
    font-size: 1.05vw;
    container-name: column;
    font-weight: normal;
    width: 100%;
    top: 2%;
    left: 4%;    
    padding: 0;
    line-height: 0.8;
    letter-spacing: -0.003em;

}

#preloader {
    background: #000 url(content/load.gif) no-repeat center center;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;
}