@charset "UTF-8";
@import 'https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap';
:root {
  --line-width: 3px;
  --line-color: #a9b1b8;
  --card-arrow-size: 1rem;
  --card-arrow-color: #b5ceee;
  --card-color: #a2b3cc;
  --dark-color: #1c3b57;
  --tag-color: #0b1841;
  --selected-tag-color: #ffffff;
  --bg-color: #084492;
  --page-padding: calc(1rem+2vw) ;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: var(--bg-color);
  margin: 0;
}

.flex {
  display: flex;
}

.roadmap {
  display: flex;
  flex-direction: column;
  padding: 0 calc(2rem + 2vw) calc(2rem + 2vw);
}
.roadmap .bottom-left {
  border-left: var(--line-width) solid var(--line-color);
  border-bottom: var(--line-width) solid var(--line-color);
  display: flex;
  width: calc(50vw - var(--page-padding) / 2);
  margin-left: auto;
  padding: 1rem;
}
.roadmap .bottom-left:not(.first) {
  border-top: var(--line-width) solid var(--line-color);
}
@media (max-width: 890px) {
  .roadmap .bottom-left {
    flex-direction: column;
    width: unset;
    border-bottom: none;
    border-top: none !important;
    padding: 0;
  }
}
.roadmap .right {
  border-left: var(--line-width) solid var(--line-color);
  display: flex;
  flex-direction: column;
  width: calc(50vw - var(--page-padding) / 2);
}
@media (max-width: 890px) {
  .roadmap .right {
    width: unset;
    margin-left: unset;
  }
}
.roadmap .bottom-right {
  width: calc(50vw - var(--page-padding) / 2);
  border-right: var(--line-width) solid var(--line-color);
  border-bottom: var(--line-width) solid var(--line-color);
  display: flex;
}
@media (max-width: 890px) {
  .roadmap .bottom-right {
    flex-direction: column;
    border-bottom: 0;
    max-width: unset;
    border-bottom: none;
  }
}
.roadmap a {
  text-decoration: none;
  color: black;
}
.roadmap .document {
  padding: calc(1rem + 1vw);
  background-color: var(--card-color);
  border-radius: 5px;
  border: 3px solid var(--card-arrow-color);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 20vw;
  margin: 0.8rem calc(0.5rem + 0.5vw);
}
.roadmap .document:hover {
  background-color: #729bd8;
}
.roadmap .document:hover img {
  mix-blend-mode: screen;
}
.roadmap .document img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  object-position: top;
}
.roadmap .document.highlight {
  max-width: 50vw !important;
  flex-direction: row;
  gap: 1rem;
}
@media (max-width: 890px) {
  .roadmap .document {
    max-width: unset;
    height: unset;
  }
}

.title {
  font-weight: bold;
  font-size: calc(1rem + 0.5vw);
  margin-bottom: 0;
  font-family: "Playfair Display", serif;
}

.tags {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
}
.tags span {
  background-color: var(--tag-color);
  color: white;
  padding: 0.5rem;
  font-style: italic;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  display: block;
  align-content: center;
  text-align: center;
}

.document-page {
  margin: 1rem;
  padding: calc(0.8rem + 0.5vw);
  background-color: var(--card-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.document-page .back-button {
  border: none;
  background-color: transparent;
  color: var(--tag-color);
  margin-right: auto;
  padding: 0.5rem;
  border-radius: 5px;
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
  font-size: large;
}
.document-page .description {
  padding: 1rem calc(1rem + 1vw);
  margin: auto;
  width: 30vw;
}
.document-page .description .meta-data {
  margin-bottom: 1rem;
}
.document-page .description .meta-data > p {
  margin: 0;
}
.document-page .description h1 {
  font-family: "Playfair Display", serif;
  line-height: 90%;
}
@media (max-width: 890px) {
  .document-page .description {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 890px) {
  .document-page .flex {
    flex-direction: column;
  }
}
.document-page a.source {
  color: var(--dark-color);
  text-decoration: none;
}

.tag-description {
  margin: 1rem calc(1rem + 2vw) 1rem;
  color: white;
  font-size: large;
}

.filters {
  margin: 0 calc(1rem + 2vw) 0;
  position: relative;
}
.filters span {
  color: var(--selected-tag-color);
  font-size: large;
}

.filter-btn {
  margin: 4px;
  padding: 6px 12px;
  cursor: pointer;
  background-color: var(--tag-color);
  color: var(--card-color);
  border: none;
  font-size: large;
  font-family: "Montserrat", sans-serif;
}

.filter-btn.active {
  background-color: var(--selected-tag-color);
  color: black;
}

.typography {
  font-size: calc(2rem + 2vw);
  color: var(--card-arrow-color);
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  max-width: 50%;
  display: flex;
  align-items: center;
}
.typography p {
  margin: 0;
  line-height: 90%;
  text-align: center;
}
.typography::before {
  content: "“";
  color: rgba(35, 117, 221, 0.4705882353);
  font-size: calc(5rem + 10vw);
  margin-top: calc(-3rem - 2vw);
  margin-right: -5rem;
}
.typography::after {
  content: "”";
  color: rgba(35, 117, 221, 0.4705882353);
  font-size: calc(5rem + 10vw);
  margin-top: calc(3rem + 2vw);
  margin-left: -5rem;
}
@media (max-width: 890px) {
  .typography {
    display: none;
  }
}

.hero {
  max-width: 100%;
  padding: 4rem 1rem;
  border-bottom: 1px solid #ddd;
  background: linear-gradient(rgba(255, 255, 255, 0.127), rgba(4, 26, 45, 0.95)), url("../assets/grayscale_image.png");
  background-size: cover;
  background-position: center;
  color: white;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-content {
  max-width: 1000px;
  margin: auto;
}

.hero-title {
  margin-bottom: 1rem;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  font-size: calc(1.2rem + 2vw);
  line-height: 95%;
  font-weight: normal;
}

.hero-description {
  font-size: xx-large;
  margin: 1rem calc(1rem + 2vw);
  color: var(--selected-tag-color);
  font-family: "Playfair Display", serif;
}
@media (max-width: 890px) {
  .hero-description {
    font-size: 1rem;
    line-height: unset;
  }
}

.footnote {
  margin-top: 0.5rem;
}

.annotation-dot-text, .annotation-dot-marker {
  width: 24px;
  height: 24px;
  background: var(--dark-color);
  color: white;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  cursor: pointer;
}

.annotation-dot-marker {
  display: flex !important;
  pointer-events: auto !important;
  z-index: 9999;
}

.annotation-dot-text {
  display: inline-flex;
}

.highlight {
  background: #ffffcc;
  transition: background 0.3s ease;
}

.more-info {
  mix-blend-mode: normal;
}
.more-info:hover {
  mix-blend-mode: screen;
}
.more-info .exhibit-link {
  min-width: calc(50vw - var(--page-padding));
  padding: 5rem;
  text-decoration: none;
  color: var(--selected-tag-color);
  font-size: calc(1rem + 1vw);
  display: block;
  text-align: center;
  background: url("../assets/grayscale_image.png");
  background-size: cover;
  background-position-y: -30px;
}
.more-info .exhibit-link h2 {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  line-height: 90%;
}
.more-info .exhibit-link h4 {
  font-weight: 300;
}
@media (max-width: 890px) {
  .more-info {
    flex-direction: column;
  }
}

.read {
  padding: 3rem calc(2rem + 9vw);
  background-image: url("data:image/svg+xml,%3Csvg width='84' height='84' viewBox='0 0 84 84' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%233f709b' fill-opacity='0.4'%3E%3Cpath d='M84 23c-4.417 0-8-3.584-8-7.998V8h-7.002C64.58 8 61 4.42 61 0H23c0 4.417-3.584 8-7.998 8H8v7.002C8 19.42 4.42 23 0 23v38c4.417 0 8 3.584 8 7.998V76h7.002C19.42 76 23 79.58 23 84h38c0-4.417 3.584-8 7.998-8H76v-7.002C76 64.58 79.58 61 84 61V23zM59.05 83H43V66.95c5.054-.5 9-4.764 9-9.948V52h5.002c5.18 0 9.446-3.947 9.95-9H83v16.05c-5.054.5-9 4.764-9 9.948V74h-5.002c-5.18 0-9.446 3.947-9.95 9zm-34.1 0H41V66.95c-5.053-.502-9-4.768-9-9.948V52h-5.002c-5.184 0-9.447-3.946-9.95-9H1v16.05c5.053.502 9 4.768 9 9.948V74h5.002c5.184 0 9.447 3.946 9.95 9zm0-82H41v16.05c-5.054.5-9 4.764-9 9.948V32h-5.002c-5.18 0-9.446 3.947-9.95 9H1V24.95c5.054-.5 9-4.764 9-9.948V10h5.002c5.18 0 9.446-3.947 9.95-9zm34.1 0H43v16.05c5.053.502 9 4.768 9 9.948V32h5.002c5.184 0 9.447 3.946 9.95 9H83V24.95c-5.053-.502-9-4.768-9-9.948V10h-5.002c-5.184 0-9.447-3.946-9.95-9zM50 50v7.002C50 61.42 46.42 65 42 65c-4.417 0-8-3.584-8-7.998V50h-7.002C22.58 50 19 46.42 19 42c0-4.417 3.584-8 7.998-8H34v-7.002C34 22.58 37.58 19 42 19c4.417 0 8 3.584 8 7.998V34h7.002C61.42 34 65 37.58 65 42c0 4.417-3.584 8-7.998 8H50z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.read h3 {
  font-family: "Playfair Display", serif;
  font-size: calc(1rem + 2vw);
  line-height: 90%;
  color: var(--selected-tag-color);
  font-weight: normal;
}
.read .heading, .read .closing, .read .signed {
  font-family: "Playfair Display", serif;
  font-size: larger;
}
.read .doc {
  padding: calc(1rem + 5vw);
  color: rgba(0, 0, 0, 0.873);
  line-height: 200%;
  font-size: large;
  font-weight: 500;
  background: url("https://images.rawpixel.com/image_800/czNmcy1wcml2YXRlL3Jhd3BpeGVsX2ltYWdlcy93ZWJzaXRlX2NvbnRlbnQvcHg2NTA4NDctaW1hZ2Utam9iNjMwLWctbDBnMDlscTUuanBn.jpg");
}
@media (max-width: 890px) {
  .read {
    padding: 1rem;
  }
}

.tagDetail {
  font-weight: 600;
}

.annotation-highlight {
  border: 3px solid rgba(255, 200, 0, 0.9);
  background: rgba(255, 200, 0, 0.2);
  pointer-events: none;
  box-sizing: border-box;
}

.header {
  border-bottom: 1px solid #E2E8F0;
}
.header .navbar {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 1rem 1.5rem;
  background-color: #131d2b;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; /* Full width */
  z-index: 100;
}
.header .navbar a {
  color: var(--text-color);
  text-decoration: none;
}
.header .navbar ul {
  padding: 0;
  list-style: none;
}
.header .navbar .nav-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .navbar .nav-item {
  margin-left: 5rem;
}
.header .navbar .nav-link {
  font-weight: 400;
}
.header .navbar .nav-link:hover {
  color: var(--accent-text-color);
}
.header .navbar .nav-logo {
  font-size: 2.1rem;
  font-weight: 500;
  color: var(--accent-text-color);
}

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