/* ˚₊⋅─── /ᐠ - ˕ -マ BASIC SHIT ───⋅ ˚₊ */
@font-face {
  font-family: popjoy;
  src: url(/goodies/fonts/FOT-PopJoyStd-B.otf);
}

@font-face {
  font-family: kitto;
  src: url(/goodies/fonts/Kitto-PersonalUse.otf);
}

@font-face {
  font-family: "scribbles";
  src: url(/pics/nepeta-v2/friendlyscribbles.ttf);
}

@font-face {
  font-family: daruma;
  src: url(/goodies/fonts/DarumadropOne-Regular.ttf);
}

html {
  scroll-behavior: smooth;
  height: 100%;
  cursor: url(/pics/nepeta-v2/neppycursor1.png), auto;
}

body {
  background-image: url(/pics/nepeta-v2/starz.png),
    url(/pics/nepeta-v2/bgmain.png);
  background-size: 300px, auto;
  background-color: #210600;
  font-family: "daruma", scribbles, sans-serif;
  font-style: normal;
  margin-left: auto;
  font-size: 16px;
  margin-right: auto;
  color: #c46639;
  overflow-x: hidden;
  /* prevents text from adjusting on mobile devices (beat it, mobile compatibility) */
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: kitto, scribbles;
}

a {
  text-decoration: none;
}

a:hover {
  cursor: url(/pics/nepeta-v2/neppycursor2.png), auto;
}

::selection {
  color: #fff6f1;
  background-color: #fda3b4;
}

::-webkit-scrollbar {
  width: 13px;
  height: 12px;
  background: #d6ecf3;
  border-radius: inherit;
}

::-webkit-scrollbar-track {
  background: -webkit-linear-gradient(
    top,
    rgba(255, 194, 212, 1) 0%,
    rgba(255, 232, 116, 1) 50%,
    rgba(196, 249, 255, 1) 100%
  );
  border-radius: 0px;
  width: 0px;
  border: 1px dotted #fda3b4;
}
::-webkit-scrollbar-thumb {
  background: #ffebd9;
  border: 1px dotted #fda3b4;
  border-radius: 4px;
}

meow {
  font-weight: bold;
  font-size: 1em;
  color: white;
  text-shadow:
    -1px 0 #c46639,
    0 1px #c46639,
    1px 0 #c46639,
    0 -1px #c46639;
  background: linear-gradient(
    90deg,
    rgba(255, 194, 212, 1) 0%,
    rgba(255, 232, 116, 1) 50%,
    rgba(196, 249, 255, 1) 100%
  );
  border-radius: 1em;
  margin-right: 3px;
}

a {
  color: #fda3b4;
  cursor: url(/pics/nepeta-v1/pikapointer.png), auto;
  text-decoration: none;
}

.squidparty,
a {
  text-shadow:
    -1px 0 #c46639,
    0 1px #c46639,
    1px 0 #c46639,
    0 -1px #c46639,
    -1px 0 #c46639,
    0 1px #c46639,
    1px 0 #c46639,
    0 -1px #c46639;
}

.squidparty,
a:hover {
  -webkit-animation: ikkan 5s linear infinite alternate;
}

@keyframes ikkan {
  0% {
    color: #fda3b4;
  }
  10% {
    color: #ffc693;
  }
  20% {
    color: #ffff7f;
  }
  30% {
    color: #a0ffa0;
  }
  40% {
    color: #a0ffdc;
  }
  50% {
    color: #a6fcff;
  }
  60% {
    color: #a8beff;
  }
  70% {
    color: #d0beff;
  }
  80% {
    color: #efbeff;
  }
  90% {
    color: #ffbed9;
  }
  100% {
    color: #fda3b4;
  }
}

/* ˚₊⋅─── /ᐠ - ˕ -マ BASIC SHIT ───⋅ ˚₊ */


/* ˚₊⋅─── /ᐠ - ˕ -マ THE ACTUAL LAYOUT ───⋅ ˚₊ */

#pouncedeleon {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}

#meowrails {
  position: relative;
}

#clawz {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.jadenep {
  border-image-slice: 24 26;
  border-image-width: 18px;
  border-image-outset: 8px;
  border-image-repeat: round;
  border-image-source: url(https://i.postimg.cc/TwX8F78v/border-test-3.png);
  border-style: solid;
  border-radius: 20px;
  padding: 25px;
  background-image: url(/pics/nepeta-v2/headerbg.png);
  background-size: 130px;
  background-position: left;
  filter: drop-shadow(8px 8px 0px rgba(253, 163, 180, 0.4));
  margin-bottom: 50px;
}

/* these three are required because CHROME IS FUCKING STUPID */
.fefnep-shadow {
  filter: drop-shadow(8px 8px 0px rgba(253, 163, 180, 0.4));
}

.fefnep1 {
  width: 828px;
  height: 392px;
  background: #ffebd9;
  filter: none;
  z-index: -1;
  position: absolute;
  top: 1px;
}

.fefnep2 {
  width: 828px;
  height: 402px;
  background: #ffebd9;
  filter: none;
  position: absolute;
  top: 1px;
  z-index: -1;
}
/* these three are required because CHROME IS FUCKING STUPID */

.andheresthenepeter {
  animation-name: float;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}

.andheresthenepeter:hover {
  animation-iteration-count: infinite;
  animation-name: wiggle;
  animation-duration: 0.4s;
}

@keyframes wiggle {
  0% {
    transform: rotateZ(0deg);
  }
  25% {
    transform: rotateZ(2deg);
  }
  50% {
    transform: rotateZ(0deg);
  }
  75% {
    transform: rotateZ(-2deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}

.hdr {
  filter: drop-shadow(0px 3px #c46639) drop-shadow(0 -3px #c46639)
    drop-shadow(3px 0 #c46639) drop-shadow(-3px 0 #c46639)
    drop-shadow(4px 4px 0px rgba(253, 163, 180, 0.6));
  font-size: 28px;
}

#s-m-t-tooltip {
  max-width: 200px;
  z-index: 99999999 !important;
  padding: 5px;
  margin: -30px 24px 7px 17px;
  background-color: #fff6f1;
  font-size: 14px;
  filter: drop-shadow(4px 4px 0px rgba(253, 163, 180, 0.4));
  border: 2px dashed #fda3b4;
  border-radius: 10px;
}

.jadenep p {
  filter: drop-shadow(1px 1px 0px rgba(253, 163, 180, 0.7));
}

/* the buttons */

#btn1 {
  background-image: url(/pics/nepeta-v2/neppybtn1.png);
  width: 296px;
  height: 108px;
  color: #ff0084;
}

#btn2 {
  background-image: url(/pics/nepeta-v2/neppybtn2.png);
  width: 296px;
  height: 108px;
  color: #ff5e00;
}

#btn3 {
  background-image: url(/pics/nepeta-v2/neppybtn3.png);
  width: 296px;
  height: 108px;
  color: #ff9a00;
}

#btn4 {
  background-image: url(/pics/nepeta-v2/neppybtn4.png);
  width: 296px;
  height: 108px;
  color: #1ee000;
}

#btn5 {
  background-image: url(/pics/nepeta-v2/neppybtn5.png);
  width: 296px;
  height: 108px;
  color: #3298ec;
}

#btn6 {
  background-image: url(/pics/nepeta-v2/neppybtn6.png);
  width: 296px;
  height: 108px;
  color: #4a3bed;
}

#btn7 {
  background-image: url(/pics/nepeta-v2/neppybtn7.png);
  width: 296px;
  height: 108px;
  color: #8400ff;
}

#btn8 {
  background-image: url(/pics/nepeta-v2/neppybtn8.png);
  width: 296px;
  height: 108px;
  color: #ff3bb0;
}

#btn1:hover,
#btn3:hover,
#btn5:hover,
#btn8:hover {
  transform: rotate(4deg);
}

#btn1,
#btn3,
#btn5,
#btn8 {
  transition-duration: 0.5s;
}

#btn2:hover,
#btn4:hover,
#btn6:hover,
#btn7:hover {
  transform: rotate(-4deg);
}

#btn2,
#btn4,
#btn6,
#btn7 {
  transition-duration: 0.75s;
}

#btn1 h1,
#btn2 h1,
#btn3 h1,
#btn4 h1,
#btn5 h1,
#btn6 h1,
#btn7 h1,
#btn8 h1 {
  font-size: 28px;
}

#btn1,
#btn2,
#btn3,
#btn4,
#btn5,
#btn6,
#btn7,
#btn8 {
  filter: drop-shadow(5px 5px 0px rgba(253, 163, 180, 0.4));
}

marquee img {
  width: 102px;
  margin: 1px;
  filter: drop-shadow(4px 4px 0px rgba(253, 163, 180, 0.4));
}

#statuscafe::-webkit-scrollbar { 
    width:5px;
}

#statuscafe {
    filter:drop-shadow(1px 1px 0px rgba(253, 163, 180, 0.7));
}
    
#statuscafe-username {
    margin-bottom: .2em;
}
#statuscafe-content {
    margin: 0 0.1em 0em 1em;
}

/* ˚₊⋅─── /ᐠ - ˕ -マ THE ACTUAL LAYOUT ───⋅ ˚₊ */
