h1 {
  font-size: 25px;
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  border-bottom: none;
  border-left: none;
}

main > h1:first-of-type {
  margin-top: 0;
  line-height: 100%;
}

body {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-optical-sizing: auto;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
}
@media (min-width: 1024px) {
  body header, body #wrapper {
    padding: 10px 50px;
  }
}
@media (min-width: 1320px) {
  body header, body #wrapper {
    padding: 10px 20px;
  }
}
body header .text.agdrag-page-title, body #wrapper .text.agdrag-page-title {
  text-align: left;
  font-size: 90%;
  letter-spacing: 2px;
  margin-left: 0;
  padding-left: 0;
}
body header .text.agdrag-page-title a span, body #wrapper .text.agdrag-page-title a span {
  padding-left: 0;
}
@media (max-width: 1023px) {
  body header .text.agdrag-page-title, body #wrapper .text.agdrag-page-title {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  body header .text.agdrag-page-title, body #wrapper .text.agdrag-page-title {
    padding-left: 20px;
  }
}
body header {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: white;
  z-index: 1;
}
body #wrapper {
  margin-top: 70px;
  line-height: 1.45;
}
body #wrapper #main .content-wrapper img {
  width: 100%;
}
body #wrapper #main .content-wrapper img.no-margin-top {
  margin-top: 0;
}
body #wrapper #main .content-wrapper img.no-margin-bottom {
  margin-top: 0;
}
body #wrapper #main .content-wrapper p {
  margin-top: 4px;
  margin-bottom: 12px;
  /*                    &:first-child {
                          margin-top: 0;
                          img:first-child {
                              margin-top: 0;
                          }
                      }*/
}
body #wrapper #main .content-wrapper h2 {
  padding-bottom: 0;
  line-height: 1;
  font-weight: 400;
  margin-top: 0.6%;
  font-size: 20px;
  margin-block-start: 0.3em;
  margin-block-end: 0.3em;
  border-bottom: none 0 rgba(0, 0, 0, 0.3019607843);
  margin-bottom: 0;
}
body #wrapper #main .content-wrapper ul {
  margin-block-start: 0.4em;
  margin-block-end: 0.4em;
  list-style-type: none;
  padding-inline-start: 1%;
}
body footer {
  border-top-style: none;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 1320px) {
  body a#back-to-top {
    display: none;
  }
}

.publications-parent-photos-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.publications-parent-photos-wrapper a {
  text-decoration: none;
}
.publications-parent-photos-wrapper .photo-wrapper, .publications-parent-photos-wrapper > a, .publications-parent-photos-wrapper > a:link, .publications-parent-photos-wrapper > a:visited, .publications-parent-photos-wrapper > a:hover, .publications-parent-photos-wrapper > a:active {
  flex: 0 1 calc(50% - 10px); /* Set each item to take up approximately half the width, minus any margin */
  margin: 5px;
}
@media only screen and (max-width: 480px) {
  .publications-parent-photos-wrapper .photo-wrapper, .publications-parent-photos-wrapper > a, .publications-parent-photos-wrapper > a:link, .publications-parent-photos-wrapper > a:visited, .publications-parent-photos-wrapper > a:hover, .publications-parent-photos-wrapper > a:active {
    flex: 1;
    flex-basis: 100%;
    margin: 2px;
  }
}
.publications-parent-photos-wrapper .photo-wrapper figcaption, .publications-parent-photos-wrapper > a figcaption, .publications-parent-photos-wrapper > a:link figcaption, .publications-parent-photos-wrapper > a:visited figcaption, .publications-parent-photos-wrapper > a:hover figcaption, .publications-parent-photos-wrapper > a:active figcaption {
  color: initial;
  text-decoration: none !important;
  border: none !important;
}