.hero .title {
  font-family: "Bebas Neue", sans-serif;
  font-weight: bold;
  font-size: 126px;
}

.hero .subtitle {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 26px;
  margin-top: -15px;
  margin-bottom: 0;
}

.hero .title .logo {
  width: 92px;
  height: 92px;
}

body {
  background: #14161a;
}

html, .hero .hero-body, .footer {
  background: #292929;
}

:root {
  --bulma-link-text: #93dd56;
  --bulma-code-background: transparent;
  --bulma-code-padding: 0;
  --bulma-code: #67d4ff;
}

p a:hover {
  text-decoration: underline;
}

.footer {
  margin-top: 3rem;
  padding-top: 1.5em;
  padding-bottom: 5rem;
  font-size: 90%;
}

.nav-buttons {
  margin-top: -22px;
}

.is-size-4 {
  font-size: 1.75rem !important;
  color: #d0d0d0;
}

.is-size-5 {
  font-size: 1.35rem !important;
}

.is-size-6 {
  font-size: 1.1rem !important;
}

section.section {
  padding-top: 2.0rem;
  padding-bottom: 1rem;
}

p {
  font-family: "Open Sans", sans-serif;
  padding: 0.5rem 0;
}

p strong {
  color: white;
}

.footer .content p {
  padding: 0;
  margin: 0;
}

.footer .content p:first-child {
  margin: 1rem 0;
}

.footer a {
  color: var(--bulma-body-color);
  text-decoration: underline;
}

code {
  font-family: JetBrains Mono, monospace;
  color: white;
}

pre.highlight {
  padding: 0;
  margin: 1rem 0;
  background: transparent;
  margin-bottom: 20px;
}

pre.highlight code {
  font-size: 1rem;
  border: 1px solid #555;
  border-radius: 5px;
  background: #292929;
  padding: 15px;
}

.split-view {
  margin: 0;
}

.split-view .column {
  padding: 0;
}

.split-view h5 {
  font-weight: bold;
  font-size: 0.9rem;
  text-align: center;
  color: #ddd;
  margin-top: 1rem;
}

.split-view pre.highlight {
  margin-top: 0;
}

@media screen and (width > 769px) {
  .split-view .left {
    max-width: 18rem;
  }

  .split-view .left pre.highlight code {
    border-radius: 10px 0 0 10px;
    border-right: none;
    min-height: 12.5em;
    padding-top: 5.5em;
  }

  .split-view .right pre.highlight code {
    border-radius: 0 10px 10px 0;
  }
}
