
@font-face {
  font-family: "kanit";
  src: url(‘/fonts/Kanit-Regular.ttf’);
  font-family: "HDJ";
  src: url(/fonts/DEADJIM.otf);
}
.Area-art {
  height: 60vh;
}

.TOP {
  margin: auto;
  background-size: 100%;
  background-image: none;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
}

.P-navigation {
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 100;
  padding: 20px;
  background-color: transparent;
  transition: background-color 1s ease-in-out;
  border-bottom: solid rgba(217, 217, 217, 0) 1px;
  transition: border-bottom-color 1s ease-in-out;
  backdrop-filter: blur(0px);
}

.P-navigation.active {
  background-color: rgba(8, 8, 8, 0.32);
  transition: background-color 1s ease-in-out;
  transition: border-bottom-color 1s ease-in-out;
  border-bottom: solid rgb(217, 217, 217) 1px;
  backdrop-filter: blur(20px);
}

.P-nav-int {
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: space-around;
  text-decoration: none;
  list-style-type: none;
}

.P-nav-int a {
  color: rgb(218, 218, 218);
  text-decoration: none;
  font-family: "HDJ";
  font-weight: 50;
  font-size: 35px;
  letter-spacing: 15px;
}

.navstyle {
  background: linear-gradient(to right, rgba(100, 200, 200, 0), rgba(100, 200, 200, 0)), linear-gradient(to right, rgb(255, 0, 0), rgb(255, 213, 0), rgb(56, 225, 255));
  background-size: 100% 3px, 0 3px;
  background-position: 100% 100%, 0 50%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
}

.navstyle:hover {
  background-size: 0 3px, 100% 3px;
}

body {
  background-color: #070707;
}

h1 {
  font-family: "HDJ";
  color: #e8e8e8;
  font-weight: lighter;
  letter-spacing: 10px;
}

button {
  font-family: "HDJ";
  color: #e8e8e8;
  font-weight: lighter;
  letter-spacing: 10px;
  border: none;
  padding: 10px;
  font-size: 2em;
}

.Area-2-art {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  margin: auto;
}

.togglebox_down {
  display: block;
  background-color: #101010;
  width: 90%;
  height: 5vh;
  border-radius: 5px;
  transition: height 1s;
}

.togglebox_down.active {
  display: block;
  background-color: #101010;
  width: 90%;
  height: 70vh;
  border-radius: 5px;
  transition: height 1s;
}

#containers3D canvas {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F8F005;
}

/*# sourceMappingURL=artwork.css.map */
