
html{
	background: black;
}

body{
	padding: 0px;
	margin: 0px;
}



.title{
    font-family: sans-serif;
    color: white;
    font-size: 100pt;
    width: 100%;
    top: 10vh;
    text-align: center;
    position: absolute;
}

.projectTitle{
	font-family: 'Gamja Flower', cursive;
	text-align: center;
	width: 100%;
	font-size: 20pt;
	line-height: 20pt;
	color: white;
}

.blahBar{
    width: 100vw;
    background: white;
    margin-top: 80vh;
    text-align: center;
}

.blahBar2{
	width: 100vw;
    background: white;
    margin-top: 10px;
    display: inline-block;
    text-align: center;
}

.container{
	display: inline-block;
	width: 100%;
	height: 100vh;
	background-color: rgba(68, 68, 68, 0.85);
	text-align: center;
}


.artLabel{
	font-size: 10pt;
    font-family: "Helvetica", sans-serif;
    color: #888;
    margin: 10px;
    display: inline-block;
    line-height: 16pt;
}

.homeButtom{
	width: 96px;
	height: 86px;
	border-right: 3px solid #444;
	border-left: 3px solid #444;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	font-size: 80px;
	font-family: sans-serif;
	color: #444;
}

.homeButton-Image{
    height: 100%;
    width: auto;
}

.paintingTitle{
	width: calc(100% - 96px);
	margin-left: 97px;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 20px;
	font-size: 5vw;
	text-align: center;
	font-family: sans-serif;
	display: inline-block;
}

.painting{
	width: 100vw;
	height: auto;
}

.backPaint{
	width: 100vw;
	height: auto;
	z-index: -1;
	position: fixed;
	top: -100px;
	left: 0px;
}

.particleMap{
	position: absolute;
	width: 100vw;
	height: auto;
	top: 66px;
	left: 0px;
	/*image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: pixelated;*/
}

.homeMap{
	top: 0px;
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0px;
    z-index: 100;
}

#depthMap{
	position: absolute;
	width: 100vw;
	height: auto;
	top: 66px;
	left: 0px;
	opacity: 0;
}

#blockMap{
	position: absolute;
	width: 100vw;
	height: auto;
	top: 66px;
	left: 0px;
	visibility: hidden;
}


.huggabug{
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: pink;
}

.artBox{
	width: calc(100% - 20px);
	height: calc(30vw - 30px);
	border: 8px solid #888282;
	overflow: hidden;
	display: inline-block;
}


.artWrapper{
	padding: 15px;
	margin: 5px;
	width: calc(30% - 20px);
	height: calc(30vw + 70px);
	text-align: center;
	display: inline-block;
	background: rgba(0,0,0,8.6);
}

.artIcon{
	height: 100%;
	width: auto;
}

#player{
	visibility: hidden;
}

.balletBar{
	height: 10px;
	background: #badbbb;
	width: 100vw;
	margin-top: 50px;
	z-index: 2;
}

.dialogBox
{
	z-index: 1;
	display: block;
    background: #eeffe6;
    padding: 8px;
    border-radius: 5px;
    margin: auto;
    margin-bottom: 50px;
    font-family: 'VT323', monospace;
    font-size: 18pt;
    max-width: 60%;
    letter-spacing: .1rem;
    text-align: left;
}

.dialogBox2
{
	position: absolute;
	top: 15px;
	left: 150px;
	z-index: 1;
	display: block;
    color: #badabb;
    font-family: 'VT323', monospace;
    font-size: 11pt;
    max-width: 60%;
    letter-spacing: .1rem;
    text-align: left;
}

.entryDoor{
	position: absolute;
	right: 0px;
	top: 25%;
	height: 50%;
	z-index: 99;
}
