/* this is so fucking messy oh my god. */

html {
    background-image: url(assetsv2/backgrounds/bg2.png);
    background-attachment: fixed;
    background-size: cover;
    font-family: Ms UI Gothic;
    font-size: 14px;
}

p {
    font-family: Ms UI Gothic;
    font-size: 12px;
}

hr {
    border-color: #b4c9cd;
}

img {
    max-width: 100%;
}

h1 {
	background: linear-gradient(to right, var(--accentblue), rgb(255,0,0,0) 80%);
	color: white;
	margin: 0;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
    font-family: freepixel;
    margin-top: 15px;
}

h2 {
    font-weight: 500;
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 3px;
}

ul {
    list-style: " ✧ " inside;
    margin: 0;
    padding: 3px;
    font-size: 12px;
}

li {
    margin-bottom: 5px;
}

textarea { 
    color: var(--lightblue);
}

.border {
    padding: 7px;
    margin: auto;
    margin-top: 30px;
    background: #ffffffa0;
    backdrop-filter: blur(2px);
    border: 1.5px solid #c9c9c9;
    border-radius: 22px;
    box-shadow: inset 0 0 10px #8c8c8c;
    width: fit-content;
    height: fit-content;
}

.border2 {
    padding: 3px;
    border: 1px dashed #c9c9c9;
    border-radius: 22px;
    background: #ffffffa0;
    backdrop-filter: blur(2px);
}

.outer {
    width: 800px;
    height: 100%;
    background: url(assetsv2/backgrounds/bg1.gif);
    padding: 6px;
    flex-wrap: nowrap;
    border-radius: 15px;
}

.scroller {
    border: 1px dashed var(--lightblue);
    border-radius: 10px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 20px;
    background: white;
    margin-top: 6px;
    overflow: hidden;
}

.flex {
    display: flex;
    margin: 0;
    padding: 5px;
    padding-bottom: 0;
}

.left {
    margin-right: 7px;
  	vertical-align: top;
	width: 23%;
}

.center {
    width: 52%;
}

.right {
	width: 22%;
	vertical-align: top;
    margin-left: 7px;
}

.title {
    font-family: magicretro;
    font-size: 40px;
    padding-top: 20px;
    margin-bottom: 15px;
    filter: var(--textshadow2);
    color: #c8e2ea;
    position: relative;
    top: 85px; 
    left: -19px;
}  

.block {
    background: linear-gradient(#fdfeff, #ddf0ff 30%, #f6fbff);
    border: solid 1px var(--lightblue);
    border-radius: 3px 3px 0 0;
    color: white;
    margin: 0;
    font-size: 16px;
    height: 20px;
    font-family: freepixel;
    letter-spacing: normal;
    font-style: italic;
    text-shadow: var(--textshadow1);
    font-weight: 600;
    padding: 3px;
}

.boxing {
    background-color: #ffffff85;
    backdrop-filter: blur(2px);
    border: 1px dashed var(--greyblue);
    margin-top: 0;
    border-top: none;
}

.marquee {
    overflow: hidden;
    display: flex;
    line-height: 20px;
    width: 100%
}

.marquee span {
	white-space: nowrap;
}

.banner-wrapper {
    vertical-align: top;
    box-sizing: content-box;
    margin-bottom: 0;
}

.banner {
    border: 1px solid var(--greyblue);
    border-radius: 15px;
    vertical-align: top;
    height: 180px;
    background-image: url(assetsv2/home/banner.png);
    background-size: 120%;
    background-position: 100% 20%;
    background-repeat: no-repeat;
    text-align: right;
}

.menu {
	vertical-align: top;
	padding: 0;
	background-color: #ffffff85;
    backdrop-filter: blur(2px);
    border: 1px dashed var(--lightblue);
    height: 250px;
    overflow-y: scroll;
    margin-top: 0;
}

.menu .block {
    width: 88%;
    margin: 5px;
    border-radius: 3px;
}

.menu a {
    width: 93%;
	display: inline-block;
	color: #c2cdd1;
	text-decoration: none;
	text-align: left;
	position: relative;
    height: 20px;
    transition: 0.5s ease;
}

.menu a:hover {
    font-weight: 900;
    color: #aac0d3;
    text-decoration: none;
    font-style: normal;
    letter-spacing: 2px;
    transition: 0.5s ease;
}

.pixel {
    width: 15px;
    margin: 0 5px;
    float: left;
}

.new {
    width: 35px;
    margin-right: 10px;
    margin-top: 5px;
    float: right;
}

.augh {
    width: 220px;
    position: absolute;
    z-index: 100;
    top: 460px;
    left: -110px;
    filter: var(--picoutline);
    rotate: -5deg;
    transition: 0.5s;
}

.augh:hover {
    scale: 0.9;
}

#frame1 {
    background-image: url(assetsv2/home/notepaper.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 490px;
    left: 90px;
    height: 150px;
    width: 100px;
    text-align: center;
    line-height: 20px;
    rotate: 7deg;
    filter: 
        saturate(0.7)
        drop-shadow(0px 0px 2px #0000001a) 
        drop-shadow(2px 2px 2px #0000001a);
}

.frame1-text {
    position: absolute;
    left: 0;
    top: 5px;
    margin-left: 10px;
    font-size: 12px;
    filter: saturate(0.5);
}

.frame1-text img {
    margin-top: 2px;
}

#frame2 {
    background-image: url(assetsv2/home/notepaper2.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 560px;
    left: 80px;
    height: 130px;
    width: 120px;
    text-align: center;
    line-height: 20px;
    rotate: -7deg;
    filter: 
        drop-shadow(0px 0px 2px #0000001a) 
        drop-shadow(2px 2px 2px #0000001a);
}

.frame2-text {
    position: absolute;
    left: 0;
    top: 10px;
    margin-left:10px;
    font-size: 12px;
}

.frame2-text a {
    color: var(--maintext);
    text-decoration: none;
}

.main {
	height: 265px;
    background: url(assetsv2/backgrounds/bg3.gif), linear-gradient(white, #edf0f3);
    background-blend-mode: luminosity;
    border: 1px dashed var(--greyblue);
    padding: 5px;
    padding-top: 0;
    overflow-y: scroll;
}

.hanger {
    width: 40px;
    float: left;
    filter: hue-rotate(245deg);
}

.lace {
    transform: scaleY(-1);
    border-radius: 3px;
    z-index: 1;
    position: fixed;
    width: 50%;
    background: url(https://file.garden/ZT7otS4GVhtuLR6D/s512line03061.png);
    background-size: cover;
    height: 35px;
    filter: 
        sepia(0.4)
        hue-rotate(180deg)
        drop-shadow(1px 0px 1px #b6b6b6) 
        drop-shadow(1px -1px 1px #b6b6b6);
    margin: 0;
    margin-left: -5px;
}

.buttons-marquee {
    background:white;
    border: 1px dashed var(--greyblue);
    border-radius: 5px;
    height: 47px;
    width: 100%;
    margin: 5px 0;
    overflow-y: auto;
    white-space: nowrap;
	overflow-x: auto;
}

.buttons-marquee img {
    width: 88px;
    height: 31px;
    margin: 0;
    margin-left: -3px;
    display: inline-block;
    filter: sepia(1) hue-rotate(170deg) saturate(0.7);
    transition: 0.5s;
}

.buttons-marquee img:hover {
    filter: none;
    scale: 1.1;
}

.flex2 {
    padding: 0;
    margin: 0;
    margin-top: -3px;
    display: flex;
    height: 125px;
}

.flex2-left {
    width: 40%;
    padding: 3px;
}

.flex2-right {
    width: 60%;
    padding: 3px;
}

.todo-list {
    padding: 2px 5px;
    background-color: #ffffff85;
    backdrop-filter: blur(2px);
    border: 1px dashed var(--lightblue);
    margin: 0;
    height: 100%;
    overflow-y: scroll;
    color: var(--maintext);
}

.todo-list b {
    text-shadow: var(--textshadow1);
    color: white;
    font-weight: 600;
    font-style: italic;
}

#updates {
	height: 69%;
    padding: 7px;
    overflow-y: scroll;
    font-size: 12px;
}

.right .block {
    padding: 5px;
    width: 100%;
}

/* ------------------- MUSIC PLAYER -------------------- */
.player {
	vertical-align: top;
	padding: 0;
	box-sizing: border-box;
	color: #FFF;
	width: 100%;
    margin-bottom: 5px;
}

#musicplayer {
    font-family: freepixel; /* default font */
    background-color: #ffffff85;
    backdrop-filter: blur(2px);
    border: 1px solid var(--lightblue); /* 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: 4px;
    color: var(--maintext);
    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: 14px !important; /* size of controls */
    width: 100%;
}
 
.buttons div {
    width: 33.3%;
}
 
.playpause-track, .prev-track, .next-track {
    color: var(--accentblue); /* color of buttons */
    font-size: 16px !important; /* size of buttons */
}
 
.volume-icon {
    font-size: 16px !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(--accentblue);
}
 
.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(--accentblue); /* 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(--accentblue); /* 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 ---------------- */

#linking {
    margin-bottom: 5px;
    padding: 4px;
    font-size: 12px;
    width: fit-content;
}

.sitebutton {
    position: absolute;
    right: -30px;
    bottom: -10px;
    rotate: -5deg;
}

#featured {
    padding: 5px;
    margin: 0;
    width: 100%;
    border-radius: 0 0 5px 0;
    height: 105px;
}

#featured img {
    margin: 5px;
    width: 100%;
    height: 100px;
}

.foot {
    width: 450px;
    text-align: center;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 20px;
    background: white;
    box-shadow: 0 0 8px 8px white;
    border-radius: 50px;
    padding: 0 10px;
}
/*-----------------------------CALENDAR----------------------*/

.calendar-container {
    overflow: hidden;
    width: 225px; 
    height: 240px;
    font-size: 11px;
    background: white;
    border-radius: 5px;
    border: 1px dashed var(--lightblue);
    position: fixed;
    bottom: 30px;
    left: 20px;
    z-index: -5;
}

.calendar-container header {
    text-align: center;
    padding: 5px;
}

.calendar-current-date {
    font-size: 13px;
    color: white;
    text-shadow:
        1px 1px 2px black,
        0 0 25px var(--accentblue),
        0 0 5px var(--lightblue);
    background: #f6fbff;
    padding: 3px;
    border: 2px ridge #ddf0ff;
    border-radius: 5px;
    padding-top: 10px;
    margin: 0;
    height: 25px;
    justify-content: space-evenly;
}

.calendar-body {
    padding: 0 5px 0 5px;
}

.calendar-body ul {
    list-style: none;
    flex-wrap: wrap;
    display: flex;
    text-align: center;
}

.calendar-body .calendar-dates {
    margin-top: -5px;
    margin-bottom: 11px;
}

.calendar-body li {
    width: 29.5px;
}

.calendar-body .calendar-weekdays li {
    border: 1px solid var(--accentblue);
    width: 28.2px;
    border-radius: 5px;
    background: linear-gradient(white, white, white, white, #ddf0ff, #ddf0ff, #ddf0ff, #ddf0ff);
}

.calendar-body .calendar-dates li {
    margin-top: 15px;
    position: relative;
    z-index: 1;
}

.calendar-dates li.inactive {
    color: #aaa;
}

.calendar-dates li::before {
    background: linear-gradient(white, white, white, white, #ededed, #ededed, #ededed, #ededed);
    border: 1px solid var(--accentblue);
    position: absolute;
    content: "";
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 23px;
    border-radius: 5px;
    transform: translate(-50%, -50%);
}

.calendar-dates li.active::before {
    background: linear-gradient(white, white, white, white, #ddf0ff, #ddf0ff, #ddf0ff, #ddf0ff);
}

.calendar-dates li.active {
    font-weight: bold;
    color: white;
    text-shadow: var(--textshadow1);
}

.calendar-dates li:not(.active):hover::before {
    opacity: 0.9;
}

/*-----------------------------START IMAGE CSS---------------------------------*/

#dude {
    position: fixed;
    bottom: -25px;
    right: -80px;
    filter: 
        hue-rotate(10deg)
        saturate(0.7)
        var(--picoutline);
    width: 500px;
    rotate: -5deg;
}

.lockin {
    width: 150px;
    position: fixed;
    bottom: 250px;
    right: -15px;
}

.scythe {
    width: 350px;
    filter: var(--picoutline);
    position: fixed;
    top: -110px;
    right: 70px;
    transition: 0.8s ease;
    z-index: 99;
    rotate: 15deg;
}

.scythe:hover {
    rotate: 55deg;
    transition: 0.8s ease;
    transform: translate(-20px, 8px);
}

.top-left {
    width: 250px;
    filter: var(--picoutline);
    position: fixed;
    top: 90px;
    left: -40px;
}

.cross {
    width: 160px;
    filter: var(--picoutline) hue-rotate(230deg) saturate(0.5) brightness(1.1);
    image-rendering: pixelated;
    position: fixed;
    top: 200px;
    left: 170px;
    z-index: -10;
    rotate: 5deg;
}

.pearls {
    width: 420px;
    position: fixed;
    top: -100px;
    left: -70px;
    z-index: 99;
}

.wings {
    width: 130px;
    position: fixed;
    right: -120px;
    top: 300px;
    z-index: 20;
    rotate: 10deg;
    filter: saturate(0.2) hue-rotate(40deg) brightness(1.2);
}