body,html {
	margin: 0 auto;
	overflow-x: hidden;
	overflow-y: hidden;
	width: 100%;
	height: 100%;
	perspective-origin: center;
	transform-origin: center;
	perspective: 1000px;
	display: inline-block;
	cursor: url("../cursor/arrow.png"), auto;
}
body{
	top: 0;
	background-image: url("../test/sky.png");
	background-position-x: center;
	background-size: cover;
}
div#loadScreen{
	z-index: 9001;
	position: absolute;
	height: 100vh;
	width: 100vw;
	min-width: 100%;
	min-height: 100%;
	background-color: hotpink;
	top:0;
	left:0;
}
#loadScreen div.waveload{
	min-width: 100%;
	width: 100vw;
	height: auto;
	margin: 0 auto;
	top: 35vh;
	display: block;
	position: absolute;
	text-align: center;
}
div.waveload img{
	width: 25%;
	min-width: 245px;
}
img#waveloadgif{
	position: relative;
	right: 16px;
	top: 8px;
}
#loadingmessage{
	position: absolute;
	font-size: 1rem;
	bottom: 2vh;
	left: 0;
	width: 100vw;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
#loadingmessage h4{
	position: relative;
	display: block;
}
div#playZone{
	z-index: 500;
}
::selection{
	background-color:rgba(255, 79, 98, 0.8);
	color: white;
}
p{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	font-size: 14pt;
}
.face, .container2{
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
}
.container2{
	perspective-origin: center;
	transform-origin: center;
	min-width: 100vw;
	width: 100%;
	min-height: 100vh;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: -10;
}
/*it's actually the whole visible body*/
div.face{
	width: auto;
	height: auto;
	left: 45vw;
	top: unset !important;
	bottom: -3% !important;
	z-index: 10;
	perspective: 500px;
}
.background{
	height: 100%;
	width: 100%;
	min-height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
	perspective: 1000px;
}
.block, .backg{
	-webkit-user-select: none;
	user-select: none;
	display: inline-block;
	position: fixed;
	/*min-width: 100%;
	max-width: 100%;*/
	height: auto;
}
/*#b1{
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}
#b1 img{
	position: absolute;
	left: -18vw;
	top: -1vh;
	width: auto;
	height: 100%;
	min-height: 100%;
	display: block;
}*/
#b2{
	bottom: 5.5%;
	left: 10vw;
}

#b3{
	bottom: 6.5%;
	left: 16vw;
}

/*left palm tree 2*/
#b5{
	left: 5.4vw;
	bottom: 8%;
}

/*right palm tree*/
#b6{
	right: 5.5vw;
	bottom: 20vh;
}

/*left palm tree*/
#b7{
	left: 8vw;
	bottom: 22%;
}

/*right palm tree 2*/
#b8{
	right: 18vw;
	top: 5vh;
}

#block1{
	/*lip right*/
	bottom: 235px;
	left: 204px;
}
#block2{
	/*lip left*/
	bottom: 239px;
	left: 181px;
}
#block3{
	/*nose bridge*/
	bottom: 291px;
	left: 179px;
}
#block4{
	/*nostril*/
	bottom: 294px;
	left: 203px;
}
#block5{
	/*face right/ all*/
	z-index: -150;
	left: 141px;
	bottom: 115px;
}
#block17{
	/*face shadow*/
	z-index: -125;
	left: 145px;
	bottom: 235px;
	opacity: 0.7;
}
#block6{
	/*face left*/
	z-index: -150;
	left: 138px;
	bottom: 179px;
}
#block7{
	/*glasses*/
	z-index: 20;
	left: 101px;
	bottom: 311px;
}
#block8{
	/*glasses lens*/
	z-index: 25;
	left: 101px;
	bottom: 315px;
}
#block9{
	/*hair left*/
	z-index: 10;
	bottom: 131px;
	left: 84px;
}
#block10{
	/*hair right*/
	z-index: -10;
	left: 146px;
	bottom: 151px;
}
#block11{
	/*head back/ ponytail*/
	bottom: 116px;
	left: 445px;
	z-index: 100;
}
#block12{
	/*neck*/
	bottom: 44px;
	left: 230px;
	z-index: -200;
}
#block13{
	/*torso*/
	bottom: -67px;
	left: 141px;
	z-index: -150;
}
#block14{
	/*shoulder*/
	bottom: -75px;
	left: 304px;
}
#block15{
	/*glass*/
	bottom: 28px;
	left: -90px;
}
#block18{
	/*glass light*/
	bottom: 28px;
	left: -90px;
}
#block16{
	/*hand*/
	/*max-width: 315px;
	min-width: 315px;*/
	bottom: -52px;
	left: -165px;
}
/*--------------------------*/
/*-----------INFO-----------*/
div#aditional-info{
	height: auto;
	max-height: 50px;
	position: absolute;
	display: inline-block;
	right: 3vw;
	float: right;
	text-align: right;
	top: 6.8vh;
	z-index: 5000;
}
div#about-txt{
	-webkit-user-select: initial;
	background-color: rgba(192, 161, 255, 0.95);
	color: white;
	display: block;
	top: -100%;
	right: 2vw;
	min-width: 120px;
	max-width: 260px;
	height: auto;
	min-height: 80px;
	position: absolute;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 25px;
	z-index: 5000;
	opacity: 0;
	transition: opacity .8s, top .4s;
}
.visible{
	top:0 !important;
	opacity: 1 !important;
	visibility: visible !important;
}
div#about-txt p{
	display: inline;
	position: relative;
	z-index: 5000;
}
img#abt{
	margin-right: 16px;
}
img#abt:hover{
	cursor: url("../cursor/about.png"), auto;
}
div#about-txt h4{
	display: block;
	color: white;
	opacity: 1;
	text-decoration: underline;
	margin: 0;
	margin-top: 5.8vh;
	position: relative;
	z-index: 5000;
	font-size: 18pt;
}
span{
	color:rgb(246, 76, 93);
}
span#email{
	color: rgb(255, 79, 98);
}
div.song-name{
	margin: 0 auto;
	right: 0;
	top: 1.8vh;
	position: sticky;
	display: block;
	filter: blur(0.4px);
	-webkit-filter: filter(blur(0.6px));
	-moz-filter: filter(blur(0.6px));
	-o-filter: filter(blur(0.6px));
	-ms-filter: filter(blur(0.6px));
	z-index: 1000;
	overflow: hidden;
	width: auto;
	height: 6rem;
	line-height: 68pt;
}
#movtxt{
	width: 100%;
	animation: slideshow 16s linear infinite;
	-moz-animation: slideshow 16s linear infinite;
	-webkit-animation: slideshow 16s linear infinite;
}
div#why{
	text-align: center;
	position: absolute;
	display: block;
	margin: 0 auto;
	top: 25%;
	left: 0;
	line-height: 45pt;
	font-size: 64pt;
	width: 100%;
	height: 100%;
	z-index: -50000;
}
div.song-name h2{
	font-family: unifont;
	font-size: 3rem;
	-webkit-filter: brightness(2.80);
	-webkit-filter: saturate(4);
	-webkit-filter: drop-shadow(0 0 0.2rem rgb(252, 237, 196));
}

@keyframes fadein {
	from { 
        opacity:0;
		top: -40%;
    }
    to   { 
        opacity:1;
		top:0;
    }
}

/*All fonts below are available at 
------------------------------------
pentacom.jp/pentacom/bitfontmaker2/gallery
-----------------------------------*/
@font-face{
	font-family: ner;
	src: url('font/Nerhoe.ttf');
	font-size: 32px;
}

@font-face{
	font-family: unifont;
	src: url('font/GNUUnifont9FullHintInstrUCSUR.ttf');
	font-size: 32px;
}