    body {
	font-family: Arial, sans-serif;
	word-wrap: break-word;
	background-image: linear-gradient(#181818 20%, gray);
	margin:0;
	overflow:hidden;
}

#bgscroll {
  background-image: url(/bg/tigerstripe.jpg);
  background-repeat:repeat;
  mix-blend-mode:multiply;
  width:120vw;
  height:120vh;
  z-index:-1;
  background-size:500px;
  filter: blur(4px);
}

#preload * {
	height: 0;
	width: 0;
	opacity: 0;
	z-index: -999999999999999;
}
#loading {
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999999999999999999;
}
#loading img {
	position: absolute;
	left: 50%;
	top: 30%;
	transform: translate(-50%, 0);
}
#container {
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	width: 950px;
	height: 550px;
	background: #fffff5;
    border-radius: 18px 18px 8px 8px;
    z-index: 1;
}
a, a:link, a:visited {
	color: #6633FF;
	text-decoration: underline;
}
a:hover {
	color: fuchsia;
	text-decoration: none;
}
h1, footer {
	font-family: "arial";
}
.show {
	opacity: 1;
	display: inline;
}
.hide {
	opacity: 0;
	display: none;
}
audio {
	width: 250px;
	margin-left: 250px;
	display: none;
}
.mejs__button button {
  background: url(/VN/Buttons/pausebtn.png);
  background-repeat: no-repeat;
  background-size: cover;
}

#next {
	background: url(/VN/Buttons/next.png);
	background-size: cover;
}

#prev {
	background: url(/VN/Buttons/previous.png);
	background-size:cover;
}

/***** SCENE *****/

figure {
	width: 950px;
	height: 375px;
	position: relative;
	margin: 0;
	background: black;
	border-radius: 8px 8px 0 0;
}

#bg {
    height: 375px;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

#bg img {
	top: 0;
	left: 0;
	border-radius: 8px 8px 0 0;
}
#sprite img {
	position: absolute;
	bottom: 0;
}
#sprite .left {
	left: 0;
	-webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  z-index:1;
}
#sprite .right {
	right: 0;
	z-index:1;
}

#sprite .left2 {
  	left: 150px;
	-webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  z-index:0;
  width: 270px;
}
#sprite .right2 {
	right: 150px;
	z-index:0;
	width: 270px;
}

/***** DIALOG *****/

#textbox {
	position: relative;
	width: 750px;
	margin: 5px 0;
	height: 160px;
	overflow-y: auto;
	font-size: 20px;
}
p {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
article {
	display: none;
	width: 700px;
}
.icon {
    width: 31px;
    height: 31px;
    margin: 8px 0 0 10px;
    float: left;
    clear: both;
}
.dialog {
	color: #333;
	width: 669px;
	float: right;
	text-align: left;
	margin: 12px 10px 0 0;
}
.dialog.narrate {
	color: #666;
	font-style: italic;
}
.dialog.cell {
	color: #7C01FE;
	font-family: "Courier", "Courier New", monospace;
}
.dialog .greentext {
	color: green;
	font-family: "Courier", "Courier New", monospace;
}
.dialog span {
	font-weight: bold;
	color: #000;
}

/***** FOOTER *****/

footer {
	width: 950px;
	font-size: 2em;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}
#mnext, #mprev {
	display: none;
	position: fixed;
	top: 0;
	cursor: pointer;
	height: 100%;
	width: 150px;
}
#mnext {
	background: url(https://vertpush.neocities.org/img/arrowup.png) no-repeat center right;
	float: right;
	right: 0;
	z-index: 9999;
}
#mprev {
	background: url(https://vertpush.neocities.org/img/arrowdown.png) no-repeat center left;
	float: left;
	left: 0;
}

#prev, #next {
	cursor: pointer;
	width: 180px;
	height: 75px;
}
#next {
	background-size: cover;
	background-repeat: no-repeat;
	float: right;
}
#next:hover {
	background-position: 3px 0px;
}
#prev {
	background-size: cover;
	float: left;
}
#prev:hover {
	background-position: -3px 0px;
}

/***** MUSIC *****/

#music {
    position: absolute;
    width: 300px;
    height: 75px;
    left: 300px;
}
#music .musicbox {
    width: 320px;
    height: 60px;
    text-align: center;
    border-radius: 20px 20px 20px 20px;
    border: 1px #ca92ff solid;
    background: #0000007a;
    animation: wiggle 3s infinite linear;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    animation-play-state: paused;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    position: absolute;
    top: 8px;
    left: 6px;
    z-index: -1;
}
#music .musicbox p {
	font-family: arial;
	color: #ca92ff;
	font-size: 18px;
	line-height: 80%;
}
@keyframes wiggle {
	0% {background-position: 0 0;}
	100% {background-position: 0 46px;}
}
.mejs__offscreen {
	display: none;
}
.mejs__container {
background: transparent;
    width: 75px !important;
    min-width: 75px !important;
    height: 75px !important;
    box-sizing: border-box;
    border-radius: 32px;
    border: 8px solid #ca92ff00;
}
.mejs__container:hover {
	background: transparent;
	border-color: transparent;
}
.mejs__controls {
	height: 100%;
	width: 50px !important;
	background: transparent;
	display: flex;
	z-index: 999;
}
.mejs__controls div {
	height: 100%;
	width: 50px;
	position: relative;
}
.mejs__horizontal-volume-handle {
	display: none;
}
.mejs__horizontal-volume-slider {
	margin: 24px 0 0 120px;
}
.mejs__horizontal-volume-total {
	height: 15px !important;
	width: 150px !important;
	background: #fff !important;
	border: 1px solid #ddd !important;
	margin-top: 10px;
}
.mejs__horizontal-volume-current {
  background-image: url(/bg/bgrainbow.jpg);
  background-size: 150px;
	height: 15px !important;
	border: 1px solid #DFADFF !important;
	margin: -1px 0 0 0;
}
.mejs__button button:focus {
	outline: none;
}
.mejs__play button, .mejs__pause button {
	position: absolute !important;
	top: 2px;
	left: 2px;
	width: 55px;
	height: 55px;
	border-radius: 100px;
	display: block;
	padding: 10px !important;
	border: 0 !important;
	cursor: pointer;
	z-index: 9999;
}
.mejs__pause button {
	background-position: -56px 0 !important;
}
.mejs__container:hover .mejs__play button {
	background-position: -56px 0px !important;
}
.mejs__container:hover .mejs__pause button {
	background-position: 0px 0px !important;
}
.mejs__mute button, .mejs__unmute button {
position: absolute;
    top: 21px;
    left: 77px;
    height: 45px;
    width: 35px;
    border: none;
    cursor: pointer;
}
.mejs__mute button {
	background-position: -87px 0 !important;
}
.mejs__unmute button {
	background-position: -118px 0 !important;
}

.mejs__button button {
  background: url(/VN/Buttons/musicbuttons.png);
    background-repeat: no-repeat;
  background-size: cover;
}

/***** MOBILE *****/

@media only screen and (max-device-width: 812px) {
	body {
		font-size: 2em;
	}
	#top header {
		font-size: 1.25em;
		height: 60px;
	}
	#top nav ul li {
		font-size: 1em;
		height: 40px;
	}
	#mnext, #mprev {
		display: block;
	}
	#prev, #next {
		display: none;
		position: relative;
		top: 100px;
	}
	.icon, .icon img {
		width: 62px;
		height: 62px;
	}
	audio {
		height: 120px;
		width: 100%;
		font-size: 16px;
	}
	#music,	#music #player {
		z-index: 999999999999;
	}
}

@media only screen and (orientation: landscape) and (max-device-width: 812px) {
	body {
		height: 80vh;
	}
	.icon {
		position: fixed;
	}
	audio {
		margin-left: 125px;
	}
	article {
		font-size: 26px;
		width: 500px;
		margin: auto;
	}
	.dialog {
		width: 648px;
	}
	#textbox {
		height: 100px;
		margin-bottom: 50px;
	}
	#music .musicbox p {
		line-height: 35px;
		font-size: 20px;
		text-align: left;
		margin-left: 20px;
	}

}

@media only screen and (orientation: portrait) and (max-device-width: 812px) {
	body {
		width: 100vw;
	}
	audio {
		margin: 0;
	}
	#textbox {
		font-size: 40px;
		height: 20vh;
	}
	.dialog {
		width: 648px;
	}
	#music {
		top: 0;
		left: 220px;
		transform: scale(1.5);
	}

}

@media only screen and (orientation: portrait) and (max-device-width: 750px) {
	#container {
		min-width: 750px;
		height: 100vh;
		left: 50%;
		transform: translateX(-50%);
	}
	#mprev,	#mnext {
		height: 70vh;
		display: block;
	}

	#music {
		top: 100px;
		left: 220px;
	}
}

