@font-face {
    font-family: 'MODENINE'; /*a name to be used later*/
    src: url('../fonts/MODENINE.TTF'); /*URL to font*/
}

html, body {
	background-color: black;
}

* {
	font-family: MODENINE;
	font-size: 1.25em;
	line-height: 1.25em;
	color: #98c18c;
}

.container {
	max-width: 100%;
}

.standard_input {
	display: inline;
	text-transform: uppercase;
	white-space: pre;
	padding-right: 5px;
	margin-right: 5px;
	border: 0px solid #98c18c;
	background-color: #161d15;
	box-shadow: 0px 0px 20px #33422f;
}

.standard_input.on {
	border-right-width: 1px;
}

#dummy_input {
	position: absolute;
	left: -2000px;
}

#dummy_input_trigger {
	display: block;
	margin: 0 auto;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: transparent;
	border-width: 0px;
	outline: none;
}