@import url('https://fonts.googleapis.com/css2?family=DotGothic16&display=swap');

@font-face {
  font-family: "gkktt";
  src: url('fonts/851Gkktt_005.ttf') format('truetype');
}

@font-face {
  font-family: "marugothic";
  src: url('fonts/Futehodo-MaruGothic.ttf') format('truetype');
}

@font-face {
  font-family: "zpix";
  src: url('fonts/zpix.ttf') format('truetype');
}

:root {
  --navpink: hsl(343, 96%, 74%);

  --orangegrd: linear-gradient(180deg, rgb(214, 175, 68) 10%, rgb(197, 111, 31) 100%);
  --greengrd: linear-gradient(180deg, rgb(175, 214, 68) 10%, rgb(35, 145, 84) 100%);
}

/* ----------------------------------------------- */
body {
  background-image: url(img/backdrop.png);
  background-position: center;
  background-size: 2000px;
  background-repeat: repeat-x;
}

* {
  cursor: url(https://cur.cursors-4u.net/cursors/cur-9/cur271.cur), auto !important;
}

main {
  text-align: center;
  margin: auto;
  width: 1100px;
  padding: 15px;
  background-color: rgba(255, 156, 234, 0.678);
  outline: solid 5px white;
  border: ridge 5px white;
  border-radius: 10px;
}

#title {
  display: flex;
  margin: auto;
  padding: 15px;
  text-align: center;

}

#title img {
  width: 500px;
  margin: auto;

}

.box {
  background-color: white;
  width: 90%;
  margin: 4px;
  outline: solid 8px gray;
}

#navbar {
  margin: auto;
  margin-bottom: 20px;
  width: 980px;
  height: 50px;
  border: solid 8px rgb(83, 142, 253);
  outline: solid 5px white;
  border-radius: 10px;
  background-color: rgb(135, 197, 255);
  text-align: center;
  display: flex;
  align-items: center;
}

a {
  text-decoration: none;
  color: white;
  
}

.button {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(233, 80, 151) 30%, rgb(252, 140, 159) 90%);
  outline: solid 6px rgb(250, 75, 133);
  border-radius: 5px;
  filter: drop-shadow(0 3px 0.5px rgba(16, 0, 109, 0.5));
  width: 40%;
  font-family: 'marugothic';
  font-weight: bold;
  font-size: large;
  margin: 10px;
}

#smlink {
  width: 90%;
  font-size: medium;
  margin: 15px;
  background: linear-gradient(180deg, rgb(127, 172, 255) 0%, rgb(80, 146, 233) 30%, rgb(76, 86, 221) 90%);
  outline: solid 6px rgb(44, 60, 199);
}

#homecontent {
  display: flex;
}

#homecontent > .box {
  margin: 10px;
  height: auto;
}

.textbox {
  width: 90%;
  margin: auto;
  background-color: #fff1a2;
  padding: 5px;
  border-radius: 5px;
  outline: none;
}

/* ---------------------------------------------- */

#homeleft {
  width: 250px;
  outline: solid 6px rgb(16, 136, 106);
  border-radius: 5px;
  background: var(--greengrd);
  
}
#homeleft h1 {
  color: rgb(4, 102, 116);
}
#homeleft p {
  padding: 3px;
  overflow: auto;
  height: 100px;
}
#minibio {
  text-align: left;
}

#homemiddle {
  width: 600px;
  margin: 10px;
}
#updates {
  display: flex;
  width: auto;
  margin: auto;
  height: 200px;
  border-radius: 30px;
  background: radial-gradient(rgb(125, 242, 250), rgb(72, 162, 247) 80%, rgb(44, 105, 219) 100%);
  outline: solid 5px #0056b8;
  border: ridge 10px rgb(194, 230, 255);
  box-shadow: 0 10px 2px rgba(2, 2, 138, 0.411);
}
#flygon {
  overflow: hidden;
  width: 300px;
  border-radius: 30px;
}
#flygon img {
  display: block;
  justify-self: center;
  transform: translate(-200px, -100px);
  width: 500px;
}

#updatebox h1 {
  font-family: 'gkktt';
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 90;
  background: linear-gradient(180deg, rgba(131, 131, 255, 0.418) 0%, rgba(255, 255, 255, 0.61) 30%, rgba(0, 129, 235, 0.308) 70%, rgba(27, 27, 236, 0.555) 100%);
  outline: solid;
  text-shadow: 0 0 4px rgb(203, 203, 255);
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  width: 300px;
}
#updatebox div {
  background-color: black;
  width: 294px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  height: 140px;
  padding: 3px;
  margin: 10px;
  outline: solid;
  color: white;
  background: linear-gradient(180deg, rgba(131, 131, 255, 0.418) 0%, rgba(0, 129, 235, 0.308) 60%, rgba(44, 65, 255, 0.555) 100%);
  overflow: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
  
}
#updatebox div p {
  text-align: left;
  width: auto;
  margin: 20px;
  background-color: rgb(255, 255, 255);
  color: black;
  padding: 2px;
  border-radius: 5px;
  outline: none;
}

#homemarquee {
  margin: auto;
  width: auto;
  margin-bottom: 30px;
  height: auto;
  border-radius: 10px;
  background-color: rgb(112, 255, 255);
  outline: solid 5px rgb(76, 131, 233);
  padding: 4px;
}
#homemarquee marquee {
  font-family: 'DotGothic16';
}

#stampbox {
  display: flex;
  margin: auto;
  width: auto;
  margin-top: 30px;
  height: auto;
  border-radius: 10px;
  background-color: rgb(112, 255, 255);
  outline: solid 5px rgb(76, 131, 233);
  padding: 4px;

  white-space: nowrap;

  overflow-x: auto;
}
#stampbox::-webkit-scrollbar {
  display: none;
}
#stampbox div {
  animation: revolve 9s infinite linear;
  padding-right: 6px;
}

.stamp {
  flex: 0 0 5em;
  padding: 2px;
}

@keyframes revolve {
  from {translate: 0;}
  to {translate: -100%;}

}

::-webkit-scrollbar {
    width: 8px;
  }

::-webkit-scrollbar-track {
  background-color: #f3f3f3;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #ccc;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #4b66ff;
    border: 1px solid #362883;
  }



#homeright {
  width: 250px;
  margin: 20px;
  outline: solid 6px rgb(207, 84, 27);
  border-radius: 5px;
  background: var(--orangegrd)
  
}
#homeright h1 {
  color: rgb(192, 73, 4);
}

#chat {
  height: 300px;
}

#musicplayer {
  padding: 2px;
  margin: 30px;
  height: 100px;
  border-radius: 10px;
  background: linear-gradient(rgb(180, 225, 255) 0%, rgb(86, 190, 221), blue 70%, rgb(82, 96, 226));
  outline: solid 6px rgb(36, 36, 139);
  display: flex;
}
#mplayerbox {
  width: 100%;
}
#musicplayer h1 {
  color: #ffffff;
  text-shadow: 0 0 3px rgb(0, 57, 163);
  font-family: 'gkktt';
  font-weight: 100;
  background: linear-gradient(rgb(180, 225, 255) 0%, rgb(86, 190, 221), blue 70%, rgb(82, 96, 226));
  outline: solid 3px rgb(36, 36, 139);
  border-radius: 10px;

}
#mplayeritems {
  display: flex;
  width: 100%;
}
.prevtrack, .nexttrack, .playpausetrack {
  width: 10%;
  font-size: 20px;
  background: linear-gradient(rgb(180, 225, 255) 0%, rgb(86, 190, 221), blue 70%, rgb(82, 96, 226));
  border-radius: 100px;
  text-shadow: 0 0 3px rgb(0, 57, 163);
  color: white;
  margin: 5px;
  outline: solid 3px rgb(36, 36, 139);

}
#mplayerscreen {
  display: flex;
  background-color: rgb(123, 126, 109);
  box-shadow: inset 0 0 10px rgb(9, 25, 43);
  border-radius: 30px;
  width: 75%;
}
#mii {
  transform: translate(60px, -85px);
  position: absolute;
  height: auto;
  width: 160px;
}
#mii2 {
  transform: translate(-225px, -105px);
  position: absolute;
  height: auto;
  width: 160px;
}


#kjiro {
  width: 150px;
  border-radius: 10px;
}
#kjiro img {
  display: block;
  width: 190px;
  height: auto;
  justify-self: center;
  transform: translate(-10px, -58px);

}

.seekslider {
  margin: 5px;
}

input[type=range]{
  -webkit-appearance:none; /* removes default appearance of the tracks */
  width:90%;
}
 
input[type=range]:focus{
  outline:none; /* removes outline around tracks when focusing */
}

input[type=range]::-webkit-slider-runnable-track{
  width:100%;
  height:8px; /* thickness of seeking track */
  background:rgb(179, 221, 255); /* color of seeking track */
}

input[type=range]::-webkit-slider-thumb{
  height:20px; /* height of seeking square */
  width:20px; /* width of seeking square */
  border-radius: 50px; /* change to 5px if you want a circle seeker */
  background: linear-gradient(rgb(180, 225, 255) 0%, rgb(86, 190, 221), blue 70%, rgb(82, 96, 226));
  outline: solid 3px rgb(36, 36, 139);
                
  -webkit-appearance:none;
  margin-top: -6px; /* fixes the weird margin around the seeker square in chrome */
}
 
input[type=range]::-moz-range-track{
  width:100%;
  height:8px; /* thickness of seeking track */
  background:rgb(179, 221, 255); /* color of seeking track */
}
 
input[type=range]::-moz-range-thumb{
  height:20px; /* height of seeking square */
  width:20px; /* width of seeking square */
  border-radius: 50px; /* change to 5px if you want a circle seeker */
  background: linear-gradient(rgb(180, 225, 255) 0%, rgb(86, 190, 221), blue 70%, rgb(82, 96, 226));
  outline: solid 3px rgb(36, 36, 139);
                
  -webkit-appearance: none;
  margin-top: -6px; /* fixes the weird margin around the seeker square in chrome */
}

/* ---------------------------------------------- */

h1 {
  font-family: 'zpix';
  font-size: large;
  color: rgb(0, 0, 0);
  margin: 10px;
}

p, .mpcurrenttime, .playlistnum, .trackinfo, .mptotaltime {
  font-family: 'DotGothic16';
  margin: 5px;
}



