main {
  flex: 1 0 auto;
}

footer {
  flex-shrink: 0;
}

.fun-gradient {
  min-height: 100vh;
  background-attachment: fixed;
  background: linear-gradient(180deg, #ffffff, rgba(223, 213, 213, 0.8));
}

a:not(:has(> img))::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.07em;
  height: 0.1em;
  width: 100%;
  background: linear-gradient(110deg, #9b0909, #e7d31d);
  z-index: -1;
  transition: height 0.25s cubic-bezier(0.6, 0, 0.4, 1);
}

.paper {
  font-size: 0.9em;
}

.authors, .venue {
  color: #666666;
}

.content-button {
  font-size: 1.1em;
}

.content-button.active {
  font-weight: 800;
}

.html {
  min-height: 100vh;
}

.inter-banner {
  font-family: "Ubuntu", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

p code {
  background-color: #dbd6d6;
  color: #041f02;
  padding: 1px 1px;
  border-radius: 4px;
  font-family: "Courier New", monospace;
  font-size: 0.8em;
}

@media (min-width: 1200px) {
  .inter-banner {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .inter-banner {
    font-size: 2rem;
  }
}
@media (min-width: 1400px) {
  .inter-banner {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .inter-banner {
    font-size: 2.5rem;
  }
}
.subhead {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 1.1rem;
}

@media (min-width: 500px) {
  .subhead {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 500px) and (min-width: 1200px) {
  .subhead {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .subhead {
    font-size: 1.25rem;
  }
}
@media (min-width: 1400px) {
  .subhead {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .subhead {
    font-size: 1.5rem;
  }
}
body {
  font-size: 1.3rem;
  font-family: "EB Garamond", serif;
  line-height: 1.5;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.bio em {
  font-weight: 600;
}

a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  color: inherit;
  z-index: 1;
}

a:not(:has(> img)):hover::after {
  height: 0.2em;
}

.links a {
  font-size: 0.95rem;
}

@media (min-width: 500px) {
  .links a {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .links a {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .links a {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  .links a {
    font-size: 1.25rem;
  }
}
div.header p {
  line-height: 1.5;
}

div.paper p {
  margin-bottom: 0px;
}

div.research p {
  margin-bottom: 1rem;
}

hr.dashed {
  border-top: 2px dashed #999;
}

hr.dotted {
  border-top: 2px dotted #999;
}

hr.solid {
  border-top: 2px solid #999;
}

div.footer p {
  font-size: 0.75rem;
}

.square {
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect Ratio */
  position: relative;
}

.square img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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