:root {
  --textcolor: blue;
  --sans: "Franklin Gothic", Helvetica, Arial, sans;
  --textcolumn: 700px;
  --default-weight: 500;
}

@view-transition {
  navigation: auto;
}
body,
html {
  margin: 0;
  font-family: "Franklin Gothic", Helvetica, Arial, sans;
}

svg {
  position: fixed;
  top: 0;
  left: 0;
}

h1 {
  font-size: 6rem;
  line-height: 1;
  font-weight: 500;
  color: var(--textcolor);
  margin: 0;
  text-align: right;
  font-family: "Franklin Gothic Compressed", "Franklin Gothic", Helvetica, Arial, sans;
  opacity: 1;
  z-index: 100;
  writing-mode: vertical-rl;
  text-orientation: upright;
  cursor: default;
}
@media (min-width: 768px) {
  h1 {
    font-size: 8rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 0;
  }
}

section {
  display: flex;
  margin: 0 1.25rem 4rem;
  justify-content: space-around;
  gap: 3rem;
  flex-direction: column;
}
@media (min-width: 600px) {
  section {
    flex-direction: row;
    margin: 0 1.25rem;
    height: 100vh;
  }
}

.project {
  display: flex;
  gap: 2rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--textcolor);
  align-items: flex-start;
  flex-direction: column-reverse;
}
@media (min-width: 600px) {
  .project {
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 600px) {
  .project .caption {
    writing-mode: vertical-rl;
  }
}

hgroup {
  display: flex;
  justify-content: space-evenly;
}
@media (min-width: 600px) {
  hgroup {
    writing-mode: vertical-rl;
    flex-direction: column;
  }
}

.colophon {
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--textcolor);
  text-align: left;
  writing-mode: vertical-rl;
}
@media (min-width: 768px) {
  .colophon {
    text-align: center;
    margin-top: 0;
  }
}

object {
  border-radius: 20px;
  width: 300px;
  height: 70vh;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 255, 0.25);
}
@media (min-width: 768px) {
  object {
    height: 90vh;
    min-width: 390px;
    max-height: 800px;
  }
}

a {
  color: var(--textcolor);
  text-decoration: underline;
  text-decoration-color: var(--textcolor);
  text-underline-offset: 1px;
  text-decoration-thickness: 3px;
}
@media (min-width: 768px) {
  a {
    text-underline-offset: -2px;
  }
}

a:hover {
  text-decoration: none;
}

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