@font-face {
  font-family: "Authentic-60";
  src: url("../fonts/AUTHENTICSans-60.woff") format("woff2"), url("../fonts/AUTHENTICSans-60.woff") format("woff");
}
@font-face {
  font-family: "Authentic-90";
  src: url("../fonts/AUTHENTICSans-90.woff2") format("woff2"), url("../fonts/AUTHENTICSans-90.woff") format("woff");
}
@font-face {
  font-family: "Authentic-130";
  src: url("../fonts/AUTHENTICSans-130.woff2") format("woff2"), url("../fonts/AUTHENTICSans-130.woff") format("woff");
}
@font-face {
  font-family: "Authentic-150";
  src: url("../fonts/AUTHENTICSans-150.woff2") format("woff2"), url("../fonts/AUTHENTICSans-150.woff") format("woff");
}
@font-face {
  font-family: "AuthenticSans-Condensed-60";
  src: url("../fonts/AUTHENTICSans-Condensed-60.woff2") format("woff2"), url("../fonts/AUTHENTICSans-Condensed-60.woff") format("woff");
}
@font-face {
  font-family: "AuthenticSans-Condensed-90";
  src: url("../fonts/AUTHENTICSans-Condensed-90.woff2") format("woff2"), url("../fonts/AUTHENTICSans-Condensed-90.woff") format("woff");
}
@font-face {
  font-family: "AuthenticSans-Condensed-130";
  src: url("../fonts/AUTHENTICSans-Condensed-130.woff2") format("woff2"), url("../fonts/AUTHENTICSans-Condensed-130.woff") format("woff");
}
@font-face {
  font-family: "AuthenticSans-Condensed-150";
  src: url("../fonts/AUTHENTICSans-Condensed-150.woff2") format("woff2"), url("../fonts/AUTHENTICSans-Condensed-150.woff") format("woff");
}
/* FONT FAMILY */
:root {
  --fs-600: 2.3rem;
  --fs-400: 1.25rem;
  --fs-200: 1rem;
}

@media (min-width: 320px) {
  /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
}
@media (min-width: 480px) {
  /* smartphones, Android phones, landscape iPhone */
}
@media (min-width: 600px) {
  /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
}
@media (min-width: 801px) {
  /* tablet, landscape iPad, lo-res laptops ands desktops */
  :root {
    --fs-600: 2.12rem;
    --fs-400: 1.3rem;
    --fs-200: 1.03rem;
  }
  /* FOOTER */
  .foot ul, .foot-show ul {
    font-size: var(--fs-200);
  }
}
@media (min-width: 1025px) {
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 1281px) {
  /* hi-res laptops and desktops */
}
/* GENERAL COLORS */
/*  COLORS PER ARTIST */
/* 
1. GENERAL
2. HEADER
3. MAIN
4. FOOTER
*/
/* GENERAL */
html {
  width: 100% !important;
  height: 100%;
  margin: 0;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-radius: 0;
}

body {
  width: 100vw;
  font-family: "AuthenticSans-Condensed-90", Helvetica, sans-serif;
  font-size: var(--fs-400);
  color: rgb(26, 26, 26);
  word-break: break-word;
}

a {
  text-decoration: none !important;
  color: inherit;
}
a:hover {
  text-stroke: 1.5px blue;
  color: rgb(39, 39, 39);
  cursor: pointer;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* IMAGES */
img {
  margin: 0;
  padding: 0;
  display: block;
}

h2 {
  font-family: "AuthenticSans-Condensed-130", Helvetica, sans-serif;
  font-size: var(--fs-400);
  margin: 5px 0 0px 0px;
}

.banner-container {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 10vh;
}

.banners {
  display: block;
  height: 100%;
  position: relative;
  left: -100px;
}

.banners:hover {
  border-left: 5px solid white;
  transition: 0.1s ease-in-out;
}

.lines {
  width: 100%;
  margin: 0;
  padding: 0;
}

.lines2 {
  width: 100%;
  margin: 15px 0 5px 0;
  padding: 0;
}

.line-mob {
  width: 100%;
  margin: 15px 0 5px 0;
  padding: 0;
}

.markdown p {
  margin-bottom: 15px;
}
.markdown strong {
  font-family: "AuthenticSans-Condensed-130", Helvetica, sans-serif;
}
.markdown h6 {
  font-weight: normal;
  font-size: var(--fs-200);
  margin-bottom: 10px;
}
.markdown ul {
  list-style: circle;
  padding: 0 0 0 17px;
  margin: 0;
}
.markdown ol {
  padding: 0 0 0 17px;
}
.markdown li {
  background: none !important;
}
.markdown blockquote {
  margin-left: 15px;
}
.markdown a {
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
}
.markdown a:hover {
  text-decoration-color: black !important;
  text-decoration-thickness: 1px !important;
}

.topbar {
  justify-content: space-between;
  width: 100vw;
  background-color: white;
  position: relative;
  z-index: 50;
}
.topbar ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style: none;
  width: 98.5vw;
  padding: 0;
  margin: 0 5px 0 5px;
}
.topbar ul li {
  margin: 5px 0 0px 0;
  font-family: "Authentic-150";
  font-size: var(--fs-600);
  text-transform: uppercase;
  color: white;
  -webkit-text-stroke: 1.5px black;
  text-stroke: 1.5px black;
}
.topbar ul li:last-child {
  margin-right: 5px;
}
.topbar ul li:nth-child(4) {
  color: black;
}

.foot {
  position: relative;
  bottom: 0;
  width: 100%;
  height: max-content;
  margin: 0;
  padding: 0;
  font-size: var(--fs-200);
}
.foot .lines {
  margin: 0;
}
.foot .wrapper {
  background-color: white;
}
.foot .wrapper ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding: 5px 0;
  list-style: none;
  width: 100vw;
}
.foot .wrapper ul:nth-child(1) {
  margin: 3px 5px 0px 5px;
  text-align: left;
  flex: 1;
  flex-grow: 1;
}
.foot .wrapper ul:nth-child(2) {
  margin: 3px 5px 0px 5px;
  text-align: center;
  flex: 1;
  flex-grow: 1;
}
.foot .wrapper ul:nth-child(3) {
  margin: 3px 5px 0px 5px;
  text-align: right;
  flex: 1;
  flex-grow: 1;
}

/* MAIN */
.main {
  padding-bottom: 0;
}

/* FOLDS */
.folds {
  margin-bottom: 0;
}
.folds .folds-item {
  color: #000;
  /* ALREADY OPEN FOLDS */
}
.folds .folds-item:first-child {
  border-top: none;
}
.folds .folds-item:first-child .folds-item-body {
  max-height: initial;
}
.folds .folds-item .folds-header {
  margin: 0 0 0 3px;
  padding-top: 8px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-family: "AuthenticSans-Condensed-150", Helvetica, sans-serif;
  font-size: var(--fs-600);
  line-height: 30px;
  text-transform: uppercase;
}
.folds .folds-item .folds-header::after {
  position: absolute;
  right: 1rem;
}
.folds .folds-item .folds-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.folds .folds-item .folds-body-content ul > li {
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 95%, rgb(222, 222, 222) 100%);
}

/* CURRENTLY ON SHOW */
.current .current-banner {
  background-color: rgb(248, 221, 100);
  color: rgb(26, 26, 26);
  font-family: "AuthenticSans-Condensed-150", Helvetica, sans-serif;
  font-size: var(--fs-600);
  padding: 5px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
}
.current .current-banner p {
  margin: 0;
  line-height: 36px;
  letter-spacing: 0.7px;
}
.current .current-banner .title {
  color: white;
  -webkit-text-stroke: 1.5px black;
  text-stroke: 1.5px black;
  letter-spacing: 1.5px;
}
.current .current-wrap {
  display: flex;
  flex-direction: column;
  margin: 5px 0 15px;
  margin-left: 5%;
}
.current .current-wrap h3 {
  font-family: "AuthenticSans-Condensed-150", Helvetica, sans-serif;
  text-transform: uppercase;
}
.current .current-wrap .event {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: rgb(255, 255, 255);
  padding: 2px 3px;
  margin-bottom: 2px;
  font-family: "AuthenticSans-Condensed-90", Helvetica, sans-serif;
}
.current .current-wrap .event:hover {
  background-color: rgb(255, 255, 0);
}

/* ABOUT */
.about .folds-body-content .lines, .about .folds-body-content .lines2 {
  margin: 0;
}
.about .folds-body-content .about-wraps {
  display: flex;
  flex-direction: column-reverse;
  margin: 5px;
}
.about .folds-body-content .about-wraps h2 {
  font-family: "AuthenticSans-Condensed-130", Helvetica, sans-serif;
  font-size: var(--fs-400);
  text-transform: uppercase;
  margin: 5px 0 0px 0px;
}
.about .folds-body-content .about-wraps .about-l {
  flex: 2;
  margin-bottom: 0;
  margin-right: 15px;
  margin-left: 3px;
}
.about .folds-body-content .about-wraps .about-r {
  flex: 1;
  margin-left: 0px;
}
.about .folds-body-content .about-wraps .about-blocks {
  margin-bottom: 15px;
}
.about .folds-body-content .about-wraps .facade {
  max-width: 100%;
}
.about .folds-body-content .about-wraps .sponsors {
  margin-top: 0px;
  max-height: 50px;
}
.about .folds-body-content .about-wraps .map {
  max-width: 600px;
  width: 100%;
}
.about .folds-body-content .ohs {
  flex-direction: column;
}

/* MAILINGLIST */
.mailing {
  padding: 5px;
}
.mailing p {
  padding: 5px 0;
}
.mailing .foot {
  position: relative;
  display: inline;
}
.mailing div.mc-field-group input {
  border: 1px solid lightgray;
  padding: 5px;
  margin-bottom: 5px;
  font-family: "AuthenticSans-Condensed-90";
  font-size: var(--fs-400);
}
.mailing #mc_embed_signup .button {
  background-color: violet;
  color: blue;
  padding: 7px 5px 3px 5px;
  font-family: "AuthenticSans-Condensed-130";
  font-size: var(--fs-400);
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 0;
}
.mailing #mc_embed_signup_scroll {
  display: flex;
  flex-direction: row;
}
.mailing #mc-field-group {
  flex: 4;
}
.mailing .optionalParent {
  flex: 1;
}

/* SHOWS ARCHIVE BANNERS */
.show-archive .header {
  margin: 0 0 0 3px;
  padding-top: 8px;
  display: flex;
  align-items: center;
  position: relative;
  font-family: "AuthenticSans-Condensed-150", Helvetica, sans-serif;
  font-size: var(--fs-600);
  line-height: 30px;
  text-transform: uppercase;
}
.show-archive .header::after {
  position: absolute;
  right: 1rem;
}
.windows-wrap {
  display: none;
  flex-direction: row;
  width: 100vw;
  justify-content: space-between;
  position: fixed;
  z-index: 100;
  mix-blend-mode: exclusion !important;
  z-index: 10;
}

.windows {
  margin: 0 5%;
  width: 18%;
  height: 100vh;
}

.error {
  text-align: center;
  margin-top: 20%;
}
.error h1 {
  margin-bottom: 20px;
}
.error .button {
  background-color: violet;
  color: blue;
  padding: 7px 5px 3px 5px;
  font-family: "AuthenticSans-Condensed-130";
  font-size: var(--fs-400);
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 0;
}

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