
html {
  scroll-behavior: smooth;
}
body {
    margin: 0;
    background-color: #000000;
    font-family: 'Helvetica Neue', sans-serif;
    color: #ccc;
  }

 footer a {
  color: white;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline; /* Optional: underline on hover */
}

  header {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px;
    margin-bottom: 4%;
  }
  
  .left {
    color: #ccc;
  }
  
  .left h1 { 
    font-size: 3.35rem;
    font-weight: bold;
    margin: 0;
    line-height: 1;
  }
  .left h2 {
    font-size:  3.35rem;
    font-weight: lighter;
    margin: 0;
    line-height: 1;
  }
  
  .subtitle {
    margin-top: 10px;
    font-size: 1rem;
    letter-spacing: 0.05em;
    color: #888;
  }
  
  nav {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 1.2em;
    text-align: right;
    align-items: flex-end;
  }
  
  nav a {
    color: #c1c1c1;
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 0.05em;
    transition: color 0.2s;
  }
  
  nav a:hover {
    color: #fff;
  }

  .artwork {
    width: 35%;
    margin-left: auto;
    margin-right: auto;
}
.artwork2 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.artwork3 {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  line-height: 60%;
  margin-bottom: 10%;
}
.artworkk {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  line-height: 20%;
  margin-bottom: 10%;
}


img {
  width: 100%;
  height: auto;
  display: block;
}

page-break {
    page-break-after: always;
}
.two-page-layout {
    display: flex;
    justify-content: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.page-content {
    width: 48%; /* Each page takes up about half the width */
    padding-bottom: 15vh;
}

.two-page-layout2 {
  display: flex;
  justify-content: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.page-content2 {
  width: 80; /* Each page takes up about half the width */
  padding-bottom: 15vh;
}

footer {
    margin-top: 20vh;
    margin-bottom: 5vh;
    margin-left: 5vh;
    line-height: 200%
}
p {
    color: #ffffffb1;
    text-align: center;
    text-decoration: underline;
    text-decoration-color: #ffffffcc;
}

footer p {
  text-decoration: none;
}
 .textbox {
    color: #ccc;
    text-decoration: none;
    font-size: 1.25 em;
    letter-spacing: 0.05em;
    width: 80%;
    line-height: 130%;
}


.textbox2 {
  color: #ccc;
  text-decoration: none;
  font-size: 1.25 em;
  letter-spacing: 0.05em;
  width: 90%;
  line-height: 130%;
  padding-left: 5%;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  margin: 40px auto;
  max-width: 1280px;
}

.responsive-video iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
}

.singlephoto {
  position: relative;
  top: 0; left: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8%;
  width: 87%;
  height: 87%;
}

a img {
  transition: filter 0.3s ease;
}

a:hover img {
  filter: brightness(75%);
}


@media (max-width: 768px) {
  header {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }

  .left {
    text-align: center;
  }

  .left h1, .left h2 {
    font-size: 2.2rem;
  }

  .subtitle {
    font-size: 0.9rem;
  }

  nav {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 1em;
    margin-top: 20px;
  }

  nav a {
    font-size: 1rem;
  }
  .artwork {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
}

