/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#text {
width: 100%;
max-width: calc(100% - 69vh);
}

.crt {
font-family: 'Glass TTY VT220';
font-weight: 500;
font-style: normal;
font-size: 30px;
color: #66FF66;
text-shadow: 0 0 10px black, 0 0 3px #80ffc0, 0 0 10px #00ff66, 0 0 20px #00ff66, 0 0 30px #00ff66;
}
.crt input {
    font-family: 'Glass TTY VT220';
    font-weight: 500;
    font-style: normal;
    font-size: 29px;
    color: #66FF66;
    /*text-shadow: 0 0 10px black, 0 0 3px #80ffc0, 0 0 10px #00ff66, 0 0 20px #00ff66, 0 0 30px #00ff66;*/
    text-shadow: 0 0 10px black, 0 0 3px #80ffc0, 0 0 4px #00ff66, 0 0 5px #00ff66;
    background: none;
    border: none;
    outline: none;
}

@font-face {
    font-family: 'Glass TTY VT220';
    src: url('Glass_TTY_VT220.woff2') format('woff2'),
        url('Glass_TTY_VT220.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
	background-color:#000;
	color: #66FF66;
}

.bezel {width: 100vw; height: 100vh; position: fixed; background:url("images/bezel-middle.png"); background-size: contain}
#bezel-left img, #bezel-right img  {height: 100%; width: auto; max-height: 100%; position: fixed;}
#bezel-right img {right: 0; top: 0;}
#bezel-left img {left: 0; top: 0;}
#text {
    position: absolute;     
    left: 29vh;
    top: 26vh;
}
#screen {
    position: absolute;
    z-index: 0;
    height: 61vh;
    width: calc(100% - 52vh);
    background: orange;
    top: 19vh;
    left: 19vh;
    background: url("images/screen-middle.png"); background-size: contain;
}
#screen:after {
	content: '';
	height: 100%; 
	width: 100%;
	position: absolute;
	background: #0000005c;
}
#screen-left img, #screen-right img {position: absolute; height: 100%; width: auto; max-width: 100%;}
#screen-left img {top: 0; left: 0;}
#screen-right img {top: 0; right: 0;}

#command{ position:relative; z-index:1 !important;padding: 0 0 0 5px;}

br+p { display:flex;}
br+p span {align-self:center;}


@media (max-width:767.9px) {

.bezel {
	display:none;
}

#screen::after {
  /* height: 100%; */
  /* width: 2; */
}

#screen {
  /* height: 61vh; */
  /* width: calc(100% - 52vh); */
  /* top: 19vh; */
  /* left: 19vh; */
  top: 0;
  left:0;
  height: 100%;
  width: calc(100%);
}

#screen-left img, #screen-right img {
  /* max-width: 100%; */
  max-width: 50%;
}

#text {
  /* left: 29vh; */
  /* top: 26vh; */
  left: 4.5vh;
  top: 8vh;
}

#text {
  /* max-width: calc(100% - 69vh); */
  max-width: calc(100% - 9vh);
}
#command {width: calc(100% - 45px);}

}


