/* 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 0.6s ease-in-out;
}

/* Reset CSS */

*{
  padding: 0;
  margin: 0;
}

html, body {
  background-color: white;
  z-index: 1;
  font-size: 18px;
  padding: 0;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  width: 100vw;
  height: 100vh;
}

.wrapper .monumentgrotesk{
  font-size: 3vw;
  font-weight: normal;
  text-align: center;
  padding: 10vh 10vh;
  color: black;
}
.wrapper .monumentgrotesk {
  font-family: 'MonumentGroteskEDU';
  font-variation-settings: "wght" 100, "ital" 0;
}
.wrapper .monumentgrotesk:hover {
  font-variation-settings: "wght" 300, "ital" 100;
}
a, button, input, label {
  cursor: pointer;
}
.hide {
  display: 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 */

/*styling of the photo I want to erase to reveal the website*/

#container {
  height:100vh;
  width: 100vw;
  background: fff;
  position: fixed;
  overflow: visible;
}
.latestblock {
  width: auto;
  height: auto;
  position: absolute;
  
}

h1 {
  font-size: 60px ;
  color:yellow;
}

h2 {
  color: magenta;
  font-size: 60px;
}

p {
  font-size: 100px;
  color:blue;
}

.animate_font {
  position: absolute;
  z-index: 4;
  text-decoration: none;
} 

img {
  width: 10vw;
  position: absolute;
}

img {
  cursor: grab;
}

.wrapper  {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 10vh;

}

#container2 {
  padding-left: 10vh;
  padding-top: 10vh;
}

/*#photo2 {
  width: 20%;
  z-index: 3;
  position: fixed;
  top: 15vh;
  right: 15vh;
}

#photo3 {
  width: 15%;
  z-index: 2;
  position: fixed;
  top: 15vh;
  right: 15vh;
  left: 30vh;
}

#photo4 {
  width: 10%;
  z-index: 2;
  position: fixed;
  top: 50vh;
  
  left: 20vh;
}
#photo5 {
  width: 15%;
  z-index: 2;
  position: fixed;
  top: 60vh;
  left: 60vh;
}
#photo6 { 
  width: 10%;
  z-index: 2;
  position: fixed;
  top: 40vh;
  right: 50vh;
} */



/*.wrapper {
  padding-top: 40vh;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: minmax(10vh,20vh);
  grid-auto-rows: minmax(100px, auto);
  padding-left: 10vh;
  padding-right: 10vh;
  }

  .wrapper h1,h2,p {
    align-self: center;
  justify-self: center;
  }
  .wrapper p {
    letter-spacing: 0.05em;
    line-height: 1.2em;
    font-size: 30px;
  }

  .wrapper h2 {
    font-size: 100px;
  }
  /*
  .dinamo {
    line-height: 20vh;
    font-size: 10vh;
    display: 90vw;
  }
*/
  
/* Media Queries */

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