@font-face {
  font-family: Montserrat;
  src: url(/assets/fonts/Montserrat-VariableFont_wght.ttf);
}

@font-face {
  font-family: Montserrat-Italic;
  src: url(/assets/fonts/Montserrat-Italic-VariableFont_wght.ttf);
}

@font-face {
  font-family: myCustom;
  src: url(/assets/fonts/RobotoCondensed-VariableFont_wght.ttf);
}

@font-face {
  font-family: Roboto-Condensed-Italic;
  src: url(/assets/fonts/RobotoCondensed-Italic-VariableFont_wght.ttf);
}

@font-face {
  font-family: Pacifico;
  src: url(/assets/fonts/Pacifico-Regular.ttf);
}

#pablogi-logo {
  padding-top: 30%;
  width: auto;
  height: 80vh;
}

@media only screen and (max-width: 600px) {
  #pablogi-logo {
    padding-top: 0;
    width: 55vw;
    height: auto;
  }
}

.message-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

html {
  margin: 0;
  padding: 0;
  background-color: #121212;
  font-family: Montserrat-Italic;
  height: auto;
}

body {
  align-items: center;
}

.image-container {
  position: absolute;
  left: 50%;
  /* top: 50%; */
  width: 100%;
  margin-left: -50%;
  /* -1/2 width */
  /* margin-top: -50%; */
  /* -1/2 height */
  display: flex;
  justify-content: center;
}

.message {
  /* backgrund black for testing
  background-color: black;
  */
  color:aliceblue;
  width: 100%;
  height: auto;
  text-align: center;
  align-items: center;
  padding-bottom: 30%;
}

.end-message {
  color: #FFFFFF;
  position: absolute;
  left: 50%;
  top: 94%;
  width: 74%;
  margin-left: -37%;
  /* -1/2 width */
  margin-top: -50%;
  /* -1/2 height */
  display: flex;
  justify-content: center;
  text-align: center;
  font-weight: 800;
  font-size: 1.2em;
}


main {
  position: relative;
  width: 100%;
  height: 98vh;
  justify-content: center;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
}




.img {
  width: 100%;
  height: auto;
  position: absolute;
  transition: 650ms ease;
}
.img-01 {
  z-index: 2;
}
.img-02 {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  position: relative;
  /* filter: blur(100px); */
}
.img-03 {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  /* filter: blur(100px); */
}
/*
.img-01:hover {
  opacity: 0;
}
.img-01:hover ~ .img-02 {
  opacity: 1;
  filter: blur(0);
}
*/










.ml4 {
  color: bisque;
  position: relative;
  font-weight: 900;
  font-size: 1.8em;
  margin-top: 10vh;
}
.ml4 .letters {
  color:rgb(255, 255, 255);
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  opacity: 0; 
}

#tempDiv4 {
  display: none;
  color: #FFFFFF;
  margin-top: 100%;
}

.ml1 {
  font-weight: 900;
  font-size: 1em;
}

.ml1 .letter {
  display: inline-block;
  line-height: 1em;
}

.ml1 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.ml1 .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #fff;
  transform-origin: 0 0;
}

.ml1 .line1 { top: 0; }
.ml1 .line2 { bottom: 0; }