@font-face {
  font-family: "surt";
  src: url("/src/fonts/surt-regular.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "apoc";
  src: url("/src/fonts/Apoc-Revelations.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

::-webkit-scrollbar {
  display: none;
}

#p5Sketch {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
  cursor: url(CURSOR_3D.png), auto;
}

.body {
  background-color: black;
  color: white;
  max-height: 100vh;
}

h2 {
  font-size: 2rem;
  position: absolute;
  width: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: yellow;
  text-align: center;
  pointer-events: none;
  display: none;
}

.container-fluid {
  scroll-snap-type: mandatory;
  background-color: black;
}

#press_enter {
  display: none;
  color: white;
  position: absolute;
  font-family: surt;
  font-size: 2vh;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 6vh;
}

@media (max-width: 1100px) {
  .metadata {
    display: block;
    filter: none;
  }
}

.container {
  display: flex;
  width: 100vw;
  @media (max-width: 480px) {
    display: none;
  }
  overflow: auto;
}

.mobileContainer {
    @media (max-width: 480px) {
        display: flex;
        height: 100vh;
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }
      @media (min-width: 481px) {
        display: none;
      }

}

.column {
  flex: 30%;
  padding: 20px;
  width: 300px;
  border: 1px solid white;
  stroke: white;
  height: 800px;
  border-radius: 20px;
  position: relative;
  overflow-y: scroll;
}

div:has(img:hover) {
  overflow-x: visible;
}

.projects {
  word-wrap: normal;
}

#column3 {
}

a:link {
  color: red;
}

.flexbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
}

img {
  width: 100%;
  padding-bottom: 20px;
  /* border-radius: 20px; */
  position: relative;
  z-index: 10;
}

img:hover {
  overflow: visible;
  transform: scale(1.1);
}

.tags {
  margin-left: 15px;
}

.tag {
  border: 1px solid white;
  stroke: white;
  border-radius: 50%;
  padding: 5px;
  margin-right: 5px;
  text-decoration: none;
}

.tag:hover {
  background-color: white;
  color: black;
}

.copy {
  margin-left: 15px;
}

.title {
  margin-top: 200px;
}

.focus {
  color: green;
}

.link {
  border: 1px solid white;
  border-radius: 50%;
  font-size: 2em;
  text-align: center;
  height: 100px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
}

.link:hover {
  background-color: white;
  color: red;
}

.menu {
  text-align: center;
  margin-top: 5em;
}
