* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
  @font-face {
    font-family: staywork;
    src: url(fonts/StayworkRegular-axrEo.otf);
  }
@font-face {
  font-family: kosugimaru;
  src: url(fonts/KosugiMaru-Regular.ttf);
}
  @font-face {
    font-family: spirit;
    src: url(fonts/Spirit.ttf);
  }
  
  ::selection {
  background: #b1cfe4;
}
::-moz-selection {
  background: #b1cfe4;
}

  body {
    background-image: 
    url('images/sideribbons.png'),
    url("images/bluepattern.png");
    font-family:kosugimaru;
    background-position: left;
    background-repeat:repeat-y, repeat;
    background-size:250px, auto; 
  }

  #header, #main, #footer {
    margin:auto;
    margin-left:320px;
    max-width:70%;
  }
  #main {
    display:flex;
    border-width:20px;
    height:620px;
    border-style:solid;
    border-image: url("images/biscuitborder.gif") 8 fill round;
    border-top:0px;
    margin-bottom: 15px;
  }
  #leftside, #rightside, #middle {
    background-color:white;
  }
  #leftside, #rightside {
    width:25%;
    background-color:#DEECFF;
  }
#middle {
  width:50%;
  padding:15px;
  font-size:18px;
  letter-spacing: 1px;
  background-image:url('images/linebg.png');
  overflow:auto;
  line-height: 25px;
}
#header {
    padding:10px;
    font-size:50px;
  margin-top:50px;
  border-radius: 25px;
  border-bottom-left-radius:0px;
  border-bottom-right-radius: 0px;
border-style:solid;
border-image: url("images/biscuitborder.gif") 8 fill round;
border-width:20px;
border-bottom: 0;
}
#headerinside {
  background-image:linear-gradient(to right, white, 60%, transparent), url(images/lightbluedots.gif);
  border-radius: 10px;
  padding:10px;
  position: relative;
  border:3px solid #b28350;
}
#header h1 {
  position:absolute;
  top:20px;
  right:10px;
  transition:0.5s ease;
  font-family: staywork;
  font-weight:normal;
  letter-spacing: 3px;
}
#header h1:hover {
  letter-spacing: 10px;
}
#header p {
  position:absolute;
  bottom:20px;
  right:10px;
  font-family:spirit;
  font-size: 35px;
}
.banner {
  position: relative;
  top:-5px;
  filter:saturate(50%);
}
.banner img {
  width:100%;
}
.bannertxt {
  position:absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  letter-spacing:2px;
  font-family: staywork;
  font-size:30px;
}
#nav {
  border-radius:25px;
  background-color:antiquewhite;
  margin:10px;
  margin-top:20px;
  background-image:url('images/linebg.png');
}
.bullets, .webrings, .updates {
  padding:5px;
  padding-left:20px;
  line-height:25px;
  font-size:17px;
}
.bullets {
  padding-left:40px;
}
.webrings {
  overflow:auto;
  height:220px;
}
.updates {
  overflow:auto;
  height:100px;
  padding-top:0px;
}
#lastfm-widget {
  background-color: white;
  padding: 10px;
border:solid 3px #999;
margin-top:15px;
border-radius:5px;
}
#song {
  font-size:23px;
}



#middlethings {
  display:flex;
  margin-top:20px;
  column-gap:20px;
}


/* scrolling buttons */
.stampmarquee, .buttonmarquee {
  display: flex;
      white-space: nowrap;
      overflow: hidden;
      margin-bottom: 5px;
      width:100%;
}
.buttonmarquee {
  margin-top:15px;
}
.stampmarquee {
  margin-top:0px;
}
.stampmarquee img, .buttonmarquee img {
  margin-left:5px;
}
.stampmarquee img {
  width:75px;
}
.button-marquee-content {
      padding: 0 0.25em;
      animation: buttonloopText 20s infinite linear;   
}
.stamp-marquee-content {
      padding: 0 0.25em;
      animation: stamploopText 20s infinite linear;
      margin-top:10px;
}
@keyframes buttonloopText {

from {
    transform: translateX(0);
 }

to {
    transform: translateX(-100%);
 }

}
@keyframes stamploopText {

from {
    transform: translateX(-100%);
 }

to {
    transform: translateX(0);
 }

}
/* end of scrolling buttons */

.navbuttons {
  width:100%;
}
.button {
  width:100%;
  margin:10px;
}
.button img {
  vertical-align:middle;
  margin-right:5px;
  width:17px;
  height:17px;
  filter:saturate(80%);
}
.button button {
  padding:5px;
  font-size:17px;
  border:1px #999 solid;
  border-radius: 5px;
  width:80%;
  margin-bottom:10px;
  font-family:kosugimaru;
  transition:1s ease all;
  background-image:linear-gradient(to bottom, white, 75%, transparent), url(images/lightbluedots.gif);
}
.button button:hover {
  cursor:pointer;
  letter-spacing: 2px;
  background-image:linear-gradient(to bottom, white, 75%, rgba(255, 255, 255, 0.597)), url(images/lightbluedots.gif);
}

.udate {
  border:1px solid black;
  padding:3px;
  background-image:linear-gradient(to bottom, white, 50%, transparent), url(images/lightbluedots.gif);
  border-radius:5px;
}


.buttonbox {
  background-image: url(images/tag21.png);
  background-size: cover;
  margin:10px;
  margin-top:15px;
  padding:10px;
  height:95px;
  text-align:center;
  font-size:15px;
}
.buttonbox button {
  font-family:inherit;
}
.buttonflex {
  display:flex;
  margin-top:5px;
  margin-bottom:5px;
}
.buttonflex img {
  margin-right:5px;
}
.buttonflex input {
  overflow:auto;
  height:31px;
  width:90%;
  padding:2px;
}


#rightside {
  overflow:auto;
}


#leftside::-webkit-scrollbar, #rightside::-webkit-scrollbar, .tag::-webkit-scrollbar #middle::-webkit-scrollbar, .webrings::-webkit-scrollbar, .updates::-webkit-scrollbar, .currentlystuff::-webkit-scrollbar {
  display: none;
}
#leftside, #rightside, .tag, #middle, .webrings, .updates, .currentlystuff {
  -ms-overflow-style: none; 
  scrollbar-width: none;
}

#footer {
  border-radius: 10px;
  margin-bottom:40px;
  padding:10px;
  font-size:20px;
  text-align: center;
}
#footer img {
  vertical-align: middle;
  margin:5px;
}

body {
  animation: fadeInAnimation ease 1.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}



#navbar {
  margin-top:5px;
  font-size:30px;
}


.tag {
  position:absolute;
   top:760px;
  left:200px;
  background-image:url('images/tag49.png');
  background-size: cover;
  width:350px;
  height:190px;
  overflow-y:scroll;
}
.status {
  position:absolute;
  top:100px;
  left:120px;
  rotate:2deg;
}
.status-inside {
  padding:10px;
  display:flex;
}
#statuscafe-username {
  font-weight: bold;
}


#feelingbubble {
  background-image:url(images/fuc65.png);
  background-size: cover;
  position:absolute;
  top:280px;
  right:0px;
  height:150px;
  width:170px;
  text-align: center;
  line-height:20px;
  
}
.feelingbubbletxt {
position:absolute;
left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left:10px;
}
.feelingbubbletxt img {
  margin-top:10px;
}

a, a:visited {
  color:inherit;
}





/*-------MUSIC PLAYER BY GLENTHEMES-------*/
#glenplayer02 {
  display:flex;
  z-index:99;
  /* position:absolute;
  top:10px;
  right:100px; */
  }
  #glenplayer02 a {
    text-decoration:none;
  }
   
  #glenplayer02 > div {
  align-self:center;
  -webkit-align-self:center;
  }
   
  .music-controls {
  user-select:none;
  -webkit-user-select:none;
  width:20px;
  font-size:25px;
  cursor:pointer;
  vertical-align: middle;
  }
   
  .playy, .pausee {color:#ffffff; 
    /* text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0; */
  } /* color of play & pause buttons */
   
  .pausee {
    display:none;
  }
   
  .sonata {
  margin-left:10px;
  font-family: kosugimaru;
  font-size:25px;
  font-weight: bold;
  line-height:35px;
  }
   
  .labeltext {
  margin-left:0px;
  position: relative;
  bottom:10px;
  font-family: kosugimaru;
  font-size:25px;
  font-weight: bold;
  line-height:35px;
  }

.sonata, .music-controls, .sonata {
  -webkit-text-fill-color: transparent;
  background-color: #0d61ff;
  background-image: url(images/sparkles3.gif);
  background-clip: text;
  -webkit-background-clip: text;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: transparent;
  /* text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0; */
}
  

  @keyframes jerk {
    0% {
      transform: rotate(3deg);
    }

    50% {
      transform: rotate(3deg);
    }

    51% {
      transform: rotate(-3deg);
    }

    100% {
      transform: rotate(-3deg);
    }
  }

  @keyframes jerkr {
    0% {
      transform: rotate(-3deg);
    }

    50% {
      transform: rotate(-3deg);
    }

    51% {
      transform: rotate(3deg);
    }

    100% {
      transform: rotate(3deg);
    }
  }

  #middle img:hover {
    animation-play-state: paused;
  }


  #middlebottomstuff {
    display:flex;
  }
  .one {
    background-image: url(images/label32.png);
    background-size:cover;
    width:240px;
    height:180px;
    padding-left:20px;
    margin-top:15px;
  }
.currentlytitle {
  font-family:staywork;
  font-size:35px;
  letter-spacing: 2px;
  padding-top:30px;
  padding-left:50px;
}
  .currentlystuff {
  line-height:22px;
  font-size:13px;
  padding:10px;
  margin-top:10px;
  overflow:auto;
  width:220px;
  height:100px;
  }
  
    .featuredimg {
    filter: contrast(99%) saturate(70%);
}
