/* https://angel-rs.github.io/css-color-filter-generator/ cool */

html, body {
	cursor: url("https://www.cursors-4u.com/cursor/2009/10/05/eighth-note.html"), default; /* https://www.cursors-4u.com/cursor/2009/10/05/eighth-note.html */
}

html {
	background-color: var(--offwhite);
	background-image: url("../images/d01-bg-simple.gif"); /** BG FROM FOOLLOVERS https://web.archive.org/web/20250324171155/https://foollovers.com/mat/simple29.html **/
}

body {
	margin-top: 50px;
	width: 900px;
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-family: hina-mincho; /* https://www.freejapanesefont.com/hina-mincho-font-download/ */
	font-size: 14px;
}

h1, h2, h3, h4, p {
	margin: 0;
}

	::selection  {
		color: var(--offwhite);
		background-color: black;
	}

main {
	background-image: url("../images/kabe-tartancheck-08.jpg"); /** neckdoll **/
	border-radius: 5px;
	border: solid 1.5px black;
}

nav {
	background-color: var(--offwhite);
	border-radius: 5px;
	padding: 5px 0px 5px 0px;
}

	nav ul {
		margin: 0;
		padding-left: 1em;
		list-style: none;
		font-family: ms gothic;
		font-size: 12px;
		font-weight: bold;
	}

#navTitle {
	font-family: persona-ng;
	font-size: 20px;
	position: absolute;
	top: 127px;
	left: 760px;
	filter: drop-shadow(5px 2px 0px var(--offwhite));
}

#siteTitle {
	position: absolute;
	z-index: 1;
	top: -36px;
	left: -51px;
	font-size: 40px;
	font-family: muurahaiskarhu;
	filter: drop-shadow(5px 2px 0px var(--offwhite));
	text-shadow: 2px 2px 5px var(--offwhite);
}

#mainLace {
	background: url("../images/_l_line04_01_s1024_line04_01_2.png") 0px 0px / contain; /** da-lace **/
	background-repeat:  repeat-x;
	width: 100%;
	height: 50px;
	filter: drop-shadow(0px 10px 2.5px) ;
	border-radius: 5px;
}

#welcomeChiikawa {
	margin-right: 5px;
	height: 44px;
	float: left;
}

#miniLog {
	text-align: center;
	position: absolute;
	width: 328px;
	top: 130px;
	left: 6px;
	font-family: mieszkanie;
	border-radius: 5px 5px 0px 0px;
	color: var(--offwhite);
	background: url("../images/_l_line05_09_s512_line05_09_4.png") 0px 1px; /** da lace **/
	text-shadow: 1px 1px black, -1px -1px black;
}

#logs {
	height: 200px;
	overflow-y: scroll;
}

#fsTitle {
	font-family: muurahaiskarhu;
	font-size: 25px;
	position: absolute;
	z-index: 999;
	top: 300px;
	left: 500px;
	color: var(--offwhite);
	text-shadow: 1px 1px black, -1px -1px black;
}

.featuredSong {
	transition: 0.3s;
	filter: saturate(35%);
}

	.featuredSong:hover {
		transition: 0.3s;
		filter: none;
	}

#toDoList {
	overflow: hidden;
	height: 300px;
}

#rss {
	width: 95%;
	height: 300px;
	background-color: var(--offwhite);
	overflow-y: scroll;
	border-radius: 5px;
	padding: 5px;
}
	#rss h3 {
		font-size: 20px;
	}
	
	.feed-title {
		text-align: right;
	}
	
	#rss h4 {
		margin-top: 7.5px;
	}
	
	#rss p {
		text-indent: 10px;
	}
	
	#rss a {
		text-decoration: none;
		color: black;
	}
	
#latestRose {
	position: absolute;
	z-index: 998;
	top: 559px;
	left: -30px;
	rotate: 70deg;
}

.actualContent {
	width: 880px;
	display: grid;
	grid-template-columns: 75% 25%;
	column-gap: 5px;
	margin: 5px;
}

.left {
	width: 98%;
}

	.actualBackground {
		background-color: var(--claret);
		border: solid 1px;
		border-radius: 5px;
		padding: 6px;
		box-shadow: 0px 0px 2px black inset, -0px -0px 2px black inset;
	}

	.wide {
		width: 100%;
	}
	
		.welcome {
			background-color: var(--offwhite);
			width: 99%;
			margin: auto;
			border: solid 1px black;
			border-radius: 5px;
			padding: 3px;
		}
		
			.welcome p {
				float: none;
			}
			
			.kaomoji {
				font-size: 12px;
			}
			
	.half {
		margin-top: 7.5px;
		width: 50%;
	}
	
	.twoWrapper {
		width: 102%;
		display: flex;
		column-gap: 5px;
	}
	
		.oversharing {
			padding: 15px 5px 5px 5px;
			border-radius: 5px;
			background-color: var(--offwhite);
		}
		
			.oversharingBottomLace {
				position: absolute;
				background: url("../images/_l_line05_09_s512_line05_09_4.png") -1px 0px;
				width: 328px;
				height: 24px;
				left: 6px;
				border-radius: 5px 5px 0px 0px;
			}
		
		.featuredLace {
			position: absolute;
			z-index: 100;
			width: 327px;
			height: 24px;
			top: 132px;
			left: 338px;
			border-radius: 5px 5px 0px 0px;
			background: url("../images/_l_line05_09_s512_line05_09_4.png") -1px 0px;
		}
		
			.flipped {
				rotate: 180deg;
				top: 324px;
			}
		
		.twoWrapperMarginFix {
			margin-top: 7.5px;
		}
		
		.seventy {
			width: 70%;
			height: 300px;
		}
		
			.latestPlaylistTitle {
				font-family: muurahaiskarhu;
				font-size: 25px;
				position: absolute;
				z-index: 999;
				top: 619px;
				left: 15px;
				color: var(--offwhite);
				text-shadow: 1px 1px black, -1px -1px black;
			}
		
		.thirty {
			width: 30%;
		}
		
			.todo {
				background-color: var(--offwhite);
				height: 290px;
				padding: 5px;
			}
			
				.todo h3 {
					font-family: muurahaiskarhu;
					font-size: 22px;
					text-align: center;
					color: var(--offwhite);
					text-shadow: 1px 0px black, -1px 0px black, 0px 1px black, 0px -1px black;
					padding: 0;
				}
			
				.done {
					text-decoration: line-through;
				}
			
				.todo ul {
					margin: 0;
					list-style-type: none;
					padding: 0px 0px 0px 10px;
				}
		
			.toDoLace {
				position: relative;
				top: -80px;
				left: 17px;
				width: 300px;
				z-index: 100;
				filter: drop-shadow(-5px 5px 2.5px) opacity(100%);
				transition: 1s;
			}
			
				.toDoLace:hover {
					transition: 1s;
					filter: drop-shadow(-5px 5px 2.5px) opacity(0%); /** filters must "match" for transition to work if you catch my drift **/
				}
			
	.buttonWall {
		padding: 5px 5px 2.5px 5px;
		background-color: var(--offwhite);
		overflow-x: scroll;
		overflow-y: hidden;
		display: block;
		text-align: center;
	}
	
		.buttonWallTitle {
			position: absolute;
			font-family: mieszkanie;
			top: 667px;
			left: 551px;
			z-index: 100;
			color: var(--offwhite);
			text-shadow: 1px 1px black, -1px -1px black, 0px 2px black, -2px -1px black;
			filter: drop-shadow(-2px 0px black);
		}
	
		.outButton {
			transition: 0.3s;
			filter: saturate(35%) brightness(75%);
		}
		
			.outButton:hover {
				transition: 0.3s;
				filter: none;
			}
			
		.fanlistings {
			padding: 5px;
			background: var(--offwhite);
			height: 53px;
			overflow-x: scroll;
			overflow-y: hidden;
			/** display: flex; **/
			column-gap: 5px;
			text-align: center;
		}
		
			.fanlistingsTitle {
				position: absolute;
				color: var(--offwhite);
				font-family: persona-ng;
				text-shadow: 1px 1px black, -1px -1px black;
				font-size: 30px;
				z-index: 100;
				top: 823px;
				left: 261px;
				filter: drop-shadow(5px -2px 5px black);
			}
		
.right {
	width: 95%;
}

	.rightMarginFix {
		margin-top: 7.5px;
	}
	.calendar {
		text-align: center;
		margin: 0;
		width: 100%;
		overflow: hidden;
	}
		.calendar iframe {
			width: 200px;
			height: 180px;
			border: none;
			overflow: hidden;
		}
		
		.leopold {
			position: absolute;
			top: 359px;
			left: 672px;
			
		}
		
	.addButton {
		background-color: var(--offwhite);
		border-radius: 5px;
		text-align: center;
		font-family: mieszkanie;
		font-size: 20px;
	}
	
		.addButton img {
			border: 1px solid black;
		}
		
	.rssButton {
		position: absolute;
		top: 823px;
		left: 665px;
		width: 25px;
		filter: brightness(100%) contrast(98%) opacity(100%) saturate(31%);
		transition: 0.3s;
	}
	
		.rssButton:hover {
			transition: 0.3s;
			filter: none;
		}

.bgSplatOne {
	background-image: url("../images/ginghammasked800x800-275.png");
	height: 800px;
	width: 800px;
	position: absolute;
	z-index: -100;
	top: -90px;
	left: -273px;
	filter: brightness(30%);
	rotate: -3deg;
}

.bgSplatTwo {
	background-image: url("../images/theasylummasked20181000x1000-129.png");
	z-index: -100;
	height: 700px;
	width: 700px;
	position: absolute;
	top: 235px;
	left: 579px;
	filter: saturate(20%) brightness(30%);
	rotate: 178deg;
}