/*notfound*/
#pnf {
	text-align: center;
	margin: auto;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.skellyangel {
	transform: translate(0, 35%);
}
#contain {
	position: absolute;
	top: 50%;
	left: 48%;
	transform: translate(-50%, -50%);
}
/*fonts*/
@font-face {
	font-family: Chomsky;
	src: url(font/Chomsky.woff2);
}
.chom {
	font-family: Chomsky;
}
@font-face {
	font-family: EmojiFont;
	src: url(font/emojifont.woff2);
}
.emoji {
	font-family: EmojiFont;
}
@font-face {
	font-family: Hangyaku;
	src: url(font/Hangyaku.ttf);
}
.han {
	font-family: Hangyaku;
}
@font-face {
	font-family: Minster;
	src: url(font/minster1.ttf);
}
.mins {
	font-family: Minster;
}
/*scolling*/
.scrolly {
	overflow-y: scroll;
}
.scrollx {
	overflow-x: scroll;
}
.scrollyauto {
	overflow-y: auto;
}
.scrollxauto {
	overflow-x: auto;
}
/*filters/effects*/
/*invert on hover*/
.invh:hover {
	filter: invert(90%);
}
/*unfade on hover*/
.ufoh {
	filter: saturate(35%);
}
.ufoh:hover {
	filter: saturate(100%);
}
/*unblur on hover*/
.uboh {
	filter: blur(0.5px);
}
.uboh:hover {
	filter: blur(0);
}
/*blur*/
.blur {
	filter: blur(0.5px);
}
/*image mask*/
.rosemask {
	mask-image: url(https://wonderunderground.neocities.org/img/rosemask.png);
	mask-size: 100%;
	mask-repeat: no-repeat;
	mask-position: center;
}
#rose {
	transform: scale(-50%, 50%);
	position: absolute;
	right: -10%;
	top: 10%;
}
/*glow on hover*/
.goh {
	transition: box-shadow 1s;
}
.goh:hover {
	transition: box-shadow 1s;
	box-shadow: 1.5px 1.5px 1.5px 1.5px rgba(255, 255, 255, 0.3);
	box-shadow: -1.5px -1.5px 1.5px 1.5px rgba(255, 255, 255, 0.3);
}
.goh-img {
	transition: filter 1s;
}
.goh-img:hover {
	transition: filter 1s;
	filter: drop-shadow(1.5px 1.5px 1.5px rgba(255, 255, 255, 0.3))
		drop-shadow(-1.5px -1.5px 1.5px rgba(255, 255, 255, 0.3));
}
/*borders*/
.laceborder {
	border-style: solid;
	border-width: 10px;
	border-image: url("img/lace-border.png") 60 fill round;
}
.crownlace {
	border-style: solid;
	border-width: 22px;
	border-image: url("img/crownlace.png") 44 fill round;
}
.roseborder {
	border-style: solid;
	border-width: 26px;
	border-image: url("img/roseborder.png") 104 fill round;
}
/*positioning*/
.center {
	text-align: center !important;
}
/*defaults*/
/*fit screen, stop scroll*/
html,
body {
	overflow: hidden;
	max-height: 100%;
	max-width: 100%;
}
html {
	font:
		1em Times,
		Serif;
	cursor:
		url("img/cursor.png") 16 10,
		default;
}
::-webkit-scrollbar {
	display: none;
}
body {
	background-color: black;
	background-image: url("bg/blklace.gif");
	overflow-x: hidden;
	overflow-y: hidden;
	color: #988598;
	font:
		1em Times,
		Serif;
	height: 100%;
	width: 100%;
	margin: 0%;
}
h1 {
	color: #988598;
	font: 2.5em Minster;
}
h2 {
	color: #988598;
	font: 2em Minster;
}
h3 {
	color: #988598;
	font: 25px Chomsky;
}
p {
	color: #988598;
	font:
		1em Times,
		Serif;
}
textarea {
	cursor:
		url("img/cursort.png") 16 10,
		default;
}
ul li {
	color: #988598;
	font:
		1em Times,
		Serif;
}
.jpvert {
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-family: Hangyaku;
}
a {
	transition: 1s;
	cursor:
		url("img/cursor3.png") 16 10,
		default;
	text-decoration-line: none;
}
a:link {
	color: #d6b8c7;
}
a:visited {
	color: white;
}
a:hover {
	color: white;
}
a:active {
	color: white;
}
::selection {
	background: #d6b8c7;
	color: #564a50;
}
.space {
	padding: 10px;
}
button {
	background-color: #4e364e;
	color: rgba(255, 255, 255, 0.4);
	border-radius: 30%;
	border-style: dotted;
	border-color: black;
	font: 1.2em Chomsky;
	cursor:
		url("img/cursor3.png") 16 10,
		default;
	transition:
		transform 1s,
		color 1s;
	z-index: 4;
}
.button,
.bigbutton {
	background-color: #4e364e;
	color: rgba(255, 255, 255, 0.4);
	border-radius: 30%;
	border-style: dotted;
	border-color: black;
	font: 1.2em Chomsky;
	cursor:
		url(img/cursor3.png) 16 10,
		default;
	transition:
		transform 1s,
		color 1s;
	z-index: 4;
	appearance: auto;
	text-rendering: auto;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: normal;
	text-transform: none;
	text-indent: 0;
	text-shadow: none;
	display: inline-block;
	text-align: center;
	align-items: flex-start;
	box-sizing: border-box;
	margin: 0;
	padding-block: 0;
	padding-inline: 3px;
	border-width: 2px;
	border-image: initial;
}
.bigbutton {
	border-style: solid;
	border-width: 22px;
	border-image: url("img/crownlace.png") 44 fill round;
}
button:hover,
.bigbutton:hover {
	transition:
		transform 1s,
		color 1s;
	transform: scale(105%);
	color: #ddd6dd;
}
iframe {
	cursor: url("img/cursor.png") 16 10;
}
/*old index*/
#gap {
	height: 20px;
}
#enter {
	text-align: center;
	position: absolute;
	top: 17%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#info {
	margin: auto;
	height: 400px;
	width: 400px;
	background-image: url("nav/info.gif");
	text-align: center;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#infotext {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 250px;
	height: 290px;
}
/*nav*/
#nav {
	position: absolute;
	top: 50%;
	left: 13%;
	transform: translate(-50%, -50%);
	background-color: magenta;
	width: 150px;
	height: 362px;
}
#newnav {
	position: absolute;
	top: 50%;
	left: 13%;
	transform: translate(-50%, -50%);
	width: 150px;
	height: 362px;
	z-index: 10;
}
#mobilenav {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 150px;
	height: 362px;
}
#navback {
	position: absolute;
}
.navb {
	color: #988598;
	position: relative;
	top: 78px;
	text-align: center;
	margin: 2px;
	transition:
		color 1s,
		transform 1s;
	text-decoration-line: none;
}
.navb:hover {
	color: #ddd6dd;
	cursor:
		url("img/cursor3.png") 16 10,
		default;
}
#active {
	color: #ddd6dd;
}
#backbutton {
	position: absolute;
	bottom: 11%;
	left: 6%;
}
/*template*/
#cursorbox {
	position: absolute;
	height: 200%;
	width: 200%;
	cursor:
		url("img/cursor.png") 16 10,
		default;
}
#chandelier {
	position: absolute;
	top: 0%;
	right: 0%;
	height: 103px;
	width: 112%;
	background-image: url("img/chandelier.gif");
	background-repeat: repeat-x;
}
#jewelry {
	position: absolute;
	bottom: 10px;
	right: 0%;
	height: 40px;
	width: 112%;
	background-image: url("img/jewelry.gif");
	background-repeat: repeat-x;
}
#pagebody {
	width: 100%;
	height: 90%;
	position: relative;
	top: -15%;
}
#footer {
	text-align: center;
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	font-family: Hangyaku;
}
#main {
	background-image: url("nav/homemain.png");
	height: 500px;
	width: 950px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#main2 {
	height: 370px;
	width: 830px;
	position: relative;
	top: 10%;
	margin: auto;
}
#mainh1 {
	width: 100%;
	text-align: center;
	position: relative;
	top: -6%;
	line-height: 65%;
}
#mainh1 img {
	opacity: 0.5;
	margin: 0%;
	padding: 0%;
}
#bottomtext {
	position: absolute;
	bottom: -9%;
	left: 15%;
	text-align: center;
}
/*index*/
#jptitle {
	position: absolute;
	right: 5%;
	top: 14.5%;
	font-size: 3em;
	color: #988598;
}
#mainbody {
	position: relative;
	top: -12%;
	height: 62%;
	z-index: 2;
}
#imood {
	color: #988598;
	position: absolute;
	top: 0%;
	right: 1%;
	line-height: 60%;
	text-align: center;
}
#statuscafe {
    padding: .5em;
    background-color: azure;
    border: 1px solid midnightblue;
}
#statuscafe-username {
    margin-bottom: .5em;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}
#moonwiframe {
	position: absolute;
	bottom: -30%;
	right: 0%;
	border: none;
}
#log {
	height: 20%;
	width: 27%;
	overflow-y: scroll;
	position: absolute;
	bottom: -1.5%;
	left: -1.5%;
}
#stampscroll {
	direction: left;
	height: 20%;
	width: 65%;
	position: absolute;
	bottom: -1.5%;
	right: -1.5%;
}
#curtain1 {
	position: absolute;
	top: -8%;
	right: -4%;
	transform: scale(80%, 85%);
}
#curtain2 {
	position: absolute;
	top: -8%;
	left: -4%;
	transform: scale(-80%, 85%);
}
#doily {
	height: 30%;
}
#doll {
	position: absolute;
	right: -14%;
	top: 10%;
	z-index: 6;
}
#doll2 {
	position: absolute;
	right: 35%;
	top: 33%;
	transform: scale(1.2);
}
#gear1 {
	position: absolute;
	left: -8%;
	bottom: 0%;
	z-index: 2;
}
/*profile*/
#p1 {
	width: 33.3333333333%;
	float: left;
}
#p1 h3 {
	text-align: center;
}
#p2 {
	width: 33.3333333333%;
	float: left;
}
#p2 h3 {
	text-align: center;
}
#p3 {
	width: 33.3333333333%;
	float: left;
}
#p3 h3 {
	text-align: center;
}
#gblink {
	position: absolute;
	left: 33.33%;
	bottom: 0%;
	text-align: center;
}
/*egl*/
#topright {
	position: absolute;
	top: 0%;
	right: 2%;
}
#bottomright {
	position: absolute;
	bottom: 2%;
	right: 2%;
}
#topleft {
	position: absolute;
	top: 0%;
	left: 2%;
}
#bottomleft {
	position: absolute;
	bottom: 2%;
	left: 2%;
}
.eglbutton {
	width: 19%;
	border-style: solid;
	border-width: 22px;
	border-image: url("img/crownlace.png") 44 fill round;
	transition: filter 1s;
}
.eglbutton:hover {
	transition: filter 1s;
	filter: drop-shadow(1.5px 1.5px 1.5px rgba(255, 255, 255, 0.3))
		drop-shadow(-1.5px -1.5px 1.5px rgba(255, 255, 255, 0.3));
}
/*wardrobe/wishlist*/
#wardrobetabs {
	position: relative;
	top: -12%;
	text-align: center;
}
.tab button {
	padding: 0 5px;
	transition: 1s;
	border-style: solid;
	border-width: 22px;
	border-image: url("img/crownlace.png") 44 fill round;
}
.tab button.active {
	color: #ddd6dd;
	transform: scale(105%);
}
.tabcontent {
	display: none;
}
#wardrobetabs .tabcontent {
	height: 20vw;
	width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}
#wardrobetabs .tabcontent img {
	height: 14vw;
	position: relative;
	top: 5%;
}
/*dolls*/
/*diary*/
#posts {
	position: relative;
	bottom: 20%;
	width: 80%;
	height: 95%;
	float: left;
}
.post {
	text-decoration-line: underline;
	text-decoration-style: dotted;
	position: relative;
	bottom: 5%;
}
#tags {
	position: relative;
	bottom: 20%;
	width: 20%;
	height: 95%;
	float: right;
	text-align: center;
}
#tags a {
	padding-left: 5px;
	padding-right: 5px;
	margin: 5px;
}
/*gallery*/
#gallery {
	position: relative;
	left: 4%;
	height: 100%;
	width: 100%;
	overflow-y: scroll;
}
#gallery img {
	position: relative;
	height: 80%;
	width: 20%;
	padding-left: 1.25%;
	padding-right: 1.25%;
}
/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 7; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: -10%;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: visible; /* Enable scroll if needed */
	background-color: rgba(0, 0, 0, 0.5); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
	margin: auto;
	display: block;
	width: 80%;
	z-index: 8;
}
.modal img {
	position: relative;
	bottom: 10%;
	height: 100%;
	width: 100%;
	z-index: 9;
}
/* Add Animation */
.modal-content {
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
	from {
		transform: scale(0);
	}
	to {
		transform: scale(1);
	}
}

@keyframes zoom {
	from {
		transform: scale(0.1);
	}
	to {
		transform: scale(1);
	}
}
/* The Close Button */
.close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

.close:hover,
.close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}
/*music*/

/*media*/

/*link*/
#linkbox1 {
	position: absolute;
	top: -8%;
	left: 0%;
	height: 85%;
	width: 50%;
	line-height: 80%;
}
#linkbox2 {
	position: absolute;
	top: -8%;
	right: 0%;
	height: 85%;
	width: 50%;
	line-height: 80%;
}
#mylink {
	position: absolute;
	bottom: -10%;
	right: 0%;
	width: 100%;
}
#linkbox1 img,
#linkbox2 img,
#mylink img {
	filter: saturate(75%);
	transition:
		filter 1s,
		transform 1s;
}
#linkbox1 img:hover,
#linkbox2 img:hover,
#mylink img:hover {
	filter: saturate(100%) drop-shadow(1.5px 1.5px 1.5px rgba(255, 255, 255, 0.3))
		drop-shadow(-1.5px -1.5px 1.5px rgba(255, 255, 255, 0.3));
	cursor:
		url("img/cursor3.png") 16 10,
		default;
	transform: scale(105%);
}
#bannercode {
	width: 88px;
	height: 31px;
	resize: none;
	background-color: black;
	color: #988598;
	overflow: auto;
	border: 0;
	padding: 0;
}
#copyp {
	position: absolute;
	bottom: -17%;
	right: 28.4%;
	font-size: 12px;
}
/*sitemap*/
#smheader {
	text-align: center;
}
#sitemap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 10%;
	height: 70%;
	background-clip: content-box;
	background-color: #4e364e;
	border: 50px solid transparent;
	border-image: url(nav/homeborder.png) 105;
	overflow: visible;
}
#mapback {
	position: absolute;
	width: 225px;
	height: 543px;
}
.mapb {
	color: #988598;
	position: relative;
	bottom: 3%;
	left: 10%;
	text-align: left;
	margin: -1px;
	transition:
		color 1s,
		transform 1s;
	text-decoration-line: none;
}
.mapbtab {
	color: #988598;
	position: relative;
	bottom: 3%;
	left: 20%;
	text-align: left;
	margin: -1px;
	transition:
		color 1s,
		transform 1s;
	text-decoration-line: none;
}
.mapb:hover,
.mapbtab:hover {
	color: #ddd6dd;
	cursor:
		url("img/cursor3.png") 16 10,
		default;
}
#active {
	color: #ddd6dd;
}
/*mobile*/
#menubuttons {
	visibility: hidden;
}
#main3 {
	visibility: hidden;
}

@media screen and (max-width: 700px) {
	html,
	body,
	div {
		overflow: hidden;
		max-height: 100%;
		max-width: 100%;
	}
	#newnav {
		visibility: hidden;
	}
	#menubuttons {
		text-align: center;
		visibility: visible;
		position: absolute;
		top: 19%;
		left: 0;
		z-index: 2;
		transform: scale(0.82);
		color: #988598;
		width: 100%;
		overflow: visible;
		white-space: nowrap;
	}
	#menubuttons button {
		padding: 3px;
	}
	#mainh1 {
		top: 0%;
	}
	#backbutton {
		position: absolute;
		bottom: -10%;
		left: 6%;
	}
	/*index*/
	#curtain1,
	#curtain2 {
		visibility: hidden;
	}
	#main {
		background-image: url(nav/homenone.png);
		position: absolute;
		top: 37%;
		overflow: visible;
		height: 75%;
	}
	#main2 {
		position: absolute;
		left: -12%;
		right: -12%;
		height: 100%;
		background-clip: content-box;
		transform: scale(0.8);
		background-color: #4e364e;
		border: 50px solid transparent;
		border-image: url(nav/homeborder.png) 105;
	}
	#mainbody {
		top: -5%;
	}
	#moonwiframe {
		position: absolute;
		bottom: 0%;
	}
	#imood {
		top: 10%;
	}
	#doll,
	#doll2,
	#gear1 {
		visibility: hidden;
	}
	#log,
	#stampscroll {
		width: 39%;
		height: 75px;
		bottom: 2%;
	}
	#log {
		left: 0%;
	}
	#stampscroll {
		right: 0%;
	}
	/*profile*/
	#gblink {
		left: 20%;
	}
	/*egl*/
	#topright,
	#topleft {
		top: 4%;
	}
	.eglspace {
		visibility: visible;
	}
	.eglbutton {
		top: 0;
		width: 35%;
	}
	#wardrobetabs {
		top: -4%;
	}
	#wardrobetabs .tabcontent {
		overflow-x: hidden;
		overflow-y: scroll;
		white-space: normal;
		height: 100vw;
		width: 100vw;
		padding: 0%;
		margin: 0%;
	}
	#wardrobetabs .tabcontent img {
		top: 15%;
		height: 100%;
		width: 75%;
		margin-top: -20%;
		margin-bottom: 0%;
	}
	#bottomtext {
		visibility: hidden;
	}
	/*diary*/
	#posts {
		bottom: 5%;
		width: 70%;
	}
	.post {
		bottom: 0%;
	}
	#tags {
		bottom: 5%;
		width: 30%;
	}
	/*gallery*/
	#gallery {
		height: 95%;
		top: 5%;
		left: 1.5%;
	}
	#gallery img {
		height: 50%;
		width: 45%;
		padding-top: 0;
		padding-bottom: 0;
		left: 1.25%;
	}
	.modal {
		top: 0;
	}
	.modal img {
		width: 90%;
		bottom: 0;
	}
	/*media*/
	/*link*/
	#linkbox1,
	#linkbox2 {
		top: -2%;
	}
	#mylink {
		bottom: 5%;
	}
	#copyp {
		bottom: 20%;
		right: 5%;
	}
	/*sitemap*/
	#sitemap {
		top: 55%;
		width: 30%;
		height: 70%;
	}
	.mapb {
		bottom: 5%;
		left: 5%;
	}
	.mapbtab {
		bottom: 5%;
		left: 15%;
	}
}
