/* --- Global --- */
body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
  background-color: #000;
  color: #fff;
}

/* --- Header --- */
header {
  position: fixed;
  top: 0.7rem;
  left: 0.7rem;
  z-index: 2;
}

header .logo {
  max-width: 25px;
  height: auto;
}

/* --- Project Content --- */
.project-content {
  margin-top: 6rem; /* avoid header overlap */
  padding: 0;
  width: 100%;
}

/* --- Project Title --- */
.page-title {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

/* --- Project Image Boxes --- */
.project-image-box {
  display: block;
  width: 90vw;     /* viewport width, always same size */
  max-width: 2000px;
  margin: 2rem auto; /* centers horizontally */
}

.project-image-box img {
  display: block;
  width: 100%;     /* fills parent box exactly */
  height: auto;
}

.project-image-box figcaption {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  text-align: center;
  color: #696969;
}

.project-image-box figcaptions {
  margin-top: 1rem;
  font-size: 1rem;
  text-align: left;
  color: #a9a9a9;
  line-height: 1.6;        /* line spacing */
}

.project-image-box figcaptionss {
  margin-top: 1rem;
  font-size: 1rem;
  text-align: left;
  color: #a9a9a9;
}

/* --- Footer --- */
footer {
  position: fixed;
  bottom: 0rem;
  right: 0.5rem;
  width: 100%;
  text-align: right;
  font-weight: 300;
  font-size: 0.7rem;
  opacity: 0.8;
  z-index: 2;
}
