/* div#main { */
    /* width:100%; */
    /* height:100%; */
    /* margin:0px; */
    /* background-color: #000; */
/* } */

@font-face {
  font-family: mplus;
  src: url(mplus-1m-regular.ttf);
}

div#wrap{
    position:fixed;
    width:min(100%, 178vh);
    padding-bottom:min(100vh, 56.25%);
}

div#main{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-size: cover;
    background-image: url("img/splash.png");
    background-position: center;
}

div.text {
    /* cool gradient text effect */
    /* background: repeating-linear-gradient(to bottom, #e1b047 0px, #f5ee9b 10px, #9b6e2d 20px, #e1b047 30px); */
  -webkit-background-clip: text;
  
    font-family: mplus, monospace;

    /* font-size: 2.2vw; */
	font-size: min(2.2vw, 3.9vh);
    font-weight: bolder;
    filter: drop-shadow(3px  3px black);
    color:#979fa0;
    
    margin-bottom: 12px;
	padding:5%;max-height: 33%;
    height: 33%;
    position:absolute;
    
}

div#text {
	top:0%;
}

div#textmid {
	top:33%;
}
div#textbtm {
	top:66%;
}

div.textbtm {

    text-align: right;
}

div.sidebar {
    
    height: 100%;
    left: 60%;
	width: 40%;
	background-color:black;
    position:absolute;
    z-index: 1; /* put it in front of the background regardless of layout order */
    display:flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-around;
}
img {
    visibility: hidden;
    height:100%;
}

img.hidden {
    visibility: hidden;
	width:0%;
    height:0%;
}

img.PCJImage {
    visibility: visible;
	position:absolute;
}

* {
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-crisp-edges;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
    
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}

body {
    background-color: #0a0a01;
	display:flex;
	align-items:center;
	flex-direction: column;
}

button {
    border:none;
    border-width: 2px;
    border-color: black;
    border-style: solid;
    border-radius: 8px;
    width:95%;
    height: 80px;
    
  -webkit-background-clip: none;
  -webkit-text-fill-color: initial;
    font-family: mplus, monospace;
    font-size: 40px;
    color:red;
    margin-bottom: 12px;
    background:black;
    
}

button:hover {
    text-shadow:#d81071 5px 5px;
}

button:active {
    color: red;
}

.echo:hover {

text-shadow:#d81071 5px 5px, #d81479 -10px -10px, #E84099 -15px 15px, #FF2099 20px -20px;

}

preload * {
	width:0.01%;
	height:0.01%;
}
