@font-face {
  font-family: "Hagel";
  src: url("../fonts/Hagel-Regular.woff2");
  font-variation-settings: "ital" 0, "wght" 500, "wdth" 0;
}
@font-face {
  font-family: "HGI";
  src: url("../fonts/Hagel-RegularItalic.woff2");
}

@font-face {
  font-family: "HG";
  src: url("../fonts/Hagel-Regular.woff2");
}

html,
body {
  background: white;
  z-index: 1;
  padding: 0;
  margin: 0;
  text-rendering:  geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a,
button,
input,
label {
  cursor: pointer;
  text-decoration: none;
   color:white;
    transition: filter 0.5s ease;
}

a:hover{
color:lightgray;
filter: blur(1px);

}


*,
*: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;
}




.txt {
  z-index: 1000;
  position: fixed;
  top: 50%;
  left: 0;
  width: 100vw;
  transform: translateY(-50%);
  font-family: Hagel;
  font-variation-settings: "ital" 0, "wght" 500, "wdth" 0;
  letter-spacing: 0.02rem;
  font-size: 14px;
  text-align: center;
  color: white;
  mix-blend-mode: difference;
  line-height: 1.25;
}



.stream {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 240px 0;
}

.carrier {
  margin-top: 9.5vh;
  margin-bottom: 9.5vh; 

}

img {
  display: block;
  height: auto;
  width: auto;
  max-width: 80vw; /* prevents horizontal scroll */
  max-height: 55vh;  /* optional: prevents super tall images */
  /* margin: 0 auto; */
}

#scroll-top-trigger,
#scroll-bottom-trigger {
  height: 1px;
}


/* hide page scrollbar */
html { scrollbar-width: none; } /* Firefox */
body { -ms-overflow-style: none; } /* IE and Edge */
body::-webkit-scrollbar, body::-webkit-scrollbar-button { display: none; } /* Chrome */
/* end hide page scrollbar */


#overlay {
  display:none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  background: white;
  z-index: 1000;
  /* opacity:0.8;  */
  padding-top:2.8vh;
  padding-bottom:2.8vh;


}

.overlink{color:black;}
.overlink:hover{color:black;}

body.overlay-open {
  overflow: hidden;
}

#overlayContent {
  position: absolute;
  max-width: 100vw;
  /* padding: 2rem; */
  text-align: center;
  justify-items: center;
}

#closeOverlay {
  /* color: rgb(0, 0, 0); */
  font-family: Hagel;
  /* position: relative; */
  /* top: 0.5rem; */
  /* padding-top:2.8vh; */
  font-size: 21px;

  cursor: pointer;
    color:black;
    transition: filter 0.5s ease;
}


#closeOverlay:hover {
cursor:pointer;

filter: blur(1px);
}

#openOverlay{
  transition: filter 0.5s ease;

}

#openOverlay:hover{
cursor:pointer;
color:lightgray;
filter: blur(1px);

}

.info{font-family: Hagel;
  justify-items: center;
  font-variation-settings: "ital" 0, "wght" 500, "wdth" 0;
   letter-spacing: 0.02rem;
      /* letter-spacing: 0; */
line-height: 1.25;
   font-size:14px;
 margin-left:15vw;
margin-right:15vw;}


/* .imp{position: absolute;
top:0px;
overflow-y: scroll;} */

/* #caption{font-family:HGI;
letter-spacing: 0;
font-size:14px;} */



@media (max-width: 768px) {
  .txt {
    font-size: 12px;
  }

  .info{ font-size: 12px;
  margin-left:5vw;
margin-right:5vw;}
}