body {
  font-family: "Inconsolata";
}

.container.is-fluid.no-margin {
  margin: 0;
}

#text {
  font-family: 'Source Code Pro', monospace;
  background-color: #f9f9f9;
  height: 100%;
  max-height: 100%;
  border-radius: 0;
  padding: 2em;
}

#text:focus,
#text:hover {
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-color: #dbdbdb;
}

#diagram {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

main {
  margin-top: 0.75rem;
}

footer.footer {
  margin-top: 0.75rem;
  padding: 1rem;
}

.column.full-height {
  padding-top: 0;
  padding-bottom: 0;
  height: 42vh;
  
}

@media only screen and (min-width: 769px) {
  .column.full-height {
    height: calc(100vh - 6.9em);
  }
}
