@import url("https://fonts.googleapis.com/css2?family=Grenze:ital,wght@0,100..900;1,100..900&family=Kings&family=Modern+Antiqua&family=UnifrakturMaguntia&display=swap");

::selection{color:#65704e;background:#14170f;}

* {
  cursor: url(https://snarlingteeth.neocities.org/assets/cursor.gif), auto;
  image-rendering: pixelated;
}
.hover {
  transition: 1s ease;
}
.hover:hover {
  transform: scale(1.05);
  transition: 1s ease;
  overflow: hidden;
  filter: none!important;
}
#s-m-t-tooltip {
  max-width: 300px;
  z-index: 999;
  margin: 24px 14px 7px 12px;
  padding: 10px;
  background: radial-gradient(#292b1a 50%, #030304);
  border: 1px solid black;
  color: #d3dba1;
  font-size: 16px;
  text-shadow: 0 0 3px;
  text-align: justify;
  filter: grayscale(30%);
}

html {
  background-color:black;
  background: url(https://snarlingteeth.neocities.org/assets/backgrounds/strangledplanet.png)
    fixed center;
  background-size: cover;
  font-family: modern antiqua;
  font-size: 16px;
}

html > ::after {
  content: "";
  background: url("https://snarlingteeth.neocities.org/assets/backgrounds/tiled/noise.png");
  opacity: 0.03;
  position: fixed;
  pointer-events: none;
  inset: 0;
  z-index: 200;
}
@media only screen and (max-width: 768px) {
  html > ::after {
    content: none;
  }
  .hide {
    display: none !important;
  }
}

.wrapper {
  max-width: 1000px;
  background: url(https://file.garden/Z4nskfoUK3V6cqxB/camo.png);
  background-size: 300px;
  background-attachment: local;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 4px black;
  position: relative;
  z-index: 10;
}

.banner {
  background: linear-gradient(
    135deg,
    #817e7e 0%,
    #717171 25%,
    #ffffff 50%,
    #8c8c8c 75%,
    #ffffff 100%
  );
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.7), inset 0 0 5px rgba(0, 0, 0, 0.5);
  z-index: 10;
  height: 70px;
  background-image: url(https://snarlingteeth.neocities.org/assets/backgrounds/metal.png);
  background-size: cover;
  background-position: bottom;
  position: relative;
  opacity: 0.9;
  filter: brightness(75%);
}

.title-wrapper {
  background: url(https://i.pinimg.com/1200x/03/ce/16/03ce169a6080a8cac7c024a5a78b4a72.jpg);
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 4px black;
  min-height: 655px;
  text-align: center;
  position: sticky;
  top: 13px;
  opacity: 0.9;
}

.border {
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 4px black;
  transition: 0.3s;
}
.border:hover {
  border-color: #65704e;
  box-shadow: 0 0 15px #65704e50;
}
.nav-container {
  transition: 0.5s ease-in-out;
  position: relative;
}
.nav-container:hover .nest-reveal,
.nav-container:hover .library-reveal,
.nav-container:hover .studio-reveal,
.nav-container:hover .outside-reveal {
  opacity: 1 !important;
}
.nest-reveal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 15;
  opacity: 0;
  transition: 0.8s;
  background: url(https://i.pinimg.com/1200x/66/2a/9c/662a9cdc88cb7c68cf940283f6e0b7b3.jpg),
    #262624;
  background-position: center;
  background-size: cover;
  background-blend-mode: soft-light;
  filter: grayscale(20%);
}
.library-reveal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 15;
  opacity: 0;
  transition: 0.8s;
  background: url(https://i.pinimg.com/736x/e7/9a/d6/e79ad644ee1f9a33bba08d898a8a0f76.jpg),
    #262624;
  background-position: center;
  background-size: cover;
  background-blend-mode: soft-light;
  filter: grayscale(20%);
}
.studio-reveal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 15;
  opacity: 0;
  transition: 0.8s;
  background: url(https://i.pinimg.com/1200x/e2/5e/de/e25edeb37428c271719bdd615e36a9c2.jpg),
    #262624;
  background-position: center;
  background-size: cover;
  background-blend-mode: soft-light;
  filter: grayscale(20%);
}
.outside-reveal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 15;
  opacity: 0;
  transition: 0.8s;
  background: url(https://i.pinimg.com/736x/1c/0e/90/1c0e90d6c8a2f5a4ceba267038dbe05d.jpg),
    #262624;
  background-position: center;
  background-size: cover;
  background-blend-mode: soft-light;
  filter: grayscale(20%);
}
.nav-container:hover .pic {
  filter: brightness(0.1) contrast(1.5) grayscale(1) !important;
  transition: 0.8s ease-in-out;
}

iframe {
  border: none;
  padding: none;
}

.box {
  background: linear-gradient(#1d1b1a, #3a3d34);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 4px black;
  padding: 10px;
  text-align: justify;
  font-size: 16px;
  color: #9c9185;
  text-shadow: 2px 0 0 #1d1b1a, 0 2px 0 #1d1b1a, -2px 0 0 #1d1b1a,
    0 -2px 0 #1d1b1a;
  opacity: 0.9;
}
.box span{
  background:linear-gradient(to right, #3a3d34, transparent);
  padding:5px;
  font-weight:bold
}
.box a {
  color: #65704e;
  text-decoration: none;
  font-weight: bold;
}
a:hover,
button:hover {
  font-style: italic;
}

.moon {
  width: 38px;
  height: 35px;
  overflow: hidden;
  position: relative;
  text-align: center;
  float: right;
}

.moon img {
  margin: -11px -3px -3px -3px;
  mix-blend-mode: difference;
  text-align: center;
}

.piclogframe {
  width: 100%;
  z-index: 3;
  position: relative;
  margin-top: -40px;
  filter: drop-shadow(0 4px 5px rgba(4, 4, 5, 0.75));
}
.piclog {
  height: 120px;
  width: 142px;
  image-rendering: auto;
  position: absolute;
  object-fit: cover;
  z-index: 2;
  margin-left: -200px;
  margin-top: 5px;
  filter: sepia(100%) brightness(80%) hue-rotate(30deg);
}

.button {
  filter: drop-shadow(0 4px 5px rgba(4, 4, 5, 0.75));
}
.button:hover {
  filter: drop-shadow(0 0 15px #65704e);
}

textarea {
  background: radial-gradient(#65704e, #2c341c);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-family: ms ui gothic;
  color: #a8b073;
  scrollbar-width: none;
  position: relative;
  z-index: 5;
  width: 85%;
  height: 90%;
  filter: drop-shadow(0 4px 5px rgba(4, 4, 5, 0.75)) grayscale(30%);
  font-size: 11px;
  opacity: 0.9;
}

button {
  background: linear-gradient(#1d1b1a, #3a3d34);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 4px black;
  padding: 10px;
  width: 100%;
  margin-top: 13px;
  text-align: center;
  color: #65704e;
  text-decoration: none;
  font-weight: bold;
  text-shadow: 2px 0 0 #1d1b1a, 0 2px 0 #1d1b1a, -2px 0 0 #1d1b1a,
    0 -2px 0 #1d1b1a;
  opacity: 0.9;
  font-size: 20px;
  font-family: modern antiqua;
}

.webamp{
  height: 348px;
  width: 277px;
  border: none;
  box-shadow: 0 4px 5px 0 rgba(4, 4, 5, 0.75);
  filter:grayscale(30%)
}

.chatbox{
  filter: sepia(100%) brightness(60%) saturate(130%) hue-rotate(30deg);
  border: 3px outset black;
  box-shadow: 0 4px 5px 0 rgba(0,0,0, 0.75);
}

::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar:horizontal {
  height: 4px;
}
::-webkit-scrollbar-corner {
  background: #dfdfdf;
}
::-webkit-scrollbar-track {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='2' height='2' viewBox='0 0 2 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 0H0V1H1V2H2V1H1V0Z' fill='%23C0C0C0'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 0H1V1H0V2H1V1H2V0Z' fill='white'/%3E %3C/svg%3E");
}
::-webkit-scrollbar-thumb {
  background-color: #dfdfdf;
  box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #ffffff,
    inset -2px -2px #808080, inset 2px 2px #dfdfdf;
}
::-webkit-scrollbar-button:vertical:start {
  height: 17px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0V1V16H1V1H15V0Z' fill='%23DFDFDF'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 1H1V15H2V2H14V1H2Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 17H15H0V16H15V0H16V17Z' fill='black'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1H14V15H1V16H14H15V1Z' fill='%23808080'/%3E %3Crect x='2' y='2' width='12' height='13' fill='%23C0C0C0'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 6H7V7H6V8H5V9H4V10H11V9H10V8H9V7H8V6Z' fill='black'/%3E %3C/svg%3E");
}
::-webkit-scrollbar-button:vertical:end {
  height: 17px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0V1V16H1V1H15V0Z' fill='%23DFDFDF'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 1H1V15H2V2H14V1H2Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 17H15H0V16H15V0H16V17Z' fill='black'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1H14V15H1V16H14H15V1Z' fill='%23808080'/%3E %3Crect x='2' y='2' width='12' height='13' fill='%23C0C0C0'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 6H4V7H5V8H6V9H7V10H8V9H9V8H10V7H11V6Z' fill='black'/%3E %3C/svg%3E");
}
::-webkit-scrollbar-button:horizontal:start {
  width: 17px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0V1V16H1V1H15V0Z' fill='%23DFDFDF'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 1H1V15H2V2H14V1H2Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 17H15H0V16H15V0H16V17Z' fill='black'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1H14V15H1V16H14H15V1Z' fill='%23808080'/%3E %3Crect x='2' y='2' width='12' height='13' fill='%23C0C0C0'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 4H8V5H7V6H6V7H5V8H6V9H7V10H8V11H9V4Z' fill='black'/%3E %3C/svg%3E");
}
::-webkit-scrollbar-button:horizontal:end {
  width: 17px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0V1V16H1V1H15V0Z' fill='%23DFDFDF'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 1H1V15H2V2H14V1H2Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 17H15H0V16H15V0H16V17Z' fill='black'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1H14V15H1V16H14H15V1Z' fill='%23808080'/%3E %3Crect x='2' y='2' width='12' height='13' fill='%23C0C0C0'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 4H6V11H7V10H8V9H9V8H10V7H9V6H8V5H7V4Z' fill='black'/%3E %3C/svg%3E");
}
