
@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.9;
  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: #4d4d4d;
  margin: 3rem 0;
  padding: 0.75rem 3rem;
  cursor: pointer;
  transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
  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: #333;
    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 {
    transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
    transition: transform 1.12s ease, opacity 0.28s ease 0.364s;
    transition: transform 1.12s ease, opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0; }.button:focus {
    outline: none; }/* @import "schedule"; */:root {
  --space: 1.5em;
  --space-lg: 2em;
  --bg-color: #fff;
  --color-primary: #000;
  --color-secondary: #FFF5CC;
  --color-bg: #000;
  --color-bg: var(--color-primary);
  --color-bg-text: #fff;
  --color-color-text-body: #000;
  --color-color-text-body: var(--color-primary);
  --color-color-text-links: #000;
  --color-color-text-links: var(--color-primary);
  --color-starship: #000;

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


}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
}p.lead {
  line-height: 1.8;
  font-size: calc(12px + 0.7vw);

}body {
  font-family: 'Old Standard TT', serif;

  font-size: calc(12px + 0.5vw);

  font-style: normal;
  line-height: 1.52;
  color: #000;
  color: var(--color-primary);
  background-color: #fff;
  text-rendering: optimizeLegibility;
  margin: 0 0 4vh 0;
}@media only screen and (min-width: 37.5em) {body {
}
}.hidden {
  display: none;
}.bg {


  background: linear-gradient(180deg, #FAF4ED 0, #ccc 0%, #fff 25%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -100;
}a {
  color: inherit;
}#intro, header {
  p:first-of-type {

    font-size: calc(12px + 0.7vw);


  }
}#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: 10px;
}@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) {.lineup {
    padding: 3rem;
  }
}.lineup.games {
  background: rgb(255, 212, 225);
  background: rgb(255, 212, 225);
}.lineup.food {
  background: rgb(255, 232, 234);
  background: rgb(255, 232, 234);
}.lineup.comics {
  background: rgb(204, 246, 239);
  background: rgb(204, 246, 239);
}.lineup.art {
  background: #000;
}.lineup.yami-ichi {
  background: #fff;
}.lineup li{
  margin: 0 0 10px 0;
  padding: 0;
}@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;
    font-size: calc(11px + 0.5vw)

  }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;
    font-size: calc(11px + 0.5vw)

  }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;
    font-size: calc(11px + 0.5vw)

  }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;
    font-size: calc(11px + 0.5vw)

  }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;
    font-size: calc(11px + 0.5vw)

  }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.past li{
  float: left;
  padding-right: 1rem;
}ul li{
  flex: 1 0 0;
  padding: 0;
  margin: 0 0 1rem 2.6rem;
}ul li.spring:before {
  content: '\002601';
}ul li.summer:before {
  content: '\2600';
  color: #FFD640;
}ul li.winter:before {
  content: '\002744';
  color: #0E48FB;
}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;

}.signup {
  width: 100%;
  background: #5949C6;
  color: #fff;
  padding: 10px 0;
  margin: 0 0 3vh
}.signup p{
  text-align: center;
  font-family: "IBM Plex Mono";
  margin: 0;
}header h4{
  text-align: center;
}header .intro-text > div{
  padding: 10px;
  flex: 1 1 0;
  text-align: center;
}@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px), (min-width: 1225px) {header .intro-text{
    align-items: top;
    justify-content: space-evenly;
    display: flex;
  }
}header .logos{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 3rem;
  flex-direction: column;
}header .logos .x{
  font-size: 40px;
  font-weight: 700;
  font-family: 'Old Standard TT';
}header .logos img{
  max-width: 200px;
  margin: 1rem;
}header {
  position: relative;
}header h1, header h3{
  display: inline;
}header h1{
  letter-spacing: 1px;
  font-weight: 900;
  color: #000;
  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: #000;
  color: var(--color-primary);
  white-space: nowrap;
}#sections {
  display: flex;
  justify-content: flex-start;
  flex-flow: column nowrap
}#sections section{
  margin: 3rem 0 0;
  padding: 3rem 0;
}#sections section#schedule {
  margin: 0;
}#sections section#action {
  margin: 0 auto 0 auto;
  background: #eee;
  width: 100%;
  text-align: center;
}#sections section#action p{
  margin: 0;
}#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%;
}.content {
  position: relative;
  display: flex;
  flex-direction: column;

}footer {
  margin: 3rem;

}.schedule {
  margin: 2rem auto;
}@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) {.schedule {
    margin: 4rem auto;
    display: flex;
  }.schedule .date{
    flex: 1;
    padding: 10px;
    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}
}.dates .day {

  color: lighten(#000,20%);

  color: lighten(var(--color-primary),20%);
  font-size: 14px;
  padding-bottom: 8px
}.dates .day b{
  color: #000;
  color: var(--color-primary);
  font-weight: normal;
}@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) {h3.day {
    font-size: 48px;
  }
}h3.day {
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #FD1A2E;
  font-size: 32px;
}@media  (min-width: 280px) and (max-width: 374px),  (min-width: 375px) and (max-width: 767px) {.saturday {
    margin-top: 3rem;
  }
}p.time {
  font-size: 32px;
  color: #FF93B4;
}@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 h3{
  display: block;
  font-size: calc(42px + 0.7vw);
}.button {
  font-family: 'IBM Plex Mono';
  letter-spacing: 1px;
  text-transform: uppercase;
  background:  linear-gradient(to right, #000 0%, #444 100%);
}.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;
}