.catalogue-item {
  border-bottom: 1px solid #e5e5e5;
  color: #555;
  display: block;
  text-decoration: none;
  padding: 2rem 0;
}
.catalogue-item:hover .catalogue-title, .catalogue-item:focus .catalogue-title {
  text-decoration: underline;
}
.catalogue-item:last-child {
  border: 0;
}
.catalogue-date {
  color: #aaa;
  font-family: Palatino, "Palatino LT STD", "Palatino Linotype", "Book Antiqua", "Georgia", serif;
  letter-spacing: 0.5px;
}
.catalogue-title {
  color: #353535;
  display: block;
  font-family: "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin: 0.5rem 0;
}
@media screen and (max-width: 768px) {
  .catalogue-title {
    font-size: 1.5rem;
  }
}

* {
  box-sizing: border-box;
}

body {
  background-color: #fdfdfd;
  font-family: "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

main {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 24px;
}

code {
  background-color: #f9f9f9;
  color: #bf616a;
  padding: 2px 4px;
  border-radius: 3px;
  font-family: Menlo, Monaco, monospace;
  font-size: 0.9em;
  word-break: break-word;
}

pre {
  background-color: #f9f9f9;
  padding: 1rem;
  border-radius: 5px;
  overflow-x: auto;
}
pre code {
  background-color: transparent;
  padding: 0;
  color: #555;
}

main img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.5rem auto;
  border-radius: 5px;
}

main p:has(> img:only-child) + p > em:only-child {
  display: block;
  text-align: center;
  font-size: 0.85em;
  color: #979797;
  margin-top: -1rem;
}

blockquote {
  background-color: #f9f9f9;
  border-left: 4px solid #4a9ae1;
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  border-radius: 0 5px 5px 0;
  font-style: italic;
  color: #353535;
}
blockquote p {
  margin: 0;
}
blockquote p:not(:last-child) {
  margin-bottom: 1rem;
}
blockquote strong {
  color: #555;
  font-weight: 600;
}

/**
 * Site header
 */
.site-header {
  font-size: 24px;
  font-family: inconsolata, monospace, "Times New Roman", Times, serif;
  color: #828282;
  line-height: 20px;
  text-decoration: none;
  min-height: 56px;
  border-bottom: 1px solid #e8e8e8;
}
.site-header .wrapper {
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .site-header .wrapper {
    justify-content: center;
  }
}

.site-title a {
  font-size: 24px;
  color: rgb(66.25, 66.25, 66.25);
  line-height: 20px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .site-title {
    display: none;
  }
}

.site-nav {
  display: flex;
  justify-content: center;
  position: relative;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link {
  font-size: 24px;
  color: #828282;
  line-height: 20px;
  text-decoration: none;
}
.site-nav .page-link:not(:first-child) {
  margin-left: 20px;
}
.site-nav .page-link:hover {
  color: rgb(66.25, 66.25, 66.25);
}
.site-nav .page-link.current {
  color: #007bff;
}
@media screen and (max-width: 768px) {
  .site-nav .page-link {
    font-size: 18px;
  }
  .site-nav .page-link:not(:first-child) {
    margin-left: 14px;
  }
}

.pagination {
  border-top: 0.5px solid #e5e5e5;
  font-family: Palatino, "Palatino LT STD", "Palatino Linotype", "Book Antiqua", "Georgia", serif;
  padding-top: 2rem;
  position: relative;
  text-align: center;
}
.pagination span {
  color: #353535;
  font-size: 1.1rem;
}
.pagination .top {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #555;
  font-family: "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  opacity: 0.6;
}
.pagination .top:hover {
  opacity: 1;
}
.pagination .arrow {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #555;
  position: absolute;
}
.pagination .arrow:hover, .pagination .arrow:focus {
  opacity: 0.6;
  text-decoration: none;
}
.pagination .left {
  left: 0;
}
.pagination .right {
  right: 0;
}

.about-content {
  font-size: 1.125rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.about-content .about-heading {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.about-content .about-heading h1 {
  margin: 0;
  font-size: 2.25rem;
}
.about-content .profile-photo {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  margin: 0;
}
.about-content .icon-container {
  display: flex;
  gap: 1rem;
}
.about-content .icon-container i {
  color: #5a2d82;
  transition: color 0.3s ease;
}
.about-content .icon-container i:hover {
  color: #800080;
}

.highlight table td {
  padding: 5px;
}

.highlight table pre {
  margin: 0;
}

.highlight, .highlight .w {
  color: #24292f;
  background-color: #f6f8fa;
}

.highlight .k, .highlight .kd, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kt, .highlight .kv {
  color: #cf222e;
}

.highlight .gr {
  color: #f6f8fa;
}

.highlight .gd {
  color: #82071e;
  background-color: #ffebe9;
}

.highlight .nb {
  color: #953800;
}

.highlight .nc {
  color: #953800;
}

.highlight .no {
  color: #953800;
}

.highlight .nn {
  color: #953800;
}

.highlight .sr {
  color: #116329;
}

.highlight .na {
  color: #116329;
}

.highlight .nt {
  color: #116329;
}

.highlight .gi {
  color: #116329;
  background-color: #dafbe1;
}

.highlight .ges {
  font-weight: bold;
  font-style: italic;
}

.highlight .kc {
  color: #0550ae;
}

.highlight .l, .highlight .ld, .highlight .m, .highlight .mb, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mx {
  color: #0550ae;
}

.highlight .sb {
  color: #0550ae;
}

.highlight .bp {
  color: #0550ae;
}

.highlight .ne {
  color: #0550ae;
}

.highlight .nl {
  color: #0550ae;
}

.highlight .py {
  color: #0550ae;
}

.highlight .nv, .highlight .vc, .highlight .vg, .highlight .vi, .highlight .vm {
  color: #0550ae;
}

.highlight .o, .highlight .ow {
  color: #0550ae;
}

.highlight .gh {
  color: #0550ae;
  font-weight: bold;
}

.highlight .gu {
  color: #0550ae;
  font-weight: bold;
}

.highlight .s, .highlight .sa, .highlight .sc, .highlight .dl, .highlight .sd, .highlight .s2, .highlight .se, .highlight .sh, .highlight .sx, .highlight .s1, .highlight .ss {
  color: #0a3069;
}

.highlight .nd {
  color: #8250df;
}

.highlight .nf, .highlight .fm {
  color: #8250df;
}

.highlight .err {
  color: #f6f8fa;
  background-color: #82071e;
}

.highlight .c, .highlight .ch, .highlight .cd, .highlight .cm, .highlight .cp, .highlight .cpf, .highlight .c1, .highlight .cs {
  color: #6e7781;
}

.highlight .gl {
  color: #6e7781;
}

.highlight .gt {
  color: #6e7781;
}

.highlight .ni {
  color: #24292f;
}

.highlight .si {
  color: #24292f;
}

.highlight .ge {
  color: #24292f;
  font-style: italic;
}

.highlight .gs {
  color: #24292f;
  font-weight: bold;
}

.world-heading {
  margin-bottom: 0.25rem;
}

.world-subheading {
  color: #979797;
  margin-top: 0;
  margin-bottom: 2rem;
}

.world-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1.5rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .world-grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 1rem;
  }
}

.world-item {
  display: block;
  color: #555;
  text-decoration: none;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f9f9f9;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.world-item:hover, .world-item:focus {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
.world-item:hover .world-item-title, .world-item:focus .world-item-title {
  text-decoration: underline;
}

.world-item-image {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin: 0;
  border-radius: 0;
}

.world-item-caption {
  padding: 0.75rem 1rem 1rem;
}

.world-item-title {
  color: #353535;
  font-family: "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 0.15rem;
}

.world-item-location {
  color: #979797;
  font-size: 0.85rem;
  margin: 0 0 0.4rem;
}

.world-item-blurb {
  font-size: 0.9rem;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.world-post-back {
  display: inline-block;
  color: #979797;
  text-decoration: none;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}
.world-post-back:hover {
  color: #555;
  text-decoration: underline;
}
.world-post-meta {
  color: #979797;
  margin-top: 0;
}
.world-post-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}
.world-post-gallery img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .world-post-gallery {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 0.5rem;
  }
}

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