* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #333333;
}

a {
  text-decoration: none;
  color: #333333;
}

.colored-link {
  position: relative;
}

.colored-link:after {
  content: "";
  z-index: -100;
  position: absolute;
  width: 100%;
  height: 2px;
  opacity: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, #8c69a7, #feb9ff);
  transition: opacity 0.5s, height 0.5s;
}

.colored-link:hover:after {
  height: 0.5em;
  opacity: 50%;
  transition: opacity 0.5s, height 0.5s;
}

.main-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6em;
  align-items: center;
  margin: 10em 10%;
}
@media (max-aspect-ratio: 3/5) {
  .main-wrapper {
    font-size: 1.5em;
  }
}
.main-wrapper .staff-desc-box {
  display: flex;
  flex-direction: column;
  gap: 2em;
  background: linear-gradient(135deg, #8c69a7, #8998cb);
  border-radius: 2em;
  padding: 4em;
}
.main-wrapper .staff-desc-box .titles-box {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.main-wrapper .staff-desc-box .titles-box span {
  color: white;
  font-family: "VG5000";
}
.main-wrapper .staff-desc-box .titles-box .name {
  font-size: 2.5em;
}
.main-wrapper .staff-desc-box .titles-box .name .pronoun_box {
  font-family: "Roboto Serif";
  font-size: 0.8em;
}
.main-wrapper .staff-desc-box .titles-box .grade, .main-wrapper .staff-desc-box .titles-box .title {
  font-size: 1.5em;
}
.main-wrapper .staff-desc-box .bio-box {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.main-wrapper .staff-desc-box .bio-box p {
  color: white;
  font-family: "Roboto";
  line-height: 1.5em;
  font-size: 1.1em;
  text-align: justify;
  text-align-last: left;
  text-indent: 4ch;
}

.headline-columns-wrapper {
  max-width: 1200px;
  padding: 0 5vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: dense;
  gap: 2.5vw;
}
.headline-columns-wrapper span.by-same-author {
  font-family: "VG5000";
  font-size: 1.5em;
}
.headline-columns-wrapper .col1 {
  grid-column: 1;
}
.headline-columns-wrapper .col2 {
  grid-column: 2;
}
.headline-columns-wrapper .empty {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15vh;
  width: 100%;
  grid-row: span 1;
}
@media (max-aspect-ratio: 3/4) {
  .headline-columns-wrapper {
    grid-template-columns: 1fr;
    gap: 3.5vh;
  }
  .headline-columns-wrapper .col1 {
    grid-column: 1;
  }
  .headline-columns-wrapper .col2 {
    grid-column: 1;
  }
  .headline-columns-wrapper .empty {
    height: fit-content;
  }
}
.headline-columns-wrapper .article-box {
  grid-row: span 2;
}
.headline-columns-wrapper .article-box img {
  width: 100%;
  height: auto;
}
.headline-columns-wrapper .article-box .headline-wrapper a.headline {
  font-family: "Roboto Serif";
  font-style: italic;
  font-size: 1.75em;
}
.headline-columns-wrapper .article-box .headline-wrapper span.author-datetime-box {
  display: flex;
  gap: 3ch;
  margin-bottom: 5px;
}
.headline-columns-wrapper .article-box .headline-wrapper span.author-datetime-box a.author {
  font-family: "Piazzolla";
  font-style: italic;
}
.headline-columns-wrapper .article-box .headline-wrapper span.author-datetime-box span.datetime {
  font-family: "Piazzolla";
}
.headline-columns-wrapper .article-box span.summary {
  font-family: "Roboto Serif";
  font-weight: 300;
}

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