:root.nineties section.content,
:root.eighties section.content {
  display: block;
  -ms-flex-direction: unset;
      flex-direction: unset;
  max-width: 750px;
  margin: auto;
}
:root.nineties header h1,
:root.eighties header h1 {
  background: none;
  box-shadow: none;
  font-size: 4em;
  margin-bottom: 0;
}
@media screen and (min-width: 450px) {
  :root.nineties header h1,
  :root.eighties header h1 {
    font-size: 6em;
  }
}
:root.nineties .archive,
:root.eighties .archive {
  width: 32em;
}
@media (max-width: 1200px) {
  :root.nineties .archive,
  :root.eighties .archive {
    width: 80%;
    margin: 0 auto;
  }
  :root.nineties .archive *,
  :root.eighties .archive * {
    float: none !important;
    line-height: 1.6 !important;
    width: auto !important;
    height: auto !important;
    text-align: left !important;
    border: 0 !important;
    margin: 0 !important;
  }
}
:root.nineties .archive h2,
:root.eighties .archive h2 {
  font-size: 2em;
  margin: 0;
  margin-left: 6.1em;
  margin-bottom: 0.5em;
}
:root.nineties .archive a,
:root.eighties .archive a,
:root.nineties .archive span,
:root.eighties .archive span {
  display: block;
  float: left;
  margin-bottom: -1px;
  text-decoration: none;
}
:root.nineties .archive li:not(:last-child),
:root.eighties .archive li:not(:last-child) {
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: -1px;
}
:root.nineties .archive a.last,
:root.eighties .archive a.last,
:root.nineties .archive span.last,
:root.eighties .archive span.last {
  border: 0;
  margin-bottom: 0;
}
:root.nineties .archive a,
:root.eighties .archive a {
  width: 21em;
  text-indent: 1em;
}
:root.nineties .archive .year-label,
:root.eighties .archive .year-label,
:root.nineties .archive .month-label,
:root.eighties .archive .month-label {
  width: 4em;
  text-transform: uppercase;
  font-weight: 400;
  text-rendering: auto;
  letter-spacing: 1px;
  text-align: center;
}
:root.nineties .archive .month-label,
:root.eighties .archive .month-label {
  width: 7em;
}
:root.nineties .archive ul,
:root.eighties .archive ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
:root.nineties .archive ul li,
:root.eighties .archive ul li {
  margin: 0;
}
:root.nineties hflexbox.projects .flex-item,
:root.eighties hflexbox.projects .flex-item {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
:root.nineties hflexbox.projects .flex-item img,
:root.eighties hflexbox.projects .flex-item img {
  margin-bottom: 8px;
}
:root.nineties hflexbox.projects .html-cdnify,
:root.eighties hflexbox.projects .html-cdnify,
:root.nineties hflexbox.projects .bookcision,
:root.eighties hflexbox.projects .bookcision {
  height: 197px;
  width: 165px;
}
:root.nineties hflexbox.projects .html-cdnify img,
:root.eighties hflexbox.projects .html-cdnify img,
:root.nineties hflexbox.projects .bookcision img,
:root.eighties hflexbox.projects .bookcision img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
:root.nineties hflexbox.projects > img,
:root.eighties hflexbox.projects > img {
  display: inline-block;
}
:root.nineties hflexbox.projects p,
:root.eighties hflexbox.projects p {
  margin-bottom: 0.5em;
}
:root.nineties hflexbox.projects a,
:root.eighties hflexbox.projects a {
  margin: 0 0.5em;
  padding: 0.5em;
  text-decoration: none;
  color: #171717;
  background-color: white;
  display: block;
  box-shadow: 11px 13px 0 4px black;
  margin-top: 10px;
  margin-bottom: 30px;
}
:root.nineties hflexbox.projects a {
  box-shadow: unset;
  border: 1px solid black;
}
