/* inconsolata-regular - latin */
@font-face {
  font-family: 'Inconsolata';
  font-style: normal;
  font-weight: 400;
  src: local("Inconsolata Regular"), local("Inconsolata-Regular"), url("../Fonts/inconsolata-v16-latin-regular.woff2") format("woff2"), url("../Fonts/inconsolata-v16-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  height: 100%;
  font-size: 120%; }

body {
  background: #5d1921;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: open-sans-condensed, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

p {
  display: block; }

#main,
input,
select,
textarea,
pre,
code {
  color: #f45;
  font-size: 16px;
  font-family: "Inconsolata", monospace;
  line-height: 20.8px;
  padding: 0;
  margin: 0;
  width: 100%; }

input,
select,
textarea {
  background: transparent;
  border: none;
  outline: none;
  width: calc(100% - 20px); }

pre {
  margin: 0; }
  pre code {
    white-space: pre-line; }

p {
  margin: 0 0 20px; }

h1 {
  font-size: 1.3rem;
  margin: 20px 0; }

h2 {
  font-size: 1.1rem;
  margin: 20px 0 10px; }

.term {
  width: 600px;
  max-width: 100%;
  padding: 0 20px;
  margin: auto;
  height: calc(100vh - 80px);
  overflow-x: hidden; }

a {
  color: #f45;
  text-decoration: underline; }
  a:hover {
    color: #ff919b; }

footer {
  bottom: 0;
  width: 100%; }
  footer .block {
    min-height: 42px;
    background: rgba(0, 0, 0, 0.5);
    padding: 0 20px;
    display: flex;
    align-items: center; }
    footer .block p {
      margin: 0; }
    footer .block.small {
      font-size: 0.8em;
      min-height: 34px; }
    footer .block + .block {
      margin-top: 4px; }

.text {
  padding: 20px; }
