@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  font-size: 100%;
  line-height: 1.1;
}

body {
  font-family: helvetica, Inter, sans-serif;
  box-sizing: border-box;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

header {
margin: 0;
}
header img {
  transform: translateX(-0.25rem);
}
.home-text {
  margin-bottom: 6rem;
}
.home-text p:first-child { margin-top: 0;}
.home-text p:last-child { margin-bottom: 0;}

header h1 {
  font-size: 1.5rem;
}
header h1 a {
  display: inline-block;
  padding: 0.25rem 0;
}
header h1 a:hover {
  /* background: black; */
  /* color: white; */
}

footer {
  margin-top: auto;
}

img {
  width: 80vw;
}
.project-preview {
  margin-bottom: 6rem;
  max-width: 80vw;
}
.project-preview:hover {
  /* background: black; */
  /* color: white; */
}
.project-preview img {
  width: 100%;
}
.project-preview h1 {
  margin: 0;
  font-size: unset;
  font-weight: unset;
  font-style: italic;
}
.project-preview .artists {
margin: 0;
}
.project-preview p {
  margin: 0 0 0.5rem 0;
}
.project-preview figure {
  margin: 0;
}

/* Project Page */
.project .project-description,
.project .additional-info,
.project .project-artists,
.project .date,
.project ul {
  margin: 0;
}

.project .downloads ul {
  list-style: none;
  padding: 0;
}

.project figure {
  margin: 0 0 1rem;
}

.project-description h1 {
  font-weight: unset;
  font-size: unset;
  font-style: italic;
  margin-bottom: 0;
}

/* Links */
a, a:link, a:visited, a:hover {
  color: black;
}

a.unstyled-link {
  text-decoration: none;
}

/* End Links */

@media (min-width: 700px) {
  .project-preview img { width: 24vw; }

  /* Project Page */
  .project .project-description {
    /* width: 60vw; */
  }

  .project .images figure {
    display: inline-block;
  }
  .project .images {
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .project .images figure img.portrait {
    max-width: 530px;
  }
  .project .images figure img.landscape {
    max-width: 1100px;
  }
}
