body {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Courier New", Courier;
}

table {
  width: 50vw;
  max-width: 50vw;
  margin-top: 2em;
  border-collapse: collapse;
  word-break: break-word;
  margin: 50px;
}
@media (max-width: 600px) {
  table {
    width: 100vw;
    max-width: 100vw;
  }
}
td {
  padding: 0.5em 1em;
  vertical-align: top;
}
.label {
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
}
.value {
  text-align: left;
}

table.bibliography td:last-child,
table.bibliography th:last-child {
  width: 20%;
  min-width: 120px;
  max-width: 40vw;
}

a {
  color: black;
  font-weight: lighter;
}

.contextual-table td.label {
  width: 220px;
  min-width: 180px;
  max-width: 240px;
  vertical-align: top;
  font-weight: bold;
  white-space: normal;
}
.contextual-table td.value {
  width: 350px;
  min-width: 220px;
  max-width: 400px;
  vertical-align: top;
}

.intro-txt {
  width: 50vw;
  max-width: 50vw;
}

img,
video {
  width: 50vw;
  max-width: 50vw;
  margin-top: 2em;
  margin-bottom: 2em;
}

#nav {
  position: fixed;
  top: 30px;
  left: 10px;
  z-index: 1000;
  padding: 1em 1.5em;
  border-right: 1px solid black;
  text-align: right;
}

#nav-about,
#nav-bibliography,
#nav-ontological,
#nav-contextual,
#nav-representational,
#nav-rhetorical,
#nav-actor-network {
  font-size: smaller;
  text-decoration: none;
}

#bibliography,
#ontological,
#contextual,
#representational,
#rhetorical,
#actor-network {
  margin-top: 1em;
  font-weight: lighter;
  font-size: 3em;
  width: 50vw;
}

#title h1 {
  font-size: 5em;
}

h1,
h2,
h3 {
  font-weight: lighter;
}

#title {
  text-align: center;
  margin-top: 1em;
}

.nav-active-bg {
  background: rgba(200, 200, 200, 0.35);
  backdrop-filter: blur(4px);
  border-radius: 0.5em;
  transition: background 0.2s;
}

.nav-active-bg {
  background: rgba(200, 200, 200, 0.35);
  backdrop-filter: blur(4px);
  border-radius: 0.5em;
  transition: background 0.2s;
}
