body {
  /* background: #793c3c; */
  background: linear-gradient(0deg, #26020293, #3719194d), url(../bg/istockphoto-164310246-612x612.jpg);
  margin: 0;
  padding: 0;
}

.welcome {
  position: relative;
  top: -5.75em;
}

.welcome>.toptext {
  color: white;
  letter-spacing: 10px;
  font-family: tetsubin;
  display: block;
  margin-bottom: 2em;
}

a {
  color: rgb(155, 0, 0);
  position: relative;
  z-index: 2;
  transition: all .2s ease;
}

a::after {
  content: '';
  position: absolute;
  left: -5px;
  top: -3px;
  background: rgb(138, 0, 0);
  width: 0;
  height: 120%;
  transition: all .2s ease;
  z-index: -1;
}

a:hover {
  text-decoration: none;
  color: rgb(255, 255, 255);
}

a:hover::after {
  width: 110%;
}

h1 {
  font-size: 5.25em;
  /* letter-spacing: 5px; */
  display: inline;
  font-family: "Mom's Typewriter";
  margin: 0;
  /* text-shadow: -5px -5px 0px black, -5px 5px 0px black, -7px 1px 0px black; */
  font-weight: normal;
  /* -webkit-text-stroke: 4px black; */
  position: relative;
  color: rgb(0, 0, 0);
}


h1 a {
  color: white;
  text-decoration: none;
  /* transition: all .3s ease; */
}

h1 a:hover {
  color: rgb(131, 27, 27);
  text-shadow: -5px -5px 0px rgb(255, 255, 255), -5px 5px 0px rgb(255, 255, 255), -7px 1px 0px rgb(255, 255, 255);
  text-decoration: none;
}

h2 {
  /* border: 1px solid white; */
  display: block;
  /* padding: 10px 20px; */
  color: #bd0000;
  /* background-image: url('https://64.media.tumblr.com/d68800852d088b0e3b0d98f9b76b0da8/tumblr_mqvze4kXAx1sdgezwo7_250.png'); */
  font-family: "Bouncy";
  font-size: 2.25em;
  margin: auto;
  margin-bottom: .5em;
  width: var(--width);
}

h2 span {
  font-family: heart;
  font-size: 1.25em;
  display: block;
  margin-top: -5px;
  font-weight: 400;
}

.sideheader {
  position: absolute;
  left: -1em;
  font-size: 3.5em;
  top: 5px;
  display: inline;
  width: auto;
  text-shadow: 2px 2px 0px #be8383;
}

h3 {
  font-family: good-time;
  color: white;
  font-size: 2em;
  margin: 0;
  line-height: 1.25em;
}

:root {
  --bg: #fff4f4;
  --bg2: #ffdada;
  --border: 1px solid #ff8686;
  --width: 100%;
}

select {
  padding: 3px 5px;
  outline: none;
  appearance: none;
}

::-webkit-scrollbar-track {
  background: #ffe4e4;
}

::-webkit-scrollbar-thumb {
  width: 16px;
  height: 16px;
  background: #ffaaaa;
  z-index: 1;
}

::-webkit-scrollbar-thumb:hover {
  background: #ff6161;
}

#hi {
  display: flex;
  align-items: center !important;
  overflow: hidden;
}

.content {
  margin-top: 5em;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.bg {
  filter: drop-shadow(-2px -2px 0px white);
}

.divider {
  height: 22px;
  background-image: url("../img/1971770_3f620.gif");
  background-size: 22%;
  width: 110.5%;
  margin: 0 -20px;
}

.main {
  /* border: 1px solid white; */
  width: 63%;
  height: 67%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--main);
  position: relative;
}

.main>.side {
  height: calc(100% - 40px);
  position: relative;
  background: rgb(0, 0, 0);
  /* border: 1px solid white; */
  box-shadow: 3px 3px 10px 0px rgba(238, 121, 121, 0.541);
  padding: 20px;

}

/* SIDE ONE */

.main>.one {
  width: 20%;
  border: 3px outset rgb(134, 0, 0);
}

.sitenav {
  height: 635px;
  overflow: auto;
  scrollbar-width: thin;
  padding-right: 10px;
  margin-bottom: 1.25em;
  user-select: none;
}

.sitenav h3 {
  position: relative;
  text-align: left;
  color: #a30000;
  text-shadow: 1px 1px 1px #ca8080;
}

.sitenav h3::after {
  content: '';
  position: absolute;
  height: 1px;
  /* background-color: rgb(255, 255, 255); */
  border-radius: 5px;
  border-bottom: 2px dashed #a30000;
  right: 0;
  top: .65em;
}

.cat1::after {
  width: 65%;
}

.cat2::after {
  width: 47%;
}

.cat3::after {
  width: 53%;
}

.sitenav div {
  margin-bottom: .5em;
}

.sitenav div:last-child {
  margin-bottom: 0;
}

.sitenav a::after {
  content: none;
}

.navbutton {
  filter: saturate(0);
  transition: all .1s ease;
}

.navbutton:hover {
  filter: saturate(1) drop-shadow(3px 3px 0px gray) drop-shadow(-1px -1px 4px #bb0009);
}


.navbutton:active {
  transform: translateX(3px) translateY(3px);
  filter: none;
  animation: none;
}

.yasu {
  border: 1px solid rgb(144, 28, 28);
}

/* SIDE TWO */

.main>.two {
  width: calc(55% - 60px);
  /* border: 1px solid rgb(0, 17, 255); */
  color: white;
  margin: 0 3em;
  outline: 2px dashed white;
  outline-offset: -10px;
  padding: 20px 30px;
}


.about {
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-bottom: 1em; */
  margin-top: -2.5em;
  position: relative;
  height: 22.67em;
}

.about>.half1 {
  width: 60%;
  margin-right: 1em;
  position: relative;
  z-index: 1;
}

.about>.half1>.header {
  font-size: 2.5em;
  font-family: tetsubin;
  color: black;
  -webkit-text-stroke: 2px #a72323;
  text-shadow: 2px 2px 0px #ca6262;
}

.about>.half1>.header a {
  color: #a72323;
  text-decoration: none;
  -webkit-text-stroke: 1px #000000;
  transition: all .2s ease;
}

.about>.half1>.header a::after {
  content: none;
}

.about>.half1>.header a:hover {
  color: #c75f5f;
  text-decoration: none;
  -webkit-text-stroke: 1px #000000;
  text-shadow: 2px 2px 0px #d89191;
  text-decoration: wavy underline;
}


.about>.half1>.yayy {
  background: #fff;
  color: black;
  margin: auto;
  margin-top: .75em;
  margin-bottom: .75em;
  padding: 10px;
  height: calc(170px - 20px);
  width: 80%;
  border: 1px solid rgb(121, 30, 30);
}

.about>.half1>.yayy>div {
  overflow: auto;
  scrollbar-width: none;
  height: 150px;
}

.about>.half2 {
  width: 40%;
}

.izaya {
  position: absolute;
  right:0;
  top:0;
  height: 100%;
  filter: drop-shadow(3px 0px 0px white);
}


.about::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: calc(100% + 1.6em);
  height: 2px;
  background: linear-gradient(90deg,rgba(254, 254, 253, 0) 30%, rgba(255, 255, 255, 1) 100%);
  margin-left: -1.4em;
}

.twohalf {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  margin-top: 1em;
  height: 25.5em;
}

.twohalf>.half1 {
  width: 40%;
  height: 100%;
}

.twohalf>.half1 img {
  filter: drop-shadow(-3px 0px 0px white);
}




.feed-title {
  display: none;
}

.feed-item-desc img {
  width: 100px;
}

.twohalf>.half2 {
  width: 60%;
  margin-left: 1em;
  /* height: 100%; */
}

.imessage {
  /* border: 1px solid white; */
  height: 21em;
  margin: auto;
  margin-bottom: .8em;
  width: 90%;
  border-radius: 10px;
  font-family: Inter;
  background: white;
  color: black;
}

.imessage>.contact {
  height: 75px;
  /* background: #1A1A1A; */
  background: #F5F5F5;
  padding:10px 0;
  margin-bottom: 1em;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.contact img {
  border-radius: 50%;
}

.contact p {
  margin: .5em 0;
  font-size: .875em;
}

.contact p span {
  color: #8C8E92;
  font-size: .75em;
}

.messages {
    padding: 10px 20px;
    padding-top:0;
    overflow: auto;
    height: 64%;
    font-size: .875em;
    scrollbar-width: none;
}

.msg {
    padding: 7px 13px;
    max-width: 230px;
    border-radius: 20px;
    margin-bottom: .5em;
    text-align: left;
    position: relative;
    z-index: 1;
}

.messages  .blue {
    background: #0682FD;
    float: right;
    color: white;
}

.messages  .gray {
    /* background: #323232; */
    background: #E9EAEB;
    float: left;
}

.end_b::after {
  content: '';
  background: inherit;
  height: 20px;
  width: 20px;
  /* border: 1px solid red; */
  position: absolute;
  right:-.5em;
  bottom:0;
  z-index:-1;
  clip-path: polygon(3% 38%, 9% 60%, 17% 71%, 35% 78%, 47% 79%, 59% 84%, 72% 87%, 87% 88%, 78% 83%, 70% 78%, 63% 72%, 59% 64%, 56% 54%, 53% 42%, 50% 34%, 40% 24%, 16% 22%, 5% 22%);
}

.end_g::after {
  content: '';
  background: inherit;
  height: 20px;
  width: 20px;
  /* border: 1px solid red; */
  position: absolute;
  left:-.5em;
  bottom:0;
  z-index:-1;
  clip-path: polygon(3% 38%, 9% 60%, 17% 71%, 35% 78%, 47% 79%, 59% 84%, 72% 87%, 87% 88%, 78% 83%, 70% 78%, 63% 72%, 59% 64%, 56% 54%, 53% 42%, 50% 34%, 40% 24%, 16% 22%, 5% 22%);
  transform: scale(-1, 1);
}



/* .msg {
  padding: 10px;
  border-radius: 15px;
  display: block;
}

.msg_R {
  float: left;
  background: #323232;
}

.msg_S {
  float: right;
  background: #0682FD;
} */

/* SIDE THREE */

.main>.three {
  width: 25%;
  border: 3px outset rgb(134, 0, 0);
  color: white;
  overflow: auto;
  scrollbar-width: thin;
}

.piclog a::after {
  content:none;
}

.piclog img {
  max-height: 300px;
  border: 1px solid white;
  margin-bottom: .75em;
}



/* STATUSCAFE */

#statuscafe {
  background: #fff;
  padding: .5em;
  margin: auto;
  margin-bottom: 1em;
  width: calc(var(--width) - 1em);
  color: black;
  outline: var(--border);
}


#statuscafe-username {
  margin: auto;
  margin-bottom: .5em;
  font-weight: bold;
}

#statuscafe-username a:hover::after {
  width: 125%;
}

#statuscafe-content {
  margin: 0 1em 0.5em 1em;
}


#html-energy-webring {
  background: #fff !important;
  padding-bottom: .5em;
  outline: var(--border); 
  color: black;
  margin-bottom: 1.5em !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

#html-energy-webring table {
  background: #fff !important;
}

/* LAST.FM PLAYER */

.music {
  line-height: 1.25em;
  width: calc(var(--width) - 10px);
  color: black;
  font-size: 1.125em;
  background: #fff;
  outline: var(--border);
  padding: 10px 0px 5px 10px;
  margin-bottom: 1.5em;
}

.music a::after { 
  content: none;
}


#last {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0em auto;
  background-size: contain;
  background-repeat: no-repeat;
}

#last img {
  border: 1px solid rgb(0, 0, 0);
}

#last>.art {
  margin: 0;
  width: 25%;
  margin-right: 1em;
}

#artwork {
  width: 95px;
}

.side2 {
  width: 75%;
  overflow: auto;
  scrollbar-width: thin;
  max-width: 250px;
}

.side2::-webkit-scrollbar {
  display: block;
  height: 5px;
}

.side2>#track {
  text-align: left;
  white-space: nowrap;
}


/* SITE NAV */

.navplain {
  margin-bottom: 1.5em;
}

.navplain h3 {
  color: rgb(154, 27, 27);
  font-family: tetsubin;
  text-align: left;
  font-size: 1.35em;
  margin-bottom: .25em;
  position: relative;
  z-index: 1;
}

.navplain h3 span {
  background: black;
  padding-right: 10px;
}

.navplain h3::after {
  content: '';
  position: absolute;
  height: 1px;
  /* background-color: rgb(255, 255, 255); */
  border-radius: 5px;
  border-bottom: 2px dashed #a30000;
  right: 0;
  top: .65em;
  width: 100%;
  z-index: -1;
}

.navplain h3:not(:first-of-type) {
  margin-top: .5em;
}

.navplain p {
  text-align: left;
  margin: .5em 0;
}

.navplain a {
  color: white;
  text-decoration: none;
}





/* STAMPS */

.stamp {
  /* border: var(--border); */
  margin: auto;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  width: 85%;
  position: absolute;
  bottom: -6.5em;
  right: 1em;
}

.fanlistings {
  margin-top:3em;
  width: 100%;
  background: rgba(0, 0, 0, 0.397);
  padding-top: 10px;
  padding-bottom: 5px;
  backdrop-filter: blur(3px);
  border: 1px solid rgba(255, 134, 134, 0.336);
}

.fanlistings div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  width: 100%;
}

.fanlistings img {
  filter: saturate(0);
  transition: all .2s ease;
}

.fanlistings img:hover {
  filter: saturate(1);
}

@keyframes scroll {

  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - 2em));
  }
  
}


.blink {
  animation: blink 1.125s step-end infinite;
}

@keyframes blink {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

@keyframes move {
  0% {
    transform: translateY(-2px);
  }

  50% {
    transform: translateY(3px);
  }

  100% {
    transform: translateY(-2px);
  }
}

.footnote a {
  color: #a5a5a5;
}

.footnote a:hover {
  text-decoration: none;
  text-shadow: 1px 0px 3px #cecece;
}

.footnote a::after {
  content: none;
}

.tippy-box[data-theme~="custom"] {
  max-width: 250px;
  padding: 0;
  border-radius: 4px;
  background: rgba(0, 0, 0, .75);
  backdrop-filter: blur(1px);
  text-align: center;
  font-size: .875em;
}