p, ol, ul, table, img, picture, table, .scroll-on-overflow {
  margin-top: 0;
  margin-bottom: 1.2em;
}

.slides section {
  margin-top: 5em;
  margin-bottom: 5em;
}
.slides section > div {
  min-height: 20em;
  border: 2px dashed black;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1em;
}
.slides section > div h1 {
  font-weight: normal;
}

body {
  font-family: "Inter", sans-serif;
  font-feature-settings: "tnum" 1;
}

h1.front {
  color: #F04A00;
  text-align: center;
  font-size: 3em;
  line-height: 2em;
  overflow-wrap: break-word;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 3px 3px 0 #000000, 4px 4px 0 #000000, 5px 5px 0 #000000 !important;
}
@media screen and (max-device-width: 500px) {
  h1.front {
    font-size: 10vw;
  }
}
h1.front a {
  color: #F04A00;
}

footer {
  margin-top: 10em;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 1em;
}

.action-button {
  background-color: #F04A00;
}

nav ul.contents li:not(:first-child)::before {
  content: "-";
}

nav ul.contents {
  text-align: center;
  font-weight: normal;
}

nav ul.contents li {
  text-align: center;
  font-size: 1.1em;
  font-weight: normal;
}

.hilighted {
  background: #ffeaf0;
  padding: 1em 2em;
}

.numeric-cell {
  font-family: inherit;
}

.trains {
  font-size: 8vw;
}
.trains h1 {
  font-size: 1.2em;
  text-align: center;
  line-height: 1em;
  margin-top: 0.5em;
}
.trains table {
  border-spacing: 0;
  border-collapse: unset;
  margin-top: 1%;
}
.trains table .scroll-on-overflow {
  margin: 0;
}
.trains table tr th {
  font-weight: 600;
  color: #999;
}
.trains table tr th, .trains table tr td {
  padding: 0rem 1.5rem;
}
.trains table tr td:nth-of-type(1) {
  text-align: right;
}

.livecoding .scroll-on-overflow table {
  margin: 0;
}
.livecoding table td {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.livecoding table tr, .livecoding table td {
  line-height: 6px;
  margin: 0;
  padding: 0;
}
.livecoding table th, .livecoding table thead {
  display: none;
}
.livecoding .none {
  display: none;
}

/*# sourceMappingURL=djrobstep.css.map */
