/* 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 {
  background: black;
  z-index: 1;
  font-size: 16px;
  padding: 0;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: scroll;
  height: 100vh;
  overflow: hidden;
}

.contentwrap{
  width: 100vw;
  height: 100vh;
  overflow: scroll;
}

a, button, input, label {
  cursor: pointer
  color: white;
  text-decoration: none;
}

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

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

/* Your CSS */

.contentwrapper{
  display: block;
  background-color: green;
}

h1{
  color: white;
  font-size: 20vw;
  position: fixed;
  z-index: 999;
  left: 58vh;
  text-shadow: #ffcc00;
  text-align: center;
  top: 4vh;


}



p{
  color: white;
  font-size: 3vw;
  color: white;
  position: relative;
  z-index: 999;
  text-align: center;
}



.date{
  position: absolute;
  top: 0vh;
  left: 0vh;
  z-index: 999999;
  color: white;
  font-size: 2vh;
  padding-left: 2vh;
}

.wo{
  position: absolute;
  top: 0vh;
  left: 90vw;
  z-index: 999999;
  color: white;
  font-size: 2vh;
  text-decoration: none;
}

body{
    background:  url(../img/source.gif)
    no-repeat center center fixed;
    background-size: 50%;
    background-position: center;


}

#moonp{
  top: 2vh;
  left: 5vw;
  position: fixed;
  z-index: 2;
  width: 30%;

}

#moonp2{
  top: 2vh;
  left: 65vw;
  position: fixed;
  z-index: 1;
  width: 30%;
}

#giphy{
  top: 0vh;
  left: 40vw;
  position:absolute;
  z-index: 9999;

}

#giphy3{
  top: 0vh;
  left: 38vw;
  position:absolute;
  z-index: 9999;

}



#butter{
top: 25vh;
left: 80vw;
position:absolute;
z-index: 99;
width:25%;
}

#butter2{
top: 25vh;
left: 0vw;
position:absolute;
z-index: 99;
width:25%;
}


#kat {
  top: 6vw;
  left: 40vw;
  position:fixed;
  z-index: 9999;

}



#cat1{
  top: 65vh;
  left: 20vw;
  position:absolute;
  z-index: 3;
  width:20%;
}

#cat2{
  top: 65vh;
  left: 60vw;
  position:absolute;
  z-index: 3;
  width:20%;
}


#chain{

  position: absolute; /* or absolute */
  align-self: center;
  width: 20%;
  z-index: 2;
  top: 45vh;
  left: 40vw;
  z-index: 7;

}

#rose{

  top: 50vh;
  left: 2vw;
  position:relative;
  z-index: 2;

}

#rose2{

  top: 50vh;
  left: 75vw;
  position:absolute;
  z-index: 400;


}

#giphy2 {

  top: 75vh;
  left: 60vh;
  position:absolute;
  z-index: 20;

}


/* Media Queries */

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