﻿@font-face {
			font-family: 'greenscreen';
			src: url('webfonts/greenscr-webfont.eot');
			src: url('webfonts/greenscr-webfont.eot?#iefix') format('embedded-opentype'),
				 url('webfonts/greenscr-webfont.woff2') format('woff2'),
				 url('webfonts/greenscr-webfont.woff') format('woff'),
				 url('webfonts/greenscr-webfont.svg#green_screenregular') format('svg');
			font-weight: normal;
			font-style: normal;

}


* {
		font-family: "greenscreen", Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
		font-size: 12pt;
		cursor: url('images/CURSOR.png'), auto;
	}

img{

  image-rendering: auto;

  image-rendering: crisp-edges;

  image-rendering: pixelated;

  image-rendering: -moz-crisp-edges;

  image-rendering: -o-crisp-edges;

  -ms-interpolation-mode: nearest-neighbor;

}

body{
	margin: 0;
  border: 0;
  padding: 0;
  overflow:hidden;

  width: 100vw;
  height: 100vh;

    background-image: url("images/IMG_FIELD01.gif");
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
    image-rendering: pixelated;

    background-color:black;
    color:white;
}

#audioContainer{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.audio{
	position:fixed;
	bottom: 12%;
	border: 3px solid;
  border-image: url(images/IMG_MM_TILE_08.gif);
  border-image-slice: 4;
  border-image-repeat: round;
  filter: drop-shadow(20px 20px black);
  background-image: url("images/IMG_MM_TILE_02.gif");
  width: 50%;
}
audio {
	color-scheme: dark;
	height: 50px;
	padding-bottom: 10px;
}
audio::-webkit-media-controls-panel { 
    background-color: rgba(1, 1, 1, 0);
}
audio::-webkit-media-controls-enclosure {
    background-color: transparent;
}

.frame{
	width: 100vw;
	height: 80vh;

	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0;

	border: none;

	/*border: 3px solid;  
    border-image: url(images/IMG_0x001.gif);
    border-image-slice: 4;
    border-image-repeat: round;*/
    /*background-color:black;*/
}

.frameL{
	position:fixed;
	top:0px;
	width:70px;
	height:100vh;
	background-image:url("images/IMG_FRAME_L.gif");
	background-repeat:repeat-y;
	z-index:100;
	pointer-events:none;
}
.frameR{
	position:fixed;
	top:0px;
	right:0px;
	width:70px;
	height:100vh;
	background-image:url("images/IMG_FRAME_R.gif");
	background-repeat:repeat-y;
	z-index:100;
	pointer-events:none;
}
.frameT{
	position:fixed;
	top:0px;
	width:100vw;
	height:490px;
	background-image:url("images/IMG_FRAME_T.gif");
	background-repeat:repeat-x;
	z-index:100;
	pointer-events:none;
}
.frameB{
	position:fixed;
	top:97%;
	width:100vw;
	height:490px;
	background-image:url("images/IMG_FRAME_B.gif");
	background-repeat:repeat-x;
	z-index:100;
	pointer-events:none;
}

.inlineText{
	display: inline;
    background: black;
}

#intropage *{
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate3d(-50%,-50%, 0);

			border: 3px solid;
    		padding: 10px;    
    		border-image: url(images/IMG_MM_TILE_08.gif);
    		border-image-slice: 4;
    		border-image-repeat: round;

    		filter: drop-shadow(20px 20px black);

    		background-image: url("images/IMG_MM_TILE_02.gif");
}

#menu{
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.menuBtn{
	margin: 10px;
	margin-right: 50px;
	margin_left: 50px;
	background-repeat:no-repeat;
	cursor: url('images/CURSOR_BTN.png'), auto;
}

#menuBtn1{
	width:62px;
	height: 60px;
	background-image: url(images/IMG_DOOR_SMALL.png);
}
#menuBtn1:hover{
	background-image: url(images/IMG_DOOR_SMALL_OPEN.png);
}

#menuBtn2, #menuBtn3{
	width: 31px;
	height: 30px;
	background-image: url(images/IMG_DOOR_TINY.png);
}
#menuBtn3:hover, #menuBtn2:hover{
	background-image: url(images/IMG_DOOR_TINY_OPEN.png);
}

#menuBtn4, #menuBtn5, #menuBtn6, #menuBtn7{
	width: 25px;
	height: 20px;
	background-image: url(images/IMG_DOOR_TINY2.png);
}
#menuBtn4:hover, #menuBtn5:hover, #menuBtn6:hover, #menuBtn7:hover{
	background-image: url(images/IMG_DOOR_TINY2_OPEN.png);
}

#menuBtnAbout{
	width: 24px;
	height: 25px;
	background-image: url(images/ICO_CURSOR_INSPECT_LOOK_SML.png);
	position:absolute;
	right: 10px;
	bottom: 20px;
	cursor: url('images/CURSOR_BTN.png'), auto;
}
#menuBtnAbout:hover{
	background-image: url(images/IMG_ERR02.png);
}


#foreground{
	position:fixed;
	left:0px;
	top:0px;
	width:100vw;
	height:100vh;
	pointer-events: none;
	background-image: url("images/IMG_FRAME.gif");
	background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    z-index:900;
}