* {
  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 {
  margin-top: calc((15vh + 15vw) / 2);
  display: flex;
  justify-content: center;
  margin-left: 5vw;
  margin-right: 5vw;
}
@media (max-width: 1250px) {
  .main-wrapper {
    margin-top: 15vh;
    grid-template-columns: 1fr;
    font-size: 1.5vh;
  }
}
.main-wrapper .column-bar {
  width: 75%;
}
.main-wrapper .column-bar .column-header {
  padding: 0 5vw 2.5vw 5vw;
}
.main-wrapper .column-bar .column-header span.column-title {
  font-family: "Roboto";
  font-style: italic;
  font-size: 1.5em;
}
.main-wrapper .column-bar .column-footer {
  padding: 5vw 5vw 5vw 5vw;
}
.main-wrapper .column-bar .empty.col2 {
  display: flex;
  justify-content: left;
  align-items: center;
}
.main-wrapper .column-bar .empty.col2 p.section-title {
  font-family: "vg5000";
  font-size: 2vw;
}
.main-wrapper .headline-columns-wrapper {
  padding: 0 5vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: dense;
  gap: 2.5vw;
}
.main-wrapper .headline-columns-wrapper .col1 {
  grid-column: 1;
}
.main-wrapper .headline-columns-wrapper .col2 {
  grid-column: 2;
}
.main-wrapper .headline-columns-wrapper .empty {
  height: 15vw;
  width: 100%;
  grid-row: span 1;
}
.main-wrapper .headline-columns-wrapper .oops {
  font-family: "Roboto Serif";
  font-size: 1.5em;
  grid-column: 1/3;
}
@media (max-aspect-ratio: 3/4) {
  .main-wrapper .headline-columns-wrapper {
    grid-template-columns: 1fr;
    gap: 3.5vh;
  }
  .main-wrapper .headline-columns-wrapper .col1 {
    grid-column: 1;
  }
  .main-wrapper .headline-columns-wrapper .col2 {
    grid-column: 1;
  }
  .main-wrapper .headline-columns-wrapper .empty {
    display: none;
  }
  .main-wrapper .headline-columns-wrapper .empty.col2 {
    justify-content: center;
    align-items: end;
  }
}
.main-wrapper .headline-columns-wrapper .article-box {
  grid-row: span 2;
  height: fit-content;
}
.main-wrapper .headline-columns-wrapper .article-box img {
  width: 100%;
  height: auto;
}
.main-wrapper .headline-columns-wrapper .article-box .headline-wrapper a.headline {
  font-family: "Roboto Serif";
  font-style: italic;
  font-size: 1.75em;
}
.main-wrapper .headline-columns-wrapper .article-box .headline-wrapper span.author-datetime-box {
  display: flex;
  gap: 3ch;
  margin-bottom: 5px;
}
.main-wrapper .headline-columns-wrapper .article-box .headline-wrapper span.author-datetime-box a.author {
  font-family: "Piazzolla";
  font-style: italic;
}
.main-wrapper .headline-columns-wrapper .article-box .headline-wrapper span.author-datetime-box span.datetime {
  font-family: "Piazzolla";
}
.main-wrapper .headline-columns-wrapper .article-box span.summary {
  font-family: "Roboto Serif";
  font-weight: 300;
}

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