@font-face {
  font-family: "Melodrama";
  src: url("fonts/Melodrama-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Melodrama";
  src: url("fonts/Melodrama-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Melodrama";
  src: url("fonts/Melodrama-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Melodrama";
  src: url("fonts/Melodrama-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Aktiv Grotesk";
  src: url("fonts/AktivGrotesk-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Aktiv Grotesk";
  src: url("fonts/AktivGrotesk-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Aktiv Grotesk";
  src: url("fonts/AktivGrotesk-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

.story-script-regular {
  font-family: "Story Script", sans-serif;
  font-weight: 400;
  font-style: normal;
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  color: #405638;
  position: relative;
  overflow: auto;
  /*background-color: #cacaca2e;*/
  /*background-color: #faf7f2;*/
  /*background-color: #fffdf7;*/
  background-color: #F4F1EA;

}

header{
/*    z-index: 9999;
    position: fixed;
    height: 250px;*/
    padding-bottom: 10px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #F4F1EA;
  padding-bottom: 50px;
  margin-bottom: 10px;
}

h1{
  top:0;
  z-index: 9999;
   position: fixed;
  font-family: "Melodrama", sans-serif;
  drop-shadow:0px 0px 100px #405638;
   font-weight: 600;
  font-style: normal;
  font-size: 56px;
  letter-spacing: 4px;
  font-kerning: normal;
  padding-top: 20px;
  padding-left: 30px;
  position: relative;
  text-shadow: none;
  color: #405638;
}

h2{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #405638;
  padding-left: 40px;
  text-shadow: none;
}

h3{
  font-family: "Melodrama", sans-serif;
  font-size: 32px;
  letter-spacing: 4px;
  color: #405638;
  padding-left: 15px;
}

h4{
  font-family: "Poppins", sans-serif;
 font-size: 20px;
  font-style: italic;
  letter-spacing: 1px;
  text-align: center;
}

.about-read-more {
  font-family: "Melodrama", sans-serif;
  color: #405638;
}

h5{
  font-family: "Aktiv Grotesk", sans-serif;
  font-size: 18px;
  text-align: center;
  padding-left: 0;
  color: #405638;
    text-decoration: none;
    text-shadow: none;

}

h5 a {
  color: #405638;
}

h5 a:hover {
  color: #405638;
}

  a.one: link { font-family:"Melodrama", sans-serif;
                font-size: 56px;
                text-decoration: none;
                color: #405638;}

  a.two: link { font:"Lato", sans-serif;
                font-size: 20px; 
                }


a {
  text-decoration: none;
  cursor: pointer;
  color: #405638;
  font: Lato;
}

a.one {
  color: #405638;
}


a:hover{
    color: #405638;
}

.fixed-nav-bar {
    z-index: 9999;
    width: 90%;
margin-left:5%;
margin-right: 5%;
    text-align: center;
    font-family: "Melodrama", sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
                font-size: 18px;
                text-decoration: none;
    position: fixed;
    /*background-color: #2727277d;*/
    background-color: #F4F1EAe0 ;
    border-radius: 15px;
    padding: 15px;
     border-style: double;
  border-width: 5px;
  border-color: #405638;
      box-shadow: none;
  color: #405638;
}

.fixed-nav-bar a {
  color: #405638;
  padding: 0 5px;
}

Main{
     width:90%;
     padding-left: 15%;
}

table{
     width:80%;
     padding-left: 20%;
}

td{
  text-align: center;
}

.container{
    width: 90%;
    padding-left: 10%;
    padding-top: 220px;
    padding-bottom: 80px;
}

.two-column {
    display: flex;
    gap: 40px;
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 220px;
}

.donate-hero {
  text-align: center;
  padding-top: 220px;
}

.column {
    flex: 1;
    padding: 0 10px;
}

.column h3 {
    margin-top: 10px;
}

.column img {
    width: 100%;
}

.column p {
    width: 100%;
    padding-left: 0;
}

/* Current exhibitions: space index with stacked, independently scrolling shows */
.current-page {
  width: 100%;
  padding: 0;
}

.current-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(30px, 5vw, 72px);
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 220px 0 70px;
  align-items: start;
}

.current-section-links {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  position: sticky;
  top: 220px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-top: 10px;
}

.current-section-links a {
  font-size: 21px;
  line-height: 1.2;
}

.current-section-links a:focus-visible,
.current-exhibition:focus-visible {
  outline: 2px solid #405638;
  outline-offset: 5px;
}

.current-exhibitions {
  grid-column: 1;
  grid-row: 1;
  justify-self: center;
  display: grid;
  gap: 56px;
  /* Match the visible artwork width to the About hero image. */
  width: min(calc(54vw + 35px), 100%);
  min-width: 0;
}

.current-exhibition {
  max-height: calc(100vh - 280px);
  min-height: 280px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  scroll-margin-top: 220px;
  padding: 0 20px 28px 0;
  border-bottom: 1px solid #40563866;
}

.current-exhibition:last-child {
  border-bottom: 0;
}

p{
    font-family:"Roboto";
    font-size: 19px;
    color: #405638;
    width: 88%;
    padding-left: 2%;
    text-align: justify;
    padding-top: 20px;
}

blockquote {
  margin: 20px 0;
  padding: 6px 0 6px 22px;
  border-left: 3px solid #405638;
  color: #405638;
  font-family: "Roboto", sans-serif;
  font-size: 19px;
  font-style: italic;
  line-height: 1.5;
}

img.cms-image-block {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 24px auto;
}

img{
  height: auto ;
  width: 90%;
 /* padding-top: 20px;
  padding-bottom: 20px;*/
  margin-top: 20px;
  margin-bottom: 20px;
  position: center;
  border-radius: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #405638;
/*  border-width: 5px;
  border-color: green;*/
      box-shadow: none;

}



.donate-img {
  height: 450px;
  width: 90%;
  object-fit: cover;
  object-position: center;
}

/* Calendar */
.calendar-wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.calendar-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.calendar-nav h3 {
  padding-left: 0;
  min-width: 250px;
  text-align: center;
}

.cal-arrow {
  background: none;
  border: 1px solid #405638;
  color: #405638;
  font-size: 28px;
  padding: 8px 18px;
  border-radius: 8px;
  cursor: pointer;
}

.cal-arrow:hover {
  background-color: #405638;
  color: #F4F1EA;
}

.cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}

.cal-day-header {
  font-family: "Melodrama", sans-serif;
  font-size: 18px;
  color: #405638;
  text-align: center;
  padding: 8px 0;
  letter-spacing: 1px;
}

.cal-cell {
  font-family: "Aktiv Grotesk", "Roboto", sans-serif;
  font-size: 20px;
  color: #405638;
  text-align: center;
  padding: 18px 0;
  border-radius: 6px;
  border: 1px solid transparent;
}

.cal-cell.empty {
  border: none;
}

.cal-cell.has-event {
  background-color: #40563822;
  border-color: #405638;
  color: #405638;
  font-weight: 600;
}

.cal-cell.today {
  border-color: #405638;
  font-weight: 700;
}

.cal-event-item {
  font-family: "Aktiv Grotesk", "Roboto", sans-serif;
  font-size: 20px;
  color: #405638;
  padding: 10px 0;
  text-align: center;
}

.cal-event-date {
  color: #405638;
  font-weight: 600;
}

#cal-events {
  margin-top: 20px;
  border-top: 1px solid #40563844;
  padding-top: 15px;
}

.slidesjs-pagination-item{
  display:none;
  font-size: 20px;
  }

.slidesjs-previous slidesjs-navigation{


}

.slidesjs-next slidesjs-navigation{


}

#clearfix{
  overflow: auto;
}

#wrapper {
  padding: 0px;
  }

#slides{
   width:80%;
 font: Story Script;
 font-size: 40px;
 
}


footer a {
  color: #405638;
}

footer{
  position: relative;
  font-family: "Aktiv Grotesk", sans-serif;
  font-weight: 400;
  letter-spacing: 3px;
  font-size: 12px;
  color: #405638;
  text-align: center;
  margin: auto;
  padding: 10px 5px 10px 0px;
  width: 100%;
  /*height: 50px;*/
  background-color: #F4F1EA;
  /*background-color: #cacaca2e;*/
}

/* Persistent newsletter invitation: prominent enough to find, quiet enough
   to remain part of the footer rhythm rather than interrupting the artwork. */
.newsletter-signup {
  width: 100%;
  padding: clamp(34px, 5vw, 62px) 5%;
  border-top: 1px solid rgba(64, 86, 56, 0.45);
  border-bottom: 1px solid rgba(64, 86, 56, 0.45);
  background: #F4F1EA;
  color: #405638;
}

.newsletter-signup__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  align-items: end;
  gap: clamp(36px, 7vw, 100px);
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.newsletter-signup__eyebrow,
.newsletter-signup__description,
.newsletter-signup__note {
  width: 100%;
  padding: 0;
  text-align: left;
}

.newsletter-signup__eyebrow {
  margin-bottom: 9px;
  color: #405638;
  font-family: "Aktiv Grotesk", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.newsletter-signup__title {
  padding: 0;
  color: #405638;
  font-family: "Melodrama", sans-serif;
  font-size: clamp(28px, 3.2vw, 46px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 1px;
}

.newsletter-signup__description {
  max-width: 560px;
  margin-top: 14px;
  color: #405638;
  font-family: "Aktiv Grotesk", sans-serif;
  font-size: 15px;
  line-height: 1.45;
}

.newsletter-signup__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 12px 14px;
}

.newsletter-signup__field {
  display: grid;
  gap: 7px;
}

.newsletter-signup__field label {
  color: #405638;
  font-family: "Aktiv Grotesk", sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
}

.newsletter-signup__field input {
  width: 100%;
  min-height: 48px;
  padding: 11px 2px 10px;
  border: 0;
  border-bottom: 1px solid #405638;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: #405638;
  font-family: "Aktiv Grotesk", sans-serif;
  font-size: 18px;
}

.newsletter-signup__field input::placeholder {
  color: #405638;
}

.newsletter-signup__field input:focus {
  border-bottom-color: #405638;
  box-shadow: 0 2px 0 #405638;
}

.newsletter-signup__form button {
  min-height: 48px;
  padding: 11px 24px;
  border: 1px solid #405638;
  border-radius: 999px;
  background: #405638;
  color: #F4F1EA;
  font-family: "Aktiv Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
}

.newsletter-signup__form button:hover,
.newsletter-signup__form button:focus-visible {
  border-color: #405638;
  background: #405638;
  outline: none;
}

.newsletter-signup__form button:focus-visible,
.image-lightbox__close:focus-visible {
  outline: 2px solid #405638;
  outline-offset: 4px;
}

.newsletter-signup__note {
  grid-column: 1 / -1;
  color: #405638;
  font-family: "Aktiv Grotesk", sans-serif;
  font-size: 11px;
  line-height: 1.35;
}

.newsletter-signup__honeypot {
  position: absolute !important;
  left: -5000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.newsletter-signup + footer {
  margin-top: 0;
}

/* Mobile Responsiveness */
@media screen and (max-width: 768px) {
  h1 {
    font-size: 36px;
    padding-left: 15px;
    letter-spacing: 1px;
  }

  h2 {
    font-size: 24px;
    padding-left: 15px;
  }

  h3 {
    font-size: 22px;
    padding-left: 15px;
  }

  h4 {
    font-size: 18px;
    width: 95%;
  }

  h5 {
    font-size: 18px;
  }

  main {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 140px;
  }

  .container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 40px;
  }

  .two-column {
    flex-direction: column;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 140px;
    width: 100%;
  }

  .donate-hero {
    padding-top: 180px;
  }

  .column {
    max-height: none;
    overflow-y: visible;
  }

  .current-layout {
    grid-template-columns: 1fr;
    gap: 26px;
    width: 100%;
    padding: max(180px, calc(var(--site-header-bottom, 240px) + 16px)) 5% 50px;
  }

  .current-section-links {
    grid-column: auto;
    grid-row: auto;
    justify-self: stretch;
    top: calc(var(--site-header-bottom, 240px) + 16px);
    z-index: 10;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 24px;
    padding: 12px 0;
    background-color: #F4F1EA;
  }

  .current-section-links a {
    font-size: 18px;
  }

  .current-exhibitions {
    grid-column: auto;
    grid-row: auto;
    justify-self: stretch;
    gap: 42px;
    width: 100%;
  }

  .current-exhibition {
    max-height: 70vh;
    min-height: 240px;
    overflow-y: auto;
    scroll-margin-top: calc(var(--site-header-bottom, 240px) + 100px);
    padding-right: 10px;
  }

  table {
    width: 100%;
    padding-left: 0;
  }

  td {
    display: block;
    width: 100% !important;
    padding: 10px 0;
  }

  p {
    width: 95%;
    font-size: 15px;
  }

  img {
    width: 100%;
    max-width: 100%;
  }

  .fixed-nav-bar {
    font-size: 16px;
    padding: 15px 10px;
  }

  .site-header {
    padding-bottom: 5px;
  }

  a {
    padding-right: 10px;
  }

  a.two:link {
    font-size: 16px;
  }

  footer {
    position: relative;
    height: auto;
    padding: 15px 5%;
    text-align: center;
    margin-top: 30px;

  }

  .newsletter-signup {
    padding: 36px 5%;
  }

  .newsletter-signup__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .newsletter-signup__description {
    font-size: 14px;
  }

  .newsletter-signup + footer {
    margin-top: 0;
  }

  #slides {
    width: 100%;
    font-size: 28px;
  }

  a.one:link {
    font-size: 36px;
  }
}

/* Small mobile devices */
@media screen and (max-width: 480px) {
  .calendar-nav {
    gap: 8px;
  }

  .calendar-nav h3 {
    min-width: 0;
    flex: 1;
    letter-spacing: 1px;
  }

  .cal-arrow {
    flex: 0 0 44px;
    padding: 8px 0;
  }

  h1 {
    font-size: 28px;
    padding-left: 10px;
  }

  h2 {
    font-size: 20px;
    padding-left: 10px;
  }

  h3 {
    font-size: 18px;
    padding-left: 10px;
  }

  main {
    padding-top: 120px;
  }

  .fixed-nav-bar {
    font-size: 14px;
    padding: 10px 5px;
  }

  a {
    padding-right: 8px;
    font-size: 14px;
  }

  a.two:link {
    font-size: 14px;
  }

  .newsletter-signup__form {
    grid-template-columns: 1fr;
  }

  .newsletter-signup__form button {
    width: 100%;
  }
}

/* About page */
.about-intro {
  padding-bottom: 6px;
}

@media screen and (max-width: 768px) {
  .about-intro + table img {
    margin-top: 0;
  }
}

/* Verbatim content imported from the public Wix site */
.source-content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(30px, 5vw, 70px);
  align-items: start;
}

.source-content-grid:has(.source-content-media:empty) {
  grid-template-columns: 1fr;
}

.source-content-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.source-content-media--stacked {
  grid-template-columns: 1fr;
}

.source-content-media > :first-child {
  grid-column: 1 / -1;
}

.source-content-media img,
.about-source-portrait img,
.about-source-gallery img {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
}

.source-content-copy p,
.about-source-bio p,
.about-source-visit p,
.about-source-caption p,
.column > p {
  width: 100%;
  padding-left: 0;
  text-align: left;
  line-height: 1.5;
}

.source-content-copy > * + *,
.about-source-visit > * + * {
  margin-top: 20px;
}

.source-content-copy ul,
.source-content-copy ol,
.project-copy ul,
.project-copy ol,
.column ul,
.column ol {
  color: #405638;
  font-family: "Roboto", sans-serif;
  font-size: 19px;
  margin: 18px 0 18px 28px;
}

.project-copy h1,
.project-copy h2,
.source-content-copy h1,
.source-content-copy h2,
.about-intro h1,
.about-intro h2,
.about-source-bio h1,
.about-source-bio h2,
.about-source-visit h1,
.about-source-visit h2,
.column h1,
.column h2 {
  position: static;
  top: auto;
  z-index: auto;
  padding: 0;
  color: #405638;
  font-family: "Melodrama", sans-serif;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 1px;
  font-weight: 500;
}

.future-source-content {
  display: block;
  margin-bottom: 80px;
}

.donate-source-content {
  padding-top: 240px;
}

.about-source-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  width: 80%;
  margin: 0 auto 48px;
}

.about-source-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: 80%;
  margin: 50px auto 20px;
}

.about-source-visit,
.about-source-caption {
  width: 80%;
  margin: 60px auto 0;
}

/* Past projects archive alignment */
.past-archive table {
  table-layout: fixed;
}

.past-section {
  margin-bottom: 70px;
}

.past-section > h3 {
  width: 80%;
  margin: 0 auto 10px;
  padding-left: 0;
}

.past-archive td {
  vertical-align: top;
  padding: 0 10px 30px;
}

.past-card-image {
  display: block;
  margin: 20px auto 24px;
}

.past-card-image > img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.past-archive td h5 {
  min-height: 1.3em;
  margin: 0;
  line-height: 1.3;
}

/* Standard past-project detail layout */
.project-page {
  width: 100%;
  padding: 0;
  height: calc(100vh - 42px);
  overflow: hidden;
}

.project-detail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(32px, 4vw, 56px);
  align-items: stretch;
  width: 90%;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  padding: 240px 0 24px;
  overflow: hidden;
}

.project-gallery,
.project-copy {
  min-height: 0;
  height: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 12px;
  scrollbar-gutter: stable;
}

.project-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-content: start;
}

.project-gallery img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
}

.project-gallery > :first-child {
  grid-column: 1 / -1;
}

.project-gallery a {
  display: block;
}

.project-gallery iframe,
.project-copy iframe {
  width: 100%;
  min-height: 420px;
  border: 1px solid #405638;
  border-radius: 10px;
}

.project-copy h3 {
  padding-left: 0;
  margin-bottom: 22px;
}

.project-copy p {
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  line-height: 1.5;
  text-align: left;
}

.project-copy .project-meta {
  font-weight: 500;
}

.project-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
}

.project-links h5 {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .source-content-grid,
  .about-source-row {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .source-content-copy {
    order: -1;
  }

  .source-content-media,
  .about-source-gallery {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .donate-source-content {
    padding-top: 180px;
  }

  .past-archive {
    padding-top: 180px;
  }

  .project-page {
    height: auto;
    overflow: visible;
  }

  .project-detail {
    grid-template-columns: 1fr;
    gap: 32px;
    width: 100%;
    height: auto;
    padding: 180px 5% 60px;
    overflow: visible;
  }

  .project-gallery,
  .project-copy {
    height: auto;
    overflow: visible;
    padding-right: 0;
    scrollbar-gutter: auto;
  }

  .project-copy {
    order: -1;
  }
}

/* Unified link treatment */
a,
a:link,
a:visited {
  font-family: "Melodrama", sans-serif;
  color: #405638;
}

a:hover,
a:focus-visible {
  color: #405638;
}

/* Full-size project image modal */
.image-lightbox-trigger {
  cursor: zoom-in;
}

.image-lightbox-trigger:focus-visible {
  outline: 3px solid #405638;
  outline-offset: 4px;
}

body.lightbox-open {
  overflow: hidden;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 20000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 4vw, 48px);
  background: rgba(244, 241, 234, 0.94);
}

.image-lightbox[hidden] {
  display: none;
}

.image-lightbox .image-lightbox__image {
  display: block;
  width: auto;
  max-width: calc(100vw - 32px);
  height: auto;
  max-height: calc(100vh - 32px);
  margin: 0;
  object-fit: contain;
  border: 1px solid #405638;
  border-radius: 8px;
  box-shadow: 0 18px 70px rgba(64, 86, 56, 0.55);
}

.image-lightbox__close {
  position: fixed;
  top: 18px;
  right: 22px;
  z-index: 1;
  width: 48px;
  height: 48px;
  border: 1px solid #405638;
  border-radius: 50%;
  background: #F4F1EA;
  color: #405638;
  font-family: "Melodrama", sans-serif;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.image-lightbox__close:hover,
.image-lightbox__close:focus-visible {
  border-color: #405638;
  color: #405638;
}
