@font-face {
  font-family: "Italian Neue";
  src: url("italianneue-regular-webfont.woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "GT America Mono";
  src: url("GT-America-Mono-Medium.woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "GT America Mono";
  src: url("GT-America-Mono-Light.woff");
  font-weight: 300;
  font-style: normal;
}
.single-issue-temp-homepage .year2-header {
  margin-bottom: 4em;
}
@media (min-width: 640px) {
  .single-issue-temp-homepage .year2-header {
    margin-bottom: 6em;
  }
}

.year3-section {
  max-width: 1400px;
  margin: 0 auto 4em;
}
@media (min-width: 640px) {
  .year3-section {
    margin: 0 auto 6em;
  }
}

.year3-section + .year3-section {
  margin-top: 80px;
}

.year3-introduction {
  text-align: center;
  max-width: 730px;
  padding: 0 15px;
}
.year3-introduction .year3-underline-header {
  display: inline-block;
}

.year3-introduction__text {
  font-family: "GT America", sans-serif;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: -0.4px;
}
@media (min-width: 640px) {
  .year3-introduction__text {
    font-size: 24px;
  }
}

.year3-underline-header {
  display: block;
  border-bottom: 1px solid black;
  margin-bottom: 10px;
}

.year3-underline-header__title {
  font-family: "Founders Grotesk Mono";
  color: black;
  font-weight: 300;
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: -0.2px;
  display: inline;
}
@media (min-width: 640px) {
  .year3-underline-header__title {
    font-size: 13px;
  }
}

@media (min-width: 640px) {
  .home .year2-header-title__issue {
    transition: opacity 0.1s linear 0s;
  }
  .home .year2-header[data-year2header-shrink=true] .year2-header-title__issue {
    opacity: 0;
  }
}

.home .year2-header__title:after {
  content: "Emergence Magazine";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  color: white;
  font-family: "GT America", sans-serif;
  font-size: 1.6em;
  line-height: 1.2381;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s linear 0s;
}
@media (min-width: 640px) {
  .home .year2-header__title:after {
    display: none;
  }
}
@media (max-width: 639px) {
  .home .year2-header[data-year2header-shrink=true] .year2-header-title__issue {
    opacity: 0;
    transition: opacity 0.5s linear 0s;
  }
  .home .year2-header[data-year2header-shrink=true] .year2-header__title:after {
    opacity: 1;
    transition: opacity 0.5s linear 0.5s;
  }
}

.year2-site__header {
  pointer-events: none;
}
.year2-site__header .year2-header__logo,
.year2-site__header .site-header__toggle,
.year2-site__header .site-header__profile-menu {
  pointer-events: auto;
}
/*# sourceMappingURL=year3.css.map*/