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

a.nav {
    color: black;
    text-transform: uppercase;
    margin-left: 1rem;
    margin-right: 1rem;
    text-decoration: none;
}

a.nav.highlight, .highlight {
    color: rgb(200,0,0);
    text-transform: none;
}

a:hover {
    color: #444;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 4rem;
    color: white;
    opacity: 0.7;
    pointer-events: none;
    user-select: none;
    display: none;
}

.arrow.left {
    left: 20px;
}

.arrow.right {
    right: 20px;
}

#background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

body {
    font-family: Inter, sans-serif;
    font-weight: normal;
    font-size: 1.5rem;
    color: #444;
}

.center {
    text-align: center;
}

.feature {
    max-width: 100%;
    border-radius: 0.3rem;
}

h1 a {
    text-decoration: none;
    font-weight: 300;
}

.heavy {
    font-weight: 900;
}

.image-container {
    position: relative;
    cursor: pointer;
}

.light {
    font-weight: 200;
}

.muted {
    font-weight: 200;
}

.muted a {
    font-weight: 300;
}
