body {
  background-color: #F0F7E0;
  color: #490034;
}

a {
  color: #127F9C;
}
a:visited {
  color: #AC4980;
}
a:hover {
  color: #3D5B59;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("/fonts/SpaceGrotesk-Regular.ttf") format("truetype");
}
body {
  font-size: 16px;
  font-family: "Space Grotesk";
}

body {
  padding: 2rem 6rem;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

@media (max-width: 60rem) {
  body {
    padding: 1rem 2rem;
  }
  .flex-row {
    display: flex;
    flex-direction: column;
  }
}
.section .publication {
  display: flex;
  flex-direction: column;
  padding: 0.5rem 0;
}
.section .cat {
  display: flex;
  flex-direction: column;
  max-width: 50%;
  padding: 0 3rem;
}
.section .cat:first-child {
  padding-left: 0;
}
.section .cat:last-child {
  padding-right: 0;
}
.section .cat img {
  max-height: 20rem;
  margin-bottom: 0.75rem;
}
.section .cat .caption {
  font-size: 0.75rem;
}
@media (max-width: 60rem) {
  .section .cat {
    padding: 2rem;
    max-width: 100%;
  }
  .section .cat:first-child {
    padding-left: 2rem;
  }
  .section .cat:last-child {
    padding-right: 2rem;
  }
  .section .cat img {
    max-height: 100%;
  }
}

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