:root {
	--transition1: 200ms;
	--transition2: 500ms;
	--sideMenuWidth: 256px;
	--contentMargin: 32px;
	--contentBoxShadow: 2px 2px 10px #00000094;
	--sideGap: 0px;
	
	--defBorder: 1px solid lightgray;
	--font: "Crimson Text", "Times New Roman", serif, "Segoe UI", "Calibri", Arial;
	
	--bodyBackground: url(../resources/background.jpg), radial-gradient(at bottom, var(--clrBody1), var(--clrBody2));
	--bodyBackgroundSize: 300vw;
	--bodyAnimation: 180s bganim linear infinite;
	
	--bodyBackgroundOverlayFilter: blur(50px);
	--bodyBackgroundOverlayDisplay: block;
	
	--clrCard: var(--clrBackground1);
	--clrTitle: linear-gradient(45deg, var(--clrMainDarker), var(--clrMain));
	--clrCarouselOutline: white;
	
	--clrBodyBlendMode: luminosity;
	
	
	--clrMain:#e26e88;
--clrMainDarker:#7d3c66;
--clrTitleStripe:#96496d;
--clrSongBackground:#3c3837cc;
--clrNoticeBackground:#fff7cd;
--clrImportantBackground:#ff9b9b;
--clrHintBackground:#cdffd9;
--clrInfoBackground:#cdf8ff;
--clrNoticeText:#000;
--clrImportantText:#000;
--clrHintText:#000;
--clrInfoText:#000;
--clrBackground1:#f5e7e4;
--clrBackground2:#eeb7c0;
--clrBackground3:#ffffff;
--clrBackground4:#f4d5da;
--clrBackground5:#fff0f3;
--clrBackgroundHome1:#ffe1f0;
--clrBackgroundHome2:#eeb7cc;
--clrBackgroundShowcaseLight:#ffffffc2;
--clrBackgroundShowcaseDark:#00000085;
--clrBackgroundShowcaseDarker:#000000d6;
--clrBackgroundAlbumTableSongPlayLink:#752743;
--clrBackgroundAlbumTableSongNumber:#54172d;
--clrBackgroundAlbumTableSongName:#1e040e;
--clrBackgroundAlbumTableSongEmoji:#090004;
--clrBackgroundFooter:#23090d;
--clrTextAlbumTableSongPlayLink:#fff;
--clrTextAlbumTableSongNumber:#fff;
--clrTextAlbumTableSongName:#fff;
--clrTextAlbumTableSongEmoji:#fff;
--clrText:#000;
--clrTextFooter:#ffffff;
--clrTintedText1:#ffece2;
--clrTintedText2:#fff9f4;
--clrBody1:#ad2c50;
--clrBody2:#3e0823;
--clrTopMenuText:#3c1815;
--clrTopMenuBackground1:#f5e7e4;
--clrTopMenuBackground2:#ffffff;
--clrTopMenuShadow:#aa5274;
--clrTopMenuBorder:#c7aeba;
--clrTopMenuTextHover:#ffffff;
--clrTopMenuBackground1Hover:#763956;
--clrTopMenuBackground2Hover:#000000;
--clrTopMenuShadowHover:#000000;
--clrTopMenuBorderHover:#000000;
--clrSideMenuBackground1Hover:#de6c878c;
--clrSideMenuBackground2Hover:#763956;
--clrSelectionText:#ffffff;
--clrSelectionBackground:#3e0823;
--clrHamburgerBackground:#3e0823bd;
--clrHamburgerColor:#ffece2;
--clrLink:#9f0000;
--clrLinkLight:#f4d5da;
--clrContentBoxShadow:#00000094;
--clrSongEntriesBackground:#75696c;
--clrBackgroundMystery:#352222;
--clrTitleMystery:#5e3434;
--clrSeparatorTop:#000000;
--clrSeparatorBottom:#fff9f4;
--clrProgressBarLine:#e99bc0;
--clrProgressBarBackground:#ffffff;
--clrProgressBarBorder:#3e0823;
--clrProgressBarWrapperBackground:#ffe1f0;
--clrProgressBarEdgeText:#fff9f4;
--clrProgressBarEdgeBackground:#3e0823;
--clrProgressBarTick:#3e0823;
--clrProgressBarPercentageBackground:#3e0823;
--clrProgressBarPercentageText:#fff9f4;
--clrEntryFilterBackground:#e3e3e3;
--clrEntryFilterText:#000;
--clrFireflies:#ffce5a;
--clrSanityBarBackground:#3e0823;
--clrTabsContainerBackground:#fff6f4;
--clrTabsContainerText:#000;
--clrTabsActiveBackground:#3e0823;
--clrTabsActiveText:#fff;
--clrFormBackground:#f5e7e4;
--clrFormText:#fff;
--clrFormBorder:#5b5b5b;
--clrHeaderToolbarBackground:#f2dae0;
--clrDetailsBackground:#fffff8;
--clrDetailsText:#000;
--clrSummaryBackground:#fafad2;
--clrSummaryText:#000;
--clrSummaryBorder:#d3d3d3;
}

.themeDark {
	--clrBodyBlendMode: saturation;
	
	
	--clrMain:#ba3653;
--clrMainDarker:#7b245c;
--clrTitleStripe:#730036;
--clrSongBackground:#3c3837cc;
--clrNoticeBackground:#3f3f3f;
--clrImportantBackground:#c21b1b;
--clrHintBackground:#616161;
--clrInfoBackground:#3a3a3a;
--clrNoticeText:#fff;
--clrImportantText:#fff;
--clrHintText:#fff;
--clrInfoText:#fff;
--clrBackground1:#181818;
--clrBackground2:#82263d;
--clrBackground3:#181818;
--clrBackground4:#636363;
--clrBackground5:#4e212a;
--clrBackgroundHome1:#2d1823;
--clrBackgroundHome2:#eeb7cc;
--clrBackgroundShowcaseLight:#00000085;
--clrBackgroundShowcaseDark:#00000085;
--clrBackgroundShowcaseDarker:#000000d6;
--clrBackgroundAlbumTableSongPlayLink:#752743;
--clrBackgroundAlbumTableSongNumber:#54172d;
--clrBackgroundAlbumTableSongName:#1e040e;
--clrBackgroundAlbumTableSongEmoji:#090004;
--clrBackgroundFooter:#23090d;
--clrTextAlbumTableSongPlayLink:#fff;
--clrTextAlbumTableSongNumber:#fff;
--clrTextAlbumTableSongName:#fff;
--clrTextAlbumTableSongEmoji:#fff;
--clrText:#fff;
--clrTextFooter:#ffffff;
--clrTintedText1:#ffece2;
--clrTintedText2:#fff9f4;
--clrBody1:#202020;
--clrBody2:#3e0823;
--clrTopMenuText:#3c1815;
--clrTopMenuBackground1:#f5e7e4;
--clrTopMenuBackground2:#ffffff;
--clrTopMenuShadow:#aa5274;
--clrTopMenuBorder:#c7aeba;
--clrTopMenuTextHover:#ffffff;
--clrTopMenuBackground1Hover:#763956;
--clrTopMenuBackground2Hover:#000000;
--clrTopMenuShadowHover:#000000;
--clrTopMenuBorderHover:#000000;
--clrSideMenuBackground1Hover:#de6c878c;
--clrSideMenuBackground2Hover:#763956;
--clrSelectionText:#3e0823;
--clrSelectionBackground:#fff;
--clrHamburgerBackground:#3e0823bd;
--clrHamburgerColor:#ffece2;
--clrLink:#ff9dbd;
--clrLinkLight:#f4d5da;
--clrContentBoxShadow:#00000094;
--clrSongEntriesBackground:#75696c;
--clrBackgroundMystery:#352222;
--clrTitleMystery:#5e3434;
--clrSeparatorTop:#000000;
--clrSeparatorBottom:#fff9f4;
--clrProgressBarLine:#e99bc0;
--clrProgressBarBackground:#320e26;
--clrProgressBarBorder:#3e0823;
--clrProgressBarWrapperBackground:#702154;
--clrProgressBarEdgeText:#fff9f4;
--clrProgressBarEdgeBackground:#3e0823;
--clrProgressBarTick:#fff;
--clrProgressBarPercentageBackground:#320e26;
--clrProgressBarPercentageText:#fff;
--clrEntryFilterBackground:#3d3d3d;
--clrEntryFilterText:#fff;
--clrFireflies:#e55383;
--clrSanityBarBackground:#181818;
--clrTabsContainerBackground:#fef6f9;
--clrTabsContainerText:#000;
--clrTabsActiveBackground:#3e0823;
--clrTabsActiveText:#fff;
--clrFormBackground:#181818;
--clrFormText:#000;
--clrFormBorder:#cbcbcb;
--clrHeaderToolbarBackground:#3d3033;
--clrDetailsBackground:#1c1c1c;
--clrDetailsText:#fffff8;
--clrSummaryBackground:#272727;
--clrSummaryText:#fff;
--clrSummaryBorder:#5d5d5d;
}

.themeViolet {
	--bodyBackground: url(../resources/theme/violet.png);
	--bodyBackgroundOverlayDisplay: none;
	--bodyBackgroundSize: unset;
	--bodyAnimation: unset;
	--clrBodyBlendMode: color-burn;
	
	
	--clrMain:#c876c6;
--clrMainDarker:#624686;
--clrTitleStripe:#7c5294;
--clrSongBackground:#3c3839cc;
--clrNoticeBackground:#fff7cd;
--clrImportantBackground:#ff9b9b;
--clrHintBackground:#cdffd9;
--clrInfoBackground:#cdf8ff;
--clrNoticeText:#000;
--clrImportantText:#000;
--clrHintText:#000;
--clrInfoText:#000;
--clrBackground1:#f4e6ec;
--clrBackground2:#dfbade;
--clrBackground3:#ffffff;
--clrBackground4:#ebd6eb;
--clrBackground5:#faf1fb;
--clrBackgroundHome1:#f1e5ff;
--clrBackgroundHome2:#d9bce9;
--clrBackgroundShowcaseLight:#ffffffc2;
--clrBackgroundShowcaseDark:#00000085;
--clrBackgroundShowcaseDarker:#000000d6;
--clrBackgroundAlbumTableSongPlayLink:#622f6b;
--clrBackgroundAlbumTableSongNumber:#461d4c;
--clrBackgroundAlbumTableSongName:#17061c;
--clrBackgroundAlbumTableSongEmoji:#05010b;
--clrBackgroundFooter:#1e0a1b;
--clrTextAlbumTableSongPlayLink:#ffffff;
--clrTextAlbumTableSongNumber:#ffffff;
--clrTextAlbumTableSongName:#ffffff;
--clrTextAlbumTableSongEmoji:#ffffff;
--clrText:#000000;
--clrTextFooter:#ffffff;
--clrTintedText1:#ffeaed;
--clrTintedText2:#fff8f8;
--clrBody1:#953891;
--clrBody2:#30103d;
--clrTopMenuText:#38182a;
--clrTopMenuBackground1:#f4e6ec;
--clrTopMenuBackground2:#ffffff;
--clrTopMenuShadow:#905ba2;
--clrTopMenuBorder:#bcb1c7;
--clrTopMenuTextHover:#ffffff;
--clrTopMenuBackground1Hover:#614075;
--clrTopMenuBackground2Hover:#000000;
--clrTopMenuShadowHover:#000000;
--clrTopMenuBorderHover:#000000;
--clrSideMenuBackground1Hover:#c474c48c;
--clrSideMenuBackground2Hover:#614075;
--clrSelectionText:#ffffff;
--clrSelectionBackground:#30103d;
--clrHamburgerBackground:#30103dbd;
--clrHamburgerColor:#ffeaed;
--clrLink:#930662;
--clrLinkLight:#ebd6eb;
--clrContentBoxShadow:#00000094;
--clrSongEntriesBackground:#716a72;
--clrBackgroundMystery:#32222d;
--clrTitleMystery:#57354c;
--clrSeparatorTop:#000000;
--clrSeparatorBottom:#fff8f8;
--clrProgressBarLine:#cba4e8;
--clrProgressBarBackground:#ffffff;
--clrProgressBarBorder:#30103d;
--clrProgressBarWrapperBackground:#f1e5ff;
--clrProgressBarEdgeText:#fff8f8;
--clrProgressBarEdgeBackground:#30103d;
--clrProgressBarTick:#30103d;
--clrProgressBarPercentageBackground:#30103d;
--clrProgressBarPercentageText:#fff8f8;
--clrEntryFilterBackground:#e3e3e3;
--clrEntryFilterText:#000000;
--clrFireflies:#ffc7ad;
--clrSanityBarBackground:#30103d;
--clrTabsContainerBackground:#fef6f9;
--clrTabsContainerText:#000;
--clrTabsActiveBackground:#30103d;
--clrTabsActiveText:#fff;
--clrFormBackground:#f4e6ec;
--clrFormText:#fff;
--clrFormBorder:#5b5b5b;
--clrHeaderToolbarBackground:#eadced;
--clrDetailsBackground:#fffefd;
--clrDetailsText:#000000;
--clrSummaryBackground:#fff5eb;
--clrSummaryText:#000000;
--clrSummaryBorder:#d3d3d3;
}

.themeAqua {
	--clrBodyBlendMode: color-dodge;
	
	
	--clrMain:#00aaca;
--clrMainDarker:#006462;
--clrTitleStripe:#00757c;
--clrSongBackground:#37393ccc;
--clrNoticeBackground:#fff7cd;
--clrImportantBackground:#ff9b9b;
--clrHintBackground:#cdffd9;
--clrInfoBackground:#cdf8ff;
--clrNoticeText:#000;
--clrImportantText:#000;
--clrHintText:#000;
--clrInfoText:#000;
--clrBackground1:#e2ecf5;
--clrBackground2:#98d3e4;
--clrBackground3:#ffffff;
--clrBackground4:#c5e4ed;
--clrBackground5:#e9f8fb;
--clrBackgroundHome1:#cef3f3;
--clrBackgroundHome2:#93d7dd;
--clrBackgroundShowcaseLight:#ffffffc2;
--clrBackgroundShowcaseDark:#00000085;
--clrBackgroundShowcaseDarker:#000000d6;
--clrBackgroundAlbumTableSongPlayLink:#00515c;
--clrBackgroundAlbumTableSongNumber:#003841;
--clrBackgroundAlbumTableSongName:#001115;
--clrBackgroundAlbumTableSongEmoji:#000404;
--clrBackgroundFooter:#00161e;
--clrTextAlbumTableSongPlayLink:#ffffff;
--clrTextAlbumTableSongNumber:#ffffff;
--clrTextAlbumTableSongName:#ffffff;
--clrTextAlbumTableSongEmoji:#ffffff;
--clrText:#000000;
--clrTextFooter:#ffffff;
--clrTintedText1:#e8f1ff;
--clrTintedText2:#f8faff;
--clrBody1:#007088;
--clrBody2:#00272b;
--clrTopMenuText:#00283c;
--clrTopMenuBackground1:#e2ecf5;
--clrTopMenuBackground2:#ffffff;
--clrTopMenuShadow:#008390;
--clrTopMenuBorder:#9fbdbd;
--clrTopMenuTextHover:#ffffff;
--clrTopMenuBackground1Hover:#005c62;
--clrTopMenuBackground2Hover:#000000;
--clrTopMenuShadowHover:#000000;
--clrTopMenuBorderHover:#000000;
--clrSideMenuBackground1Hover:#00a7c68c;
--clrSideMenuBackground2Hover:#005c62;
--clrSelectionText:#ffffff;
--clrSelectionBackground:#00272b;
--clrHamburgerBackground:#00272bbd;
--clrHamburgerColor:#e8f1ff;
--clrLink:#005984;
--clrLinkLight:#c5e4ed;
--clrContentBoxShadow:#00000094;
--clrSongEntriesBackground:#636f72;
--clrBackgroundMystery:#182b33;
--clrTitleMystery:#19475c;
--clrSeparatorTop:#000000;
--clrSeparatorBottom:#f8faff;
--clrProgressBarLine:#57cbd0;
--clrProgressBarBackground:#ffffff;
--clrProgressBarBorder:#00272b;
--clrProgressBarWrapperBackground:#cef3f3;
--clrProgressBarEdgeText:#f8faff;
--clrProgressBarEdgeBackground:#00272b;
--clrProgressBarTick:#00272b;
--clrProgressBarPercentageBackground:#00272b;
--clrProgressBarPercentageText:#f8faff;
--clrEntryFilterBackground:#e3e3e3;
--clrEntryFilterText:#000000;
--clrFireflies:#d9cdff;
--clrSanityBarBackground:#00272b;
--clrTabsContainerBackground:#f3f9ff;
--clrTabsContainerText:#000;
--clrTabsActiveBackground:#00272b;
--clrTabsActiveText:#fff;
--clrFormBackground:#e2ecf5;
--clrFormText:#fff;
--clrFormBorder:#5b5b5b;
--clrHeaderToolbarBackground:#cde7ec;
--clrDetailsBackground:#fffeff;
--clrDetailsText:#000000;
--clrSummaryBackground:#fcf3ff;
--clrSummaryText:#000000;
--clrSummaryBorder:#d3d3d3;
}

/*

	THEMED ELEMENTS

*/

#themedElements {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	pointer-events: none !important;
	position: fixed;
	z-index: -1;
}

.ifThemed {
	display: none;
}

.themeDecor {
	position: absolute;
	image-rendering: pixelated;
	width: 512px;
	height: 512px;
}

.themed.themeAqua .ifThemed.themeAqua,
.themed.themeViolet .ifThemed.themeViolet,
.themed.themeDark .ifThemed.themeDark {
	display: block;
}

.themed.themeAqua .ifThemedOpacity.themeAqua {
	opacity: 1 !important;
}

.themed.themeDark .copyButton {
	color: #000;
	background: #fff;
}

.themed.themeDark .copyButton:hover {
	color: #fff;
	background: #000;
}

.themed.themeDark #outsiderMoonlight {
	display: none;
}

.themed.themeDark .firefly > div {
	border-radius: 0;
	filter: unset !important;
	transform: rotate(45deg);
}

#themeAquaDecor1 {
	background: url(../resources/theme/bubbles2.gif);
	bottom: 15%;
	left: 15vw;
	background-repeat: no-repeat;
	background-size: contain;
	height: 128px;
	width: 588px;
	transform: rotate(10deg);
}

#themeAquaDecor2 {
	background: url(../resources/theme/bubbles2.gif);
	bottom: 10%;
	right: 7vw;
	background-repeat: no-repeat;
	background-size: contain;
	height: 178px;
	width: 428px;
	transform: rotate(-4deg);
}

#themeAquaDecor3 {
	background: url(../resources/theme/flowers3.gif), url(../resources/theme/vine34.gif);
	bottom: -5px;
	left: 0;
	height: 128px;
	width: 100vw;
	background-size: contain, cover;
	background-repeat: repeat-x;
}

#themeAquaDecor4 {
	background: url(../resources/theme/jellyfish.gif);
	top: 0;
	right: 6vw;
	background-repeat: repeat-y;
	background-size: contain;
	height: 100vh;
	width: 300px;
	z-index: -1;
}

#themeAquaDecor5 {
	background: url(../resources/theme/water.gif);
	top: 0;
	left: 0;
	background-repeat: repeat;
	height: 100vh;
	width: 100vw;
	z-index: -2;
	opacity: 0.4;
	filter: blur(8px);
	mask-image: linear-gradient(0deg, black, white);
	mask-mode: luminance;
}

#themeAquaDecor6 {
	background: url(../resources/theme/water.gif);
	top: 0;
	left: 0;
	background-repeat: repeat;
	height: 100vh;
	width: 100vw;
	z-index: -1;
	opacity: 0.6;
	mask-image: linear-gradient(0deg, black 80%, white);
	mask-mode: luminance;
}

#themeAquaDecor7 {
	z-index: -3;
	background: url(../resources/theme/L37P3EP4FNPBT7A7N4NMTFSZUFI5XUEQ.gif);
	background-repeat: no-repeat;
	bottom: 21%;
	left: 3%;
	width: 328px;
	height: 128px;
}

#themeVioletDecor1 {
	background: url(../resources/theme/violet.png);
	top: 0;
	left: 0;
	background-repeat: repeat;
	height: 100vh;
	width: 100vw;
	opacity: 0.6;
}

/*

	END OF THEMED ELEMENTS

*/

html.disableAnimations * {
	transition: unset !important;
	animation: unset !important;
	box-shadow: unset !important;
}

html.disableAnimatedElements body {
	background: var(--clrBody2) !important;
}

html.disableAnimatedElements .decor,
html.disableAnimatedElements .imageDiv[style*=".gif"],
html.disableAnimatedElements .imageDiv[style*=".webp"] {
	background: black !important;
}

html.disableAnimatedElements #themedElements,
html.disableAnimatedElements #outsiderFireflies,
html.disableAnimatedElements #bodyBlurOverlay,
html.disableAnimatedElements #canvases,
html.disableAnimatedElements video {
	display: none !important;
}

html.disableAnimatedElements .decor > * {
	opacity: 0 !important;
}

@keyframes LSD {
	from {
		filter: hue-rotate(0deg);
	}
	to {
		filter: hue-rotate(359deg);
	}
}

::selection {
	color: var(--clrSelectionText);
	background: var(--clrSelectionBackground);
}

.lightText ::selection, .lightText::selection {
	color: var(--clrSelectionBackground);
	background: var(--clrSelectionText);
}

.darkText ::selection, .darkText::selection {
	color: var(--clrSelectionText);
	background: var(--clrSelectionBackground);
}

@font-face {
  font-family: "Crimson Text";
  src:
    local("Crimson Text"),
    url("../resources/CrimsonText-Regular.ttf") format("truetype"),
	url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
}

/* Elements with default background should go here */
#barLeft, #barRight,
#wrapSideMenu,
#content,
.card {
	background: var(--clrBackground3);
}

* {
	margin: 0;
	font-family: var(--font);
}

body {
	color: var(--clrText);
	/*background: #FFF6F2;*/
	overflow-x: hidden;
	background: var(--bodyBackground);
	background-blend-mode: var(--clrBodyBlendMode);
	background-size: var(--bodyBackgroundSize);
	animation: var(--bodyAnimation);
}

#bodyBlurOverlay {
	display: var(--bodyBackgroundOverlayDisplay);
	position: fixed;
	width: 100vw;
	height: 100vh;
	backdrop-filter: var(--bodyBackgroundOverlayFilter);
	pointer-events: none;
	z-index: -100;
}

@keyframes bganim {
	from {
		background-position-x: 0;
	}
	to {
		background-position-x: 299vw;
	}
}

/*.parallax {
	width: 100vw;
	height: 100vh;
	image-rendering: pixelated;
	position: fixed;
	pointer-events: none;
	user-select: none;
	z-index: -99;
	background-position: -9999% -9999%;
	background-repeat: no-repeat;
}

#parallaxTop {
	background-image: url("../resources/parallax/fire.gif");
	top: -10px;
	transform: rotate(180deg);
	mask-image: linear-gradient(0deg, black, transparent 25%);
	filter: hue-rotate(-30deg) blur(45px);
	position: absolute;
	background-size: 450%;
}*/

#SPbody {
	background: unset;
	height: 100vh;
}

#SPinsiders {
	display: flex;
	flex-flow: column;
	height: 100%;
	overflow: hidden;
}

a {
	cursor: pointer;
}

hr {
	background: none;
	border-bottom: 1px solid var(--clrSeparatorBottom);
	border-top: 1px solid var(--clrSeparatorTop);
	margin: 10px;
}

textarea {
	margin: 2px;
	border: var(--defBorder);
}

#outsiders {
	position: fixed;
	overflow: hidden;
	z-index: 5;
	pointer-events: none;
}

#outsiderWindowsModal {
	width: 100vw;
	height: 100vh;
	pointer-events: none !important;
	transition: var(--transition1);
	position: fixed;
	top: 0;
	z-index: 1;
	background-image: none !important;
}

#outsiderWindowsModal.windowActive {
	backdrop-filter: blur(20px);
	background: #00000024;
	pointer-events: all !important;
}

#outsiderWindows {
	width: 100vw;
	height: 100vh;
	transition: var(--transition1);
	position: fixed;
	top: 0;
	pointer-events: none !important;
	background-image: none !important;
}

#outsiderWindows > nujw-window {
	pointer-events: all;
}

#outsiderWindows.windowActive {
}

#outsiders > div {
	pointer-events: all;
}

.nightElement {
	user-select: none;
	pointer-events: none !important;
	transition: background-color 60s;
	opacity: 0;
}

#outsiderMoonlight {
	width: 100vw;
	height: 100vh;
	position: fixed;
	background-color: #00008a4a;
}

#outsiderFireflies {
	width: 100vw;
	height: 100vh;
	position: fixed;
}

.firefly {
	width: 6px;
	height: 6px;
	position: absolute;
}

.firefly > div {
	background-color: var(--clrFireflies);
	border-radius: 100%;
	width: 100%;
	height: 100%;
}

#insiders {
	margin: 0 auto;
	min-height: 100vh;
	display: flex;
	flex-flow: column;
	max-width: 75vw;
}

#outsiderBarRightShowButton {
	display: none;
}

#barTop {
	display: flex;
	background: var(--clrTitle);
	box-shadow: var(--contentBoxShadow);
}

#barNews {
	background: var(--clrBackground1);
	margin-top: 20px;
	padding: 10px;
	box-shadow: var(--contentBoxShadow);
	padding-right: 100px;
}

#wrapBarTop1 {
	display: flex;
	flex-flow: column;
	width: 256px;
	background: #00000038;
	margin-right: 18px;
	border-radius: inherit;
	text-decoration: none;
}

#wrapBarTop2 {
	flex-grow: 1;
	display: flex;
	flex-flow: column;
	background: linear-gradient(90deg, var(--clrTitleStripe), var(--clrTitleStripe) 0%, transparent 10%, transparent);
	background-size: 8px;
}

#wrapBarTop3 {
	margin-right: 18px;
	position: relative;
}

#wrapBarTop1 > div > div::selection {
	color: white;
	background: black;
}

#wrapBarTop1-1, #wrapBarTop1-2 {
	height: 36px;
}

#wrapBarTop1-1 > div, #wrapBarTop1-2 > div, #sideMenuHeader > a {
	position: relative;
	letter-spacing: 9px;
	filter: drop-shadow(2px 2px 0px #2f1c1c);
	color: #fff;
	font-family: "Times New Roman";
	color: var(--clrTintedText1);
}

#wrapBarTop1-1 > div {
	font-size: 32px;
	padding-left: 20px; 
	top: 5px;
}

#wrapBarTop1-2 > div {
	font-size: 26px;
	padding-left: 120px;
}

#wrapBarTop1-1, #wrapBarTop2-1 {
	flex-grow: 1;
}

#wrapBarTop2-1 > p {
	font-style: italic;
	position: absolute;
	top: -2px;
	font-size: 26px;
	padding-left: 16px;
	font-family: "Times New Roman";
	color: var(--clrTintedText2);
	user-select: none;
}

#topMenu {
	display: flex;
}

.topMenuLink {
	position: relative;
	top: 11px;
	background: linear-gradient(180deg, var(--clrTopMenuBackground1), var(--clrTopMenuBackground2));
	padding: 5px;
	text-decoration: none;
	color: var(--clrTopMenuText);  
	border: 1px solid var(--clrTopMenuBorder);
	box-shadow: 0px 3px 0px var(--clrTopMenuShadow);
	/*border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;*/ 
	/*border-bottom-left-radius: 16px;
	border-top-right-radius: 16px;*/
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 5px;
	user-select: none;
	overflow: hidden;
	--linkEffectTransition: 0ms;
	transition: color var(--linkEffectTransition), box-shadow var(--linkEffectTransition), border var(--linkEffectTransition);
	transition-timing-function: cubic-bezier(.23,1,.32,1);
}

#topMenu > .topMenuLink:first-child {
	border-top-left-radius: 8px;
}

#topMenu > .topMenuLink:last-child {
	border-bottom-right-radius: 8px;
}

.topMenuLink:hover, .topMenuLink:focus, .topMenuLink:active {
	color: var(--clrTopMenuTextHover);
	box-shadow: 0px 3px 0px var(--clrTopMenuShadowHover), 0px 0px 5px var(--clrTopMenuShadowHover);
	border: 1px solid var(--clrTopMenuBorderHover);
}

.topMenuLink:hover .topMenuLinkEffect, .topMenuLink:focus .topMenuLinkEffect, .topMenuLink:active .topMenuLinkEffect {
	filter: none;
}

.topMenuLink > span {
	position: relative;
}

.topMenuLinkEffect {
	position: absolute;
	width: 256px;
	height: 256px;
	pointer-events: none;
	filter: opacity(0);
	left: -50px;
	top: -50px;
	transition: filter var(--linkEffectTransition);
	transition-timing-function: inherit;
}

.topMenuLinkEffect > div {
	background: linear-gradient(90deg, var(--clrTopMenuBackground1Hover), var(--clrTopMenuBackground2Hover));
	width: 100%;
	height: 100%;
	/*animation: topMenuLinkEffectAnimation 3s infinite;*/
}

@keyframes topMenuLinkEffectAnimation {
	from {
		filter: hue-rotate(0deg);
	}
	to {
		filter: hue-rotate(359deg);
	}
}

.sidebar {
	min-width: var(--sideMenuWidth);
	max-width: var(--sideMenuWidth);
	width: 100%;
	z-index: 4;
	margin: var(--contentMargin);
	display: flex;
	flex-flow: column;
	gap: var(--sideGap);
	box-shadow: var(--contentBoxShadow);
}

#barLeft {
	margin-right: 0;
}

#barRight {
	margin-left: 0;
}

#content {
	width: 100%;
	position: relative;
	margin: var(--contentMargin);
	display: flex;
	flex-flow: column;
	border: none;
	margin-top: calc(var(--contentMargin)/2);
	max-width: calc(75vw - 352px);
	box-shadow: var(--contentBoxShadow);
}

main {
	display: flex;
	flex-grow: 1;
	justify-content: center;
    overflow: clip;
}

.card {
	display: flex;
	flex-flow: column;
}

.sidebarContent {
	position: sticky;
	top: 0;
	height: 100vh;
	overflow: scroll;
}

.sidebarContent .decor {
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 5px;
}

.sidebarContent .decor > img {
	width: fit-content;
}

#wrapContent1 {
	z-index: 1;
	display: flex;
	flex-flow: column;
	position: relative;
}

#wrapContent1, .wrapCard1 {
	letter-spacing: 3px;
	color: #fff;
}

#wrapContent1 > h1, .wrapCard1 > h1 {
	background: var(--clrTitle);
	line-height: 32px;
	padding: 10px;
	display: flex;
	justify-content: space-between;
}

#wrapContent1 > h1 > span {
	filter: drop-shadow(2px 2px 0px #2f1c1c);
}

.headerToolbarWrapper {
	display: flex;
	justify-content: right;
	background: linear-gradient(90deg, transparent, var(--clrHeaderToolbarBackground));
	position: absolute;
	right: 0;
	bottom: 0;
}

.headerToolbar {
	padding-left: 4px;
	padding-right: 4px;
	width: 128px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: right;
	gap: 4px;
}

.headerToolbar > div {
	width: 16px;
	height: 16px;
	cursor: pointer;
	background-image: url("../resources/Shared16x16.png");
	background-repeat: no-repeat;
}

.headerToolbarFullscreen {
	background-position-x: -16px;
	background-position-y: 0px;
}

.headerToolbarPrint {
	background-position-x: -32px;
	background-position-y: 0px;
}

.wrapCard2 {
	flex-grow: 1;
	flex-flow: column;
	display: flex;
}

.wrapCard3 {
	display: flex;
	align-items: center;
	padding-left: 3px;
	padding-right: 3px;
}

#wrapContent2 {
	padding: 0px;
	flex-grow: 1;
	height: 100%;
}

#wrapContent2.fullscreen {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 4;
	background: var(--clrBackground3);
}

#wrapContent3 {
	box-shadow: 0px 0px 2px var(--clrMainDarker);
	background: linear-gradient(45deg, var(--clrBackground4), var(--clrBackground5));
	padding: 5px;
	margin-top: 10px;
	display: flex;
	gap: 10px;
}

#wrapContent3:not(:has(*)) {
	border-top: none;
	background: none;
	padding: 0;
	margin-top: 0;
}

#wrapContent3 > p {
	margin-top: 4px;
}

#wrapSideMenu {
	position: sticky;
	top: 0;
}

p {
	margin-top: 10px;
	margin-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
	max-width: max-content;
}

.sidebarContent > div > h2 {
	padding-left: 20px;
	margin-top: 0;
	margin-bottom: 0;
}

#sideMenu {
	width: 100%;
}

#sideMenu, #lastUpdated, #sidebarHeaders {
	display: flex;
	flex-flow: column;
	justify-content: center;
}

#sideMenuHeader {
	display: flex;
	justify-content: center;
	background: var(--clrBody2);
}

#sideMenuHeader > a {
	padding: 10px;
	text-transform: lowercase;
	font-size: xx-large;
	text-decoration: none;
	padding-right: 0;
	padding-left: 15px;
}

.sideMenuLink {
	position: relative;
	padding: 5px;
	padding-left: 12px;
	word-wrap: anywhere;
	overflow: hidden;
	text-decoration: none;
	color: var(--clrText);
	background: var(--clrBackground1);
}

.sideMenuLink:hover {
	background: var(--clrBody2);
	color: var(--clrTintedText2);
}

.sideMenuLink > span {
	pointer-events: none;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.sideMenuLink > span > span:last-child {
	min-width: 100px;
	text-align: right;
}

#sidebarHeaders > .sideMenuLink > span > span:last-child {
	display: none;
}

.sideMenuLinkEffect {
	opacity: 0;
	position: absolute;
	width: 512px;
	height: 512px;
	pointer-events: none;
	top: -128px;
	left: -128px;
}

.sideMenuLinkEffect > div {
	background: linear-gradient(70deg, var(--clrSideMenuBackground2Hover), var(--clrSideMenuBackground1Hover));
	width: 100%;
	height: 100%;
	background-size: 25%;
	animation: scrollLinkEffect 10s linear infinite;
}

@keyframes scrollLinkEffect {
	from {
		background-position-x: 100%;
	}
	to {
		background-position-x: 0%;
	}
}

.sideMenuLink:hover > .sideMenuLinkEffect {
	opacity: 1;
}

#menuHamburger {
	display: none;
	font-size: 50px;
	position: fixed;
	top: 0;
	right: 0;
	padding-left: 12px;
	padding-right: 10px;
	z-index: 5;
	user-select: none;
	box-shadow: 0px 0px 5px black;
	color: var(--clrHamburgerColor);
	background: var(--clrHamburgerBackground);
	cursor: pointer;
	backdrop-filter: blur(20px);
}

#mobileMenuOverlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 3;
}
	
.mobileMenuOverlayHidden {
	display: none !important;
}

.header > h1, .header > h2, .header > h3, .header > h4 {
}

.header[h1], .header > h1 {
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight: normal;
	font-family: "Times New Roman";
}

.header > h2 {
	margin-top: 10px;
	padding-left: 25px;
	margin-bottom: 10px;
	background: var(--clrBackground2);
	padding: 5px;
	padding-left: 40px;
}

.header > h3 {
	margin: 10px;
	background: var(--clrBackground4);
	padding: 5px;
}

.header > h4 {
	margin: 5px;
	background: var(--clrBackground5);
	padding: 5px;
}

iframe#content {
	padding: 0;
}

#barBottom {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	background: var(--clrBackgroundFooter);
	color: var(--clrTextFooter);
	padding-left: 10px;
	padding-right: 10px;
	gap: 5px;
	text-align: center;
	box-shadow: var(--contentBoxShadow);
}

.flexCenter {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.flexLeft {
	width: 100%;
	display: flex;
	justify-content: left;
	align-items: left;
}

.flexRight {
	width: 100%;
	display: flex;
	justify-content: right;
	align-items: right;
}

.input {
	border: none;
	background: white;
	border-radius: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	box-shadow: 0px 1px 1px #bababa;
	transition: var(--transition1);
}

.input[type="button"], .input[type="submit"], .input[type="reset"] {
	cursor: pointer;
}

.input[type="button"]:hover,
.input[type="submit"]:hover,
.input[type="reset"]:hover,
.input[type="button"]:focus,
.input[type="submit"]:focus,
.input[type="reset"]:focus {
	background: #303030;
	box-shadow: 0px 1px 1px #363636;
	color: white;
}

.input[disabled] {
	cursor: not-allowed;
}

.image {
	width: fit-content;
	cursor: zoom-in;
	min-width: 200px;
	min-height: 200px;
	display: flex;
	flex-flow: column;
	image-rendering: pixelated;
	--imageBackground: black;
}

.image > .imageDiv {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: var(--imageBackground);
	flex-grow: 1;
	min-width: 200px;
	min-height: 200px;
	color-adjust: exact;
}

.image > figcaption {
	padding: 5px;
	color: var(--clrText);
	text-align: center;
	background: var(--clrBackground1);
}

.imageFullscreen > figcaption {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: linear-gradient(90deg, transparent, black, transparent);
	color: white;
}

.image > figcaption > div {
	user-select: none;
}

.imageFullscreen > .imageDiv {
	width: unset !important;
	height: unset !important;
	min-width: 100%;
}

.imageFullscreen {
	position: fixed;
	left: 0;
	width: 100vw;
	height: 100vh;
	top: 0;
	display: flex;
	flex-flow: column;
	border: none;
	z-index: 5;
	cursor: zoom-out;
	min-width: 100% !important;
	min-height: 100% !important;
}

.imageCarousel {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.imageCarouselControls {
	display: none;
	position: absolute;
	min-width: 100vw;
	min-height: 100vh;
	background: transparent;
}

.imageCarouselTransparent > figure {
	--imageBackground: transparent;
}

.imageFullscreen.imageHasCarousel > .imageCarouselControls {
	display: flex;
}

.imageCarouselControls > div {
	cursor: pointer;
	position: absolute;
	width: 256px;
	height: 256px;
	color: #ffffff54;
	font-size: 186px;
	text-align: center;
	filter: drop-shadow(0px 3px 1px black);
	font-family: consolas, monospace;
	user-select: none;
	transition: 75ms;
	border-radius: 100%;
}

.imageCarouselControls > div:hover {
	color: #fff;
	backdrop-filter: invert(.3);
}

.imageCarouselPrevious {
	left: 5%;
	top: calc(50% - 128px);
}

.imageCarouselNext {
	left: calc(95% - 256px);
	top: calc(50% - 128px);
}

.notice {
	padding: 10px;
	background: var(--clrNoticeBackground);
	color: var(--clrNoticeText);
}

.important {
	padding: 10px;
	background: var(--clrImportantBackground);
	color: var(--clrImportantText);
	text-decoration: underline;
}

.hint {
	padding: 10px;
	color: var(--clrHintText);
	background: var(--clrHintBackground);
}

.info {
	padding: 10px;
	color: var(--clrInfoText);
	background: var(--clrInfoBackground);
}

#bodyJuice {
	display: none;
}

.entry {
	background: linear-gradient(45deg, var(--clrCard), var(--clrBackground3));
	box-shadow: 0px 2px 0px var(--clrBody2), 1px 2px 0px var(--clrBody2), -1px 2px 0px var(--clrBody2), 10px 10px 0px #45454517;
	/* box-shadow: 0px 2px 2px var(--clrBody2); */
	margin: 20px;
	transition: 100ms;
}

.entrySong {
	background-size: 640px;
	background-position: 0 0;
	box-shadow: -10px 10px 0px #000, 0px 0px 10px black;
	overflow: hidden;
	max-width: 640px;
	width: 100%;
}

.entrySong > .entryTitleWrapper {
	background: linear-gradient(90deg, black, #353535);
	color: white;
	border-bottom: none;
	box-shadow: 0px 5px 5px black;
}

.entrySong > .entryContent {
	background: var(--clrSongBackground);
	padding: 0;
}

.entriesSongs {
	align-items: center;
	background: linear-gradient(45deg, var(--clrSongEntriesBackground), black);
	padding-top: 25px;
	padding-bottom: 25px;
}

.entryTitleWrapper {
	display: flex;
	border-bottom: 1px solid var(--clrBody2);
	background: linear-gradient(90deg, var(--clrBackground2), var(--clrBackground5));
	flex-wrap: wrap;
	justify-content: end;
}

.entryTitle {
	flex-grow: 1;
	padding: 5px;
	font-size: 24px;
}

.entryDate+.entryTitle {
	padding-left: 15px;
}

.entryDate {
	display: flex;
	align-items: center;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
}

.entryContent {
	container-type: inline-size;
	padding: 20px;
    overflow-x: auto;
}

code {
	max-width: 100%;
	display: flex;
	overflow: scroll;
}

pre {
	padding-left: 30px;
}

code, pre {
	color: white;
	background-color: black;
	font-family: Consolas, monospace;
	overflow-y: unset;
}

code.codeInline {
	display: inline;
}

code *::selection, code::selection {
	color: var(--clrSelectionBackground);
	background: var(--clrSelectionText);
}

.copyButton {
	text-decoration: none;
	color: white;
	background: #000;
	border: none;
	font-size: 16px;
	padding-left: 16px;
	padding-right: 16px;
	transition: var(--transition1);
	align-self: center;
	margin: 5px;
	cursor: pointer;
	border-radius: 3px;
	border: 1px solid black;
}

.copyButton:hover {
	color: black;
	background: white;
}

.downloadButton {
	width: fit-content;
	position: relative;
	display: flex;
	font-size: 28px;
	padding: 0;
}

.downloadButton::before {
	content: "⭳ ";
	z-index: 1;
	padding-left: 6px;
	color: black;
	position: absolute;
	pointer-events: none;
}

.downloadButton > input {
	border: none;
	background: linear-gradient(0deg, #29cd29, #c0ffc0);
	cursor: pointer;
	padding-left: 26px;
	font-size: 29px;
	font-family: Calibri, Arial;
	padding-right: 10px;
	box-shadow: 0px 2px 2px #5f5f5f;
	color: black;
}

.downloadButton > input:hover {
	background: linear-gradient(0deg, #64e764, #e5ffe5);
}

.sidebarContent > hr {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
}

.lightText .link, .lightText.link {
	color: var(--clrLinkLight);
}

.darkText .link, .darkText.link {
	color: var(--clrLink);
}

.link {
	color: var(--clrLink);
}

.linkLevel1, .linkLevel2 {
	padding-left: 10px;
}

.linkLevel3 {
	padding-left: 20px;
}

.linkLevel4 {
	padding-left: 30px;
}

/* consider using media queries instead if possible and not lazy */
.mobileOnly {
	display: none;
}

html.mobile .mobileOnly {
	display: flex;
}

#wrapSideMenu {
	display: none;
}

table {
	border-collapse: collapse;
}

td {
	border: 1px solid var(--clrText);
	padding: 3px;
}

#searchWrapper {
	padding: 5px;
	display: flex;
	gap: 5px;
}

.JSLoot {
	width: 24px;
	height: 24px;
	background: url("../resources/js.svg");
	position: relative;
	cursor: help;
}

.decor {
	image-rendering: pixelated;
	text-align: center;
	padding: 10px;
}

#blinkies {
	background: var(--clrBackground1);
}

details {
	background: var(--clrDetailsBackground);
	margin: 20px;
	color: var(--clrDetailsText);
}

summary {
	font-weight: bold;
	user-select: none;
	cursor: pointer;
	padding: 5px;
	color: var(--clrSummaryText);
	background: var(--clrSummaryBackground);
	border-bottom: 1px solid var(--clrSummaryBorder);
}

details[open] > summary {
	margin-bottom: 5px;
}

details > p {
	white-space-collapse: break-spaces;
}

details > p:last-child {
	margin: 0;
}

.lightText {
	color: #fff;
}

.darkText {
	color: #000;
}

.songLyrics {
	background: #171717;
	color: white;
	margin: 0;
}

.songLyrics > summary {
	background: #171717;
	border-bottom: none;
}

.songDescriptionWrapper {
	display: flex;
}

.songDescription {
	width: 100%;
}

.songDescription > p {
	margin-right: 10px;
}

.songCover {
	display: flex;
	justify-content: center;
}

.songCover > .image {
	box-shadow: 0px 5px 5px black;	
}

.songContent {
	padding: 20px;
}

.headerYear, .headerYear > h3 {
	padding: 0;
	margin: 0;
	background: var(--clrBody2);
	color: white;
	text-align: center;
	font-size: 48px;
	user-select: none;
}

.entryTagsWrapper {
	display: flex;
	padding-left: 5px;
}

.entryTagsWrapper > span {
	padding-left: 10px;
	padding-right: 10px;
	display: flex;
	align-items: center;
}

.entryTags {
	display: flex;
}

.entryTags > div {
	display: flex;
	align-items: center;
	padding-left: 5px;
	padding-right: 5px;
}

.barSanity {
	display: flex;
	flex-flow: column;
	align-items: center;
	background: var(--clrSanityBarBackground);
	user-select: none;
}

.barSanityTop {
	display: flex;
	flex-flow: row;
	align-items: center;
	background: var(--clrSanityBarBackground);
	user-select: none;
	width: 356px;
	box-shadow: 0px 1px 2px #0000008c;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	position: absolute;
	right: 0;
	top: 26px;
}

.barSanityTop > div:last-child {
	display: flex;
	flex-flow: column-reverse;
	font-size: small;
	text-align: center;
}

.barSanityTop > .barSanityText {
	padding-left: 8px;
}

.barSanityTop > div:last-child > .barSanityMeter {
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.barSanityTop > div:last-child > .barSanityCustomText {
	padding-bottom: 0;
	height: 22px;
	overflow: scroll;
}

.barSanityText {
	width: 100%;
	text-align: center;
	font-size: 24px;
	letter-spacing: 8px;
	color: var(--clrTintedText1);
	filter: drop-shadow(2px 2px 0px black);
}

.barSanityMeter {
	display: flex;
	gap: 4px;
	padding: 5px;
	background: var(--clrMainDarker);
	width: calc(100% - 10px);
	justify-content: center;
}

.barSanityMeter > div {
	width: 16px;
	height: 16px;
}

.barSanityMeterHidden {
	filter: blur(5px) opacity(0.3);
}

.barSanityMeter1  { background: #000000; }
.barSanityMeter2  { background: #820000; }
.barSanityMeter3  { background: #FF0000; }
.barSanityMeter4  { background: #FF5900; }
.barSanityMeter5  { background: #FFAC00; }
.barSanityMeter6  { background: #FFFF00; }
.barSanityMeter7  { background: #CCFF00; }
.barSanityMeter8  { background: #98FF00; }
.barSanityMeter9  { background: #68FF00; }
.barSanityMeter10 { background: #32FF00; }

.barSanityCustomText {
	color: var(--clrTintedText1);
	padding: 5px;
	font-style: italic;
	word-break: break-word;
}

.sidebar::-webkit-scrollbar, .sidebar *::-webkit-scrollbar {
    width: 0px;
	height: 0px;
    background: transparent;
}

.disabled {
	cursor: not-allowed;
	user-select: none;
	opacity: 0.5;
}

.disabled * {
	pointer-events: none;
}

.spoiler:not(:has(*)), .spoiler *, .spoiler.noChildren {
	background: black !important;
	color: black !important;
	cursor: pointer !important;
	user-select: none !important;
}

.fancyButton {
	text-decoration: none;
	color: white;
	background: #000;
	font-size: 32px;
	padding-left: 32px;
	padding-right: 32px;
	transition: var(--transition1);
	align-self: center;
	border: 1px solid black;
}
.fancyButton:hover {
	color: black;
	background: white;
}

.fancyButton[type="button"] {
	cursor: pointer;
}

#scrollTopButton {
	opacity: 0;
	pointer-events: none;
	user-select: none;
	border-radius: 8px;
	font-size: 42px;
	background: linear-gradient(45deg, var(--clrBackground5), var(--clrBackground3));
	position: fixed;
	bottom: 32px;
	left: 32px;
	width: 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	filter: drop-shadow(0px 2px 2px black);
	transition: var(--transition1);
	cursor: pointer;
	z-index: 1;
}

#scrollTopButton > div {
	transition: inherit;
}

#scrollTopButton:hover {
	transform: scale(1.1);
}

#scrollTopButton:hover > div {
	transform: scale(1.25);
}

#scrollTopButton.shown {
	opacity: 1;
	pointer-events: unset;
}

.clickToInsert {
	width: 128px;
	height: 128px;
	cursor: pointer;
	background: black;
	color: gray;
	display: flex;
	justify-content: center;
	align-items: center;
	user-select: none;
}

.clickToInsert.video {
	color: white;
	font-size: 220px;
	border-radius: 25px;
	background: crimson;
	overflow: hidden;
}

.clickToInsert.video > span {
	position: relative;
	transform: translateX(1px) translateY(6px);
	transition: var(--transition1);
	user-select: none;
}

.clickToInsert.video > span:hover {
	transform: scale(1.25) translateX(1px) translateY(6px);
}

.progressBarWrapper {
	padding-bottom: 85px;
}

.progressBarWrapper2 {
	padding: 20px;
	background: var(--clrProgressBarWrapperBackground);
	padding-bottom: 5px;
}

.progressBar {
	display: flex;
}

.progressBar > .progress {
	flex-grow: 1;
	background: var(--clrProgressBarBackground);
	position: relative;
	border-top: 2px solid var(--clrProgressBarBorder);
	border-bottom: 2px solid var(--clrProgressBarBorder);
}

.progressBar > .progress > .progressLine {
	width: var(--progressBarProgress);
	height: 100%;
	position: relative;
	overflow: hidden;
}

.progressBar > .progress > .progressLine > div:first-child {
	height: 100%;
	background: var(--clrProgressBarLine);
}

.progressBar > .progress > .progressLine > div:last-child {
	height: 100%;
	width: 25%;
	position: absolute;
	top: 0;
	backdrop-filter: brightness(120%);
	mask-image: linear-gradient(90deg, black, white, black);
	mask-mode: luminance;
	animation: progressBarAnimation 2s linear infinite;
}

@keyframes progressBarAnimation {
	from {
		left: -50%;
	}
	to {
		left: 125%;
	}
}

.progressBar > .progress > .progressMarkerContainer > .progressMarker {
	position: absolute;
	left: calc(var(--progressBarMarkerProgress) - 5px);
	top: 75%;
	user-select: none;
	display: flex;
	flex-flow: column;
	gap: 3px;
}

.progressBar > .progress > .progressMarkerContainer > .progressMarker > .progressMarkerTick {
	color: var(--clrProgressBarTick);
}

.progressBar > .progress > .progressMarkerContainer > .progressMarker > .progressMarkerPercentageContainer {
	background: var(--clrProgressBarPercentageBackground);
	color: var(--clrProgressBarPercentageText);
	border-radius: 5px;
	padding: 5px;
	position: relative;
}

.progressBar > .progress > .progressMarkerContainer > .progressMarker > .progressMarkerPercentageContainer:hover > div:last-child {
	opacity: 1;
}

.progressBar > .progress > .progressMarkerContainer > .progressMarker > .progressMarkerPercentageContainer > div:first-child {
	cursor: help;
}

.progressBar > .progress > .progressMarkerContainer > .progressMarker > .progressMarkerPercentageContainer > div:last-child {
	position: fixed;
	width: max-content;
	background: var(--clrProgressBarPercentageBackground);
	color: var(--clrProgressBarPercentageText);
	padding: 5px;
	border-radius: 5px;
	opacity: 0;
	pointer-events: none;
	transition: opacity var(--transition1);
	width: auto;
	margin-top: 10px;
}

.progressBar > .progress > .progressMarkerContainer > .progressMarker > .progressMarkerPercentageContainer > div:only-child {
	opacity: 1 !important;
}

.progressBar > div:first-child, .progressBar > div:last-child {
	padding: 5px;
	background: var(--clrProgressBarEdgeBackground);
	color: var(--clrProgressBarEdgeText);
	user-select: none;
	z-index: 1;
}

.articleList > li > div {
	display: flex;
	justify-content: space-between;
	padding-right: 20px;
}

.driveBy {
	transition: opacity var(--transition1);
	opacity: 0;
	user-select: none;
	pointer-events: none;
}

.driveByFinished {
	opacity: 1;
	user-select: unset;
	pointer-events: unset;
	transform: unset;
}

#topDarken {
	height: 81px;
	position: absolute;
	width: 100vw;
	left: 0;
	top: 0;
	background: linear-gradient(180deg, #00000052, transparent);
	z-index: -1;
}

.themeSelector > div {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	gap: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: var(--clrBackground1);
}

.themeSelector > div > i {
	font-size: small;
	text-align: center;
	width: 160px;
}

.pulsating {
	animation: pulse ease-in-out 4s infinite;
}

@keyframes pulse {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.albumTable {
	width: 100%;
	box-shadow: 0px 2px 5px black;
}

.albumTable * {
	font-family: "Candara Light";
}

.albumTable td {
	border: none;
}

.albumTable tr {
	display: flex;
}

.albumTable .albumTableSongPlayLink {
	background: var(--clrBackgroundAlbumTableSongPlayLink);
	min-width: 32px;
	text-align: center;
	user-select: none;
}

.albumTable .albumTableSongPlayLink > a {
	text-decoration: none;
	color: var(--clrTextAlbumTableSongPlayLink);
	display: flex;
	justify-content: center;
	height: 100%;
	align-items: center;
	border-radius: 100%;
	transition: var(--transition1);
	overflow: hidden;
}

.albumTable .albumTableSongPlayLink > a:hover {
	transform: scale(1.25);
}

.albumTable .albumTableSongPlayLink > a > span {
	font-size: 54px;
	position: absolute;
}

.albumTable .albumTableSongNumber {
	background: var(--clrBackgroundAlbumTableSongNumber);
	color: var(--clrTextAlbumTableSongNumber);
	min-width: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.albumTable .albumTableSongNumber ::selection {
	color: var(--clrBackgroundAlbumTableSongNumber);
	background: var(--clrTextAlbumTableSongNumber);
}

.albumTable .albumTableSongName {
	background: linear-gradient(90deg, var(--clrBackgroundAlbumTableSongName), var(--clrBackgroundAlbumTableSongEmoji));
	color: var(--clrTextAlbumTableSongName);
	font-size: 36px;
	flex-grow: 1;
	padding-left: 50px;
}

.albumTable .albumTableSongName ::selection {
	color: var(--clrBackgroundAlbumTableSongName);
	background: var(--clrTextAlbumTableSongName);
}

.albumTable .albumTableSongEmoji {
	background: var(--clrBackgroundAlbumTableSongEmoji);
	color: var(--clrTextAlbumTableSongEmoji);
	min-width: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
	user-select: none;
}

.albumTable .albumTableSongEmoji ::selection {
	color: var(--clrBackgroundAlbumTableSongEmoji);
	background: var(--clrTextAlbumTableSongEmoji);
}

.albumTable .albumTableSongEmoji > span {
	filter: drop-shadow(0px 0px 1px black);
}

.padding8 {
	padding: 8px;
}

.padding16 {
	padding: 16px;
}

.padding24 {
	padding: 24px;
}

.padding32 {
	padding: 32px;
}

.padding48 {
	padding: 48px;
}

.padding64 {
	padding: 64px;
}

.formContainer {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
	background: var(--clrFormBackground);
}

.formContainer.formNoBody > .formHeader,
.formContainer.formNoBody > .formFooter {
	border-top: unset;
	border-bottom: unset;
	margin-top: unset;
	margin-bottom: unset;
	padding-top: unset;
	padding-bottom: unset;
}

.formContainer.formNoBody > .formBody {
	display: none;
}

.formContainer.formNoBody {
	width: 100%;
}

.formContainer > div {
	display: flex;
	flex-flow: column;
}

.formHeader {
	width: 100%;
	border-bottom: 1px solid var(--clrFormBorder);
	padding-bottom: 5px;
	margin-bottom: 8px;
}

.formHeader > h1 {
	margin-bottom: 10px;
}

.formHeader > p {
	margin-top: 0;
}

.formBody {
	width: auto;
}

.formFooter {
	width: 100%;
	border-top: 1px solid var(--clrFormBorder);
	padding-top: 16px;
	margin-top: 10px;
	text-align: center;
}

.formRow {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	padding-top: 5px;
}

.formLabelWrapper {
	
}

.formInputWrapper {
	
}

.formFooterText {
	
}

.formFooterInputs {
	display: flex;
	gap: 5px;
	justify-content: center;
}

#debugConsole > nujw-document {
	overflow: hidden;
}

#debugConsole > nujw-document > div:first-child {
	flex-grow: 1;
	background: black;
	color: white;
	font-family: consolas;
	padding: 5px;
	overflow: auto;
}

#debugConsole > nujw-document > div * {
	font-family: consolas;
}

#debugConsole > nujw-document > div:last-child {
	display: flex;
}

#debugConsoleStatus {
	position: absolute;
	bottom: 25px;
	right: 5px;
	color: gold;
	user-select: none;
}

#debugConsoleStatus > span:last-child {
	display: none;
}

#debugConsole.multiline #debugConsoleStatus {
	bottom: 5px;
}

#debugConsole.multiline #debugConsoleStatus > span:last-child {
	display: block;
}

#debugConsole.multiline #debugConsoleStatus > span:first-child {
	display: none;
}

#debugConsole.multiline > nujw-document {
	flex-flow: row-reverse;
}

#debugConsole.multiline > nujw-document > div:last-child {
	min-width: 25%;
	max-width: 25%;
}

#debugConsole.multiline #debugConsoleInput {
	height: 100%;
}

#debugConsoleInput.locked {
	cursor: not-allowed;
	user-select: none;
	background: #202020;
}

#debugConsoleInput {
	width: 100%;
	border: none;
	background: #363636;
	color: white;
	font-family: consolas;
	padding-left: 5px;
	resize: none;
	height: 20px;
	text-wrap: nowrap;
	overflow: scroll;
}

#debugConsoleInput:focus {
	outline: none;
}

#debugConsoleOutput > div {
	display: block;
	width: 100%;
}

.tabsContainerTitles {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	border-bottom: 2px solid var(--clrTabsActiveBackground);
	position: sticky;
	top: 0;
}

.tabsContainerTitles > div {
	--activeBackground: var(--clrTabsContainerBackground);
	--activeText: var(--clrTabsContainerText);
	flex-grow: 1;
	background: var(--activeBackground);
	color: var(--activeText);
	transition: var(--transition1);
	height: 64px;
	position: relative;
	user-select: none;
	padding-left: 20px;
	padding-right: 20px;
}

.tabsContainerTitles > div > label {
	width: 100%;
	height: 100%;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	transition: var(--transition1);
	font-size: 22px; 
	cursor: pointer;
}

.tabsContainerTitles > div:hover > label {
	transform: scale(1.25);
	letter-spacing: 4px;
}

.tabsContainerContents > div, .tabsContainer > input {
	display: none;
}

.tabsContainerTitles > div > div {
	position: absolute;
	height: 2px;
	width: 100%;
	top: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0;
}

.tabsContainerTitles > div > div > div {
	background: var(--clrTabsActiveBackground);
	width: 0%;
	height: 100%;
	transition: var(--transition2);
	transition-timing-function: ease;
}

.tabsContainerTitles > div:hover > div > div {
	width: 80%;
}



.tabsContainer > input.tabsContainerInput1:checked ~ .tabsContainerContents > div:nth-child(1),
.tabsContainer > input.tabsContainerInput1:checked ~ .tabsContainerTitles > div:nth-child(1), 
.tabsContainer > input.tabsContainerInput2:checked ~ .tabsContainerContents > div:nth-child(2),
.tabsContainer > input.tabsContainerInput2:checked ~ .tabsContainerTitles > div:nth-child(2), 
.tabsContainer > input.tabsContainerInput3:checked ~ .tabsContainerContents > div:nth-child(3),
.tabsContainer > input.tabsContainerInput3:checked ~ .tabsContainerTitles > div:nth-child(3), 
.tabsContainer > input.tabsContainerInput4:checked ~ .tabsContainerContents > div:nth-child(4),
.tabsContainer > input.tabsContainerInput4:checked ~ .tabsContainerTitles > div:nth-child(4), 
.tabsContainer > input.tabsContainerInput5:checked ~ .tabsContainerContents > div:nth-child(5),
.tabsContainer > input.tabsContainerInput5:checked ~ .tabsContainerTitles > div:nth-child(5), 
.tabsContainer > input.tabsContainerInput6:checked ~ .tabsContainerContents > div:nth-child(6),
.tabsContainer > input.tabsContainerInput6:checked ~ .tabsContainerTitles > div:nth-child(6), 
.tabsContainer > input.tabsContainerInput7:checked ~ .tabsContainerContents > div:nth-child(7),
.tabsContainer > input.tabsContainerInput7:checked ~ .tabsContainerTitles > div:nth-child(7), 
.tabsContainer > input.tabsContainerInput8:checked ~ .tabsContainerContents > div:nth-child(8),
.tabsContainer > input.tabsContainerInput8:checked ~ .tabsContainerTitles > div:nth-child(8), 
.tabsContainer > input.tabsContainerInput9:checked ~ .tabsContainerContents > div:nth-child(9),
.tabsContainer > input.tabsContainerInput9:checked ~ .tabsContainerTitles > div:nth-child(9), 
.tabsContainer > input.tabsContainerInput10:checked ~ .tabsContainerContents > div:nth-child(10),
.tabsContainer > input.tabsContainerInput10:checked ~ .tabsContainerTitles > div:nth-child(10), 
.tabsContainer > input.tabsContainerInput11:checked ~ .tabsContainerContents > div:nth-child(11),
.tabsContainer > input.tabsContainerInput11:checked ~ .tabsContainerTitles > div:nth-child(11), 
.tabsContainer > input.tabsContainerInput12:checked ~ .tabsContainerContents > div:nth-child(12),
.tabsContainer > input.tabsContainerInput12:checked ~ .tabsContainerTitles > div:nth-child(12), 
.tabsContainer > input.tabsContainerInput13:checked ~ .tabsContainerContents > div:nth-child(13),
.tabsContainer > input.tabsContainerInput13:checked ~ .tabsContainerTitles > div:nth-child(13), 
.tabsContainer > input.tabsContainerInput14:checked ~ .tabsContainerContents > div:nth-child(14),
.tabsContainer > input.tabsContainerInput14:checked ~ .tabsContainerTitles > div:nth-child(14), 
.tabsContainer > input.tabsContainerInput15:checked ~ .tabsContainerContents > div:nth-child(15),
.tabsContainer > input.tabsContainerInput15:checked ~ .tabsContainerTitles > div:nth-child(15), 
.tabsContainer > input.tabsContainerInput16:checked ~ .tabsContainerContents > div:nth-child(16),
.tabsContainer > input.tabsContainerInput16:checked ~ .tabsContainerTitles > div:nth-child(16), 
.tabsContainer > input.tabsContainerInput17:checked ~ .tabsContainerContents > div:nth-child(17),
.tabsContainer > input.tabsContainerInput17:checked ~ .tabsContainerTitles > div:nth-child(17), 
.tabsContainer > input.tabsContainerInput18:checked ~ .tabsContainerContents > div:nth-child(18),
.tabsContainer > input.tabsContainerInput18:checked ~ .tabsContainerTitles > div:nth-child(18), 
.tabsContainer > input.tabsContainerInput19:checked ~ .tabsContainerContents > div:nth-child(19),
.tabsContainer > input.tabsContainerInput19:checked ~ .tabsContainerTitles > div:nth-child(19), 
.tabsContainer > input.tabsContainerInput20:checked ~ .tabsContainerContents > div:nth-child(20),
.tabsContainer > input.tabsContainerInput20:checked ~ .tabsContainerTitles > div:nth-child(20), 
.tabsContainer > input.tabsContainerInput21:checked ~ .tabsContainerContents > div:nth-child(21),
.tabsContainer > input.tabsContainerInput21:checked ~ .tabsContainerTitles > div:nth-child(21), 
.tabsContainer > input.tabsContainerInput22:checked ~ .tabsContainerContents > div:nth-child(22),
.tabsContainer > input.tabsContainerInput22:checked ~ .tabsContainerTitles > div:nth-child(22), 
.tabsContainer > input.tabsContainerInput23:checked ~ .tabsContainerContents > div:nth-child(23),
.tabsContainer > input.tabsContainerInput23:checked ~ .tabsContainerTitles > div:nth-child(23), 
.tabsContainer > input.tabsContainerInput24:checked ~ .tabsContainerContents > div:nth-child(24),
.tabsContainer > input.tabsContainerInput24:checked ~ .tabsContainerTitles > div:nth-child(24), 
.tabsContainer > input.tabsContainerInput25:checked ~ .tabsContainerContents > div:nth-child(25),
.tabsContainer > input.tabsContainerInput25:checked ~ .tabsContainerTitles > div:nth-child(25), 
.tabsContainer > input.tabsContainerInput26:checked ~ .tabsContainerContents > div:nth-child(26),
.tabsContainer > input.tabsContainerInput26:checked ~ .tabsContainerTitles > div:nth-child(26), 
.tabsContainer > input.tabsContainerInput27:checked ~ .tabsContainerContents > div:nth-child(27),
.tabsContainer > input.tabsContainerInput27:checked ~ .tabsContainerTitles > div:nth-child(27), 
.tabsContainer > input.tabsContainerInput28:checked ~ .tabsContainerContents > div:nth-child(28),
.tabsContainer > input.tabsContainerInput28:checked ~ .tabsContainerTitles > div:nth-child(28), 
.tabsContainer > input.tabsContainerInput29:checked ~ .tabsContainerContents > div:nth-child(29),
.tabsContainer > input.tabsContainerInput29:checked ~ .tabsContainerTitles > div:nth-child(29), 
.tabsContainer > input.tabsContainerInput30:checked ~ .tabsContainerContents > div:nth-child(30),
.tabsContainer > input.tabsContainerInput30:checked ~ .tabsContainerTitles > div:nth-child(30), 
.tabsContainer > input.tabsContainerInput32:checked ~ .tabsContainerContents > div:nth-child(32),
.tabsContainer > input.tabsContainerInput32:checked ~ .tabsContainerTitles > div:nth-child(32) {
	display: flex;
	--activeBackground: var(--clrTabsActiveBackground);
	--activeText: var(--clrTabsActiveText);
}


.tabsContainer > input.tabsContainerInput1:checked ~ .tabsContainerTitles > div:nth-child(1) > label, 
.tabsContainer > input.tabsContainerInput2:checked ~ .tabsContainerTitles > div:nth-child(2) > label, 
.tabsContainer > input.tabsContainerInput3:checked ~ .tabsContainerTitles > div:nth-child(3) > label, 
.tabsContainer > input.tabsContainerInput4:checked ~ .tabsContainerTitles > div:nth-child(4) > label, 
.tabsContainer > input.tabsContainerInput5:checked ~ .tabsContainerTitles > div:nth-child(5) > label, 
.tabsContainer > input.tabsContainerInput6:checked ~ .tabsContainerTitles > div:nth-child(6) > label, 
.tabsContainer > input.tabsContainerInput7:checked ~ .tabsContainerTitles > div:nth-child(7) > label, 
.tabsContainer > input.tabsContainerInput8:checked ~ .tabsContainerTitles > div:nth-child(8) > label, 
.tabsContainer > input.tabsContainerInput9:checked ~ .tabsContainerTitles > div:nth-child(9) > label, 
.tabsContainer > input.tabsContainerInput10:checked ~ .tabsContainerTitles > div:nth-child(10) > label, 
.tabsContainer > input.tabsContainerInput11:checked ~ .tabsContainerTitles > div:nth-child(11) > label, 
.tabsContainer > input.tabsContainerInput12:checked ~ .tabsContainerTitles > div:nth-child(12) > label, 
.tabsContainer > input.tabsContainerInput13:checked ~ .tabsContainerTitles > div:nth-child(13) > label, 
.tabsContainer > input.tabsContainerInput14:checked ~ .tabsContainerTitles > div:nth-child(14) > label, 
.tabsContainer > input.tabsContainerInput15:checked ~ .tabsContainerTitles > div:nth-child(15) > label, 
.tabsContainer > input.tabsContainerInput16:checked ~ .tabsContainerTitles > div:nth-child(16) > label, 
.tabsContainer > input.tabsContainerInput17:checked ~ .tabsContainerTitles > div:nth-child(17) > label, 
.tabsContainer > input.tabsContainerInput18:checked ~ .tabsContainerTitles > div:nth-child(18) > label, 
.tabsContainer > input.tabsContainerInput19:checked ~ .tabsContainerTitles > div:nth-child(19) > label, 
.tabsContainer > input.tabsContainerInput20:checked ~ .tabsContainerTitles > div:nth-child(20) > label, 
.tabsContainer > input.tabsContainerInput21:checked ~ .tabsContainerTitles > div:nth-child(21) > label, 
.tabsContainer > input.tabsContainerInput22:checked ~ .tabsContainerTitles > div:nth-child(22) > label, 
.tabsContainer > input.tabsContainerInput23:checked ~ .tabsContainerTitles > div:nth-child(23) > label, 
.tabsContainer > input.tabsContainerInput24:checked ~ .tabsContainerTitles > div:nth-child(24) > label, 
.tabsContainer > input.tabsContainerInput25:checked ~ .tabsContainerTitles > div:nth-child(25) > label, 
.tabsContainer > input.tabsContainerInput26:checked ~ .tabsContainerTitles > div:nth-child(26) > label, 
.tabsContainer > input.tabsContainerInput27:checked ~ .tabsContainerTitles > div:nth-child(27) > label, 
.tabsContainer > input.tabsContainerInput28:checked ~ .tabsContainerTitles > div:nth-child(28) > label, 
.tabsContainer > input.tabsContainerInput29:checked ~ .tabsContainerTitles > div:nth-child(29) > label, 
.tabsContainer > input.tabsContainerInput30:checked ~ .tabsContainerTitles > div:nth-child(30) > label, 
.tabsContainer > input.tabsContainerInput32:checked ~ .tabsContainerTitles > div:nth-child(32) > label {
	transform: scale(1.25);
	letter-spacing: 4px;
} 

@media screen and (max-width: 1450px) {
	#insiders {
		max-width: unset;
	}
	
	#content {
		max-width: calc(90vw - 352px);
	}
	
	.parallax {
		display: none;
	}
	
	#mainWrapper:has(main > #content) {
		min-height: 100vh;
		display: flex;
		flex-flow: column;
	}
}

@media screen and (max-width: 1200px) {
	#content {
		max-width: calc(100vw - 352px);
	}
}

@media screen and (max-width: 1090px) {
	.barSanityTop {
		display: none;
	}
}

@container (width < 640px) {
	.image {
		min-width: 100% !important;
	}
}

@media screen and (max-width: 900px) {
	#outsiderBarRightShowButton {
		display: none !important;
	}
	
	.albumTable .albumTableSongName {
		font-size: 30px;
	}
	
	#wrapContent1 > h1, .wrapCard1 > h1 {
		padding-right: 64px;
	}
	
	.mobileMenuClosed .sidebar {
		box-shadow: none;
	}
	
	#content, #barRight.sidebar {
		margin: 0;
	}
	
	#content {
		max-width: 100%;
	}
	
	#menuHamburger {
		display: block;
		transition: var(--transition1);
	}
	
	#barTop {
		display: none;
	}
	
	#barNews {
		margin-top: 0;
	}
	
	#barRight.sidebar {
		position: fixed;
		right: 0;
		top: 0;
		height: 100vh;
		transition: var(--transition1);
		margin-right: 0 !important;
		z-index: 5;
		overflow: scroll;
	}
	
	#wrapSideMenu {
		display: flex;
		z-index: 2;
		box-shadow: 0px 1px 3px black;
	}
	
	#sidebar2 {
		background: #333333b5;
		height: 100%;
	}
	
	#mobileMenuOverlay {
		display: block;
		background: #0000009c;
		animation: mobileMenuOverlayAnimationFade2 var(--transition1) linear 1 forwards;
	}
	
	.mobileMenuOpen #mobileMenuOverlay {
		display: block;
		animation: mobileMenuOverlayAnimationFade var(--transition1) linear 1 forwards;
	}
	
	@keyframes mobileMenuOverlayAnimationFade {
		from {
			background: transparent; 
		}
		to {                     
			background: #0000009c;
		}
	}   
	
	@keyframes mobileMenuOverlayAnimationFade2 {
		from {
			background: #0000009c; 
		}
		to {                     
			background: transparent;
		}
	}
	
	.mobileMenuOpen #menuHamburger {
		transform: translateX(100%);
	}
	
	.mobileMenuOpen #barRight {
		transform: translateX(0%);
	}
	
	.mobileMenuClosed #menuHamburger {
		transform: translateX(0%);
	}
	
	.mobileMenuClosed #barRight {
		transform: translateX(100%);
	}
	
	.entry {
		margin-left: 0;
		margin-right: 0;
	}
	
	.songDescriptionWrapper {
		flex-flow: column;
	}
	
	.imageCarouselPrevious, .imageCarouselNext {
		opacity: 0;
	}
}

@media screen and (max-height: 600px) and (max-width: 900px) {
	.sidebar {
		max-width: calc(var(--sideMenuWidth) * 2);
	}
	
	#wrapSideMenu {
		position: fixed;
		width: var(--sideMenuWidth);
		left: 0;
		box-shadow: none;
	}
	
	#sideMenu {
		justify-content: flex-start;
	}
	
	#sideMenuHeader > a {
		font-size: 29px;
	}
	
	.sidebarContent > div {
		width: var(--sideMenuWidth);
		left: var(--sideMenuWidth);
		position: relative;
	}
}
/*
@keyframes pageTransition1 {
	0% {
		transform: unset;
		filter: brightness(1) saturate(1) contrast(1) blur(0px);
		opacity: 1;
	}
	100% {
		transform: scale(0.9);
		filter: brightness(0.25) saturate(0) contrast(3) blur(20px);
		opacity: 0;
	}
}

@keyframes pageTransition2 {
	0% {
		transform: unset;
		opacity: 0;
		filter: brightness(0.25) saturate(0) contrast(3) blur(20px);
	}
	100% {
		transform: unset;
		opacity: 1;
		filter: brightness(1) saturate(1) contrast(1) blur(0px);
	}
}

::view-transition-old(root) {
	mix-blend-mode: unset;
	animation: pageTransition1 linear both 0.5s;
}

::view-transition-new(root) {
	mix-blend-mode: unset;
	animation: pageTransition2 linear both 0.5s;
}

@view-transition {
	navigation: auto;
}*/