/* Font face */

@font-face {
  font-family: 'WhyteEDU';
  src: url("../dinamo/WhyteVariableEDU.ttf") format("truetype");
}
@font-face {
  font-family: 'ProphetEDU';
  src: url("../dinamo/ProphetVariableEDU") format("truetype");
}
@font-face {
  font-family: 'GintoEDU';
  src: url("../dinamo/GintoVariableEDU.ttf") format("truetype");
}
@font-face {
  font-family: 'MonumentGroteskEDU';
  src: url("../dinamo/MonumentGroteskVariableEDU.ttf") format("truetype");
}
@font-face {
  font-family: 'MonumentGroteskMonoEDU';
  src: url("../dinamo/MonumentGroteskMonoVariableEDU.ttf") format("truetype");
}
@font-face {
  font-family: 'EstragonEDU';
  src: url("../dinamo/EstragonVariableEDU.ttf") format("truetype");
}
@font-face {
  font-family: 'EstragonGXBubbles';
  src: url("../dinamo/EstragonGXBubbles.ttf") format("truetype");
}
@font-face {
  font-family: 'PlanetXGX';
  src: url("../dinamo/PlanetXGX.ttf") format("truetype");
}
@font-face {
  font-family: 'FavoritEDU';
  src: url("../dinamo/FavoritVariableEDU.ttf") format("truetype");
}
@font-face {
  font-family: 'favorit_upside-down_rotate';
  src: url("../dinamo/favorit_upside-down_rotate_03.ttf") format("truetype");
}
@font-face {
  font-family: 'favorit_upside-down_mirror';
  src: url("../dinamo/favorit_upside-down_mirror_05.ttf") format("truetype");
}
@font-face {
  font-family: 'favorit_lining';
  src: url("../dinamo/favorit_lining_04_06.ttf") format("truetype");
}




/* Font classes and hover states */

.whyte {
  font-family: 'WhyteEDU';
  font-variation-settings: "wght" 0, "ital" 0, "opsz" 0;
}
.whyte:hover {
  font-variation-settings: "wght" 100, "ital" 100, "opsz" 100;
}

.ginto {
  font-family: 'GintoEDU';
  font-variation-settings: "wght" 0, "wdth" 0, "ital" 0;
}
.ginto:hover {
  font-variation-settings: "wght" 100, "wdth" 100, "ital" 100;
}

.monumentgrotesk {
  font-family: 'MonumentGroteskEDU';
  font-variation-settings: "wght" 0, "ital" 0;
}
.monumentgrotesk:hover {
  font-variation-settings: "wght" 100, "ital" 100;
}

.monumentgrotesk_mono {
  font-family: 'MonumentGroteskMonoEDU';
  font-variation-settings: "mono" 0;
}
.monumentgrotesk_mono:hover {
  font-variation-settings: "mono" 100;
}

.estragon {
  font-family: 'EstragonEDU';
  font-variation-settings: "wght" 0;
}
.estragon:hover {
  font-variation-settings: "wght" 100;
}

.estragon_bubbles {
  font-family: 'EstragonGXBubbles';
  font-variation-settings: "bubl" 0, "wght" 100, "pos2" 0;
}
.estragon_bubbles:hover {
  font-variation-settings: "bubl" 100, "wght" 150, "pos2" 100;
}

.planetx {
  font-family: 'PlanetXGX';
  font-variation-settings: "ivrt" 0;
}
.planetx:hover {
  font-variation-settings: "ivrt" 100;
}

.favorit {
  font-family: 'FavoritEDU';
  font-variation-settings: "wght" 0, "ital" 0, "mono" 0;
}
.favorit:hover {
  font-variation-settings: "wght" 100, "ital" 100, "mono" 100;
}

.favorit_lining {
  font-family: 'favorit_lining';
  font-variation-settings: "wght" 100;
}
.favorit_lining:hover {
  font-variation-settings: "wght" 900;
}

.favorit_upside-down_mirror {
  font-family: 'favorit_upside-down_mirror';
  font-variation-settings: "wght" 100;
}
.favorit_upside-down_mirror:hover {
  font-variation-settings: "wght" 900;
}

.favorit_upside-down_rotate {
  font-family: 'favorit_upside-down_rotate';
  font-variation-settings: "wght" 100;
}
.favorit_upside-down_rotate:hover {
  font-variation-settings: "wght" 900;
}

.animate_font{
  transition: font-variation-settings 1s linear;
}

/* Reset CSS */

html, body {

  z-index: 1;
  font-size: 16px;
  padding: 0;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a, button, input, label {
  cursor: pointer
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0
}

/* Your CSS */

a{
  color: yellow;
  text-decoration: none;
  border-bottom: solid 0.2vw yellow;
  height: 9.5vw !important;
}

.wrapper{
  height: 150vw;
  overflow: hidden;
}

#viewport{
  width: 100vw !important;
  height: 100vh  !important;
  position: fixed !important;
  top:0;
  left:0;
  z-index: 999999999;
  pointer-events: none
}

h1{
  color: white;
  font-size: 10vw;
  text-align: center;
}

h2{
  color: white;
  font-size: 3vw;
  text-align: right;
}

p{
  color: white;
  font-size: 3vw;
  text-align: center;
}

h3{
  color: blue;
  font-size: 10vw;
  text-align: center;
  font-weight: normal;
}

h4{
  color: blue;
  font-size: 10vw;
  text-align: center;
  font-weight: normal;
}

h6{
  color: blue;
  font-size: 10vw
  text align: center;
}


.grid{
  width: 100vw;
  height: auto;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  background: black;
}

.square{
  width: 10vw;
  height: 10vw;
  border: 1px solid white;
  border-right: 0;
  border-top: 0;
  float: left;
}

.videowrap{
  background-color: red;
  width: 50vw;
  height: 40vw;
  overflow: hidden;
  text-align: center;
  mix-blend-mode: difference;
  position: absolute;
  top: 90vw;
  left: 40vw;
}

.video{
  width: 55vw;
  top: 0;
  margin-left: -2.5vw;
}

.imagewrap{
  /* background-color: red;
  width: 30vw;
  height: 20vw;
  overflow: hidden;
  text-align: center;
  mix-blend-mode: difference;
  position: absolute;
  top: 110vw;
  left: 10vw; */


  width: 20vw;
  height: 20vw;

  margin: -10vw 0 0 -10vw;
  /* background: red; */
}

img{
  width: 100%;
  height: 100%
}

#vvv{
  width: 40vw;
  height: 10vw;
  line-height: 11vw;
  font-size: 11vw;

  position: absolute;
  top: 10vw;
  left: 10vw;
}

#date{
  width: 60vw;
  height: calc(10vw - 1px);
  line-height: 11vw;
  font-size: 11vw;

  position: absolute;
  top: 50vw;
  left: 40vw;
}

#date div{
  line-height: 11vw;
  height: calc(10vw - 1px);
  overflow: hidden;
}

#date div:first-of-type{
  margin-bottom: 1px;
}

#exhibition{
  padding-left: 0.6vw;
  background-color: red;
  width: 50vw;
  height: 20vw;
  line-height: 10.5vw;
  font-size: 11vw;
  text-align: left;

  position: absolute;
  top: 60vw;
  left: 10vw;
  z-index: 99;
  mix-blend-mode: difference;
}

#space{
  background-color: 0;
  width: 30vw;
  height: 10vw;
  line-height: 8.5vw;
  font-size: 11vw;
  mix-blend-mode: difference;

  position: absolute;
  top: 120vw;
  left: 60vw;
  z-index: 100;
  background: red;
}

.special{
  background-color: black;
  width: 60vw;
  height: 20vw;
  line-height: 10vw;
  font-size: 22vw;
  letter-spacing: -20px;

  position: absolute;
  top: 10vw;
  left: 10vw;
}

#howww{
  height: 10vw;
  line-height: 10vw;
  font-size: 11vw;

  position: absolute;
  top: 140vw;
  left: 0vw;
  overflow: hidden;

}

#arrow{
  width: calc(10vw - 1px);
  height: calc(10vw - 1px);
  line-height:12vw;
  font-size: 10vw;

  position: absolute;
  top: 140vw;
  right: 0vw;
  overflow: hidden;
}

#star{
  width: calc(10vw - 1px);
  height: calc(10vw - 1px);
  line-height:12vw;
  font-size: 10vw;

  position: absolute;
  top: 110vw;
  left: 20vw;
  overflow: hidden;
}

#starr{
  width: calc(10vw - 1px);
  height: calc(10vw - 1px);
  line-height: 12vw;
  font-size: 10vw;

  position: absolute;
  top: 10vw;
  left: 70vw;
  overflow: hidden;
}

#starrr{
  width: calc(10vw - 1px);
  height: calc(10vw - 1px);
  line-height:12vw;
  font-size: 10vw;

  position: absolute;
  top: 40vw;
  left: 10vw;
  overflow: hidden;
}


/* Media Queries */

@media screen and (max-width:700px){
  h1{
    color: 0;
  }
}
