@font-face {
	font-family: 'cern';
	src:
		url('../fonts/cern-terminal.woff') format('woff'),
		url('../fonts/cern-terminal.ttf') format('truetype'),
		url('../fonts/cern-terminal.svg#icomoon') format('svg');
}


body {
	background: black;

	padding-bottom: 2.2em;
	/* overflow: hidden; */
	color: hsl(150, 100%, 50%);
	text-shadow: 0 0 10px;
	word-wrap: break-word;

	font-family: cern, monospace;
	line-height: 1em;
}

hr{
	border-color: hsl(150, 100%, 50%);
}


footer{
	background-color: black;
	padding-bottom: 12px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-size: 1em;
}

h1 {
	margin: 1.2em 0; /* 1 line of space above and below h1 only */
	text-align: center;
	text-transform: uppercase;  /* only h1, h2 all caps */
}

h2 {
	text-transform: uppercase; /* only h1, h2 all caps */
}

h3 {
	margin: 0 1.1em;
	
}

h4 {
	margin: 0 1.2em;
	
}

h5 {
	margin: 0 1.3em;

}

h6 {
	margin: 0 1.4em;
	
}

a {
	text-decoration: none;
	color: inherit;
}
 body div a:hover {
	text-decoration: none;
	color: inherit;
	background: #0a0;
	/* color: black; */
	box-shadow: 0 0 black; 
}

p {
	margin-top: 0.1em;
	margin-bottom: 0.6em;
	/* paragraph has one line after... but <P> was used more as a
	   separator than a wrapper... so using margin-top instead    */
}

ol, ul, dl {
	margin: 1.1em 0; /* list style has 1 line of space above and below */
 } 

/* Definition lists */
/* dt, dd {
	display: inline-block;
	vertical-align: top;
}  */

/* dt:not(:first-of-type),
dd:not(:first-of-type) {
	margin-top: 1.5em;
}

dt {
	width: 20ch;
	margin-left: 7ch;
}

dd {
	width: 27.5em;
	width: 50ch;
} */


/* pre, xmp {
	display: block;
	white-space: pre;
} */

address {
	display: block;
	text-align: right;
}

/*should only  work for first character without intervening elements e.g. not <hp1><p>*/
hp1, hp2 {
	text-transform: uppercase;
}


 /* xinput, button, select, textarea {display: none} */

#command {
	/* position: fixed;
	display: block;
	top: 36em; /* 24 lines */
/*	left: 50%;
	right: 50%;
	margin: 0 -22em;
	margin: 0 -40ch;
	height: 9999px;
	background: black;
	white-space: nowrap; 
	*/
}

#main-container{
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
}

#command #input-wrapper{
	position: relative;
}

#command input {
	display: inline-block;
	/* width: 28.05em; */
	/*width: 51ch; /* 80 - 29 */
	background: black;
	color: hsl(150, 100%, 50%);
	border: 0;
}

dd, dt{
	margin-bottom: 0.4em;
}

#blocker {
	position: fixed;
	margin: 0 auto;
	z-index: 9;
	top: 0;
}

#cmd-input {
	min-width: 1px;
	cursor: text;
	overflow: hidden;
	outline: 0;
}

#cmd-input:focus,
#cmd-input:active {
	cursor: none;
}

#cmd-cursor {
	position: absolute;
	/*left: 19.8em; /* .55 * 36 */
	left: 0.1em;
	top: 0.2em;
	margin-left: -1px; /* sit over the real cursor in content editable */
	background: hsl(150, 100%, 50%);
	box-shadow: 0 0 5px;
}

.form-control[type="email"], .form-control[type="text"], textarea.form-control,
textarea.form-control:focus{
	background-color: black;
	color: hsl(150, 100%, 50%);
	border-radius:unset;
}

.btn-lg{
	border-radius:unset;
}
#cmd-cursor.wait {
  -webkit-animation: blink 2s linear 0s infinite;
  -moz-animation: blink 2s linear 0s infinite;
  -ms-animation: blink 2s linear 0s infinite;
  -o-animation: blink 2s linear 0s infinite;
  animation: blink 2s linear 0s infinite;
}

@-webkit-keyframes blink {
  0%   { background: #0a0 }
  47%  { background: hsl(150, 100%, 50%); }
  50%  { background: #000; box-shadow: none; }
  97%  { background: #000; box-shadow: none; }
  100% { background: hsl(150, 100%, 50%); }
}

@-moz-keyframes blink {
  0%   { background: #0a0 }
  47%  { background: hsl(150, 100%, 50%); }
  50%  { background: #000; box-shadow: none; }
  97%  { background: #000; box-shadow: none; }
  100% { background: hsl(150, 100%, 50%); }
}

@-ms-keyframes blink {
  0%   { background: #0a0 }
  47%  { background: hsl(150, 100%, 50%); }
  50%  { background: #000; box-shadow: none; }
  97%  { background: #000; box-shadow: none; }
  100% { background: hsl(150, 100%, 50%); }
}

@-o-keyframes blink {
  0%   { background: #0a0 }
  47%  { background: hsl(150, 100%, 50%); }
  50%  { background: #000; box-shadow: none; }
  97%  { background: #000; box-shadow: none; }
  100% { background: hsl(150, 100%, 50%); }
}



html { font-size: 20px; }

  @media (min-width: 576px) {

	html { 
	  font-size: 20px;
	}
  }

  @media (min-width: 768px) {

	html { 
	  font-size: 22px;
	}
  }

  @media (min-width: 992px) {

	html { 
	  font-size: 24px;
	}
  }

@media (min-width: 1200px) {

	html { 
	  font-size: 26px;
	}
  }
  