.navigation {
  padding: 8px 0;
  margin: 2rem 1rem;
  text-align: center;
  border-top: 2px solid #2a2a2a;
  border-bottom: 2px solid #2a2a2a;
  box-sizing: border-box;
  overflow: auto;
}
.navigation a {
  transition: background-color 300ms ease-in;
}
.navigation a, .navigation a:hover {
  text-decoration: none;
}
.navigation a:hover {
  background-color: lavenderblush;
}
.navigation .menu-icon {
  display: none;
  font-size: 1.3rem;
}

.navigation-links {
  display: flex;
  align-items: center;
  font-family: valkyrie_a_caps, valkyrie_a, Georiga, Didot, serif;
  font-size: 0.9rem;
  vertical-align: middle;
  margin: auto;
  width: fit-content;
}

.navigation-links a + a,
.navigation-links button,
.social-links a + a,
.social-links button {
  margin-left: 1rem;
}

.social-links {
  display: flex;
  align-items: center;
}

.social-links a:not(.button) {
  line-height: 100%;
  font-size: 1.1rem;
}

.navigation-link,
.social-link {
  display: block;
}

.social-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.subscribe-button {
  display: inline-flex;
  align-items: center;
  font-size: 0.9rem;
}

.masthead {
  width: fit-content;
  margin: 3rem auto;
  padding: 0 1rem;
}
.masthead a {
  transition: background-color 300ms ease-in;
}
.masthead a::after {
  display: none;
}
.masthead a:hover {
  background-color: lavenderblush;
}

.letterhead {
  font-family: valkyrie_a_caps, valkyrie_a, Georiga, Didot, serif;
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  display: block;
  text-decoration: none;
}

.byline {
  font-family: valkyrie_a_caps, valkyrie_a, Georiga, Didot, serif;
  color: #9fa0ac;
  font-size: 0.8rem;
  text-align: center;
}

footer {
  margin-top: 1rem;
  z-index: 0;
  text-align: center;
  width: 100%;
}
@media (min-width: 1200px) {
  footer a {
    margin-right: 1rem;
  }
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 1rem;
}
.newsletter-form input[type=email] {
  box-sizing: border-box;
  padding: 0 1rem;
  height: 2.5rem;
  border: 1px solid #B31B1B;
  width: 100%;
  margin-bottom: 1rem;
  max-width: 400px;
}
@media (min-width: 600px) {
  .newsletter-form input[type=email] {
    margin-bottom: auto;
  }
}
.newsletter-form input[type=submit] {
  width: 100%;
  max-width: 200px;
}

@font-face {
  font-family: valkyrie_a;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  font-display: auto;
  src: url("/assets/fonts/valkyrie-a/valkyrie_a_regular.woff2") format("woff2");
}
@font-face {
  font-family: valkyrie_a;
  font-style: italic;
  font-weight: normal;
  font-stretch: normal;
  font-display: auto;
  src: url("/assets/fonts/valkyrie-a/valkyrie_a_italic.woff2") format("woff2");
}
@font-face {
  font-family: valkyrie_a;
  font-style: normal;
  font-weight: bold;
  font-stretch: normal;
  font-display: auto;
  src: url("/assets/fonts/valkyrie-a/valkyrie_a_bold.woff2") format("woff2");
}
@font-face {
  font-family: valkyrie_a;
  font-style: italic;
  font-weight: bold;
  font-stretch: normal;
  font-display: auto;
  src: url("/assets/fonts/valkyrie-a/valkyrie_a_bold_italic.woff2") format("woff2");
}
@font-face {
  font-family: valkyrie_a_caps;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-display: auto;
  src: url("/assets/fonts//valkyrie-a/valkyrie_a_caps_regular.woff2") format("woff2");
}
@font-face {
  font-family: valkyrie_a_caps;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  font-display: auto;
  src: url("/assets/fonts/valkyrie-a//valkyrie_a_caps_bold.woff2") format("woff2");
}
html {
  font-size: 18px;
  font-family: valkyrie_a, Georgia, Didot, serif;
  color: #2a2a2a;
  background-color: #FFFFFF;
  font-feature-settings: "kern";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media all and (max-width: 500px) {
  html {
    font-size: 18px;
  }
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: valkyrie_a, Georgia, Didot, serif;
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
}

p, li {
  line-height: 1.45;
}

figure {
  margin: 2rem 0;
}

figure img {
  vertical-align: middle;
}

figure.three-images figcaption, figure.two-images figcaption, figure.full-width figcaption, figure.medium-width figcaption {
  margin-top: 1rem;
}

figure.three-images img {
  width: 33.3333333333%;
  height: auto;
}

figure.two-images img {
  width: 50%;
  height: auto;
}

figure.medium-width img {
  max-width: 420px;
}

figure.small-width figcaption {
  margin-top: 1rem;
}

figure.small-width img {
  display: block;
  max-width: 50%;
  height: auto;
  margin: auto;
}

.images-container {
  display: flex;
  align-items: center;
}
.images-container img {
  height: fit-content;
}

figcaption {
  font-size: 0.9rem;
  color: #5c5c5c;
}
figcaption .source-link {
  font-family: valkyrie_a_caps, valkyrie_a, Georiga, Didot, serif;
  font-style: initial;
}
figcaption .source-link:after {
  margin-top: -2px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: valkyrie_a, Georgia, Didot, serif;
  font-weight: bold;
  margin: 2rem 0;
}

h1 {
  font-size: 1.2rem;
}

h2 {
  font-size: 1.1rem;
}

h3 {
  font-size: 1rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 1rem;
}

pre {
  font-family: "Fira Mono", monospace;
  padding: 1rem 0;
  white-space: pre;
  overflow: auto;
  max-width: 100%;
  display: block;
  box-sizing: border-box;
  font-size: 0.8rem;
  line-height: 1.5;
}

:not(pre) > code {
  font-size: initial;
  background: #f6f6f6;
}

pre {
  font-size: 0.7rem;
}

hr {
  border: 1px solid gainsboro;
}

input {
  font-family: inherit;
}

blockquote {
  box-sizing: border-box;
  margin: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0.2rem 1rem;
  background-color: whitesmoke;
}

a {
  text-decoration-color: gainsboro;
  transition: all ease-in 0.3s;
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.2em;
}

a:hover {
  text-decoration-color: #2a2a2a;
}

a:link, a:visited {
  color: inherit;
}

input[type=submit], button, a.button {
  border: 1px solid #9fa0ac;
  box-sizing: border-box;
  padding: 0 1rem;
  height: 1.6rem;
  background-color: #FFFFFF;
  color: #2a2a2a;
  font-weight: bold;
  font-family: valkyrie_a_caps, valkyrie_a, Georiga, Didot, serif;
  vertical-align: middle;
}

.button:hover {
  border-radius: initial;
  color: #FFFFFF;
  background-color: #2a2a2a !important;
}

.content {
  position: relative;
}

.image-grid {
  position: relative;
  column-count: 2;
  column-gap: 0;
}
@media screen and (min-width: 900px) {
  .image-grid {
    column-count: 3;
  }
}
@media screen and (min-width: 1200px) {
  .image-grid {
    column-count: 4;
  }
}
.image-grid img {
  display: block;
  width: 100%;
  height: auto;
}

.image-grid-item {
  cursor: pointer;
}

.gallery-overlay {
  overflow: hidden;
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
}

.gallery-overlay.hidden {
  display: none;
}

.gallery {
  display: flex;
  height: 80vh;
  max-width: 800px;
  overflow: hidden;
  margin: auto;
  z-index: 0;
}

.gallery-thumbnail {
  object-fit: contain;
  min-width: 100%;
}

.gallery-thumbnail-title {
  padding: 1rem;
  width: fit-content;
  background-color: #FFFFFF;
}

.gallery-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 800px;
  overflow: hidden;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.close-gallery-overlay {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 3rem;
  cursor: pointer;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.gallery-control {
  background: #B31B1B;
  color: #FFFFFF;
  width: 50px;
  height: 50px;
  margin: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  cursor: pointer;
}

.gallery-control:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

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