/* this is so fucking messy oh my god. */

body {
	font-family: Balsamiq Sans;
	font-size: 14px;
    background-image: url(https://files.catbox.moe/rwk3xk.gif);
}

p {
    font-family: Balsamiq Sans;
    font-size: 14px;
}

hr {
    border-color: var(--lightbrown);
}

figure.blurfilter{
	margin: 0;
	padding: 0;
	display: inline-block;
	position: fixed;
    top: 10px;
    right: 10px;
	overflow: hidden; /
}
 
.figcaption img {
    width: 10px;
}
 
figure.blurfilter img {
	display: block;
	width: 120px;
	height: auto;
	transition: all 0.4s 0.4s;
}
 
figure.blurfilter figcaption {
	position: absolute;
    top: 10%;
	left: 20%;
	display: block;
    box-sizing: border-box;
	text-align: center;
	background: white;
	padding: 2px;
	z-index: 100;
	width: 60%;
    height: fit-content;
	overflow: auto;
    font-family: Balsamiq Sans;
	font-size: 12px;
	opacity: 0;
	transition: all .4s;
    border-radius: 10px;
    backdrop-filter: blur(10px);
}
 
figure.blurfilter figcaption a{
	color: var(--darkbrown);
}
 
figure.blurfilter:hover img{
    filter: blur(5px);
	transition: all 0.4s;
}
 
figure.blurfilter:hover figcaption{
	opacity: 0.9;
	transition: all .4s .4s;
}
 
figure.blurrotate figcaption{
	transform: rotate(10deg);
}
 
figure.blurrotate:hover figcaption{
	transform: rotate(0);
}


.border {
  padding: 3px;
  margin: auto;
  margin-top: 30px;
  border-image: url("https://files.catbox.moe/u5ri2d.png") 9 fill round;
  width: fit-content;
  height: fit-content;
  border-width: 9px;
  border-style: solid;
}

.outer {
	width: 640px;
    height: 100%;
    background-image: url(https://files.catbox.moe/2pdncz.jpg);
    background-size: 80px;
	padding: 6px;
    flex-wrap: nowrap;
    border-radius: 15px;
}

.flex {
  display: flex;
  margin: 0;
  padding: 5px;
}

.flex2, .flex3 {
  padding: 0;
  margin: 0;
  margin-top: -2px;
  display: flex;
}

.left, .right {
  margin-right: 7px;
}

.title {
  font-family: magicretro;
  font-size: 40px;
  text-align: left;
  padding-top: 20px;
  margin-bottom: 15px;
  filter: 
    drop-shadow( 0 3px var(--midbrown)) 
    drop-shadow( 2px 0 var(--midbrown)) 
    drop-shadow( 0 -1px var(--lightbrown)) 
    drop-shadow( -1px 0 var(--midbrown)) 
    drop-shadow( 0 5px white) 
    drop-shadow( 5px 0 white) 
    drop-shadow( 0 -5px white) 
    drop-shadow( -5px 0 white) 
    drop-shadow(1px 1px 0 rgba(153, 139, 132,0.6)) 
    drop-shadow(1px 1px 0 rgba(153, 139, 132,0.6)) 
    drop-shadow( 0 0 2px var(--darkbrown));
  color: var(--midyellow);
  position: relative;
  top: 60px; 
  left: 20px;
}    

.banner-wrapper {
	vertical-align: top;
    box-sizing: content-box;
    margin-bottom: 0;
}

.banner {
	border: 1px solid var(--darkbrown);
    border-radius: 15px;
	vertical-align: top;
	height: 150px;
	background-image: url(https://seasickness.neocities.org/assets/home/banner.png);
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
}

.scroller {
	border: 1px dashed var(--darkbrown);
  border-radius: 10px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 20px;
	background: var(--lightyellow);
	margin-top: 6px;
	overflow: hidden;
}

.marquee {
	overflow: hidden;
	display: flex;
	line-height: 20px;
  width: 100%
}

.marquee span {
	white-space: nowrap;
}

marquee img {
  width: 80px;
  height: 80px;
}

.linking {
  height: 84px;
  background-image: url(https://files.catbox.moe/68gsp8.jpg);
  background-size: 100px;
  border: 2px outset var(--darkbrown);
  padding: 6px;
  margin-top: 83px;
}

.linking-inner {
  background: white;
  opacity: 0.7;
  padding: 4px;
  margin: 0;
  margin-top: 5px;
  border-radius: 15px 5px 15px 5px;
}

.featured {
  background-image: url(https://files.catbox.moe/cpl1az.jpg);
  background-size: 100px;
  border: 2px outset var(--darkbrown);
  padding: 2.8px;
  padding-top: 6px;
  height: fit-content;
  margin: 0;
}

.featured img {
  width: 185px ;
  height: 76px;
  margin: 3px;
}

.featured img:hover {
  scale: 1.1;
  transition: 0.5s;
}

.todo-list {
  padding: 2px 5px;
  background: url(https://files.catbox.moe/4zcw8f.gif);
  background-size: 25px;
  border: 2px outset var(--midbrown);
  margin: 0;
  margin-bottom: 3px;
  height: 55px;
  overflow-y: scroll;
  color: var(--darkbrown);
}
 
.todo-list li {
  list-style: " ➳ " outside;
  color: var(--darkbrown);
}

.todo-list b {
  text-shadow: var(--textshadow1);
  color: white;
  font-weight: 600;
  font-style: italic;
}

.left {
	vertical-align: top;
	width: 30%;
}

.menu {
	vertical-align: top;
	padding: 0;
	background-color: #f3eed8;
  border: 2px ridge var(--midbrown);
  height: 290px;
  overflow-y: scroll;
  margin-top: 0;
}

.menu::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}

.menu::-webkit-scrollbar-thumb {
  width: 0;
  background: transparent;
}

.menu a {
  padding: 4px;
  width: 93%;
	display: inline-block;
	color: #613a2a;
	text-decoration: none;
	text-align: left;
	position: relative;
  height: 20px;
  background-color: var(--lightyellow);
  border: var(--lightbrown) 2px outset;
}

.menu a:active{
  border: var(--lightbrown) 2px inset;
}

.menu a:hover {
  font-weight: 900;
}

.menu h2 {
  background: var(--lightbrown);
  width: 94%;
  margin: 0;
  font-size: 16px;
  height: 20px;
  font-family: Balsamiq Sans;
  border:var(--lightbrown) 2px outset;
  letter-spacing: normal;
  font-style: italic;
  text-shadow: var(--textshadow1);
  color: white;
  font-weight: 600;
}

.menu img {
  width: 18px;
  margin: 0 5px;
  float: left;
}

.augh {
  width: 220px;
  position: absolute;
  z-index: 100;
  top: 500px;
  left: 250px;
  filter: var(--picoutline);
  rotate: -5deg;
  transition: 0.5s;
}

.augh:hover {
  rotate: -15deg;
}

#frame1 {
  background-image:url(https://files.catbox.moe/ka8xju.png);
  background-size: contain;
  background-repeat: no-repeat;
  position:absolute;
  top: 560px;
  left: 410px;
  height:150px;
  width:120px;
  text-align: center;
  line-height:20px;
  rotate: 7deg;
  filter: 
    sepia(0.5) 
    drop-shadow(0px 0px 2px #0000001a) 
    drop-shadow(2px 2px 2px #0000001a);;
}

.frame1-text {
  position:absolute;
  left: 10px;
  top: 20px;
  margin-left:10px;
  font-size: 12px;
}

.frame1-text img {
  margin-top: 2px;
}

#frame2 {
  background-image:url(https://files.catbox.moe/9dghhk.png);
  background-size: contain;
  background-repeat: no-repeat;
  position:absolute;
  top: 660px;
  left: 400px;
  height:150px;
  width:140px;
  text-align: center;
  line-height:20px;
  rotate: -7deg;
  filter: 
    saturate(0.9) 
    brightness(1.1)
    drop-shadow(0px 0px 2px #0000001a) 
    drop-shadow(2px 2px 2px #0000001a);;
}

.frame2-text {
  position:absolute;
  left: 0;
  top: 23px;
  margin-left:10px;
  font-size: 12px;
}

.frame2-text a {
  color: var(--midbrown);
  text-decoration: none;
}

.player {
	vertical-align: top;
	padding: 0;
	box-sizing: border-box;
	color: #FFF;
	width: 100%;
}

.center {
  width: 70%;
}

.flex2-right {
  width: 33%;
  margin: 0;
  margin-right: 15px;
  padding: 0;
}

.flex2-center {
  width: 33%;
  margin: 0;
  margin-right: 3px;
  padding: 2px;
}

.flex2-left {
  width: 33%;
  margin: 0;
  margin-left: 0;
  padding: 2px;
}

.main {
	border: 1px dashed var(--darkbrown);
  border-radius: 10px;
	vertical-align: top;
	width: 100%;
  box-sizing: border-box;
	height: 387px;
	background: #FFF;
}

.main iframe {
	height: 100%;
	width: 100%;
}

.right {
	width: 22%;
	vertical-align: top;
  margin-left: 5px;
}

.profile {
	border: 2px dotted var(--darkbrown);
  border-radius: 5px;
	width: 100%;
	height: auto;
	background-image: url(https://files.catbox.moe/etfzdd.jpg);
  background-size: 100px;
	padding: 6px;
	box-sizing: border-box;	
  margin-top: 7px;
  color: white;
}

.avatar {
	border: 1px dashed var(--darkbrown);
  border-radius: 5px;
	width: 100%;
  height: 120px;
	margin-bottom: 12px;
	background-image: url(https://files.catbox.moe/p5mrqo.png);
  background-size: 110%;
  background-position: right;
  background-repeat: no-repeat;
}

.updates {
	border: 2px outset var(--lightbrown);
	height: 105px;
	background-color: var(--lightyellow);
  padding: 7px;
  overflow-y: scroll;
  margin: 3px;
}

img {
	max-width: 100%;
}

h1 {
	background: linear-gradient(to right, var(--lightbrown), rgb(255,0,0,0) 80%);
	color: white;
	margin: 0;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: -6px;
}

h2 {
	font-weight: 500;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
	font-size: 12px;
	letter-spacing: 2px;
	padding: 3px;
}

.block {
  margin-bottom: .5px;
  background-image: radial-gradient(
    var(--lightbrown) 30%, 
    transparent 70%
   );
  border-radius:100%;
  border: 1px solid white;
  -webkit-box-shadow: 0px 0px 5px 0px var(--pink);
  -moz-box-shadow: 0px 0px 5px 0px var(--pink);
  box-shadow: 0px 0px 5px 0px var(--pink);  
  text-align: center;
}


/* ------------------- MUSIC PLAYER -------------------- */
#musicplayer{
  font-family: Balsamiq Sans; /* default font */
  background-image: url(https://files.catbox.moe/68gsp8.jpg); /* background color of player */
  background-size: 100px;
  border: 2px ridge var(--midbrown); /* border around player */
  width: 95%; /* width of the player - make it 100% if you want it to fill your container */
  padding:10px;
  text-align:center; 
  display:flex;
  flex-direction:column;
  gap: 7px;
  color: var(--midbrown);
  margin: 0;
}
 
.songtitle, .track-info, .now-playing{
  padding:5px;
}
 
.controls{
  display:flex; 
  flex-direction:column; 
  gap:4px;
}
 
.buttons{
  display:flex;
  justify-content:center;
  font-size:16px !important; /* size of controls */
  width:100%;
}
 
.buttons div{
  width:33.3%;
}
 
.playpause-track, .prev-track, .next-track{
  color: var(--midbrown); /* color of buttons */
  font-size:18px !important; /* size of buttons */
}
 
.volume-icon{
  font-size:18px !important; /* size of volume icon */
}
 
.seeking, .volume{
  display:flex;
  flex-direction:row;
  align-items:center;
  gap:2px;
}
 
.now-playing, .track-info{
  background-color: white; /* background color of top two boxes */
  border: 1px dotted var(--midbrown)
}
 
.now-playing{
  font-weight:bold;
}
 
input[type=range]{
  appearance:none; /* removes default appearance of the tracks */
  width:100%;
}
 
input[type=range]:focus{
  outline:none; /* removes outline around tracks when focusing */
}
 
input[type=range]::-webkit-slider-runnable-track{
  width:100%;
  height:4px; /* thickness of seeking track */
  background: var(--midbrown); /* color of seeking track */
}
 
input[type=range]::-webkit-slider-thumb{
  height: 5px; /* height of seeking square */
  width: 5px; /* width of seeking square */
  border-radius: 5px; /* change to 5px if you want a circle seeker */
  background:var(--midbrown); /* color of seeker square */
  -webkit-appearance:none;
  margin-top:-3px; /* fixes the weird margin around the seeker square in chrome */
}
 
input[type=range]::-moz-range-track{
  width:100%;
  height:2px; /* thickness of seeking track */
  background:#e74492; /* color of seeking track */
}
 
input[type=range]::-moz-range-thumb{
  height:10px; /* height of seeking square */
  width:10px; /* width of seeking square */
  border-radius:0px; /* change to 5px if you want a circle seeker */
  background:#e74492; /* color of seeker square */
  border:none; /* removes weird border around seeker square in firefox */
}
/* ---------------- END MUSIC PLAYER ---------------- */

.flex3-left {
  width: 40%;
  padding: 3px;
  margin-top: 5px;
}

.flex3-right {
  width: 60%;
  padding: 0;
  margin-top: 7px;
}

.albums {
	border: 2px ridge var(--darkbrown);
	height: auto;
	background-image: url(https://files.catbox.moe/etfzdd.jpg);
  background-size: 100px;
	padding: 6px;
  margin: 0;
  color: white;
}

.float {
  animation-name: floating;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

 @keyframes floating {
    0% {
      transform: translate(0, 0px);
    }

    50% {
      transform: translate(0, 6px);
    }

    100% {
      transform: translate(0, -0px);
    }
 }

.profile img {
  width: 80px;
  height: 80px;
}


.shakin:hover {
  animation: shake 0.5s; 
  animation-iteration-count: infinite;
  filter:blur(1px); 
  transition: .5s ease-in; 
} 
 
@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
} 

.foot {
  background: var(--lightyellow);
  width: 400px;
  padding: 5px;
  border: 2px outset var(--lightbrown);
  text-align: center;
  margin: auto;
  margin-top: 12px;
  margin-bottom: 10px;
}

.buttons-marquee {
  background-image:url(https://files.catbox.moe/jgxh7g.jpg);
  background-size:120px;
  border: 1px dashed var(--darkbrown);
  border-radius: 5px;
  height: 45px;
  margin-top: 10px;
  display: flex;
  flex-wrap: nowrap;
  overflow-y: auto;
}

.buttons-marquee img {
  width: 80px;
  margin: 2px;
}

#dude {
  position: fixed;
  bottom: -3px;
  right: 2px;
  filter: 
    brightness(1.06) 
    opacity(0.9) 
    var(--picoutline);
  width: 200px;
}