/* 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-align: center;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: linear-gradient(to bottom, lightcoral, cadetblue, slateblue);
  transition: all 1s linear;
  position: relative;
}

a, button, input, label {
  color: mediumslateblue;
  font-size: 10vw;
  cursor: pointer;
  text-decoration: none;
}

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

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

/* Your CSS */

h1{
  color: slateblue;
  font-size: 30vw;
  transition: color 1s linear;
  /* text-shadow: 0 0 15px rgba(255,255,255,.5), 0 0 10px rgba(255,255,255,.5); */
}
h2{
  color: lightseagreen;
  font-size: 30vw;
  transition: color 1s linear;
}
h3{
  color: lightcoral;
  font-size: 30vw;
  transition: color 1s linear;
}
h4{
  color: slateblue;
  font-size: 16px;
  transition: color 1s linear;
}

h5{
  color: lightcoral;
  font-size: 16px;
  transition: color 1s linear;
}
p{
  color: lightseagreen;
  font-size: 10vw;
  font-family: 'GintoEDU';
  transition: all 1s linear;
}

.black p, .black h5, .black a{
  color: dimgrey
}

.black a{
  color: black;
  text-shadow: #FFF 0px 0px 5px, #FFF 0px 0px 10px, #FFF 0px 0px 15px, lightcoral 0px 0px 20px, lightcoral 0px 0px 30px, lightcoral 0px 0px 40px, lightcoral 0px 0px 50px, lightcoral 0px 0px 75px;
}

.black h3{
  color: grey;
}

.black h2{
  color: darkgrey
}

.black h1{
  color: lightgrey
}

 .circle{
  transition: width 0.5s linear, height 0.5s linear;
  cursor: pointer;
  width: 15vw;
  height: 15vw;
  background-color: lightcoral;
  border-radius: 50%;
  margin: auto;
  position: fixed;
  /* background-blend-mode: difference; */
  mix-blend-mode: difference;
  top: 0;
  left: 0;
}

.black .circle{
  width: 30vw;
  height: 30vw;
  background-color: white;
}

.bg{
  background: linear-gradient(to bottom, black, grey, lightgrey);
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 1s linear;
}

body.black .bg{
  opacity: 1;
}

.circle:hover{
background-color: mediumslateblue;

}

.footer{
  font-size: 5vw;
  font-family: 'GintoEDU';
  transition: all 1s linear;
  font-variation-settings: "wght" 0, "wdth" 0, "ital" 0;
  padding-bottom: 10vw;
}
.footer:hover{
  font-variation-settings: "wght" 200, "wdth" 0, "ital" 0;
}

.black .footer{
  font-variation-settings: "wght" 200, "wdth" 0, "ital" 0;
}

.animate_font{
  transition: all 1s linear;
}

.date{
  font-size: 5vw;
  font-family: 'GintoEDU';
  transition: all 1s linear;
  font-variation-settings: "wght" 0, "wdth" 0, "ital" 0;
}

.date:hover{
  font-variation-settings: "wght" 200, "wdth" 0, "ital" 0;
}

.description{
  font-size: 5vw;
  font-family: 'GintoEDU';
  transition: all 1s linear;
  font-variation-settings: "wght" 200, "wdth" 0, "ital" 0;
}

.location{
  font-size: 5vw;
  font-family: 'GintoEDU';
  transition: all 1s linear;
  font-variation-settings: "wght" 200, "wdth" 0, "ital" 0;
}

.location:hover{
  font-variation-settings: "wght" 0, "wdth" 0, "ital" 0;
}

.description:hover{
  font-variation-settings: "wght" 0, "wdth" 0, "ital" 0;
}


/* @keyframes kreis {
  0%, 100% {
    background-color: lightcoral;
    top:0px;
    left:0px;
  }

  33% {
    background-color: lightseagreen;
    top:50px;
    left:600px;
  }

  66% {
    background-color: mediumslateblue;
    top:826px;
    left:50px;
  }
} */



/* Media Queries */

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