@charset "UTF-8";
html {
  font-size: 18px;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: #ffffff; }

@font-face {
  font-family: "RoundsBlack";
  src: url("/pubes/fonts/rounds/RoundsBlack.ttf.woff") format("woff"), url("/pubes/fonts/rounds/RoundsBlack.ttf.svg#RoundsBlack") format("svg"), url("/pubes/fonts/rounds/RoundsBlack.ttf.eot"), url("/pubes/fonts/rounds/RoundsBlack.ttf.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

html {
  font-family: Helvetica, Arial, sans-serif; }

h1,
h2,
h3 {
  font-family: "RoundsBlack", "Arial Black", sans-serif; }

a {
  color: inherit; }

p {
  line-height: 1.5; }

.content p a:hover {
  text-decoration-style: dashed; }

pre {
  font-family: Helvetica, Arial, sans-serif; }

.footer {
  margin: 3rem 0 0;
  padding: 0.75rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  box-sizing: border-box; }
  @media (min-width: 500px) {
    .footer {
      padding: 0.75rem; } }
  @media (min-width: 1000px) {
    .footer {
      padding: 0;
      width: 100%;
      max-width: 1000px;
      margin: 5rem auto 0 auto;
      box-sizing: border-box; } }
  .footer__confetti {
    background-image: url("/pubes/images/confetti.webp");
    box-sizing: border-box;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 50px; }
    @media (min-width: 500px) {
      .footer__confetti {
        margin: 0 0 1rem 0;
        height: 60px; } }
    @media (min-width: 1000px) {
      .footer__confetti {
        height: 100px; } }
  .footer__heading {
    margin-block-start: 0;
    margin-block-end: 0;
    font-size: 1.5rem;
    line-height: 1.3em; }
    @media (min-width: 500px) {
      .footer__heading {
        margin: 1rem; } }
    @media (min-width: 1000px) {
      .footer__heading {
        font-size: 1.25rem; } }
    .footer__heading a {
      background-color: #ffffff90;
      font-family: Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      font-size: 1.75rem;
      letter-spacing: 0.2rem;
      font-weight: 900;
      display: inline-block;
      margin: 0.25rem 0; }
      @media (min-width: 500px) {
        .footer__heading a {
          margin: 0 0 0 0.25rem; } }
      @media (min-width: 1000px) {
        .footer__heading a {
          font-size: 1.5rem; } }
  .footer__text {
    font-family: Helvetica, "Arial Black", sans-serif;
    font-weight: 900;
    font-size: 0.875rem;
    line-height: 1.3em;
    margin: 0.5rem 0; }
    @media (min-width: 500px) {
      .footer__text {
        margin: 1rem; } }
    @media (min-width: 1000px) {
      .footer__text {
        margin: 0.5rem 1rem; } }
  .footer__end {
    width: 100%;
    box-sizing: border-box; }
    @media (min-width: 1000px) {
      .footer__end {
        display: flex;
        align-items: flex-start;
        justify-content: space-between; } }
  .footer__image {
    width: 60%;
    margin: 3rem 0 1rem auto;
    display: block; }
    @media (min-width: 1000px) {
      .footer__image {
        width: 40%;
        margin: 0 1rem; } }
.header {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 0.5rem; }
  @media (min-width: 500px) {
    .header {
      padding: 0.75rem; } }
  @media (min-width: 1000px) {
    .header {
      width: 100%;
      max-width: 1000px;
      margin: 0 auto;
      box-sizing: border-box;
      padding-top: 3rem; } }
  .header__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 1rem; }
    @media (min-width: 500px) {
      .header__row {
        padding-bottom: 0; } }
    .header__row--mobilecenter {
      justify-content: center; }
      @media (min-width: 500px) {
        .header__row--mobilecenter {
          flex-wrap: wrap;
          justify-content: space-between;
          align-items: flex-start; } }
      @media (min-width: 1000px) {
        .header__row--mobilecenter {
          flex-wrap: nowrap;
          align-items: flex-end; } }
  .header__button {
    z-index: 1000;
    width: 70px;
    padding-right: 0.5rem; }
    @media (min-width: 500px) {
      .header__button {
        display: none; } }
    .header__button svg {
      fill-opacity: 0; }
      .header__button svg line {
        stroke-width: 5;
        stroke: black; }
    .header__button .open .header__button__line--open {
      display: none; }
    .header__button .closed .header__button__line--close {
      display: none; }
    .header__button__line--open .open {
      display: none; }
    .header__button__line--open .closed {
      display: initial; }
    .header__button__line--closed .open {
      display: none; }
    .header__button__line--closed .closed {
      display: initial; }
  .header__logo {
    text-indent: -9999px;
    background-image: url("/pubes/images/logo.png");
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0;
    padding: 0;
    width: 75px;
    height: 75px; }
    @media (min-width: 500px) {
      .header__logo {
        padding: 1rem; } }
    @media (min-width: 1000px) {
      .header__logo {
        width: 100px;
        height: 100px;
        padding: 0;
        padding-bottom: 1rem;
        margin-top: -1rem; } }
  .header__nav-secondary {
    display: none; }
    @media (min-width: 500px) {
      .header__nav-secondary {
        display: initial; } }
  .header__confetti {
    background-image: url("/pubes/images/confetti.webp");
    box-sizing: border-box;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 50px; }
    @media (min-width: 500px) {
      .header__confetti {
        margin: 1rem 0;
        height: 60px; } }
    @media (min-width: 1000px) {
      .header__confetti {
        height: 100px; } }
  .header__socials {
    display: none; }
    .header__socials a {
      text-decoration: none; }
    @media (min-width: 500px) {
      .header__socials {
        width: 15%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        padding: 1rem 0; }
        .header__socials__link {
          display: block; }
        .header__socials__image {
          width: 30px;
          height: 30px;
          display: block; } }
    @media (min-width: 1000px) {
      .header__socials {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-around;
        padding: 0; } }
.images img {
  max-width: 100%; }

.emojis {
  padding: 0; }
  .emojis li {
    display: inline;
    font-size: 2rem; }
    .emojis li a {
      text-decoration: none; }
    .emojis li a:hover {
      background-color: #a1ff55; }

.nav ul {
  padding: 0; }

.nav li {
  display: inline-block; }

.nav a {
  text-decoration: none; }

.nav-main {
  display: none; }
  @media (min-width: 500px) {
    .nav-main {
      display: block; } }
  @media (min-width: 1000px) {
    .nav-main {
      width: 100%; } }
  @media (min-width: 500px) {
    .nav-main ul {
      display: flex;
      justify-content: flex-end;
      flex-wrap: wrap;
      margin-block-start: 0;
      margin-block-end: 0;
      align-items: center;
      padding: 0.5rem 0; } }
  @media (min-width: 1000px) {
    .nav-main ul {
      flex-wrap: nowrap; } }
  @media (min-width: 500px) {
    .nav-main li {
      font-family: Helvetica, "Arial Black", sans-serif;
      font-weight: 900;
      border: 3.5px solid #000000;
      width: 100%;
      min-width: 2rem;
      max-width: 7rem;
      text-align: center;
      border-radius: 2rem;
      margin: 0.25rem;
      transition: background-color 0.5s; }
      .nav-main li:hover {
        background-color: #ffef98;
        transition: background-color 0.5s; } }
  @media (min-width: 1000px) {
    .nav-main li {
      box-sizing: border-box; } }
  @media (min-width: 500px) {
    .nav-main a {
      letter-spacing: 0.05em;
      font-size: 1.0555556rem;
      display: block;
      padding: 0.1rem 1rem; } }
.nav-secondary ul {
  display: flex;
  margin: 0;
  padding: 0; }
  @media (min-width: 500px) {
    .nav-secondary ul {
      justify-content: space-evenly;
      width: 100%;
      margin-top: -2.5rem; } }
.nav-secondary .nav__item {
  font-family: "RoundsBlack", "Arial Black", sans-serif;
  font-size: 0.6666667rem;
  width: 120px;
  height: 160px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  position: relative;
  margin-right: 0.5rem;
  margin-top: -2rem; }
  @media (min-width: 500px) {
    .nav-secondary .nav__item {
      margin: 0 1rem; } }
  @media (min-width: 1000px) {
    .nav-secondary .nav__item {
      margin: 0 0.5rem; } }
  .nav-secondary .nav__item:last-of-type {
    margin-right: 0; }
  .nav-secondary .nav__item--funding {
    background-image: url("/pubes/images/books.webp");
    background-size: 84px 68px; }
  .nav-secondary .nav__item--grants {
    background-image: url("/pubes/images/pencil.webp");
    background-size: 84px 68px; }
  .nav-secondary .nav__item--bits {
    background-image: url("/pubes/images/bits.webp");
    background-size: 120px 109px; }
  .nav-secondary .nav__item--lucky-dip {
    background-image: url("/pubes/images/luckydip.gif");
    background-size: 120px 120px; }

.nav-secondary a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: block;
  padding-top: 170%; }
  @media (min-width: 500px) {
    .nav-secondary a {
      padding-top: 120%; } }
  @media (min-width: 1000px) {
    .nav-secondary a {
      padding-top: 130%; } }
.nav__item--art {
  background-color: #f2c4d1; }

.nav__item--games {
  background-color: #8fe9d4; }

.nav__item--food {
  background-color: #61e3eb; }

.nav__item--books {
  background-color: #8bcb8d; }

.nav__item--podcasts {
  background-color: #eb9429; }

.nav__item--about {
  background-color: #da89e7; }

.nav__item--blog {
  background-color: #ff5acd; }

.nav__item--misc {
  background-color: #fff498; }

.nav__item--support {
  background-color: #4ee3fd; }

.nav--mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  background-color: white;
  padding: 3rem 1rem 2rem 1rem;
  box-sizing: border-box; }
  .nav--mobile.closed {
    display: none; }
  .nav--mobile__list {
    padding: 0;
    list-style-type: none;
    margin-top: 2rem; }
    .nav--mobile__list__item {
      text-align: center;
      background-color: transparent;
      width: max-content;
      margin: 0 auto;
      position: relative; }
      .nav--mobile__list__item a {
        text-decoration: none;
        font-size: 1.7rem;
        line-height: 2;
        font-family: "RoundsBlack", "Arial Black", sans-serif; }
      .nav--mobile__list__item::before {
        content: "+";
        font-size: 2rem;
        position: absolute;
        left: -2rem;
        top: 0.35rem; }
      .nav--mobile__list__item--secondary a {
        font-size: 1.2rem; }
      .nav--mobile__list__item--secondary::before {
        font-size: 1.5rem;
        left: -1.25rem;
        top: 0.2rem; }

.pattern-bg {
  background-image: url("/pubes/images/bg.png");
  background-color: #ffffff40;
  width: 100%;
  box-sizing: border-box; }

.shade-bg {
  background-color: #ffffff40;
  width: 100%;
  box-sizing: border-box; }

.speechbubble {
  background-color: #e8e3c9;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 1rem;
  max-width: 100%;
  box-sizing: border-box;
  width: fit-content;
  margin: 0 1rem 2rem 1rem;
  padding: 1rem;
  border-radius: 1.5rem;
  border: 5px solid black; }
  .speechbubble:after {
    transform: skew(50deg);
    content: "";
    position: absolute;
    top: 100%;
    right: 20px;
    border-width: 20px 20px 0 0;
    border-style: solid;
    border-color: #e8e3c9 transparent; }
  .speechbubble:before {
    transform: skew(50deg);
    content: "";
    position: absolute;
    top: 100%;
    right: 6px;
    border-width: 35px 35px 0 0;
    border-style: solid;
    border-color: black transparent; }
  .speechbubble__title {
    width: max-content;
    font-family: "RoundsBlack", "Arial Black", sans-serif;
    font-size: 1.277778rem; }
    @media (min-width: 500px) {
      .speechbubble__title {
        font-size: 1.75rem; } }
    @media (min-width: 1000px) {
      .speechbubble__title {
        font-size: 1.277778rem; } }
  .speechbubble__body {
    font-weight: bolder;
    font-size: 1.4rem; }
    @media (min-width: 500px) {
      .speechbubble__body {
        font-size: 2rem;
        margin-bottom: 1rem; } }
    @media (min-width: 1000px) {
      .speechbubble__body {
        font-size: 1.111111rem;
        margin-bottom: 0; } }
.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.latest {
  position: relative;
  width: 300px; }
  .latest svg {
    fill: transparent; }
  .latest__text {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 1rem;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 80%;
    width: 90%; }
    @media (min-width: 500px) {
      .latest__text {
        right: 0;
        left: initial;
        top: 1rem;
        height: 70%;
        width: 80%;
        margin-right: 1rem;
        margin-left: 1rem; } }
    @media (min-width: 1000px) {
      .latest__text {
        left: 0;
        right: initial;
        top: 0;
        height: 80%;
        width: 90%; } }
  .latest__title {
    font-family: "RoundsBlack", "Arial Black", sans-serif;
    font-size: 1.277778rem; }
    @media (min-width: 500px) {
      .latest__title {
        font-size: 1.75rem; } }
    @media (min-width: 1000px) {
      .latest__title {
        font-size: 1.277778rem; } }
  .latest__article {
    font-weight: bolder;
    font-size: 1.4rem; }
    @media (min-width: 500px) {
      .latest__article {
        font-size: 2rem;
        margin-bottom: 1rem; } }
    @media (min-width: 1000px) {
      .latest__article {
        font-size: 1.111111rem;
        margin-bottom: 0; } }
.column .latest {
  margin: 0 auto; }
  @media (min-width: 1000px) {
    .column .latest {
      margin: 0 0 0 auto; } }
.list .column {
  margin: 2rem 0; }
  @media (min-width: 1000px) {
    .list .column {
      margin: 0; } }
  .list .column p img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }
    @media (min-width: 1000px) {
      .list .column p img {
        margin: 0 0 0 auto; } }
.footnote {
  font-size: 0.875rem;
  font-style: italic;
  margin-top: 2rem;
  text-align: left; }

.center {
  text-align: center; }

.small {
  font-size: 0.875rem; }

.textstyle--gdlp p {
  margin-block-end: 0;
  margin-block-start: 0; }
  .textstyle--gdlp p:first-child {
    margin-block-start: 1rem; }
  .textstyle--gdlp p:not(:first-child)::before {
    content: " ";
    display: inline-block;
    width: 1.5rem; }

.textstyle--zm p {
  margin-block-end: 0;
  margin-block-start: 0; }
  .textstyle--zm p:first-child {
    margin-block-start: 1rem; }

.iframe {
  margin: 4rem 0; }
  .iframe__mobile {
    margin: 0 auto; }
    @media (min-width: 500px) {
      .iframe__mobile {
        display: none; } }
  .iframe__desktop {
    display: none; }
    @media (min-width: 500px) {
      .iframe__desktop {
        display: unset; } }
  .iframe a {
    display: block;
    text-align: right;
    font-weight: 900;
    margin: 1rem 1rem 0 0; }

.spoiler {
  transition: background-color 0.2s;
  background-color: black;
  border-radius: 0.2rem; }
  .spoiler:hover {
    background-color: transparent; }
  .spoiler img {
    transition: filter 0.2s;
    filter: blur(1rem); }
    .spoiler img:hover {
      filter: blur(0); }

.games__list {
  width: calc(100% - 1rem);
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  padding-inline-start: 0;
  display: grid;
  grid-template-columns: 100%;
  padding-top: 4rem;
  position: relative; }
  @media (min-width: 500px) {
    .games__list {
      width: calc(100% - 2rem);
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media (min-width: 1000px) {
    .games__list {
      width: 100%;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      grid-column: 1 / 3;
      grid-row: 3 / 4; } }
  .games__list:before {
    content: "";
    position: absolute;
    background-image: url("/pubes/images/newsticker.png");
    z-index: 100;
    top: 0;
    left: 0;
    height: 150px;
    width: 150px;
    background-repeat: no-repeat; }
    @media (min-width: 1000px) {
      .games__list:before {
        left: -50px;
        top: 25px; } }
  .games__list__item {
    margin: 0.5rem;
    display: block;
    box-sizing: border-box; }
    .games__list__item__container {
      box-sizing: border-box;
      position: relative;
      width: 100%;
      overflow: hidden; }
      .games__list__item__container:after {
        content: "";
        display: block;
        padding-top: 100%; }
    .games__list__item__image {
      box-sizing: border-box;
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      object-fit: cover;
      object-position: center;
      transition: transform .5s ease; }
      .games__list__item__image:hover {
        transform: scale(1.1); }
    .games__list__item__title {
      text-decoration: none;
      font-size: 1.3rem;
      font-weight: 900;
      padding-top: 1rem;
      display: block; }
    .games__list__item__description {
      margin-block-start: 0.25rem;
      margin-block-end: 1rem;
      font-size: 0.85rem; }

.games__article img {
  max-width: 100%;
  width: 100%; }

.games__headerimage {
  margin: 0 -1rem; }

.games__data {
  max-width: 100%;
  box-sizing: border-box; }
  .games__data__tag {
    text-decoration: underline; }
  .games__data p {
    text-indent: 0;
    margin-block-start: 0.25rem;
    margin-block-end: 0.25rem; }
    .games__data p:last-child {
      margin-block-end: 2rem; }

.games__content {
  grid-row: 5 / 6; }
  @media (min-width: 1000px) {
    .games__content {
      grid-column: 1 / 3; } }
.content {
  width: 100%;
  max-width: 950px;
  padding: 0 0.5rem;
  margin-top: 1rem;
  box-sizing: border-box; }
  @media (min-width: 500px) {
    .content {
      padding: 0 1rem; } }
  @media (min-width: 1000px) {
    .content {
      padding: 0;
      margin: 2rem auto 0 auto; } }
.article img {
  max-width: 100%;
  margin: 0 auto;
  display: block; }

.article .anchorfm,
.article .soundcloud {
  height: 100px;
  border: 5px solid black;
  padding: 0.25rem 0.25rem 1rem 0.25rem;
  margin: 1rem 0; }
  .article .anchorfm iframe,
  .article .soundcloud iframe {
    height: 100px; }

.article .instagram {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  border: 5px solid black;
  padding: 1rem;
  margin: 0.5rem 0; }
  .article .instagram__container {
    max-width: 540px;
    margin: auto; }
  @media (min-width: 1000px) {
    .article .instagram {
      box-sizing: content-box;
      width: calc(100% - 2.5rem);
      margin: 1rem 0; }
      .article .instagram:first-child {
        margin: 0; } }
.article h1 {
  font-size: 3.5rem;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 900;
  margin-block-start: 0.5em;
  margin-block-end: 0.25em; }

.article .data {
  margin: 1.5rem 0; }
  .article .data p {
    margin-block-start: 0;
    margin-block-end: 0;
    font-size: 1.5rem;
    font-weight: 900; }

.art {
  box-sizing: border-box; }
  @media (min-width: 500px) {
    .art {
      padding: 0 2rem; } }
  .art__heading {
    display: grid;
    grid-template-columns: 2fr 1fr; }
    .art__heading__title {
      font-family: Helvetica, "Arial Black", sans-serif;
      font-size: 2.5rem;
      font-weight: 900;
      margin-block-start: 0; }
      @media (min-width: 500px) {
        .art__heading__title {
          font-size: 4rem; } }
    .art__heading__image {
      width: 80%;
      margin-left: 20%; }
  .art__latest {
    font-family: "RoundsBlack", "Arial Black", sans-serif;
    font-size: 2rem;
    margin-block-start: 1rem;
    margin-block-end: 1rem; }
    @media (min-width: 500px) {
      .art__latest {
        font-size: 3rem; } }
  .art__columns {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    background-image: url(/pubes/images/heart.png);
    background-size: 160px;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 7rem; }
    @media (min-width: 1000px) {
      .art__columns {
        flex-direction: row;
        padding-top: 6rem; } }
  .art__column {
    border: 5px solid black;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    width: 100%;
    box-sizing: border-box; }
    @media (min-width: 500px) {
      .art__column {
        padding: 2rem 1rem; } }
    @media (min-width: 1000px) {
      .art__column {
        width: 45%;
        margin-bottom: 0; } }
    .art__column h2 {
      text-align: center;
      font-size: 2rem; }
    .art__column ul {
      padding-inline-start: 1rem;
      box-sizing: border-box;
      line-height: 1.3em;
      font-size: 0.888889rem; }
      .art__column ul li a {
        text-decoration: none; }
  .art__content {
    margin-top: 3rem; }
    .art__content p {
      font-weight: 900; }
  .art__list__header--2021 {
    color: black; }
  .art__list__header--2020 {
    color: #ed1568; }
  .art__list__header--2019 {
    color: #86a6e3; }
  .art__list__header--2018 {
    color: #2677f0; }
  .art__list__header--2017 {
    color: #ffef98; }

@media (min-width: 1000px) {
  .books.list {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto; } }

@media (min-width: 1000px) {
  .books.list .list__index {
    grid-column: 1 / 3;
    grid-row: 3 / 4; } }

@media (min-width: 1000px) {
  .books.list .list__title {
    grid-column: 1 / 2;
    grid-row: 1 / 2; } }

@media (min-width: 1000px) {
  .books.list .list__pubemoji__wrapper {
    grid-column: 2 / 3;
    grid-row: 1 / 2; } }

.books.list .list__pubemoji__wrapper .list__pubemoji {
  margin: 0; }

.books.list .list__content {
  font-weight: 300;
  margin: 2rem 0; }
  @media (min-width: 1000px) {
    .books.list .list__content {
      grid-column: 1 / 3;
      grid-row: 2 / 3; } }
@media (min-width: 1000px) {
  .books.list .column:nth-child(3) {
    grid-column: 3 / 4;
    grid-row: 1 / 8; } }

@media (min-width: 1000px) {
  .books.list .column:nth-child(4) {
    grid-column: 1 / 3;
    grid-row: 4 / 8; } }

.books.list .column:nth-child(4) p img {
  margin: 0 auto; }

.about {
  max-width: 1050px;
  width: 100%;
  font-weight: 900; }
  @media (min-width: 1000px) {
    .about {
      border: 5px solid black;
      padding: 3rem; } }
  .about h1 {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 900;
    margin-block-start: 0.5em;
    margin-block-end: 0.25em;
    font-style: 2rem; }
    @media (min-width: 1000px) {
      .about h1 {
        font-size: 3.5rem; } }
  .about__header {
    display: flex;
    justify-content: space-between; }
    .about__header img {
      width: 30%; }
      @media (min-width: 1000px) {
        .about__header img {
          margin: -2rem 0; } }
  .about__trumpcards {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: space-evenly;
    flex-direction: column; }
    @media (min-width: 1000px) {
      .about__trumpcards {
        flex-direction: row;
        margin-bottom: 3rem; } }
    .about__trumpcards__emoji {
      display: none; }
      @media (min-width: 1000px) {
        .about__trumpcards__emoji {
          position: absolute;
          display: block;
          top: 40%; } }
    .about__trumpcards__card {
      display: block;
      margin: 0 -5rem; }
  .about__residency__content {
    display: flex;
    align-items: center;
    flex-direction: column; }
    @media (min-width: 1000px) {
      .about__residency__content {
        flex-direction: row; } }
    @media (min-width: 1000px) {
      .about__residency__content__text {
        margin-right: 3rem; } }
    @media (max-width: 499px) {
      .about__residency__content__image {
        width: 70%;
        box-sizing: border-box; }
        .about__residency__content__image img {
          width: 100%; } }
  .about__residency__list__container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
    @media (min-width: 1000px) {
      .about__residency__list__container {
        flex-direction: row; } }
  .about__residency__list__year {
    box-sizing: border-box;
    padding: 0.5rem 1rem; }
    @media (min-width: 1000px) {
      .about__residency__list__year {
        width: 50%;
        padding: 1rem 3.5rem; } }
    .about__residency__list__year ul {
      list-style-type: none;
      padding: 0;
      line-height: 1.3em; }
    .about__residency__list__year li {
      font-weight: 900; }
    .about__residency__list__year h3 {
      font-size: 2rem;
      margin-block-start: 0;
      text-align: center; }
      @media (min-width: 1000px) {
        .about__residency__list__year h3 {
          font-size: 3.5rem;
          margin-block-end: 0;
          margin-block-start: unset; } }
.podcasts__header {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.podcasts__title {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 3.5rem;
  margin-block-start: 0; }

.podcasts__pubemoji__wrapper {
  width: 250px; }
  .podcasts__pubemoji__wrapper img {
    max-width: 100%; }

.podcasts__content {
  font-weight: 900; }

.podcasts__index {
  list-style-type: none;
  padding: 0; }
  .podcasts__index__item {
    border: 5px solid black;
    padding: 2rem 1.5rem;
    display: flex;
    margin: 2rem 0; }
    .podcasts__index__item__column {
      width: 50%; }
      .podcasts__index__item__column:first-child {
        padding-right: 1rem; }
      .podcasts__index__item__column:nth-child(2) {
        padding-left: 1rem; }
    .podcasts__index__item__title {
      font-size: 1rem; }
      .podcasts__index__item__title__episode {
        display: block;
        font-weight: 300; }
      .podcasts__index__item__title__name {
        font-family: Helvetica, Arial, sans-serif; }
    .podcasts__index__item__transcription {
      background-color: yellow;
      text-align: center;
      margin-top: 3rem;
      font-family: "RoundsBlack", "Arial Black", sans-serif;
      font-size: 1.2rem; }
    .podcasts__index__item .anchorfm {
      width: 100%;
      height: 100px;
      margin-top: 1rem; }

.podcast {
  background-color: rgba(255, 255, 255, 0.502);
  margin: 0 auto;
  padding: 2.5rem 3.5rem !important; }
  .podcast hr {
    border: 1px solid black; }
  .podcast__title {
    text-transform: uppercase;
    font-size: 1.25rem;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin-block-end: 0; }
  .podcast__download {
    text-transform: uppercase;
    font-size: 1.25rem;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin-block-start: 0; }
  .podcast__data {
    margin-bottom: 2.5rem; }
    .podcast__data p {
      margin-block-start: 0;
      margin-block-end: 0; }
  .podcast hr {
    margin: 2.5rem 0; }

.art2016 {
  background-image: url(/images/642ce9_9b638f6496dd4760a3eff01050920a24.gif);
  background-size: 300%;
  background-clip: border-box;
  font-family: "Courier New", Courier, monospace; }
  .art2016 img {
    max-width: 100%; }
  .art2016__title {
    font-family: cursive;
    font-weight: 100;
    color: #e8e3ca;
    font-size: 3rem;
    margin-block-start: 0;
    margin-block-end: 0;
    margin: -2rem 0 0 -3rem; }
  .art2016__arrow {
    position: absolute;
    width: 75px;
    height: 75px;
    top: -3rem;
    right: 0; }
    @media (min-width: 1000px) {
      .art2016__arrow {
        width: 132px;
        height: 132px;
        top: -5rem; } }
    .art2016__arrow img {
      width: 100%;
      height: 100%;
      transform: rotate(270deg); }
  .art2016__crystals {
    position: absolute;
    left: -2rem;
    top: 3rem; }
  .art2016__column:first-of-type {
    border: 3px white ridge;
    width: calc(100% - 1rem);
    padding: 1rem 1rem 1rem 3rem;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 0 5px #989898; }
    @media (min-width: 1000px) {
      .art2016__column:first-of-type {
        min-width: 25%;
        max-width: 75%;
        margin-right: 10rem;
        padding: 1rem 3rem; } }
  .art2016 .column:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; }
  .art2016__list {
    list-style-type: none;
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0; }
    .art2016__list__item {
      margin: 1rem 0;
      line-height: 1.3em; }
      .art2016__list__item:first-of-type {
        margin-top: 0; }
  .art2016__teeth {
    width: max-content; }
  .art2016__cloud {
    transform: rotate(180deg);
    width: 100%; }
    @media (min-width: 1000px) {
      .art2016__cloud {
        width: unset; } }
    .art2016__cloud img {
      width: 100%; }
      @media (min-width: 1000px) {
        .art2016__cloud img {
          width: unset; } }
  .art2016__cursor {
    width: 200px;
    margin: 3rem; }
  .art2016 div > .art2016__curstor {
    width: max-content; }

.art2015 {
  font-family: "Courier New", Courier, monospace; }
  .art2015__column:first-of-type {
    background-color: #ffffff72;
    border: 3px white ridge;
    width: calc(100% - 1rem);
    padding: 1rem 1rem 1rem 3rem;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 0 5px #989898; }
    @media (min-width: 1000px) {
      .art2015__column:first-of-type {
        min-width: 25%;
        max-width: 75%;
        margin-right: 10rem;
        padding: 2rem; } }
  .art2015 .column:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start; }
  .art2015__list {
    list-style-type: none;
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0; }
    .art2015__list__item {
      margin: 1rem 0;
      line-height: 1.3em; }
      .art2015__list__item:first-of-type {
        margin-top: 0; }
  .art2015__arrangement {
    width: 250px;
    height: 250px;
    max-width: 100%;
    position: relative; }
    .art2015__arrangement * {
      position: absolute; }
    .art2015__arrangement--1__pinkflower {
      top: 1rem;
      width: 100%; }
    .art2015__arrangement--1__blueflower {
      bottom: 1rem;
      z-index: 2; }
      .art2015__arrangement--1__blueflower--upright {
        left: 1.5rem; }
      .art2015__arrangement--1__blueflower--downward {
        right: 1.5rem;
        transform: rotate(180deg); }
    .art2015__arrangement--1 h1 {
      font-family: cursive;
      font-size: 2rem;
      color: red;
      background-color: white;
      top: calc(50% - 3rem);
      left: 6rem;
      z-index: 3; }
    .art2015__arrangement--2__blossom {
      right: 0; }
    .art2015__arrangement--2__cursor {
      bottom: 1rem;
      right: 0;
      z-index: 2;
      height: 100px; }
    .art2015__arrangement--2__twoflower {
      bottom: 2rem;
      left: 1rem;
      z-index: 2; }

@media (min-width: 1000px) {
  .fundinglibrary {
    padding-top: 5rem; } }

.fundinglibrary .list__content {
  font-weight: 400; }

.fundinglibrary h1 {
  font-family: "RoundsBlack", "Arial Black", sans-serif;
  font-size: 2rem;
  font-weight: 100; }
  @media (min-width: 1000px) {
    .fundinglibrary h1 {
      font-size: 2.75rem; } }
.fundinglibrary .list__title {
  grid-column: 1 / 2; }

@media (min-width: 1000px) {
  .fundinglibrary .list__pubemoji__wrapper {
    grid-row: 1 / 2; } }

.fundinglibrary .list__pubemoji {
  margin-bottom: 0;
  margin-top: -5%; }

.writersgrants {
  padding: 1rem; }
  @media (min-width: 1000px) {
    .writersgrants {
      padding: 0 4rem; } }
  .writersgrants img {
    max-width: 100%; }
  .writersgrants__header__images {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem; }
    @media (min-width: 1000px) {
      .writersgrants__header__images {
        flex-direction: row;
        justify-content: space-between;
        align-content: center; } }
    .writersgrants__header__images__pube {
      width: 50%; }
      @media (min-width: 1000px) {
        .writersgrants__header__images__pube {
          width: unset; } }
  .writersgrants__header .embed {
    margin-bottom: 1rem; }
    @media (min-width: 1000px) {
      .writersgrants__header .embed {
        margin-bottom: 2rem; } }
  .writersgrants__title {
    font-family: Helvetica, Arial, sans-serif;
    background-color: white;
    display: inline;
    margin-top: 1rem;
    font-size: 1.25rem;
    line-height: 1.75rem; }
  .writersgrants hr {
    border: solid 1px black;
    margin: 0 0.5rem;
    margin-block-start: 2rem;
    margin-block-end: 2rem; }
  .writersgrants__faq h2 {
    font-size: 4rem;
    margin-block-start: 1rem;
    margin-block-end: 2rem; }
  .writersgrants__faq h3 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.375rem;
    font-weight: 900;
    margin-block-end: 0; }
  .writersgrants__faq p {
    margin-block-start: 0; }

.writersgrant {
  margin-bottom: 3rem; }
  .writersgrant__image {
    max-width: 100%; }
  .writersgrant__title {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 900;
    background-color: white;
    display: inline; }
  .writersgrant .embed {
    margin: 2rem 0; }

@media (min-width: 1000px) {
  .bits {
    padding: 0 2rem; } }

.bits img {
  max-width: 100%; }

.bits__header {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }
  @media (min-width: 1000px) {
    .bits__header {
      flex-wrap: nowrap;
      justify-content: space-between; } }
  .bits__header__fox {
    width: 150px;
    height: 150px; }
  .bits__header__title {
    font-size: 3.5rem;
    font-weight: 100; }
  .bits__header__critics {
    width: 334px;
    height: 48px;
    display: block; }
    @media (min-width: 1000px) {
      .bits__header__critics {
        margin-top: 3rem; } }
  .bits__header__clefairy {
    margin: -4rem;
    width: 250px;
    height: 250px; }

.bits__content {
  display: flex;
  flex-direction: column; }
  @media (min-width: 1000px) {
    .bits__content {
      flex-direction: row; } }
  .bits__content__image {
    width: 420px;
    height: 280px; }
  .bits__content__text ul {
    list-style-type: none;
    padding: 1.5rem 0 0 0; }
    @media (min-width: 1000px) {
      .bits__content__text ul {
        padding: 0; } }
    .bits__content__text ul li {
      font-weight: 900;
      font-size: 1.5rem;
      display: inline-block; }
      .bits__content__text ul li a {
        text-decoration: none; }
      .bits__content__text ul li:first-child {
        background-color: yellow;
        position: relative; }
        .bits__content__text ul li:first-child::before {
          content: "";
          background: url("/pubes/images/newsticker.png");
          position: absolute;
          height: 50px;
          width: 50px;
          top: -2.5rem;
          right: 0;
          display: block;
          background-size: contain; }
          @media (min-width: 1000px) {
            .bits__content__text ul li:first-child::before {
              left: -3rem;
              top: -0.5rem; } }
.bits__bit h1,
.bits__bit h2,
.bits__bit h3,
.bits__bit h4,
.bits__bit h5,
.bits__bit h6 {
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase; }

.bits__bit h3 {
  font-size: 1.25rem; }

.bits__bit__dazed {
  margin: 0 -2rem; }
  .bits__bit__dazed ul li {
    font-weight: 900;
    font-size: 1.125rem;
    text-decoration: underline; }
  .bits__bit__dazed .column:first-child img {
    width: 50%; }
    .bits__bit__dazed .column:first-child img:nth-child(2) {
      width: 25%;
      margin-bottom: 10rem;
      margin-left: 5rem; }

.proposallibrary__index {
  list-style-type: none;
  padding: 0; }
  .proposallibrary__index__item {
    flex-direction: column;
    display: flex;
    margin: 2rem 0; }
    @media (min-width: 1000px) {
      .proposallibrary__index__item {
        flex-direction: row; } }
    .proposallibrary__index__item__gallery img {
      max-width: 100%; }
      @media (min-width: 1000px) {
        .proposallibrary__index__item__gallery img {
          max-width: 500px; } }
    .proposallibrary__index__item__info {
      padding-left: 2rem; }

.residency__header {
  display: flex;
  justify-content: space-between; }
  .residency__header h1 {
    font-size: 2rem; }
  .residency__header img {
    width: 100px;
    margin: 0; }

.homepage__divider {
  border-top: 5px dotted red;
  border-bottom: none; }

.homepage__header {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 3rem; }
  @media (min-width: 500px) {
    .homepage__header {
      flex-direction: row;
      justify-content: space-around;
      align-items: center; } }
  @media (min-width: 1000px) {
    .homepage__header {
      justify-content: initial; } }
  .homepage__header img {
    width: 156px;
    height: 144px; }

.homepage__resident {
  background-color: #e33292;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 1rem;
  max-width: 100%;
  box-sizing: border-box;
  width: fit-content;
  margin: 0 1rem;
  padding: 1rem;
  border-radius: 1.5rem;
  border: 5px solid white; }
  .homepage__resident:after {
    transform: skew(-5deg);
    content: "";
    position: absolute;
    top: 100%;
    left: 32px;
    border-width: 20px 20px 0 0;
    border-style: solid;
    border-color: #e33292 transparent; }
  .homepage__resident:before {
    transform: skew(-5deg);
    content: "";
    position: absolute;
    top: 100%;
    left: 26px;
    border-width: 35px 35px 0 0;
    border-style: solid;
    border-color: white transparent; }
  .homepage__resident__title {
    font-weight: 900;
    font-size: 1.277778rem; }
    @media (min-width: 500px) {
      .homepage__resident__title {
        font-size: 1.75rem; } }
    @media (min-width: 1000px) {
      .homepage__resident__title {
        font-size: 1.175rem; } }
  .homepage__resident__resident {
    font-weight: 900;
    font-size: 1.4rem; }
    @media (min-width: 500px) {
      .homepage__resident__resident {
        font-size: 1.75rem;
        margin-bottom: 1rem; } }
    @media (min-width: 1000px) {
      .homepage__resident__resident {
        font-size: 1.175rem;
        margin-bottom: 0; } }
.homepage__residency {
  margin-top: 5rem; }

.homepage img {
  max-width: 100%; }

.links__list {
  width: 60%;
  margin: 0 auto;
  list-style-type: none;
  padding-left: 5rem; }
  .links__list__item {
    margin: 2rem 0;
    color: #457bfe;
    font-size: 1.125rem;
    position: relative; }
    .links__list__item::after {
      content: "★";
      color: #457bfe;
      font-size: 1.5rem;
      position: absolute;
      left: -5rem;
      top: -0.25rem; }

.list {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto; }
  @media (min-width: 1000px) {
    .list {
      grid-template-columns: 2fr 1fr;
      grid-template-rows: auto; } }
  .list__title {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 3.25rem;
    font-weight: 900;
    margin-block-start: 0;
    margin-block-end: 0;
    grid-row: 1 / 2;
    grid-column: 1 / 2; }
    @media (min-width: 1000px) {
      .list__title {
        width: 100%;
        grid-column: 1 / 3;
        grid-row: 1 / 2; } }
  .list__pubemoji {
    width: 40%;
    margin-left: auto;
    margin: -20% 0 -5% 0; }
    @media (min-width: 1000px) {
      .list__pubemoji {
        width: unset;
        margin: -10% 0; } }
    .list__pubemoji__wrapper {
      width: 100%;
      text-align: right;
      grid-row: 2 / 3; }
      @media (min-width: 1000px) {
        .list__pubemoji__wrapper {
          height: 100%;
          grid-row: 1 /3;
          grid-column: 2 / 3;
          width: 100%; } }
  .list__content {
    width: 100%;
    box-sizing: border-box;
    grid-row: 3 / 4;
    grid-column: 1 / 2;
    font-weight: 900; }
    @media (min-width: 1000px) {
      .list__content {
        width: 100%;
        grid-column: 1 / 3;
        grid-row: 2 / 3; } }
  .list .column:nth-child(3) {
    grid-row: 5 / 6; }
    @media (min-width: 1000px) {
      .list .column:nth-child(3) {
        grid-column: 2 / 3;
        grid-row: 3 / 4; } }
  .list__index {
    margin-block-start: 0;
    margin-block-end: 0;
    grid-row: 4 / 5;
    list-style-type: none;
    padding-inline-start: 0; }
    @media (min-width: 1000px) {
      .list__index {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
        margin-right: 3rem; } }
    .list__index__item {
      font-family: "RoundsBlack", "Arial Black", sans-serif;
      margin: 1rem 0; }
      .list__index__item:first-of-type {
        margin: 0 0 1rem 0; }

.onecolumn {
  padding: 0 1rem;
  box-sizing: border-box; }
  .onecolumn .anchorfm,
  .onecolumn .soundcloud {
    width: 100%;
    box-sizing: border-box;
    height: 135px; }
    .onecolumn .anchorfm iframe,
    .onecolumn .soundcloud iframe {
      height: 100px; }
    @media (min-width: 1000px) {
      .onecolumn .anchorfm,
      .onecolumn .soundcloud {
        width: 50%; } }
  .onecolumn img {
    margin: 0 auto; }

.twocolumn {
  display: grid;
  margin: 0 0.5rem;
  box-sizing: border-box;
  width: calc(100% - 1rem); }
  .twocolumn .column {
    width: calc(100% - 1rem);
    padding: 1rem 0rem;
    box-sizing: border-box; }
    @media (min-width: 1000px) {
      .twocolumn .column {
        min-width: 25%; } }
  @media (min-width: 1000px) {
    .twocolumn {
      width: unset;
      margin: 0 auto;
      grid-template-columns: 3fr 2fr; }
      .twocolumn .column {
        width: unset; }
      .twocolumn .column:first-of-type {
        margin-right: 2rem;
        padding-left: 1rem; } }
  .twocolumn .anchorfm {
    width: 100%; }
  .twocolumn .soundcloud {
    width: 100%;
    margin-top: 0;
    box-sizing: border-box;
    padding-bottom: 7rem; }
  .twocolumn--wide {
    max-width: 1080px; }

.threecolumn {
  width: 90%;
  margin: auto; }
  @media (min-width: 1000px) {
    .threecolumn {
      display: grid;
      grid-template-columns: 2fr 3fr 2fr; } }
  @media (min-width: 1000px) {
    .threecolumn .column:nth-of-type(2) {
      margin: 0 2rem; } }
.homepage__residency__gfsc {
  font-family: "Courier New", Courier, monospace; }
  .homepage__residency__gfsc img {
    max-width: 100%; }
  .homepage__residency__gfsc hr {
    border-top: 5px dashed #e95b0d;
    border-bottom: none;
    margin: 3rem 0; }
  .homepage__residency__gfsc h2 {
    font-family: "Courier New", Courier, monospace;
    font-size: 2rem;
    text-transform: lowercase;
    display: inline-block;
    position: relative; }
    .homepage__residency__gfsc h2::before {
      content: "";
      position: absolute;
      width: 100%;
      background-color: #e95b0d;
      height: 25px;
      z-index: -1;
      right: -5%;
      bottom: -1rem; }
