
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Mono:400,700|Old+Standard+TT:400,400i,700');:root {
}.Grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}.Grid-cell {
  flex: 1;
}.Grid--flexCells > .Grid-cell {
  display: flex;
}.Grid--top {
  align-items: flex-start;
}.Grid--bottom {
  align-items: flex-end;
}.Grid--center {
  align-items: center;
}.Grid--justifyCenter {
  justify-content: center;
}.Grid-cell--top {
  align-self: flex-start;
}.Grid-cell--bottom {
  align-self: flex-end;
}.Grid-cell--center {
  align-self: center;
}.Grid-cell--autoSize {
  flex: none;
}.Grid--fit > .Grid-cell {
  flex: 1;
}.Grid--full > .Grid-cell {
  flex: 0 0 100%;
}.Grid--1of2  {
  flex: 0 0 50%;
}.Grid--1of3 > .Grid-cell {
  flex: 0 0 33.3333%;
}.Grid--1of4 > .Grid-cell {
  flex: 0 0 25%;
}@media  (min-width: 280px) and (max-width: 374px) {
  .small-Grid--fit > .Grid-cell {
    flex: 1;
  }
  .small-Grid--full > .Grid-cell {
    flex: 0 0 100%;
  }
  .small-Grid--1of2 > .Grid-cell {
    flex: 0 0 50%;
  }
  .small-Grid--1of3 > .Grid-cell {
    flex: 0 0 33.3333%;
  }
  .small-Grid--1of4 > .Grid-cell {
    flex: 0 0 25%;
  }
}@media  (min-width: 280px) and (max-width: 374px), (min-width: 375px) and (max-width: 767px) {
.med-Grid--fit > .Grid-cell {
    flex: 1;
  }
  .med-Grid--full > .Grid-cell {
    flex: 0 0 100%;
  }
  .med-Grid--1of2 > .Grid-cell {
    flex: 0 0 50%;
  }
  .med-Grid--1of3 > .Grid-cell {
    flex: 0 0 33.3333%;
  }
  .med-Grid--1of4 > .Grid-cell {
    flex: 0 0 25%;
  }
}@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px), (min-width: 1225px) {
  .large-Grid--fit > .Grid-cell {
    flex: 1;
  }
  .large-Grid--full > .Grid-cell {
    flex: 0 0 100%;
  }
  .large-Grid--1of2 > .Grid-cell {
    flex: 0 0 50%;
  }
  .large-Grid--1of3 > .Grid-cell {
    flex: 0 0 33.3333%;
  }
  .large-Grid--1of4 > .Grid-cell {
    flex: 0 0 25%;
  }
}.Grid--gutters {
  margin: -1rem 0 1rem -1rem;
}.Grid--gutters > .Grid-cell {
  padding: 1rem 0 0 1rem;
}.Grid--guttersLg {
  margin: -1.5rem 0 1.5rem -1.5rem;
}.Grid--guttersLg > .Grid-cell {
  padding: 1.5rem 0 0 1.5rem;
}.Grid--guttersXl {
  margin: -2rem 0 2rem -2rem;
}.Grid--guttersXl > .Grid-cell {
  padding: 2rem 0 0 2rem;
}@media  (min-width: 280px) and (max-width: 374px) {
  .small-Grid--gutters {
    margin: -1rem 0 1rem -1rem;
  }
  .small-Grid--gutters > .Grid-cell {
    padding: 1rem 0 0 1rem;
  }
  .small-Grid--guttersLg {
    margin: -1.5rem 0 1.5rem -1.5rem;
  }
  .small-Grid--guttersLg > .Grid-cell {
    padding: 1.5rem 0 0 1.5rem;
  }
  .small-Grid--guttersXl {
    margin: -2rem 0 2rem -2rem;
  }
  .small-Grid--guttersXl > .Grid-cell {
    padding: 2rem 0 0 2rem;
  }
}@media (min-width: 375px) and (max-width: 767px) {
  .med-Grid--gutters {
    margin: -1rem 0 1rem -1rem;
  }
  .med-Grid--gutters > .Grid-cell {
    padding: 1rem 0 0 1rem;
  }
  .med-Grid--guttersLg {
    margin: -1.5rem 0 1.5rem -1.5rem;
  }
  .med-Grid--guttersLg > .Grid-cell {
    padding: 1.5rem 0 0 1.5rem;
  }
  .med-Grid--guttersXl {
    margin: -2rem 0 2rem -2rem;
  }
  .med-Grid--guttersXl > .Grid-cell {
    padding: 2rem 0 0 2rem;
  }
}@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px), (min-width: 1225px) {
  .large-Grid--gutters {
    margin: -1rem 0 1rem -1rem;
  }
  .large-Grid--gutters > .Grid-cell {
    padding: 1rem 0 0 1rem;
  }
  .large-Grid--guttersLg {
    margin: -1.5rem 0 1.5rem -1.5rem;
  }
  .large-Grid--guttersLg > .Grid-cell {
    padding: 1.5rem 0 0 1.5rem;
  }
  .large-Grid--guttersXl {
    margin: -2rem 0 2rem -2rem;
  }
  .large-Grid--guttersXl > .Grid-cell {
    padding: 2rem 0 0 2rem;
  }
}.u-full {
  width: 100% !important;
  flex: none !important;
}.u-1of2 {
  width: 50% !important;
  flex: none !important;
}.u-1of3 {
  width: 33.3333% !important;
  flex: none !important;
}.u-2of3 {
  width: 66.6667% !important;
  flex: none !important;
}.u-1of4 {
  width: 25% !important;
  flex: none !important;
}.u-3of4 {
  width: 75% !important;
  flex: none !important;
}@media  (min-width: 280px) and (max-width: 374px), (min-width: 375px) and (max-width: 767px) {
    .u-small-full {
    width: 100% !important;
    flex: none !important;
  }
  .u-small-1of2 {
    width: 50% !important;
    flex: none !important;
  }
  .u-small-1of3 {
    width: 33.3333% !important;
    flex: none !important;
  }
  .u-small-2of3 {
    width: 66.6667% !important;
    flex: none !important;
  }
  .u-small-1of4 {
    width: 25% !important;
    flex: none !important;
  }
  .u-small-3of4 {
    width: 75% !important;
    flex: none !important;
  }
}@media  (min-width: 280px) and (max-width: 374px), (min-width: 375px) and (max-width: 767px) {
  .u-med-full {
    width: 100% !important;
    flex: none !important;
  }
  .u-med-1of2 {
    width: 50% !important;
    flex: none !important;
  }
  .u-med-1of3 {
    width: 33.3333% !important;
    flex: none !important;
  }
  .u-med-2of3 {
    width: 66.6667% !important;
    flex: none !important;
  }
  .u-med-1of4 {
    width: 25% !important;
    flex: none !important;
  }
  .u-med-3of4 {
    width: 75% !important;
    flex: none !important;
  }
}@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px), (min-width: 1225px) {
    .u-large-full {
    width: 100% !important;
    flex: none !important;
  }
  .u-large-1of2 {
    width: 50% !important;
    flex: none !important;
  }
  .u-large-1of3 {
    width: 33.3333% !important;
    flex: none !important;
  }
  .u-large-2of3 {
    width: 66.6667% !important;
    flex: none !important;
  }
  .u-large-1of4 {
    width: 25% !important;
    flex: none !important;
  }
  .u-large-3of4 {
    width: 75% !important;
    flex: none !important;
  }
}input,
select,
textarea,
body * {
  box-sizing: border-box; }input::after, input::before,
  select::after,
  select::before,
  textarea::after,
  textarea::before,
  body *::after,
  body *::before {
    box-sizing: border-box; }.button-container {
  text-align: center; }fieldset {
  margin: 0 0 3rem;
  border: none;
  background: #eee;
  padding: 0 1rem; }.form-radio,
.form-group {
  position: relative;
  margin-top: 2.25rem;
  margin-bottom: 2.25rem; }.form-inline > .form-group,
.form-inline > .btn {
  display: inline-block;
  margin-bottom: 0; }.form-help {
  margin-top: 0.125rem;
  margin-left: 0.125rem;
  color: #4d4d4d;
  font-size: 0.8rem; }.checkbox .form-help,
  .form-radio .form-help,
  .form-group .form-help {
    position: absolute;
    width: 100%; }.checkbox .form-help {
    position: relative;
    margin-bottom: 1rem; }.form-radio .form-help {
    padding-top: 0.25rem;
    margin-top: -1rem; }.form-group input {
  height: 1.9rem; }.form-group textarea {
  resize: none; }.form-group select {
  width: 100%;
  font-size: 1rem;
  height: 1.6rem;
  padding: 0.125rem 0.125rem 0.0625rem;
  background: none;
  border: none;
  line-height: 1.6;
  box-shadow: none; }.form-group .control-label {
  position: absolute;
  top: 0.25rem;
  pointer-events: none;
  padding-left: 0.125rem;
  z-index: 1;
  color: #4d4d4d;
  font-size: 1rem;
  font-weight: normal;
  transition: all 0.28s ease; }.form-group .bar {
  position: relative;
  border-bottom: 0.0625rem solid #333;
  display: block; }.form-group .bar::before {
    content: '';
    height: 0.125rem;
    width: 0;
    left: 50%;
    bottom: -0.0625rem;
    position: absolute;
    background: #333;
    transition: left 0.28s ease, width 0.28s ease;
    z-index: 2; }.form-group input,
.form-group textarea {
  display: block;
  background: none;
  padding: 0.125rem 0.125rem 0.0625rem;
  font-size: 1rem;
  border-width: 0;
  border-color: transparent;
  line-height: 1.2;
  width: 100%;
  color: transparent;
  transition: all 0.28s ease;
  box-shadow: none; }.form-group input[type="file"] {
  line-height: 1; }.form-group input[type="file"] ~ .bar {
    display: none; }.form-group select,
.form-group input:focus,
.form-group input:valid,
.form-group input.form-file,
.form-group input.has-value,
.form-group textarea:focus,
.form-group textarea:valid,
.form-group textarea.form-file,
.form-group textarea.has-value {
  color: #000; }.form-group select ~ .control-label,
  .form-group input:focus ~ .control-label,
  .form-group input:valid ~ .control-label,
  .form-group input.form-file ~ .control-label,
  .form-group input.has-value ~ .control-label,
  .form-group textarea:focus ~ .control-label,
  .form-group textarea:valid ~ .control-label,
  .form-group textarea.form-file ~ .control-label,
  .form-group textarea.has-value ~ .control-label {
    font-size: 0.8rem;
    color: #1a1a1a;
    top: -1rem;
    left: 0; }.form-group select:focus,
.form-group input:focus,
.form-group textarea:focus {
  outline: none; }.form-group select:focus ~ .control-label,
  .form-group input:focus ~ .control-label,
  .form-group textarea:focus ~ .control-label {
    color: #333; }.form-group select:focus ~ .bar::before,
  .form-group input:focus ~ .bar::before,
  .form-group textarea:focus ~ .bar::before {
    width: 100%;
    left: 0; }.checkbox label,
.form-radio label {
  position: relative;
  cursor: pointer;
  padding-left: 2rem;
  text-align: left;
  color: #000;
  display: block;
  line-height: 1; }.checkbox label b,
  .form-radio label b {
    text-transform: uppercase;
    color: blue;
    padding: 3px 8px;
    font-family: 'IBM Plex Mono'; }.checkbox input,
.form-radio input {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0; }.radio {
  margin-bottom: 1rem; }.radio .helper {
    position: absolute;
    top: -0.25rem;
    left: -0.25rem;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333; }.radio .helper::before, .radio .helper::after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      margin: 0.25rem;
      width: 1rem;
      height: 1rem;
      transition: -webkit-transform 0.28s ease;
      transition: transform 0.28s ease;
      transition: transform 0.28s ease, -webkit-transform 0.28s ease;
      border-radius: 50%;
      border: 0.125rem solid currentColor; }.radio .helper::after {
      -webkit-transform: scale(0);
      transform: scale(0);
      background-color: #333;
      border-color: #333; }.radio label:hover .helper {
    color: #333; }.radio input:checked ~ .helper::after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }.radio input:checked ~ .helper::before {
    color: #333; }.checkbox {
  margin-top: 3rem;
  margin-bottom: 1rem; }.checkbox .helper {
    color: #333;
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    z-index: 0;
    border: 0.125rem solid currentColor;
    border-radius: 0.0625rem;
    transition: border-color 0.28s ease; }.checkbox .helper::before, .checkbox .helper::after {
      position: absolute;
      height: 0;
      width: 0.2rem;
      background-color: #333;
      display: block;
      -webkit-transform-origin: left top;
      transform-origin: left top;
      border-radius: 0.25rem;
      content: '';
      transition: opacity 0.28s ease, height 0s linear 0.28s;
      opacity: 0; }.checkbox .helper::before {
      top: 0.65rem;
      left: 0.38rem;
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg);
      box-shadow: 0 0 0 0.0625rem #fff; }.checkbox .helper::after {
      top: 0.3rem;
      left: 0;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }.checkbox label:hover .helper {
    color: #333; }.checkbox input:checked ~ .helper {
    color: #333; }.checkbox input:checked ~ .helper::after, .checkbox input:checked ~ .helper::before {
      opacity: 1;
      transition: height 0.28s ease; }.checkbox input:checked ~ .helper::after {
      height: 0.5rem; }.checkbox input:checked ~ .helper::before {
      height: 1.2rem;
      transition-delay: 0.28s; }.radio + .radio,
.checkbox + .checkbox {
  margin-top: 1rem; }.has-error .legend.legend,
.has-error.form-group .control-label.control-label {
  color: #d9534f; }.has-error.form-group .form-help,
.has-error.form-group .helper, .has-error.checkbox .form-help,
.has-error.checkbox .helper, .has-error.radio .form-help,
.has-error.radio .helper, .has-error.form-radio .form-help,
.has-error.form-radio .helper {
  color: #d9534f; }.has-error .bar::before {
  background: #d9534f;
  left: 0;
  width: 100%; }.button {
  position: relative;
  background: currentColor;
  border: 1px solid currentColor;
  font-size: 1.1rem;
  color: #fff;
  margin:  0;
  padding: 0.75rem 3rem;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12); }.button span {
    color: #fff;
    position: relative;
    z-index: 1; }.button::before {
    content: '';
    position: absolute;
    background: black;
    border: 50vh solid black;
    width: 30vh;
    height: 30vh;
    border-radius: 50%;
    display: block;
    top: 50%;
    left: 50%;
    z-index: 0;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0); }.button:hover {
    color: #fff;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2); }.button:active::before, .button:focus::before {

    opacity: 0; }.button:focus {
    outline: none; }/* @import "schedule"; */:root {
  --space: 1.5em;
  --space-lg: 2em;
  --bg-color: #fff;
  --color-primary: #F6553B;
  --color-secondary: #FFF5CC;
  --color-bg: #F6553B;
  --color-bg: var(--color-primary);
  --color-bg-text: #fff;
  --color-color-text-body: #F6553B;
  --color-color-text-body: var(--color-primary);
  --color-color-text-links: #F6553B;
  --color-color-text-links: var(--color-primary);
  --color-starship: #000;

  --color-teal: #00D1B1;
  --color-red: #FD1A2E;
  --color-flamingo: #FF93B4;
  --color-indigo: #5949C6;

  --color-yellow: #f9fd50;
  --color-blue: #3455F5;
  --color-green: #00bd56;
  --color-light-green: #85ef47;


}html {
  box-sizing: border-box;
}*,
*:before,
*:after {
  box-sizing: inherit;
}.table {
  border: solid 1px #000;
  padding: 1rem;
  width: 100%;

}h1,
h2,
h3,
h4,
p.lead {
  font-weight: 200;
  /* font-family: 'IBM Plex Mono', Courier, 'Courier New', monospace; */


}h2,
h3 {
  color: #3455F5;
  color: var(--color-blue)
}h2 {
  text-align: center;
  font-size: 32px;
  letter-spacing: 1px;
  text-transform: uppercase;

}@media (min-width: 768px) and (max-width: 1024px),
  (min-width: 1025px) {h2 {
    font-size: 42px;
  }
}p.lead {
  line-height: 1.8;
  font-size: calc(12px + 0.7vw)

}p.lead b{
  display: block;
  border-bottom: 1px solid #000;
}#app-nav {

  text-align: center;
  font-size: 28px;
  margin: 2rem 0;

}.columnar {
  border-bottom: solid 3px #207DFC;
  padding-bottom: 4px;
  font-size: 18px;
  width: 300px;
  display: block;
  margin: 0 auto;

}@media (min-width: 768px) and (max-width: 1024px),
  (min-width: 1025px) {.columnar {
    width: 400px;
    font-size: 26px;
  }
}.columnar .row {
  display: flex;
  text-align: right;
  justify-content: right;
}.columnar .row span {
  flex: 1;
  font-family: 'IBM Plex Mono', Courier, 'Courier New', monospace;
  color: #3455F5;
  color: var(--color-blue);
}body {
  font-family: 'Old Standard TT', serif;
  font-size: 20px;
  margin: 0;
}@media (min-width: 768px) and (max-width: 1024px),
  (min-width: 1025px) {body {
    font-size: 18px;
  }
}body {
  font-style: normal;
  line-height: 1.52;
  color: #000;
  background-color: #fff;
  text-rendering: optimizeLegibility;
}body span.highlight {
  background: #f9fd50;
  background: var(--color-yellow);
}.hidden {
  display: none;
}a {
  color: inherit;
}.content {
  position: relative;
  display: flex;
  flex-direction: column;

}#lineup {
  background-color: #eee

}#lineup h2{
  text-align: center;
  font-size: 28px;
  margin: 0;
  padding: 2rem 0 0 0;
}@media (min-width: 768px) and (max-width: 1024px),
    (min-width: 1025px) {#lineup h2{
    font-size: 54px;
  }
}#lineup h2{
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
}#lineup h3{
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 46px;
}.legend {
  margin: 0;
  padding: 0;
  list-style: none
}.legend li{
  text-align: center;
}.lineup {
  margin: 0;
  list-style: none;
  padding: 0 12px;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0;
}@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) {.lineup {
    display: grid;/* padding: 0; */
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 12px;
  }
}.lineup .project{a, a:link, a:hover {
    text-decoration: none !important;
  }
}.lineup {/* &.games { background: color-mod(var(--color-flamingo) tint(60%)) }
  &.food { background: color-mod(var(--color-red) tint(90%)) }
  &.comics { background: color-mod(var(--color-teal) tint(80%)) }
  &.art { background: #000 }
  &.yami-ichi { background: #fff; } */
}.lineup li{
  padding: 0;/* height: 200px; */
  background-size: cover;
  background-position: center center;
  display: flex;
  flex: 1 1 auto;
  width: 100%;
}.lineup li:nth-child(2n) .content h4{/* color: #FF96B6; */
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
}.lineup li:nth-child(3n) .content h4{/* color: #FF96B6; */
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}.lineup li:nth-child(4n) .content h4{
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}.lineup li:nth-child(5n) .content h4{/* color: #ADDADD; */
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}.lineup li:nth-child(6n) .content h4, .lineup li:first-child .content h4{/* color: #EACEAC; */
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}.lineup li:nth-child(7n) .content h4{/* color: #F9FD50; */
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}.lineup li .content{
  width: 100%;
  height: 100%;
  text-align: center;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
}.lineup li .content a{
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
}.lineup li .content h4{
  color: #fff;
  font-size: 28px;
  width: 100%;
  margin: 48px auto;
}.lineup li .content h4>*{
  background: #000;
  padding: 4px 8px;
}.lineup li .content h4 small{
  font-size: 14px;
  font-family: 'IBM Plex Mono', Courier, 'Courier New', monospace;
}.lineup li .content h4 small.category{
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}.lineup li .content h4 .creators:not(:empty):not(:last-child):after{
  content: " + ";
}@media (min-width: 768px) and (max-width: 1024px),
    (min-width: 1025px),
    (min-width: 1225px) {.lineup li{
    display: flex;
    margin: 0;
    justify-content: space-between;
  }
}.legend {
  align-items: top;
  justify-content: space-around;
  display: flex;
  padding: 1rem;
  background: #fff;
  box-shadow: 12px 12px #ccc;
  margin: 2rem 0 4rem 0;
  list-style: none
}.legend li{
  margin: 0;
  padding: 0;
}li {
    flex: 1 0 33.3333%;
    padding: 0;
    text-indent: 0

  }li span {
}li .project {
  display: block;
  font-size: 18px;
}@media (min-width: 768px) and (max-width: 1024px),
    (min-width: 1025px),
    (min-width: 1225px) {li {
    margin: 0;
  }li .project {
    font-size: 24px;
  }
}li .org {
  font-family: "IBM Plex Mono";
}.game {
    color: #5360FF;
  }.game .project,
    .game .label {
  text-transform: uppercase;/* color: transparent !important;
      background-clip: text; */
  color: #5360FF;/* background-image: linear-gradient(135deg, $color 0%, #000 100%); */
}.game:before {
  color: #5360FF;
  margin-left: 0;
}.game {
}li {
    flex: 1 0 33.3333%;
    padding: 0;
    text-indent: 0

  }li span {
}li .project {
  display: block;
  font-size: 18px;
}@media (min-width: 768px) and (max-width: 1024px),
    (min-width: 1025px),
    (min-width: 1225px) {li {
    margin: 0;
  }li .project {
    font-size: 24px;
  }
}li .org {
  font-family: "IBM Plex Mono";
}.comics {
    color: #FE6849;
  }.comics .project,
    .comics .label {
  text-transform: uppercase;/* color: transparent !important;
      background-clip: text; */
  color: #FE6849;/* background-image: linear-gradient(135deg, $color 0%, #000 100%); */
}.comics:before {
  color: #FE6849;
  margin-left: 0;
}.comics {
}li {
    flex: 1 0 33.3333%;
    padding: 0;
    text-indent: 0

  }li span {
}li .project {
  display: block;
  font-size: 18px;
}@media (min-width: 768px) and (max-width: 1024px),
    (min-width: 1025px),
    (min-width: 1225px) {li {
    margin: 0;
  }li .project {
    font-size: 24px;
  }
}li .org {
  font-family: "IBM Plex Mono";
}.yami {
    color: #000;
  }.yami .project,
    .yami .label {
  text-transform: uppercase;/* color: transparent !important;
      background-clip: text; */
  color: #000;/* background-image: linear-gradient(135deg, $color 0%, #000 100%); */
}.yami:before {
  color: #000;
  margin-left: 0;
}.yami {
}li {
    flex: 1 0 33.3333%;
    padding: 0;
    text-indent: 0

  }li span {
}li .project {
  display: block;
  font-size: 18px;
}@media (min-width: 768px) and (max-width: 1024px),
    (min-width: 1025px),
    (min-width: 1225px) {li {
    margin: 0;
  }li .project {
    font-size: 24px;
  }
}li .org {
  font-family: "IBM Plex Mono";
}.art {
    color: #fff;
  }.art .project,
    .art .label {
  text-transform: uppercase;/* color: transparent !important;
      background-clip: text; */
  color: #fff;/* background-image: linear-gradient(135deg, $color 0%, #000 100%); */
}.art:before {
  color: #fff;
  margin-left: 0;
}.art {
}li {
    flex: 1 0 33.3333%;
    padding: 0;
    text-indent: 0

  }li span {
}li .project {
  display: block;
  font-size: 18px;
}@media (min-width: 768px) and (max-width: 1024px),
    (min-width: 1025px),
    (min-width: 1225px) {li {
    margin: 0;
  }li .project {
    font-size: 24px;
  }
}li .org {
  font-family: "IBM Plex Mono";
}.food {
    color: var(--color-teal);
  }.food .project,
    .food .label {
  text-transform: uppercase;/* color: transparent !important;
      background-clip: text; */
  color: var(--color-teal);/* background-image: linear-gradient(135deg, $color 0%, #000 100%); */
}.food:before {
  color: var(--color-teal);
  margin-left: 0;
}.food {
}ul {
  list-style: none;
  padding: 0
}ul.application-info li{
  flex: 1 0 33.3333%;
  padding: 0;
  margin: 0 0 1rem 2.6rem;
  text-indent: 1.4rem;
}ul.application-info li:before {
  letter-spacing: 7px;
  font-weight: 400;
  font-style: normal;
  content: '\002043';
  color: inherit;
  margin-left: -3.8rem;
}ul.social{
  margin: 0;
  padding: 0;
  list-style: none;
  text-indent: 0;
}ul.social li {/* margin: 0 4px; */
  display: flex;
}ul.social li a {
  text-decoration: none;
  background: #fff;
  display: flex;
  font-size: 40px;
}ul.social li:before {
}li,
p {
  line-height: 1.5;
  margin: 0 0 1rem
}li b, p b{/* background:  linear-gradient(to left, #fff 0%, #eee 100%); */
  font-weight: 700;
}li strong, p strong{
  font-weight: 700;
}#lead::first-line {
  font-size: calc(12px + 2vw);
}#lead {
  font-weight: 900;
  font-size: calc(12px + 1vw);
}.container {
  margin: 0 4vw;
}body.info {
  margin: 0 4vw;
  width: 60vw;

}.gifs {

  margin: 3vh 0;

}#logo path{
  fill: #3455F5;
  fill: var(--color-blue);
}@media (min-width: 768px) and (max-width: 1024px),
  (min-width: 1025px) {#logo {
    width: 200px;
  }
}.info {
  width: 100%;
  background: #FFE7EA;
  color: #0C60CE;
  padding: 10px 0;
  margin: 0
}.info p{
  font-size: 14px;
  text-align: center;
  font-family: "IBM Plex Mono";
  margin: 0;
}h4 {
  text-transform: uppercase;
}#about {
  background-size: cover;
  background-position: center;
  background-image: url(https://www.datocms-assets.com/6140/1557003035-photo.jpg?fit=crop&w=1200&htn=2&blend64=I0FEREFERA&auto=compress)
}.about-text {
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
}.about-text .about-content>div {
  padding: 24px;
  flex: 1 1 0;
}@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) {.about-text .about-content>div {
    width: 50%;
  }
}@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px), (min-width: 1225px) {.about-text .about-content {
    margin: 0 auto;
    align-items: top;
    justify-content: space-evenly;
    display: flex;
  }
}.about-text .about-content div.logo{
  background-color: #fff;
  padding: 8px;
  display: flex;
  width: 120px;
}.about-text .about-content div.logo img, .about-text .about-content div.logo svg{
  width: 120px;
}.about-text .about-content {
  font-size: calc(12px + 1vw);
  line-height: 1.5;
  margin: 0 0 1rem;
  color: #3455F5;
}.about-text .about-content p{
  background: #fff;
  padding: 8px;
}header .container{
  display: flex;
  margin: 3rem auto;
  padding: 0 3rem;
  flex-wrap: wrap;
}header .logos{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex: 1 1 auto;
  margin: 0 0 3rem 0;
}@media (min-width: 768px) and (max-width: 1024px),
    (min-width: 1025px) {header .logos{
    margin: 0;
    width: 50%;
  }
}header .logos .x{
  font-size: 40px;
  margin: 0 1rem;
  font-weight: 700;
  font-family: 'Old Standard TT';
}header .logos img, header .logos svg{
  max-width: 200px;/* min-height: 100px; */
  height: auto;
  display: block;
  width: 40%;
}header {
  position: relative;
}header h1, header h3{
  display: inline;
}header h1{
  letter-spacing: 1px;
  font-weight: 900;
  color: #F6553B;
  color: var(--color-primary);
  font-size: calc(60px + 2vw);
  line-height: 1.2;
  margin-right: 1rem;
}header small.tagline{
  font-size: calc(12px + 0.5vw);
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 5px;
  white-space: nowrap;
}header h2 b{
  color: #F6553B;
  color: var(--color-primary);
  white-space: nowrap;
}#sections {
  display: flex;
  justify-content: flex-start;
  flex-flow: column nowrap
}#sections #exhibitors h2{
  margin-top: 40px;
}#sections #exhibitors p{
  color: #3455F5;
  color: var(--color-blue);
  font-size: 22px;
  text-align: center;
}#sections section{
  margin: 3rem 0 0;
}@media (min-width: 768px) and (max-width: 1024px),
    (min-width: 1025px) {#sections section{
    padding: 0;
  }
}#sections section#schedule {
  margin: 0;
}#sections section#action {
  margin: 0 auto 3rem auto;
  width: 100%;
  text-align: center;
  display: flex;
}#sections section#action p{
  margin: 0 auto 1rem auto;
  display: flex;
}#sections section#about .logos img{
  margin: 0 auto;
  display: block;
}#sections section#dates h4{
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}#sections section .header-container{
  background-color: #000;
}#sections section .header-container h2{
  font-size: calc(12px + 1vw);
  font-family: 'Old Standard TT', serif;
  font-style: italic;
  color: #fff;
  font-weight: 100;
  letter-spacing: 0.07vw;
  text-transform: uppercase;
  padding: 10px 0 4px 0;
  margin: 0;
}img {
  max-width: 100%;
}footer {
  background-color: #EACEAC;
  text-align: left;
  margin-top: 3rem;
  
  background-size: cover;
  background-position: center center

}footer p{
  text-align: center;
  background-color: #fff;
  padding: 4px 8px;
  display: inline-block;
  align-self: center;
}footer li{
  line-height: 1;
}footer a{
  background: #FFE7EA;
}footer span{
  background: #fff;
}footer a, footer span{
  padding: 4px 8px;
  text-decoration: none;
}footer a:hover{
  background: #000;
  color: #fff;
}footer div.container{
  display: flex;
  flex-wrap: wrap;
}footer div.container div{
  flex: 1 1 auto;
  width: 100%;
}@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) {footer div.container div{
    max-width: 33%;
  }
}footer div.container h4{
  font-weight: 900;
  background: #CAF5C7;
  display: inline-block;
  padding: 2px 8px;
  font-family: 'IBM Plex Mono', Courier, 'Courier New', monospace;
}.schedule {
  /* margin: 2rem auto; */
  flex: 1 1 auto;
  justify-items: center;
  align-items: center;
}@media (min-width: 768px) and (max-width: 1024px),
  (min-width: 1025px) {.schedule {
    width: 50%;
  }
}@media (min-width: 768px) and (max-width: 1024px),
  (min-width: 1025px) {.schedule {/* margin: 4rem auto; */
    display: flex;
  }.schedule .date{
    flex: 1;
    text-align: center;
  }
}.week,
.dates {
  display: flex;
}.day,
.date {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  text-align: center;

}header h1{
  font-size: calc(32px + 2vw);
}@media (min-width: 768px) and (max-width: 1024px) {
  header h1{
    font-size: calc(60px + 2vw);
  }
}.Grid-cell.month {
  margin: 0
}@media (min-width: @break-sm) {
  .Grid-cell.month {
    margin: 0;
  }
  .Grid-cell.month:first-child {
    margin-left: 0;
  }
  .Grid-cell.month:last-child {
    margin-right: 0;
  }
}@media (min-width: 768px) and (max-width: 1024px) {
  .Grid-cell.month {
    margin: 0 1rem
  }
}@media (min-width: 768px) and (max-width: 1024px),
  (min-width: 1025px) {h3 {
    font-size: 48px;
  }
}h3 span.day, h3 span.date, h3 span.year{
  display: block;
  margin: 0;
}h3 span.date{
  margin: 0;
  padding: 0;
  font-size: calc(60px + 0.05vw);
}h3 span.day, h3 span.year{
  font-size: calc(16px + 0.05vw);
  display: none;
  font-weight: normal;
  letter-spacing: 1px;
}h3 {
  font-style: normal;
  font-weight: 900;
  letter-spacing: -1px;
  color: #3455F5;
  color: var(--color-blue);
  font-size: 32px;
}@media (min-width: 280px) and (max-width: 374px),
  (min-width: 375px) and (max-width: 767px) {.saturday {
    margin-top: 3rem;
  }
}.venue span {
  white-space: nowrap;
}p.time {
  font-size: 32px;

  /* color: var(--color-light-green); */
}@media (min-width: 768px) and (max-width: 1024px),
  (min-width: 1025px) {p.time {
    font-size: 48px;
  }
}p.time {
  font-weight: 900;
}.soon {
  font-size: 80%;
  color: #444;
  background: linear-gradient(to left, #fff 0%, #EBFEBF 100%);
  font-weight: normal;
}.info strong {
  font-family: 'IBM Plex Mono'
}#thank-you .thanks-text{
  padding: 3rem;
}#thank-you .thanks-text p{
  text-align: center;
  font-size: calc(32px + 0.7vw);
}#thank-you h3{
  display: block;
  font-size: calc(42px + 0.7vw);
}.button {
  font-family: 'IBM Plex Mono';
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #3455F5;
  background: var(--color-blue);
}.button-wrap {
  text-align: center;
  margin: 1rem auto;
  display: block;

}.fancy {
  padding: 1rem 2rem;
  border-radius: 40rem;
  background: #FE6849;
  text-decoration: none;
  color: #fff;
  margin: 0 auto;
  font-family: "IBM Plex Mono";
  display: inline-block;
}.tagline {
  color: #00D1B1;
  color: var(--color-teal);
}@media (min-width: 768px) and (max-width: 1024px),
  (min-width: 1025px) {.tagline {
    font-size: 42px;
  }
}.tagline {
  text-align: center;
  width: 60vw;
  margin: 0 auto 2rem auto;
  line-height: normal;
}button.slide {
  z-index: 1;
  position: relative;
  font-size: inherit;
  font-family: inherit;
  color: white;
  padding: 0.5em 1em;
  outline: none;
  border: none;
  background-color: #3455F5;
  background-color: var(--color-blue);
}button.slide::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FF93B4;
  background-color: var(--color-flamingo);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}button.slide:hover {
  cursor: pointer;
}button.slide:hover::before {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}.fb {
  text-align: center;
  padding: 10px 20px;
  display: block;
}#about b {
  text-decoration: none;
  color: currentColor;
  background-image: linear-gradient(0deg, #FFD5E2 40%, rgba(0, 0, 0, 0) 40%);
  box-sizing: border-box;
  display: inline;
  overflow-wrap: break-word;
  
}