


body {
	background-color: white
}

#wrapper {
	position: relative;
	width: 100%;
	display: block;
	overflow-x: clip;
	padding-top: 5%;
	padding-bottom: 5%;
}

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

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

#pool {
	background-image: url('./gfx/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: 85%;
	margin-left: 7.5%;
	padding-top: 7.5%;
	font-family: 'citree';
	font-size: 2.25em;
	color: #fff;
	background-image: url("./gfx/biobackdrop.png");
	background-size: 100% 100%;
	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;
	margin: 0;
	width: 80%;
	left: 10%;
}

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


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

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

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


#whatidoWrapper {
	--window-color: #47ff6f;
	--icon-column-width: 192px;
	position: relative;
	border: 4px solid var(--window-color);
	background-color: var(--window-color);
	width: calc(80% - 8px);
	margin-left: 10%;
	box-shadow: -5px 5px 0px RGBA(128,25,128,0.2), -10px 10px 0px RGBA(0,0,0,0.1);
	z-index: 10;
	margin-top: 7.5%;
	image-rendering: crisp-edges;
}

#whatidoTitle {
	height: 32px;
	line-height: 32px;
	padding: 8px;
	padding-top: 4px;
	font-size: 0;
	

}

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

#whatidoTitle img {
	width: auto;
}

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


#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;
	-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: 192px;
	display: inline-block;
	transition: background-color 0.2s, color 0.2s;
}


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

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

.widTab {
	display: none;
}

.widTabActive {
	display: block;
}

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

.widTab p {
	margin: 0;
	font-size: 2em;
}



#whatilikeWrapper {
	width: 80%;
	position: relative;
	padding-top: 30px;
	z-index: 5;
	margin: auto;
	margin-top: 5%;
}

#whatilike {
	background-image: url('./gfx/background/paper_nolines.png');
	line-height: 37.4px;
	vertical-align: bottom;
	background-size: 100% 100%;
	filter: drop-shadow(0 0 10px rgba(0,0,0,0.4));
}

#whatilike p {
	padding: 0;
	margin: 0;
	width: 590px;
	left: 70px;
	position: relative;
	top: -15px;
	margin-bottom: 5%;
	font-family: "hand";
	font-size: 3em;
}

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

#wilBanner {
	position: relative;
	left: 0;
	top: 0;
	font-size: 0;
	image-rendering: optimizeQuality;
	width: 90%;
	left: 10%;
	
}

#wilBanner img {
	display: inline-block;
	position: relative;

}

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

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

#wilBanner img:nth-child(2) {
	opacity: 0.6;
	margin-left: 61px;
	margin-top: 10px;
}

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

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

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

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












#license {
	position: relative;
	width: 500px;
	height: 300px;
	/* left: 743px; */
	margin: auto;
	margin-top: 7.5%;
	transform: scale(1.25);
}


.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;
}


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

#licenseSideOc {
	background-image: url('./gfx/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: 75%;
	margin-top: -35px;
	top: 44px;
}


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











#blinkies {
	display: none;
}







#links {
	width: fit-content;
	position: relative;
	z-index: 40;
	margin: auto;
	margin-top: 5%;
	font-size: 0;
	image-rendering: crisp-edges;
	box-shadow: 0 0 10px RGBA(40, 0, 70, 0.4);
	border: 6px solid white;
	border-radius: 3px;
}

#links #meettheartist {
	display: none;
}


.linkdiv {
	position: relative;
	background-image: url("./gfx/background/ps.png");
	background-size: 32px;
	background-attachment: fixed;
	font-size: 0;
	display: inline-block;
	vertical-align: top;
}

.linkdiv p {
	display: none;
}

.linkdiv img {
	filter: none;
}

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



#linkies {
	width: 307.5px;
}

#goback {
	width: 123px;
	height: 123px;

}

#linkies img {
	padding: 5.75px;
}

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






#fakespace {
	display: none;
}


