
:root {
	--sp: 2rem;
	--sp05: 1rem;
	--sp025: 0.5rem;
	--sp2: 4rem;
	--sp3: 6rem;
	--sp4: 8rem;
	--bgColor: rgb(250, 250, 250);
	--articleColor: #efefef;
	--navColor: #141414;
	--lightGrey: rgb(91 91 91);
	--lighterGrey: rgb(159 159, 159);
	--lightestGrey: rgb(209 209, 209);
	--almostWhite: rgb(235, 235, 235);
	--darkGrey: #4c4c4c;
	--orange: #ffa000;
	--blue: #165d87;
	--ribbonColor: rgb(221, 221, 221);
	--cardBg: #f0f0f0;
}

body,
html {
	padding: 0;
	margin: 0;
	position: relative;
	font-size: 20px;
	background-color: var(--bgColor);
	width: 100%;
	letter-spacing: -0.03em;
	height: 100%;
	font-family: "Geist", arial;
	font-weight: 200;
}
main {
	width: 100%;
	margin: 0;
	flex: 1;
	padding: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
main > .section {
	padding: var(--sp);
	padding-top: var(--sp2);
	padding-bottom: var(--sp2);
}
h1,
h2,
h3,
h4,
h5 {
	/* font-family: Verdana, Geneva, Tahoma, sans-serif; */
	/* font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif; */
	font-weight: 900;

	font-weight: bold;
	color: rgb(0, 0, 0);
	/* font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif; */
	letter-spacing: -0.04em;
	text-align: left;
	letter-spacing: -1px;
	word-spacing: 0px;
	color: rgb(14, 14, 14);
	/* text-shadow: 2px 0px 1px rgb(255, 255, 255); */
	/* filter: drop-shadow(0px 0px 1px rgb(87, 87, 87)); */
}
h1 {
	margin-top: 2rem;
	margin-bottom: 2rem;
	font-size: 2.75rem;
	text-align: center;
}
h2 {
	font-size: 2rem;
}
h3 {
	font-size: 1.5rem;
}
h4 {
	font-size: 1.17rem;
}
h5 {
	font-size: 0.9rem;
}
body {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;

	overflow-y: scroll;
}
article {
	max-width: 1200px;
	background-color: var(--articleColor);
	/* margin-top: var(--sp); */
	margin-bottom: var(--sp);
	box-shadow: -20px 0px 0px 0px var(--ribbonColor);
	box-shadow:
		-20px 0px 0px 0px var(--ribbonColor),
		-13px 0px 0px 0px black;

	filter: grayscale(0);
}

.centered {
	text-align: center;
}
.section {
	box-sizing: border-box;

	margin: 0;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	flex: 1;
	text-align: left;
}
.section .section {
	padding: 0;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.contain {
	object-fit: contain;
}
.section.full {
}
.section.content {
}
.section.black {
	background-color: black;
	color: white;
	/* max-width: 100% !important; */
	width: 100%;
	/* padding: 0; */
	justify-content: center;
	display: flex;
}
.section.black li::marker {
	content: initial;
	color: rgb(255, 166, 0);
}
.section.black h1,
.section.black h2,
.section.black h3,
.section.black h4,
.section.black h5,
.section.black h6 {
	color: white;
}
.section.centered {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.section.oneCol,
.section.twoCol {
	/* padding: var(--sp); */
	/* padding-top: var(--sp2);
	padding-bottom: var(--sp2); */
}
.section.twoCol {
	justify-content: center;
	display: grid;
	grid-template-columns: repeat(2, auto);
	gap: 3rem;
	max-width: 1600px;
	width: 100%;
}
.section.twoCol img {
	/* width: 100%; */
	align-self: center;
}
.section.twoCol > div:nth-child(2) {
	justify-self: flex-start;
}
.twoColText {
	max-width: 400px;
	justify-self: flex-end;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.twoColText h3 {
	margin-top: 0;
}
.section.twoCol li::marker {
	content: initial;
	color: var(--blue);
}
.section.noPadding {
	padding: 0;
}

.section.paddingSide {
	padding-left: var(--sp);

	padding-right: var(--sp);
}

.section.fullWidth {
	max-width: unset;
}
.section.w1200 {
	max-width: 1200px;
}
.section:has(.settingCategory.hidden) {
	padding: 0;
}
.section.hero {
	/* margin-top: 3rem; */
	min-height: 75vh;
	/* box-shadow: inset 0px 0px 10px 0px white, inset 0px -6px 5px 0px rgb(0, 0, 0); */

	text-align: center;
	display: flex;
	justify-content: center;
	position: relative;
}
.section.hero h1 {
	/* text-shadow: 1px 1px black; */
}
.section.hero .section {
	position: sticky;
	/* max-height: 50%; */
	top: 350;
	bottom: 0;
	margin-top: auto;
	/* margin-bottom: auto; */
	color: black;
	background-color: var(--articleColor);
	/* border-top-left-radius: 20px; */
	box-shadow: -20px 0px 0px 0px rgb(184, 58, 58);
	box-shadow:
		-20px 0px 0px 0px var(--ribbonColor),
		-13px -1px 20px 0px black;
}
.colorBox {
	padding: 2rem;
	margin-bottom: 1rem;
	background-color: var(--cardBg);
	color: var(--darkGrey);
	border-radius: 0px;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	font-size: 1rem;
	/* color: white; */
}
.settingBox.clickable .collapseBody {
	display: grid;
	grid-template-rows: 0fr;
	gap: 0;
	margin: 0;
	transition: grid-template-rows 0.3s ease;
}
.settingBox.clickable.clicked .collapseBody {
	grid-template-rows: 1fr;
}
.collapseBodyInner {
	overflow: hidden;
}
/* .collapseTitle {
	padding: var(--sp05);
	cursor: pointer;
	background-color: var(--darkGrey);
	transition: background-color 0.25s ease-in-out;
	display: flex;
	align-items: center;
} */
p.paragraph {
	line-height: 1.43rem;
}
::selection,
p.paragraph::selection,
li::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
strong::selection {
	background-color: #1b1b1b;
	color: rgb(255, 255, 255);
	border-radius: 15px;
	box-shadow: 0px 0px 5px 0px black;
	border: 1px solid black;
}

.first p.paragraph:first-of-type::first-letter {
	line-height: 1;
	font-size: 2rem;
	letter-spacing: 0rem;
	font-weight: bold;
	color: rgb(0, 0, 0);
	/* font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif; */
}
.first p.paragraph {
	/* margin-top: 2rem; */
}

strong {
	font-weight: 600;
	/* background-color: rgba(21, 145, 228, 0.2);
	box-shadow: 0px 0px 4px 2px rgb(21, 145, 228, 0.2); */

	/* background-image: linear-gradient(
		78deg,
		transparent 0%,
		rgba(21, 145, 228, 0.473) 40%,
		rgba(21, 145, 228, 0.473) 50%,
		rgba(21, 145, 228, 0.473) 60%,
		transparent 100%
	); */
}
.section img {
	max-width: 100%;
	box-sizing: border-box;
	/* padding: var(--sp); */
}
img.round {
	border-radius: 100px;
}
article img {
	max-width: 100%;
	box-sizing: border-box;
	border-radius: 15px;
	box-shadow: 0px 3px 3px 0px black;
	/* padding: var(--sp); */
}

.section.code {
	word-break: break-word;
	border: 1px solid black;

	box-shadow: none;
	line-height: 1.5;
	background-color: rgb(238, 238, 238);
	padding-left: var(--sp);
	padding-right: var(--sp);
	padding-top: var(--sp05);
	padding-bottom: var(--sp05);
	margin-left: var(--sp);
	margin-right: var(--sp);
	margin-top: var(--sp05);
	margin-bottom: var(--sp05);
}
.code pre {
	white-space: pre-wrap;
}

.col {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.row {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex1 {
	flex: 1;
}

nav {
	z-index: 999;
	position: fixed;
	width: 100%;
	top: 0;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	/* padding-top: 1em;
	padding-bottom: 1em; */
	height: 97px;
	box-sizing: border-box;
	background-color: var(--navColor);
	/* background-color: white; */
	transition:
		transform 1.3s ease-in-out,
		box-shadow 1.3s ease-in-out;
	box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.3);
}
#fakeNav {
	width: 100%;
	flex-shrink: 0;
	position: relative;
	display: block;
	height: 97px;
	background-color: transparent;
}
nav.scrolled {
	/* background-color: #141414; */
	box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.3);
}
nav.scrolled .navButton {
	/* color: white; */
	font-size: 20px;
}

.navCol {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 1;
}
.navButton {
	font-size: 16px;
	height: 100%;
	width: 100%;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	/* font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif; */

	background-color: var(--navColor);
	color: #cecece;
	fill: #cecece;
	border: none;
	border-radius: 3px;
	flex: 1;
	cursor: pointer;
	/* transition: color 0.3s ease-out, background-color 0.3s ease-out,
		padding-top 0.4s ease-out; */
	box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 2550, 0.26);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition:
		color 0.3s ease-out,
		background-color 0.3s ease-out,
		border-bottom 0.3s ease-in-out;
	transform: translate(0, 0);
}
.navButton:hover {
	color: #ebebeb;
	background: transparent;
	background-color: #1a1a1a;
}
.navButton span {
	transform: translate(0px, 0px);
}
:root {
	--animDel: 0.05s;
	--animDur: 0.15s;
	--animEase: ease-out;
}
.navButton:hover span:nth-child(1) {
	animation: var(--animDur) var(--animEase) tipple;
}
.navButton:hover span:nth-child(2) {
	animation: var(--animDur) var(--animEase) calc(var(--animDel) * 1) tipple;
}
.navButton:hover span:nth-child(3) {
	animation: var(--animDur) var(--animEase) calc(var(--animDel) * 2) tipple;
}
.navButton:hover span:nth-child(4) {
	animation: var(--animDur) var(--animEase) calc(var(--animDel) * 3) tipple;
}
.navButton:hover span:nth-child(5) {
	animation: var(--animDur) var(--animEase) calc(var(--animDel) * 4) tipple;
}
.navButton:hover span:nth-child(6) {
	animation: var(--animDur) var(--animEase) calc(var(--animDel) * 5) tipple;
}
.navButton:hover span:nth-child(7) {
	animation: var(--animDur) var(--animEase) calc(var(--animDel) * 6) tipple;
}

@keyframes tipple {
	0% {
		transform: translate(0%, 0%);
	}
	50% {
		transform: translate(0%, 2px);
	}
	100% {
		transform: translate(0%, 0%);
	}
}
.navButton:active {
	box-shadow: inset 0px -6px 4px 1px rgba(75, 75, 75, 0.26);
}
.navButton.highlighted {
	color: #ffa000;
	/* font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif; */
}
.navButton.selected {
	/* padding-top: 1rem; */
	background-color: #000000;
	border-bottom: 4px solid var(--orange);
}
.belowButton {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 100%);
}
nav.scrolled .logoNav {
}
.logoNav {
	/* max-height: 60px;
	 */
	height: 100%;
	/* max-width: 240px; */
	align-self: flex-start;
	margin-right: 1rem;
	margin-left: 1rem;
	position: relative;
}
.logoNav .svg {
	cursor: pointer;
	/* max-height: 60px;
	*/
	height: 100%;
	width: 100%;
	transition: filter 0.2s ease-in-out;
	display: flex;
	align-items: center;
	/* filter: drop-shadow(0px 0px 0px rgba(255, 255, 255, 0)); */
}
.logoNav .svg svg {
	box-sizing: border-box;
	cursor: pointer;
	height: calc(100% - 2rem);
	width: 100%;
	transition: filter 0.2s ease-in-out;
	/* filter: drop-shadow(0px 0px 0px rgba(255, 255, 255, 0)); */
}
.logoNav svg:hover {
	filter: grayscale(1);
	/* filter: drop-shadow(1px 3px 1px rgb(23, 105, 172)); */
}
.logoNavSvgSmall {
	display: none;
}
.subline {
	width: 0%;
	height: 2px;
	position: absolute;
	z-index: -1;
	bottom: -1px;
	left: 0%;
	border-radius: 3px;
	background: linear-gradient(
		45deg,
		rgb(255, 2rgb (0, 0, 0) 55) 0%,
		white 50%,
		rgb(255, 255, 255) 100%
	);
	transition: all 0.5s ease-in;
	transform: scale(1, 1);
}
.logoNav img:hover ~ .subline {
	width: 100%;
	left: 0%;
	transform: scale(1, 1);
}

footer {
	width: 100%;
	bottom: 0;
	margin-top: 6rem;
	box-shadow: 0px 1px 0px 1px var(--ribbonColor);
	background-color: none;
	display: flex;
	position: relative;
	background-color: #1b1b1b;
}

footer .logoNav {
	height: 78px;
	filter: grayscale(1);
	transition: opacity 0.2s ease-in-out;
	opacity: 1;
}
footer .logoNav:hover {
	opacity: 0.5;
}

#socialLogos {
	flex: 1;
	position: absolute;
	left: 50%;
	top: -50%;
	transform: translate(-50%, -50%);
}
#socialLogos a {
	transition:
		opacity 0.2s ease-in-out,
		background-size 0.5s ease,
		border-bottom 0.15s linear;
	margin-left: 0.5em;
	margin-right: 0.5em;
	opacity: 0.5;
}
#socialLogos a:hover {
	--thickness: 0.2em;
	opacity: 0.8;
	box-sizing: border-box;
	/* border-bottom: 5px solid black; */
}

.cardCont {
	/* position: relative; */
	/* display: flex;
	flex-direction: row; */
	/* gap: var(--sp05); */
	display: grid;
	margin-top: var(--sp);
	margin-bottom: var(--sp);
	max-width: 100%;
	width: 100%;
	/* justify-content: center; */
	/* display: grid; */
	/* grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); */
	/* overflow: hidden; */
}
.cardContInner {
	height: 100%;
	width: 100%;
	position: relative;
	display: flex;
	display: grid;
	gap: 24px;
	flex-direction: row;
	transition: transform 0.4s ease-in-out;
	min-height: 300px;
	justify-items: center;
	justify-content: center;
}
.card {
	/* align-self: stretch; */
	/* justify-self: stretch; */
	/* flex-direction: column; */
	/* flex: 1; */
	background-color: var(--cardBg);
	/* border: 1px solid rgb(73, 73, 73); */
	border-radius: 5px;

	/* width: 300px; */
	box-sizing: border-box;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	min-width: 300px;
	color: var(--darkGrey);
	padding: var(--sp05);
	font-size: 0.85rem;
	text-align: center;
	/* font-family: monospace; */

	transform: translate(0, 0);
	font-weight: 100;
	transition:
		color 0.2s ease-out,
		transform 0.5s ease-in-out,
		left 0.5s ease-in-out,
		top 0.5s ease-in-out,
		box-shadow 0.3s linear;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;

	/* position: absolute; */
}
.card:hover {
	/* color: rgba(1, 45, 128, 0.2);
	fill: rgba(1, 45, 128, 0.2); */
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0);
}

.card strong {
	/* font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif; */
	background-color: transparent;
	background-image: none;
	box-shadow: none;
	font-size: 0.9rem;
	font-weight: 600;
	text-transform: uppercase;
	/* text-decoration: underline; */
	box-shadow: none;
	color: var(--darkGrey);
	transition: color 0.2s ease-out;
}
.card img,
.card svg {
	/* background-color: rgb(0, 0, 0); */
	border-radius: 3px;

	/* margin-top: -1.4rem; */
	padding: 1rem;
	/* width: 100%; */
	min-height: 42px;
	min-width: 42px;
	max-height: 42px;
	fill: var(--fontColor);
	/* var(--lightGrey); */
	transition: fill 0.2s ease-out;
}

li {
	margin-left: 0.5rem;
	margin-top: 0.5rem;
	margin-bottom: 0.52rem;
	line-height: 1.3;
}

li:first-letter {
	/* font-size: 1.3rem;
	font-weight: 600;
	/* font-family: "Courier New", Courier, monospace; */
	/* letter-spacing: -3px;  */
}

li::marker {
	color: var(--darkGrey);
	/* font-variant-numeric: tabular-nums; */
	unicode-bidi: plaintext;
	content: "♪";
	letter-spacing: 10px;
	/* line-height: 10px; */

	font-size: 1.2rem;
}
a {
	text-decoration: none;
	/* underline solid rgba(34, 56, 99, 0.3); */
	font-weight: 600;
	color: var(--orange);
	transition:
		color 0.2s ease-in-out,
		text-decoration-color 0.2s ease-in-out;
	color: var(--blue);
	width: fit-content;
	--thickness: 0.1em;
	--strike: 0;

	background: linear-gradient(90deg, transparent, var(--orange) 0) no-repeat
		right bottom / calc(var(--strike) * 100%) var(--thickness);

	transition: background-size 0.5s ease;
}
a:hover {
	--strike: 1; /* "1" means "true" (show the strike line) */
	background-position-x: left;
	/* color: rgb(0, 0, 0); */
}

a .icon {
	background: transparent;
	cursor: pointer;
	align-items: "center";
	font-size: inherit;
	width: 1em;
	height: 1em;
	margin-left: var(--sp05);

	text-decoration: none;
}

.btn {
	padding-left: var(--sp05);
	padding-right: var(--sp05);
	padding-top: var(--sp05);
	padding-bottom: var(--sp05);
	margin-left: var(--sp05);
	margin-right: var(--sp05);
	margin-top: var(--sp025);
	margin-bottom: var(--sp025);
	font-weight: 600;
	text-decoration: none;
	letter-spacing: 0.12rem;
	border: none;
	background-color: var(--orange);
	color: black;
	border-radius: 11px;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	transition:
		box-shadow 0.3s ease-out,
		background-color 0.3s ease-out,
		color 0.3s ease-out;
	/* font-family: monospace; */
}

.btn:hover {
	text-decoration: none;
	background-color: #ffa60d;
	color: rgb(49, 49, 49);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
}
.caption {
	font-size: 1rem;
	text-transform: uppercase;
	/* font-family: monospace; */
	color: var(--darkGrey);
	letter-spacing: 0.034em;
}
.caption.small {
	font-size: 0.7rem;
	margin-top: 0.5rem;
}
.notification {
	position: absolute;

	top: 25%;
	z-index: 1001;
	left: 25%;
	width: 50%;
	background-color: var(--bgColor);
	padding: var(--sp2);
	box-sizing: border-box;
	box-shadow: 0px 2px 3px 1px black;
	flex-direction: column;
	justify-content: space-around;
}
.notification .btn-group {
	margin-top: 2rem;
}
.notification .notifCloser {
	position: absolute;
	top: 15px;
	right: 15px;
}

.shownIfSmall {
	display: none;
}
.hiddenIfSmall {
	display: block;
}
#navSideMenu .navCol {
	height: 90px;
}
#navSideMenu {
	position: absolute;
	height: 100vh;
	width: 400px;
	background-color: var(--navColor);
	color: white;
	top: 0;
	right: 0;
	transform: translate(100%, 0);
	transition: transform 0.5s ease-in-out;
}
#navSideMenu .buttons {
	margin-top: 3rem;
}
#navSideMenuCloser {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	text-align: center;
}
#navSideMenu.shown {
	transform: translate(0%, 0);
}
.iconRow {
	display: flex;
	flex-direction: row;
}
.iconRow img,
.iconRow svg {
	height: 25px;
	max-width: 25px;
	min-width: 15px;
	margin-right: 1rem;
}

.date {
	font-weight: 100;
	font-size: 1rem;
	text-align: right;

	padding-left: var(--sp05);
	padding-right: var(--sp05);
	padding: var(--sp05);
}
.author {
	font-size: 1rem;
	text-align: right;
	padding-left: var(--sp05);
	padding-right: var(--sp05);
	font-weight: 600;
	font-size: 1rem;
	text-align: right;
	padding-left: var(--sp05);
	padding-right: var(--sp05);
	color: var(--darkGrey);
	/* background-color: #878787; */
	padding: var(--sp05);
	width: fit-content;
	float: right;
}

.settingsToC {
}
.settingsToC a {
	cursor: pointer;
	text-decoration-line: none;
	display: flex;
	align-items: center;
	width: fit-content;
	--thickness: 0.1em;
	--strike: 0;

	background: linear-gradient(90deg, transparent, var(--orange) 0) no-repeat
		right bottom / calc(var(--strike) * 100%) var(--thickness);

	transition: background-size 0.4s ease;
	/* padding: 0 0.2em; */
}
.settingsToC a .icon {
	cursor: pointer;
	align-items: "center";
	font-size: inherit;
	width: 20px;
	height: 20px;
	margin-left: var(--sp025);
}
h4 a {
	cursor: pointer;
	text-decoration-line: none;
}
.settingsToC a:hover {
	cursor: pointer;
	/* text-decoration-line: underline; */
	--strike: 1; /* "1" means "true" (show the strike line) */
	background-position-x: left;
}
.settingCategory.hidden {
	display: none;
}
.settingCategory h2 {
	display: flex;
	align-items: center;
}
.settingCategory h2 a {
	display: flex;
	align-items: center;
}
.settingCategory h2 a:hover {
	background: transparent;
}
.section .settingBox.hidden {
	display: none;
}
.section .settingBox.clickable:not(.clicked) {
	cursor: pointer;
	transition: none;
}
.section .settingBox {
	transition: max-height 0.3s ease-in-out;
	overflow: hidden;
	text-align: left;
	/* padding: 0; */
	background-color: #ededed;
	padding-top: var(--sp2);
	box-sizing: border-box;
	padding-top: var(--sp05);
	padding-bottom: var(--sp05);
	margin-bottom: var(--sp05);
	border-radius: 3px;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
	font-weight: 400;
}
.section .settingBox strong {
	font-weight: bold;
	margin-right: 0.2rem;
}
.section .settingBox p span {
	margin-right: 0.6rem;
}
.section .settingBox h1,
.section .settingBox h2,
.section .settingBox h3,
.section .settingBox h4 {
	text-align: left;
	margin-bottom: 0;
	margin-top: 0;
	font-weight: bolder;
}
.section .settingBox li::marker {
	color: var(--darkGrey);
	/* font-variant-numeric: tabular-nums; */
	unicode-bidi: normal;
	content: initial;
	letter-spacing: 10px;
	/* line-height: 10px; */
	font-size: 1rem;
}

.searchField {
	/* padding: 0.45rem; */
	/* padding-left: 1rem;
	padding-right: 1rem; */
	box-sizing: border-box;
	position: relative;
	margin-right: auto;
	width: fit-content;
	flex-grow: 0;
}
.searchField button {
	margin: 0;
	padding: 0;
}
.searchField line {
	stroke: var(--lightGrey);
}
.settingsSearch {
	/* width: 100%; */

	border: 2px solid var(--lighterGrey);
	box-sizing: border-box;
	height: 100%;
	border-radius: 2rem !important;
	padding: 1rem;
	padding-top: 0.6rem !important;
	padding-bottom: 0.6rem !important;
	padding-left: calc(20px + 2rem);

	font-size: 1rem !important;
	/* phosphorIcons */
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"><rect width="256" height="256" fill="none"/><circle cx="112" cy="112" r="80" fill="none" stroke="rgb(219, 219, 219)" stroke-linecap="round" stroke-linejoin="round" stroke-width="24"/><line x1="168.57" y1="168.57" x2="224" y2="224" fill="none" stroke="rgb(219, 219, 219)" stroke-linecap="round" stroke-linejoin="round" stroke-width="24"/></svg>');
	background-repeat: no-repeat;
	background-size: 1.3rem 1.3rem;
	background-position: 0.6rem 0.5rem;
	margin: 0 !important;
	outline: none;
}

.settingsSearch:focus {
	outline: none;
	border: 2px solid var(--lightGrey);
}
.settingsSearch::placeholder {
	color: var(--lighterGrey);
}
.searchInputCancel {
	position: absolute;
	top: 1.3rem;
	transform: translate(0, -50%);
	right: 1rem;
	background-color: transparent;
	box-shadow: none;
	padding: 0;
	width: 1.2rem;
	height: 1.2rem;
	transition: color 0.25s ease-in-out;
	color: var(--fontColor) !important;
	display: none;
}
.searchInputCancel svg {
	width: 1.2rem;
	height: 1.2rem;
}

.searchInputCancel:focus-visible {
	background-color: transparent;
	box-shadow: none;
}
.searchInputCancel:hover,
.searchInputCancel:hover:active,
.searchInputCancel:active {
	background-color: transparent;
	box-shadow: none;
}

.breadcrumbs {
	padding: var(--sp);
	padding-bottom: 0;

	display: flex;
	flex-wrap: nowrap;
	gap: var(--sp05);
	align-items: center;
	width: 100%;
	box-sizing: border-box;
}
.breadcrumbs a::first-letter {
	text-transform: capitalize;
	font-weight: 900;
}
.breadcrumbs span {
	font-weight: 900;
}
.breadcrumbs span::first-letter {
	text-transform: capitalize;
}

.accordion {
}
.accordionItem {
	margin-bottom: 8px;
	/* border-right: 5px solid var(--orange); */
	/* border-left: 8px solid var(--blue); */
	box-sizing: border-box;
	border-radius: 5px;
	overflow: hidden;
	transition: border-right 0.25s ease-in-out;
}
.accordionItem.collapsed {
	margin-bottom: 8px;
	/* border-right: 5px solid var(--darkGrey); */
	/* border-left: 8px solid var(--blue); */
	box-sizing: border-box;
	border-radius: 5px;
	overflow: hidden;
}
.accordionTitle {
	padding: var(--sp05);
	cursor: pointer;
	background-color: var(--darkGrey);
	transition: background-color 0.25s ease-in-out;
	display: flex;
	align-items: center;
}
.accordionTitle h4 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.accordionTitle .icon {
	cursor: pointer;
	align-items: "center";
	font-size: inherit;
	width: 1em;
	height: 1em;
	margin-left: var(--sp05);
	transition: transform 0.25s ease-in-out;
	transform: rotate(360deg);
}
.accordionItem.collapsed .accordionTitle .icon {
	transform: rotate(270deg);
}
.accordionTitle:hover {
	background-color: var(--lightGrey);
}
.accordionTitle h3,
.accordionTitle h2,
.accordionTitle h1,
.accordionTitle h4 {
	color: white;
	margin: 0;
}

.accordionText {
	background-color: var(--cardBg);
	margin: 0;
	/* background-color: var(--cardBg); */

	box-sizing: border-box;
	line-height: 1.6;
	transition: max-height 0.4s ease-in-out;
	overflow: hidden;
	max-height: 200px;
	/* border-bottom: 3px solid var(--lightGrey); */
}
.collapsed .accordionText {
	max-height: 0;
}
.accordionText p {
	padding: var(--sp05);
	padding-top: var(--sp025);
	padding-bottom: var(--sp);
}

.songBox h3 {
	margin: 0;
	padding-left: 1rem;
	padding-right: 1rem;
	text-align: center;
}
.songBox p {
	width: 100%;
	display: block;
	margin: 0;
}
.songBox a {
	display: block;
	width: 100%;
	padding: 1rem;
	box-sizing: border-box;
	border-radius: 4px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
	color: white;
	--thickness: 0.2em;

	background-color: var(--lighterGrey);
	text-align: left;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 10px;
	align-items: center;
}
.songBox .piecesBox {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 16px;
}
.songBox a div {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 2px;
	align-items: center;
}
.songBox svg {
	padding: 0;
	height: 17px;
	min-width: unset;
	min-height: unset;
}
svg.difficulty {
	height: 16px;
	width: 16px;
}
svg.difficulty.easy {
	color: green;
}
svg.difficulty.medium {
	color: yellow;
}
svg.difficulty.hard {
	color: orange;
}
svg.difficulty.veryHard {
	color: red;
}

.songTable {
	width: 100%;
	table-layout: fixed;
	border: none;
	border-spacing: 0;
	column-gap: var(--sp025);
	margin-bottom: 250px;
}
.songTable thead {
	text-align: left;
	box-shadow: 0px 3px 0px 0px var(--orange);
	position: sticky;
	top: 97px;
	background-color: var(--bgColor);
	z-index: 5;
}

.songTable thead th {
	font-weight: 400;
	padding: var(--sp05);
	background-color: var(--bgColor);
}
.songTable thead th span {
	font-weight: 400;
	cursor: pointer;
	/* text-overflow: ellipsis; */
	/* overflow: hidden; */
	display: inline-block;
}
.songCol span,
.songCol div {
	overflow: hidden;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;

	/* padding: var(--sp025);
	padding-left: var(--sp05);
	padding-right: var(--sp05); */
}
.songTable .songBigCol {
	display: flex;
	flex-direction: column;
}
.songTable .caption {
	display: block;
	font-size: 0.7rem;
}
.songTable thead th span:hover {
	color: var(--darkGrey);
}
.songTable tbody:before {
	content: "-";
	display: block;
	line-height: var(--sp05);
	color: transparent;
	width: 100%;
}
.songTable thead th .caret {
	height: 20px;
	margin-left: 1rem;
	transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transform: rotate(0deg);
}
.songTable thead th .caret.down {
	transform: rotate(180deg);
}
.songRow {
	width: 100%;
	box-sizing: border-box;
	cursor: pointer;
	font-size: 0.79rem;
}

.songTable tr th:nth-child(2),
.songRow td:nth-child(2),
.songTable tr th:nth-child(1),
.songRow td:nth-child(1) {
	column-width: 40%;
	width: 54%;
	box-sizing: border-box;
}

.songTable tr th:nth-child(4) span,
.songTable tr td:nth-child(4) span {
	text-align: center;
	width: 100%;
}

.songTable tr th:nth-child(4),
.songRow td:nth-child(4) {
	max-width: 120px;
	width: 120px;
}
.songTable tr th:nth-child(5),
.songRow td:nth-child(5) {
	box-sizing: border-box;
	max-width: 90px;
	width: 90px;
}

.songRow:hover {
	background-color: #f1f8ff;
}
.songCol {
	border: none;
	outline: none;
	box-sizing: border-box;
	/* 
	padding: var(--sp025);
	padding-left: var(--sp05);
	padding-right: var(--sp05); */

	position: relative;
}
.songCol svg {
	/* height: 1.5rem; */
	color: var(--darkGrey);
	height: 100%;
}

.songInfoButton {
	height: 20px;
	width: 20px;
	border-radius: 10px;
	padding: var(--sp025);
}
.songInfoButton:hover {
	background-color: white;
}
.songInfoContainer {
	position: fixed;
	background-color: white;
	border-radius: 5px;
	z-index: 5;
	padding: var(--sp);
	display: flex;
	flex-direction: column;
	gap: var(--sp05);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
.songInfoContainer .songInfoLabel {
	font-weight: 500;
}

.smallHiddenCol {
	display: table-cell;
	visibility: visible;
}
.smallShownCol {
	display: none;
	visibility: collapse;
	padding: 0;
}
/* .songCol:not(:nth-child(3)) span:hover {
	width: unset;
	text-overflow: clip;
	word-break: break-all;
	position: absolute;
	top: 0;
	left: 0;
	padding: var(--sp025);
	padding-left: var(--sp05);
	padding-right: var(--sp05);

	background-color: #f1f8ff;
	height: 100%;
	box-sizing: border-box;
	z-index: 10;
} */
/* Tablet Screens */
@media screen and (max-width: 900px) {
	body {
		font-size: 18px;
	}
	.section {
		padding: var(--sp05) var(--sp) var(--sp05) var(--sp);
	}
	main > .section {
		padding: var(--sp05);
		padding-top: var(--sp);
		padding-bottom: var(--sp);
	}
	.section.oneCol,
	.section.twoCol {
		justify-content: center;
		align-items: center;
		gap: 1rem;
		max-width: 680px;
		grid-template-columns: repeat(1, 1fr);
	}

	.twoColText {
		justify-self: flex-start;
		max-width: unset;
	}
	.section.twoCol img {
		order: 2;
	}
	.section.twoCol.reverse {
		flex-direction: column-reverse;
	}
	img.round {
		border-radius: 10px;
	}
	footer {
		margin-top: 6rem;
	}
	footer #socialLogos {
		top: -50%;
	}
	.cardCont {
		flex-direction: column;
	}
	.cardCont {
		flex-direction: column;
	}
	.shownIfSmall {
		display: block;
	}
	.hiddenIfSmall {
		display: none;
	}
	.notification {
		top: 0;
		left: 0;
		width: 100%;
		min-height: 100%;
		background-color: var(--bgColor);
		padding: 1rem;
		padding-top: 4rem;
		display: flex;
		justify-content: space-evenly;
	}
	.notification .btn-group {
		margin-top: 2rem;
	}
	.logoNav .svg svg {
		display: none;
	}
	.logoNav .svg .logoNavSvgSmall {
		display: block;
	}
	nav .row {
		flex: 1 !important;
	}
	.navButton {
		font-size: 13px;
	}
	/* .songTable thead th:nth-child(3),
	.songTable tbody td:nth-child(3) {
		display: none;
	} */
	.smallHiddenCol {
		display: none;
		visibility: collapse;
		padding: 0;
	}
	.smallShownCol {
		display: table-cell;
		visibility: visible;
	}
	.songTable tr th:nth-child(4),
	.songRow td:nth-child(4) {
		width: 65px;
	}
	.songTable tr th:nth-child(5),
	.songRow td:nth-child(5) {
		width: 50px;
	}
	.songTable tr th:nth-child(2),
	.songRow td:nth-child(2),
	.songTable tr th:nth-child(1),
	.songRow td:nth-child(1) {
		column-width: 40%;
		width: 80%;
	}
}

/* Mobile Screens */
@media screen and (max-width: 600px) {
	body {
		font-size: 16px;
	}
	h1,
	h2,
	h3,
	h4,
	h5 {
		padding-left: var(--sp025);
		padding-right: var(--sp025);
	}
	h1 {
		margin-top: 1rem;
		margin-bottom: 1rem;
		font-size: 1.6rem;
	}
	h2 {
		font-size: 1.3rem;
	}
	h3 {
		font-size: 1.17rem;
	}
	h4 {
		font-size: 1rem;
	}
	h5 {
		font-size: 0.9rem;
	}
	p.caption {
		font-size: 0.625rem;
	}
	.section {
		padding-left: var(--sp025);
		padding-right: var(--sp025);
		/* padding-left: 0;
		padding-right: 0; */
	}

	.section.paddingSide {
		padding-left: var(--sp05);

		padding-right: var(--sp05);
	}
	.paragraph {
		padding-left: var(--sp025);
		padding-right: var(--sp025);
	}
	#navSideMenu {
		width: 100%;
	}
	.card {
		/* flex-direction: row; */
		font-size: 0.7rem;
	}
	.card img,
	.card svg {
		/* width: 100%; */
		/* min-height: 55px; */
		/* max-height: 50%; */
	}
	.colorBox {
		border-radius: 0;
	}
	.section.hero {
		min-height: unset;
	}
	.section.hero .section {
		margin-top: 25vh;
		max-height: none;
	}
	.breadcrumbs {
		padding: var(--sp05);
		padding-bottom: 0;
		gap: var(--sp025);
	}
}
nav {
	view-transition-name: none;
}
/* Fade effect between whole pages */
::view-transition-old(root),
::view-transition-new(root) {
	animation-duration: 0.5s;
}

::view-transition-old(root) {
	animation-name: fade-out;
}

::view-transition-new(root) {
	animation-name: fade-in;
}

@keyframes fade-out {
	from {
		opacity: 1;
		/* background-color: transparent; */
	}
	to {
		/* background-color: black; */
		opacity: 1;
	}
}

@keyframes fade-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

::view-transition-old(page-title) {
	animation: slide-up 0.5s ease;
}

::view-transition-new(page-title) {
	animation: slide-down 0.5s ease;
}

@keyframes slide-up {
	from {
		transform: translateY(20px);
		opacity: 1;
	}
	to {
		transform: translateY(0);
		opacity: 0;
	}
}
@keyframes slide-down {
	from {
		transform: translateY(20px);
		opacity: 0;
	}
	to {
		transform: translateY(0px);
		opacity: 1;
	}
}
