.md-header {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.76)),
    url("../assets/torquetycoon-banner.png");
  background-position: center;
  background-size: cover;
  color: #111;
}

.md-header__button,
.md-header__topic,
.md-header__title {
  color: #111;
}

.md-header__button.md-logo {
  margin: 0.15rem 0.35rem 0.15rem 0.2rem;
  padding: 0;
}

.md-header__button.md-logo img,
.md-header__button.md-logo svg {
  height: 2rem;
  width: auto;
}

.md-search__form {
  background-color: rgba(255, 255, 255, 0.72);
}

.md-search__input,
.md-search__icon {
  color: #111;
}

.guide-image {
  margin: 1.2rem 0;
}

.guide-image img {
  border-radius: 0.35rem;
  display: block;
  height: auto;
  width: 100%;
}

.guide-image figcaption {
  color: var(--md-default-fg-color--light);
  font-size: 0.68rem;
  margin-top: 0.35rem;
  text-align: left;
}

.guide-image-hero {
  margin: 1.4rem 0 1rem;
}

.md-typeset p {
  hyphens: auto;
  text-align: justify;
  text-align-last: left;
}

.md-typeset li {
  hyphens: auto;
}
