

body {
	background-image: url('/images/about/background/arcade.png');
	background-position: center;
	background-repeat: repeat;
	background-size: 33.33%;
	image-rendering: optimizeSpeed;
	background-attachment: fixed;

}

#wrapper {
	position: relative;
	width: 1265px;
	display: block;
	margin: auto;
	margin-top: 220px;
	border-radius: 20px;
	padding: 20px;
	padding-bottom: 0px;
	border: 2px solid #47ff6f;
	box-shadow: inset 0px 0px 20px RGBA(38, 1, 118, 0.67);
	overflow-x: clip;
}

.backgroundFill {
	border-color: transparent;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 18px;
	background-position: 50% 0%;
}

#holofoil {
	position: absolute;
	z-index: -20;
	background-image: url('/images/about/background/holofoil_double.png');
	background-attachment: fixed;
}

#pool {
	background-image: url('/images/about/background/pool.png');
	z-index: -10;
}

@keyframes wiggle {
  0%   {transform: rotate(0deg);}
  10%   {transform: rotate(15deg);}
  25%  {transform: rotate(15deg);}
  35%   {transform: rotate(0deg);}
  50%  {transform: rotate(0deg);}
  60%  {transform: rotate(-15deg);}
  75%  {transform: rotate(-15deg);}
  85% {transform: rotate(0deg);}
}

#banner {
	position: absolute;
	top: -185px;
	margin-left: 828px;
	width: 400px;
	height: auto;
	image-rendering: optimizequality;
	filter: drop-shadow(0px 0px 8px RGBA(10, 34, 107, 0.9));
	transform: rotate(0deg);
  	animation-duration: 1s;
  	animation-iteration-count: infinite;
}

#banner:hover {
	image-rendering: optimizeQuality;
	animation-name: wiggle;
}

#general {
	width: 700px;
	margin-top: 55px;
	margin-left: 70px;
	font-family: 'citree';
	font-size: 22px;
	color: #fff;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 30;
}



#general p {
	position: relative;
	z-index: 1;
	text-shadow: -1px -1px 0 #1B0F49, 1px -1px 0 #1B0F49, -1px 1px 0 #1B0F49, 1px 1px 0 #1B0F49;
}

.staticImg {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 0;
}

#biobackdrop {
	top: 35px;
	left: 10px;
	z-index: 1z;
	width: 65%;
	height: auto;
}

#ghosttown {
	top: 38px;
	left: 665px;
	z-index: 20;
}

#lizzy {
	top: 431px;
	left: 129px;
	z-index: 1;
	/* transform: rotate(-5deg); */
	opacity: 0.5;
}

#selfinsertwebring {
	position: absolute;
	top: 123px;
	left: 950px;
	z-index: -1;
	transition: .5s;
}

#ghosttown:hover + #selfinsertwebring {
	position: absolute;
	top: 110px;
	left: 1130px;
	transform: rotate(5deg);
	transition: .5s;
}

#general p img {
	float: left;
	padding-right: 16px;
	transform: rotate(-10deg);
	margin-top: -43px;
	margin-left: -50px;
}


#whatidoWrapper {
	--window-color: #47ff6f;
	--icon-column-width: 192px;

	position: relative;
	border: 4px solid var(--window-color);
	background-color: var(--window-color);
	width: calc(60% - 8px);
	margin-left: 40%;
	box-shadow: -5px 5px 0px RGBA(128,25,128,0.2), -10px 10px 0px RGBA(0,0,0,0.1);
	z-index: 10;
}

#whatidoTitle {
	height: 16px;
	line-height: 16px;
	padding: 4px;
	padding-top: 2px;
	font-size: 0;
	

}

#whatidoTitle img, #whatidoTitle p {
	display: inline-block;
	vertical-align: top;
}

#whatidoTitle p {
	font-family: 'pixelari';
	font-size: 11px;
	margin: 0;
	margin-left: 8px;
}


#whatido {
	position: relative;
	width: 100%;
	background-color: white;
	font-size: 0;
}

#whatido > div {
	position: relative;
	display: inline-block;
	
}

#widSwitch {
	width: var(--icon-column-width);
	border-right: 1px dotted #777;
	height: calc(100% - 24px);
}

#widContents {
	padding: 16px;
	width: calc(100% - var(--icon-column-width) - 32px - 1px);
	height: calc(100% - 24px - 32px);
	font-family: 'pixelari';
	font-size: 14px;
	vertical-align: top;
	overflow-y: scroll;
	height: 280px;
	-ms-overflow-style: none;  /* IE and Edge */
  	scrollbar-width: none;  /* Firefox */
}


#widContents::-webkit-scrollbar {
  display: none;
}



.widIcon {
	position: relative;
	height: min-content;
	font-family: 'pixelari';
	font-size: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 96px;
	display: inline-block;
	transition: background-color 0.2s, color 0.2s;
}

.widIcon:hover {
	background-color: var(--window-color);
	color: #fff;
	cursor:pointer;
}

.widIcon p {
	width: 100%;
	text-align: center;
	margin: 0;
	margin-top: 4px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}

.widIcon img {
	display: block;
	margin: auto;
	width: 64px;
	height: auto;
}

.widTab {
	display: none;
}

.widTabActive {
	display: block;
}

.widTab h1 {
	font-family: citree;
	font-style: italic;
	margin: 0;
	margin-bottom: 16px;
	color: #611e6a;
	text-decoration-line: underline;
  	text-decoration-style: wavy;
  	text-decoration-color: #47ff6f;
}

.widTab p {
	margin: 0;
}



#whatilikeWrapper {
	width: 700px;
	position: relative;
	height: 500px;
	overflow-y: scroll;
	padding-top: 30px;
	top: -150px;
	z-index: 5;
}

#whatilike {
	background-image: url('/images/about/background/paper.png');
	line-height: 37.4px;
	vertical-align: bottom;
}

#whatilike p, #whatilike li {
	padding: 0;
	margin: 0;
	width: 570px;
	left: 70px;
	position: relative;
	top: -15px;
	margin-bottom: 37.4px;
	font-family: "hand";
	font-size: 33px;
	font-weight:bold;
	list-style-type:'🌈▶'
}

#whatilike p:last-child {
	padding-bottom: 75px;
	margin-bottom: 0;
}

#wilBanner {
	position: relative;
	left: 53px;
	top: 4px;
	font-size: 0;
	image-rendering: optimizeQuality;
	width: fit-content;
	
}
#wilBanner img {
	display: inline-block;
	position: relative;

}

/* heart */
#wilBanner img:nth-child(1) {
	z-index: 30;
	transform: rotate(-55deg);
	left: 10px;
	top: 20px;
	filter: drop-shadow(-1px -1px 2px RGBA(0,0,40, 0.4));
}

/* smiley */
#wilBanner img:nth-child(2) {
	top: -47px;
	margin-left: -42px;
	z-index: 20;
	transform: rotate(30deg);
	filter: drop-shadow(-1px -1px 2px RGBA(0,0,40, 0.4));
}

/* marker text */
#wilBanner img:nth-child(3) {
	opacity: 0.6;
	left: 7px;
	top: 10px;
}

#whatilike #wilNavbar {
	text-align: center;
	margin-top: 37.4px;
	margin-bottom: 21px;
} 

#wilNavbar a {
	color: #2ddd9b;
	font-weight: bold;
}

#wilNavbar a:hover {
	color: #22865C;
	cursor:pointer;
}

#whatilike h3 {
	margin: 0;
	padding: 0;
	left: 70px;
	position: relative;
	height: 74.8px;
	width: min-content;
	font-family: 'marker';
	font-size: 55px;
	color: #46de92;
	opacity: 0.6;
}












#license {
	position: relative;
	width: 500px;
	height: 300px;
	left: 743px;
	margin-top: -490px;
}


.licenseSide {
	position: absolute;
	top: 0;
	left: 0;
	padding: 16px;
	width: calc(100% - 32px);
	height: calc(100% - 32px);
	transition: transform 0.15s, left 0.15s;
	transition-timing-function: linear;
	border-radius: 16px;
	box-shadow: 0px 0px 10px RGBA(0,0,0,0.3);
	z-index: 30;
	user-select: none;
	cursor: default;
}

#license:hover {
	z-index: 50;
}

#license:hover > .licenseSide {
	transform: scale(150%, 150%);
	left: -150px;

}

#license:hover + #licenseFlip {
	opacity: 0;
}

#licenseSideIrl {
	background-image: url('/images/about/licensebase.png');
	color: #445;
}

#licenseSideOc {
	background-image: url('/images/about/licensebase_alt.png');
	color: #d69;
}

.licenseTitle {
	font-family: 'citree';
	font-size: 24px;
	margin: 0;
	opacity: 0.7;
	margin-top: -4px;
}

.licenseTitle span {
	font-style: italic;
	font-size: 18px;
	margin-left: 16px;
}

#licenseSideIrl .licenseTitle span {
	color: #8c8c8c;
}

#licenseSideOc .licenseTitle span {
	color: #8c496b;
}

.licenseMugshot, .licenseInfo {
	position: absolute;
	top: 35px;
	height: 234px;
}

.licenseMugshot {
	width: calc(35% - 16px);
}

.licenseMugshot img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.85;
	image-rendering: optimizeQuality;
}

.licenseMugshot p {
	position: absolute;
	bottom: -18px;
	font-family: 'barcode';
	margin: 0;
	opacity: 0.75;
	width: 100%;
	text-align: center;
	font-size: 30px;
}

.licenseInfo {
	left: 35%;
	width: calc(65% - 16px);
}

.licenseInfo ul {
	margin: 0;
}

.infoTemplate {
	font-family: 'Times';
	font-size: 16px;
	list-style-type: none;
	padding-left: 0;
	top: 22px;
	left: 10px;
	width: calc(100% - 10px);
	position: absolute;
	overflow-x: clip;
	opacity: 0.6;
}

.licenseInfo li {
	height: 26px;
	word-break: keep-all;
}

.infoTemplate li::after {
	content: "..............................................................................................";
}

.infoFillout {
	font-family: 'Courier New';
	font-size: 19px;
	position: absolute;
	top: 13px;
	left: 80px;
	list-style-type: none;
	padding-left: 0;
	text-align: right;
	line-height: 26px;
}

#licenseSideIrl .infoFillout {
	color: #44c;
}

#licenseSideOc .infoFillout {
	color: #dff0e5de;
}

#licenseFlip {
	position: relative;
	transition:  filter 0.15s;
	z-index: 40;
	opacity: 1;
	transition: opacity 0.1s;
	left: 721px;
	margin-top: -35px;
	top: 5px;
	animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
	0% { transform: rotate(0deg);}
	50%{ transform: rotate(90deg);}
}

#licenseFlip:hover {
	filter: hue-rotate(120deg);
}

#licenseFlip:active {
	filter: hue-rotate(120deg) brightness(80%);
}











#blinkies {
	position: relative;
	left: -20px;
	width: calc(100% + 40px);
	height: 122px;
	background-color: white;
	margin-top: 58px;
	box-shadow: inset 0 0 10px RGBA(40, 0, 70, 0.4);
	background-image: url("/images/about/background/ps.png");
	background-attachment: fixed;
	background-size: 32px;
	z-index: 20;
	background-position: center;
}

#blinkieTesh {
	position: absolute;
	top: -157px;
	z-index: 30;
	rotate: -30deg;
	left: -41px;
}

.marquee {
	--gap: 20px;
	padding-top: 15px;
	list-style-type: none;
	width: 1350px;
	display: flex;
	overflow: hidden;
	gap: var(--gap);
	transform: scale(1.3);
}

.marquee__content {
	display: flex;
	list-style-type: none;
	align-items: center;
	gap: var(--gap);
	animation: scroll 30s linear infinite;
}

@keyframes scroll {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(calc(-100% - var(--gap)));
	}
}







#socks {
	width: 100%;
	height: 562px;
	overflow-y: hidden;
	position: relative;
	z-index: 60;
	margin-top: -70px;
}

#socks #meettheartist {
	pointer-events: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
}


.sockdiv {
	position: absolute;
	width: 123px;
	box-shadow: inset 0 0 10px RGBA(40, 0, 70, 0.4);
	background-image: url("/images/about/background/ps.png");
	background-size: 32px;
	background-attachment: fixed;
	font-size: 0;
}

.sockdiv p {
	position: absolute;
	top: -49px;
	left: 0;
	width: 123px;
	text-align: center;
	font-size: 29px;
	margin: 0;
	font-family: 'galette';
	font-style: italic;
	color: #b0609a;
	opacity: 0.5;
}

.sockdiv img {
	filter: none;
	transition: filter 0.15s;
}

.sockdiv img:hover {
	filter: contrast(90%) brightness(130%);
}

.sockdiv img:active {
	filter: brightness(60%);
}



#linkies {
	height: 308px;
	top: 196px;
	left: 101px;
}

#linkies img {
	padding: 5.75px;
	cursor: pointer;
}
#linkies img:hover {
	transform:scale(1.2)
}


#goback {
	height: 123px;
	top: 258px;
	left: 1039px;
	background-position: -1px 0px;
}

#goback img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

#goback:hover {
	transform:scale(1.1)
}





#fakespace {
	position: relative;
	height: 200px;
	width: 100%;
}