body.ffm {
  background-color: #000;
  color: white;
}

.disc {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
}

.disc img {
  max-width: 50%;
  height: auto;
}

.disc>div {
  display: flex;
  align-items: flex-start;
}

.disc>div:first-of-type {
  display: flex;
  align-items: flex-start;
}

body.ffm h3 {
  width: 100%;
  margin-bottom: 0;
  color: white;
}

body.ffm .details h4 {
  color: white;
  margin: 0;
}

body.ffm .details a {
  color: white;
}

body.ffm .details a:hover {
  font-style: italic;
}

body.ffm .details ul {
  list-style-type: none;
  padding: 0.3em 0;
}

body.ffm .details {
  padding: 0 1em 1em 1em;
  display: block;
}

body.ffm .disc {
  max-width: 100vw;
}

body.ffm footer {
  background-color: var(--black);
}


body.ffm footer svg#mascothead path.mascothead {
  fill: var(--white);
}

body.ffm footer svg#mascothead:hover path.flashes {
  fill: var(--white);
}

body.ffm footer svg#footerbeaker {
  fill: white;
}

@media screen and (min-width: 768px) {
  .disc>div {
    min-width: 400px;
    max-width: 50%;
  }
}
