	@import url('https://fonts.upset.dev/css2?family=Outfit:wght@100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&family=Style+Script&display=swap');
	* {
	font-smooth: never;
    	scrollbar-width: thin;
    	scrollbar-color: #65ab7c #FFF;
	}
	body {
	background: url("washi.png");
	background-color: #FFFBDB;
	}
	.dark-mode {
  	background-color: black;
  	color: #ceaefa;
	prefers-color-scheme: dark;
	}
	.dark-mode #note {
	color: #dfc5fe;
	background-color: black;
	}
	.dark-mode #note strong {
	color: #C1AAC0;
	}
	.dark-mode main .body-text h1 {
	background-color: #7a687f;
	}
	.dark-mode main h2 {
	background-color: #7a687f;
	color: #000;
	}
	.dark-mode strong {
	color: #d7fffe;
	}
	.dark-mode main a {
	 background: linear-gradient(0deg, #eecffe, #eecffe) no-repeat right bottom / 0 var(--bg-h);
  	transition: background-size 350ms;
  	--bg-h: 100%;
	}
	.dark-mode a:visited, a:active {
	color: #eecffe;
	}
	.dark-mode main a {
	padding-bottom: 2px;
  	--bg-h: 2px;
	color: #eecffe;
	}
	.dark-mode main a:hover {
	color: #eecffe;
	}
	.dark-mode main a:where(:hover, :focus-visible, :visited) {
  	background-size: 100% var(--bg-h);
  	background-position-x: left;
	}
	.dark-mode blockquote {
	background-color: black;
	}
	.dark-mode.topnav {
	background-color: black;
	}
	
	.dark-mode.topnav a {
	color: #C1AAC0;
	background-color: black;
	}
	.dark-mode.topnav a:hover {
	color: #FFF;
	background-color: black;
	}
	.dark-mode #head-content a { color: #C1AAC0; 	background-color: black;
}
	.dark-mode.dropdown {
	color: #966ebd;
	background-color: black;
	}
	.dark-mode .dropdown .dropbtn {
	color: #C1AAC0;
	background-color: black;
	}
	.dark-mode.dropbtn { 
	color: #ac86a8;
	background-color: black;
	}
	.dark-mode.dropdown-content {
	color: #ac86a8;
	background-color: black;
	}
	.dark-mode aside {
	background-color: #7a687f;
	border: 2px solid #7a687f;
	color: #FFF;
	}
	.dark-mode #aside a {
   	background: linear-gradient(0deg, #eecffe, #eecffe) no-repeat right bottom / 0 var(--bg-h);
  	transition: background-size 350ms;
  	--bg-h: 100%;
	}
	.dark-mode #aside a {
	  padding-bottom: 2px;
	color: #eecffe;
  	--bg-h: 2px;
	}
	.dark-mode #aside a:hover {
	color: #eecffe;
	}
	.dark-mode aside h2 { background-color: #947e94; }
	.dark-mode #statuscafe { background-color: #000; color: #eecffe; }
	.dark-mode #aside a:where(:hover, :focus-visible, :visited) {
  	background-size: 100% var(--bg-h);
  	background-position-x: left;
	}
	.dark-mode footer a:hover { color: #FFF; }
	.dark-mode footer {
	background-color: black;
	}
	main {
	background: url("otis-redding.png");
	background-color: #C1AAC0;
	margin: 0px auto;
	width: 65vw;
	padding: 20px;
  	font-family: Verdana, sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
	font-size: 0.72em;
	line-height: 1rem;
	color: #000;
	height: 100%;
	}

	header {
	margin: 0 auto;
	background-color: #C1AAC0;
  	position: sticky;
	top: 0px;
	padding: 20px;
	width: 65vw;
	height: 9vh;
	text-align: center;
	}
	#head-content a {
	color: #6C3E6A;
	font-weight: 500;
	}
	#head-content a:hover {
	color: #887191;
	transition: all 0.5s;
	}

	header button {
	border-radius: 30px;
	padding: 2px;
	border: 0px;
	margin: 10px;
	}

	aside {
	float: right;
	width: 30%;
	border: 2px solid #DE6C83;
	background-color: rgba(217, 202, 216,0.5);
	padding: 10px;
	color: #6C3E6A;
	font-size: 7.5pt;
	line-height: 10pt;
	z-index: 2;
	}
	#aside a {
  	background: linear-gradient(0deg, #5f34e7, #5f34e7) no-repeat right bottom / 0 var(--bg-h);
	color: #5f34e7;
	}
	#aside a:hover {
	color: #5f34e7;
	}
	#aside a:where(:hover, :focus-visible, :visited) {
  	background-size: 100% var(--bg-h);
  	background-position-x: left;
	}
	aside h2 {
	background-color: #DE6C83;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #FFF;
	font-size: 0.6rem;
	text-transform: uppercase;
	line-height: 0.6rem;
	letter-spacing: 1px;
	font-smooth: never;
	overflow: hidden;
	}
	aside p strong {
	color: #d7fffe;
	}

	.logo {
	font-family: "Outfit", sans-serif;
  	font-weight: 300;
  	font-style: normal;
	text-decoration: none;
	font-size: 1.5rem;
	line-height: 2.6rem;
	color: #FF6D00;
	}
	.logo:hover {
	color: #FF6D00;
	}
	main a {
	font-family: Arial, sans-serif;
	color: #6C3E6A;
	font-weight: 600;
  	text-decoration: none;
	letter-spacing: 1px;
  	background: linear-gradient(0deg, #6C3E6A, #6C3E6A) no-repeat right bottom / 0 var(--bg-h);
  	transition: background-size 350ms;
  	--bg-h: 100%;
	}
	main a {
	  padding-bottom: 2px;
  	--bg-h: 2px;
	}
	main a:hover {
	color: #6C3E6A;
	}
	main a:where(:hover, :focus-visible, :visited) {
  	background-size: 100% var(--bg-h);
  	background-position-x: left;
	}
	main strong {
	font-family: Arial, sans-serif;
	font-size: 0.8rem;
	color: #d7fffe;
	font-weight: 700;
	letter-spacing: 1px;
	}
	main em {
	font-family: Arial, sans-serif;
	letter-spacing: 1px;
	}
	.body-text {
	text-align: balance;
	}
	.body-text h1 {
	font-family: "Style Script", sans-serif;
	font-size: 2rem;
	letter-spacing: 1px;
	font-weight: 300;
	background-color: #DE6C83;
	color: #FFF;
	line-height: 3rem;
 	overflow: hidden;
	padding-left: 18px;
	border-radius: 15px 0px 0px 15px;
	}
	.body-text h2 {
	font-family: "Urbanist", sans-serif;
	letter-spacing: 1px;
	font-weight: 700;
	font-smooth: never;
	background-color: #DE6C83;
	color: #FFFBDB;
	text-transform: uppercase;
	text-indent: 5px;
 	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 1px;
	}
	.body-text h3 {
	font-family: "Urbanist", sans-serif;
	letter-spacing: 1px;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
	font-size: 1.1rem;
	line-height: 1.3rem;
	color: #FFFBDB;
 	overflow: hidden;
	letter-spacing: 1px;

	}
	.body-text h4 {
	font-family: Arial, sans-serif;
	}
	blockquote {
	text-align: center;
	padding: 2px;
	}
	footer {
	margin: 0 auto;
	background-color: #C1AAC0;
	font-family: "Urbanist", sans-serif;
	width: 65vw;
	padding: 20px;
	font-size: 0.9rem;
	font-weight: 400;
	text-align: center;
	font-smooth: never;
	}
	footer strong {
	font-size: 0.8rem;
	color: #547282;
	font-weight: 300;
	}
	footer a:link, a:visited, a:active {
	color: #6C3E6A;
	font-weight: 600;
	text-decoration: none;
	}
	footer a:hover {
	color: #FFF;
	}
	#portrait {
	background-image: url("portrait1.png");
	width: 120px;
	height: 150px;
	background-size: cover;
	float: right;
	border: 2px solid #C1AAC0;
	border-radius: 10px;
	margin: 2px;
	transition: background-image 0.5s ease;
	display: block;
	max-width: 100%;
	}
	#portrait:hover {
	background-image: url("dithered-portrait.png");
	}

	\* navbar *\
	.topnav {
  	overflow: hidden;
  	background-color: #C1AAC0;
	}

	.topnav a {
  	display: block;
  	color: #6C3E6A;
  	text-align: center;
  	padding: 14px 16px;
  	text-decoration: none;
  	font-family: "Outfit", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 600;
  	font-style: normal;
	background-color: #D9CAD8;
	}

	.active {
	}

	.topnav .icon {
  	display: none;
	}

	.dropdown {
  	float: left;
  	overflow: hidden;
	}

	.dropdown .dropbtn {
  	border: none;
  	outline: none;
  	color: #6C3E6A;
  	padding: 14px 16px;
  	background-color: inherit;
  	font-family: inherit;
  	margin: 0 auto;
  	font-family: "Outfit", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 600;
  	font-style: normal;
  	z-index: 1;
	}

	.dropdown-content {
  	display: none;
  	position: absolute;
  	background-color: #D9CAD8;
  	min-width: 160px;

	}

	.dropdown-content a {
  	float: none;
  	color: #6C3E6A;
  	padding: 12px 16px;
  	text-decoration: none;
  	display: block;
  	text-align: left;
	}

	.topnav a:hover, .dropdown:hover .dropbtn {
  	color: #887191;
  	cursor: pointer;
	}

	.dropdown-content a:hover {
  	color: #887191;
	}

	.dropdown:hover .dropdown-content {
  	display: block;
	}

	#toggle {
	background-color: #001011;
	float: right;
	}
	#toggle::after {
	content: "🌙";
	}
	.dark-mode #toggle {
	background-color: #FFF;
	}
 	.dark-mode #toggle::after {
	content: "🌞";	
	}

	#statuscafe {
	background-color: #EEE;
	border: 2px solid #b790d4;
	border-radius: 50px;
	padding: 3px 2px 3px 2px;
	text-align: center;
	color: #6C3E6A;
	font-size: 6.5pt;
	font-weight: 600;
	padding: 5px;
	}
	#statuscafe-content {
	font-weight: 400;
	}
	#statuscafe a {	
	color: #547282;
	}
	#statuscafe a:hover {
	color: #547282;
	}
	#note { 
	background-color: rgba(183,144,212,0.5); 
	color: #000;
	border: 1px solid #6C3E6A;
	width: 55%;
	}
	#note strong {
	color: #6C3E6A;
	}

	@media screen and (max-width: 678px) {
	header {
  	position: static;
	}
  	.topnav a:not(:first-child), .dropdown .dropbtn {
    	display: none;
  	}
  	.topnav a.icon {
    	float: right;
    	display: block;
  	 }
	aside {
	float: none;
	width: 70%;
	}
	#toggle { display: none; }
  	.topnav.responsive {position: relative;}
  	.topnav.responsive .icon {
    	position: absolute;
    	right: 0;
    	top: 0;
  	}
  	.topnav.responsive a {
    	float: none;
    	display: block;
    	text-align: left;
	font-size: 0.8rem;
	margin-left: 20px;
	background-color: #D9CAD8;
  	}
  	.topnav.responsive .dropdown {float: none; background-color: #D9CAD8; }
  	.topnav.responsive .dropdown-content {position: relative; background-color: #D9CAD8}
  	.topnav.responsive .dropdown .dropbtn {
    	display: block;
    	width: 100%;
    	text-align: left;
	font-size: 0.8rem;
  	}
	.mobile-hide { display: none; }
	}
	@media screen and (min-width: 679px) and (max-width: 1023px) {
	header { width: 89vw; }
	main { width: 89vw; }
	.topnav.responsive .dropdown .dropbtn {
	font-size: 1rem; }
  	.topnav.responsive a {
	font-size: 0.8rem; }
	.dropdown { width: 14%; }
	.dropdown-content {
	font-size: 0.6rem;
	}
	footer {
	width: 89vw;
	}
	}
	@media screen and (min-width: 1024px) and (max-width: 1279px) {
	header { width: 75vw; }
	main { width: 75vw; }
	.topnav { width: 100%; }
	.dropdown { width: 14%; }

	.topnav.responsive .dropdown .dropbtn { 
	font-size: 1.5rem;
	line-height: 1.5rem;
	}
	.topnav.responsive a {
	font-size: 1.2rem; }
	footer {
	width: 75vw;
	}
	}
	@media screen and (min-width: 1280px) and (max-width: 1439px) {
	header { width: 70vw; height: 8vh;}
	main { width: 70vw; }
	.dropdown { width: 14%; }

	.topnav .dropdown .dropbtn {
	font-size: 0.8rem;
	}
	.topnav a {
	font-size: 0.8rem; }
	footer {
	width: 70vw;
	}
	#note {
	padding: 5px;
	width: max-content;
	}
	}
	@media screen and (min-width: 1440px) {
	header { width: 65vw; height: 10vh;}
	main { width: 65vw; }
	.dropdown { width: 14%; }
	.topnav .dropdown .dropbtn {
	font-size: 1rem;
	}
	.topnav a {
	font-size: 1rem; }
	footer {
	width: 65vw;
	}
	#note {
	padding: 5px;
	width: max-content;
	}

	ul {
  	list-style: none;
  	padding: 0;
  	margin: 0;

  	li {
    	padding-left: 1rem;
    	text-indent: -0.7rem;
	
 	 	li::before {
   	 	content: "🍂 ";
  		}
  	}
	}

	a:hover img {
	text-decoration: none;
  	filter: saturate(200%);
	transition: 1s ease;
	}

	.colors a:hover img {
	text-decoration: none;
	scale: 200%;
  	filter: none;
	transition: 1s ease;
	image-rendering: pixelated;
	}

	/* individual page elements */
	
	.video-player {
	width: 270px;
	height: 480px;
	margin: 0 auto;
	padding: 0px;
	border: 10px solid black;
	border-radius: 25px;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.2);
	}
	.video-card {
	background-color: #FFF;
	padding: 15px;
	width: 200px;
	margin: 10px auto;
	text-align: center;
	font-family: Times New Roman, serif;
	font-weight: 400;
	font-style: italic;
	font-size: 1.2rem;
	letter-spacing: 1px;
	color: #757575;
	}
	.white-bg {
	display: inline-block;
	background-color: #FFF;
	padding: 2px 5px 2px 5px;
	color: brown;
	}
	.rating {	
	margin-right: 2px;
	}
	.tooltip {
  	text-decoration:none;
  	position:relative;
  	font-weight: bold;
  	letter-spacing: 0.5pt;
	}
	.tooltip span {
  	display:none;
  	-moz-border-radius:6px;
  	-webkit-border-radius:6px;
  	border-radius:6px;
  	color: #000;
  	background:white;
	}
	.tooltip span img {
  	float:left;
  	margin: 0px !important;
	} 
	.tooltip:hover span {
  	display:block;
  	position:absolute;
  	top:0;
  	left:0;
  	z-index: 1000;
  	width:auto;
  	max-width:418px;
  	min-height:128px;
  	border:0px solid #000;
  	margin-top:12px;
  	margin-left:32px;
  	overflow:hidden;
  	padding:8px;
	}
	th {
	background-color: #887191;
	border: 2px solid #FFF;
	padding: 10px;
	color: #ffbacd;
	text-align: center;
	white-space: nowrap;
	font-family: Arial, sans-serif;
	font-size: 1rem;
	font-smooth: never;
	}
	td {
	padding: 5px;
	letter-spacing: 1px;
	text-align: left;
	background-color: #FFF;
	border: 2px solid #FFF;
	font-smooth: never;
	font-size: 0.75rem;
	line-height: 1rem;
	font-family: Arial, sans-serif;
	}
	textarea {
	font-family: Courier, monospace;
	background-color: #825f87;
	font-weight: 600;
	border: 2px solid #dfc5fe;
	border-radius: 20px;
	-ms-overflow-style: none; /* for Internet Explorer, Edge */
	scrollbar-width: none; /* for Firefox */
	overflow-y: scroll;
	font-smooth: never;
	font-size: 0.75rem;
	color: #ffbacd;
	}
	textarea::-webkit-scrollbar {
	display: none; /* for Chrome, Safari, and Opera */
	}
	.tower {
  	line-height: 50%;
  	background:url('tt/ttbg.PNG') center bottom;
  	padding: 4px;
  	white-space: nowrap;
	}
	.wall {
	text-align: justify;
	text-justify: inter-character;
	text-align-last: justify;
	}
	.zen	ul {
	list-style-type: "\1F331";
	align: left;
	letter-spacing: 1.5px;
	font-size: 0.8rem;
	}
	.zen li {
	line-height: 1.5rem;
	}

	.zen details {
	letter-spacing: 1px;
	}
	.zen details > summary {
	list-style-type: "\1F319";
	padding: 2px;
	}
	.zen details[open] > summary {
	list-style-type: "\1F319";
	padding: 2px;
	}

	.centered {
	text-align: center;
	}
	#bisexualism .webring-info { } /* webring name */
	#bisexualism .webring-prev, .webring-next { } /* arrows */
