html,
body {
  padding: 0;
  margin: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: "JJ2", sans-serif;
  color: #004027;
  background-color: #02362e;
}
body * {
  line-height: 140%;
  font-family: "JJ2";
  font-weight: 400;
}

@media only screen and (min-width: 1024px) {
  body,
html {
    font-size: 16px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  body,
html {
    font-size: 15px;
  }
}
@media only screen and (max-width: 640px) {
  body,
html {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  body,
html {
    font-size: 14px;
  }
}
/*** Standards **/
.center-align {
  text-align: center;
}

.left-align {
  text-align: left !important;
}

.btn-wrapper {
  text-align: center;
}

.fw {
  display: block;
  width: 100%;
}

.hidden {
  display: none;
}

div.pagesection {
  width: 95%;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 2.5%;
  padding-right: 2.5%;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

div.content {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
}

div.pagesection h1 {
  font-size: 4rem;
  color: #ffffff;
  line-height: 130%;
  font-weight: 600;
}

div.pagesection h1.section-header {
  width: 80%;
  line-height: 110%;
  margin-top: 0.25rem;
}

div.text-container {
  width: 80%;
  max-width: 800px;
  margin: 55px auto 0px auto;
  text-align: center;
  font-size: 1.25rem;
  line-height: 135%;
}

div.text-container.xl {
  width: 100%;
  max-width: unset;
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  div.pagesection {
    width: 92%;
    padding: 6% 4%;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
  }
  div.text-container {
    width: 100%;
    margin: 40px auto 0px auto;
  }
}
@media only screen and (max-width: 640px) {
  div.pagesection {
    width: 90%;
    width: 88%;
    padding: 12% 6%;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
  }
  div.pagesection h1 {
    font-size: 3rem;
  }
  div.pagesection h1.section-header {
    width: 100%;
    max-width: unset;
    line-height: 110%;
    margin-top: 0.25rem;
  }
  div.text-container {
    width: 100%;
    max-width: unset;
    font-size: 1.125rem;
    line-height: 135%;
  }
}
/** Buttons **/
.cta-btn {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: background-color 0.4s, color 0.3s, border-color 0.5s;
}
.cta-btn#show-more-gigs-btn {
  margin-top: 4rem;
}
.cta-btn.xl {
  padding: 1.125rem 1.25rem;
  font-size: 1.25rem;
}
.cta-btn.light {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.cta-btn.light:hover {
  color: #154734;
  background-color: #ffffff;
  border-color: #ffffff;
}
.cta-btn.beige {
  color: #f1e4b4;
}
.cta-btn.beige:hover {
  color: #f1e4b4;
}
.cta-btn.green {
  color: #03372f;
}
.cta-btn.green:hover {
  color: #03372f;
}
.cta-btn.mobile {
  display: none;
}

.show-gig-btn {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  gap: 1rem;
}
.show-gig-btn img {
  height: 1.5rem;
}
.show-gig-btn.beige {
  color: #f1e4b4;
}
.show-gig-btn.beige:hover {
  color: #f1e4b4;
}
.show-gig-btn.green {
  color: #03372f;
}
.show-gig-btn.green:hover {
  color: #03372f;
}
.show-gig-btn.mobile {
  display: none;
}

@media only screen and (max-width: 640px) {
  .cta-btn {
    margin-top: 1.5rem;
    padding: 0.75rem 0.75rem;
    font-size: 1rem;
  }
  .cta-btn.xl {
    padding: 1.25rem 1.5rem;
    font-size: 1.25rem;
  }
}
/*** Cols ***/
.col-wrapper {
  display: flex;
  gap: 2rem;
}
.col-wrapper .col-2 {
  flex-basis: 50%;
}
.col-wrapper .col-2 .text-container {
  width: 100%;
  max-width: unset;
  margin-top: 0;
}
.col-wrapper .col-2 .text-container.xl {
  font-size: 1.25rem;
}
.col-wrapper .col-2 .text-container p {
  margin-top: 1.25rem;
}
.col-wrapper .col-2 .text-container p:first-of-type {
  margin-top: 0rem;
}

@media only screen and (max-width: 1024px) {
  /*** Cols ***/
  .col-wrapper {
    flex-direction: column;
    gap: 2rem;
  }
  .col-wrapper .col-2 {
    flex-basis: 100%;
  }
  .col-wrapper .col-2 .text-container {
    width: 100%;
    max-width: unset;
  }
  .col-wrapper .col-2 .text-container.xl {
    font-size: 1.25rem;
  }
  .col-wrapper .col-2 .text-container p {
    margin-top: 1.25rem;
  }
  .col-wrapper .col-2 .text-container p:first-of-type {
    margin-top: 0rem;
  }
}
/** Navbars **/
/*** TOP BAR ***/
div#topbar {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0px;
  z-index: 50;
  background-color: rgba(2, 54, 46, 0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  /*opacity: 0;*/
  /*
  	-webkit-box-shadow: rgba(100, 100, 100, 0.5) 0px 0px 10px 0px;
  	-moz-box-shadow: rgba(100, 100, 100, 0.5) 0px 0px 10px 0px;
  	box-shadow: rgba(100, 100, 100, 0.5) 0px 0px 10px 0px;
  	*/
}

div#header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 94%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 25px 3%;
}

/** Burger ***/
.button_container {
  display: none;
  position: fixed;
  top: 0px;
  right: calc(4% - 15px);
  padding: 16px;
  height: 30px;
  width: 30px;
  cursor: pointer;
  z-index: 150;
  -webkit-tap-highlight-color: transparent;
}

.burger {
  height: 3em;
  width: 3em;
  position: relative;
  font-size: 10px;
  cursor: pointer;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-tap-highlight-color: transparent;
}

.burger .burger-lines:after {
  left: 0;
  top: -1em;
}

.burger .burger-lines:before {
  left: 1em;
  top: 1em;
}

.burger:after {
  content: "";
  display: block;
  position: absolute;
  height: 150%;
  width: 150%;
  top: -25%;
  left: -25%;
}

.burger .burger-lines {
  top: 50%;
  margin-top: -0.125em;
}

.burger .burger-lines,
.burger .burger-lines:after,
.burger .burger-lines:before {
  pointer-events: none;
  display: block;
  content: "";
  width: 100%;
  border-radius: 0.25em;
  background-color: #f1e4b4;
  height: 0.25em;
  position: absolute;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.burger .burger-lines:after {
  left: 0;
  top: -1em;
}

.burger .burger-lines:before {
  left: 1em;
  top: 1em;
}

.burger.burger-squeeze .burger-lines,
.burger.burger-squeeze .burger-lines:after,
.burger.burger-squeeze .burger-lines:before {
  -webkit-transition: 0.2s top 0.2s, 0.1s left, 0.2s transform, 0.4s background-color 0.2s;
  -o-transition: 0.2s top 0.2s, 0.1s left, 0.2s transform, 0.4s background-color 0.2s;
  transition: 0.2s top 0.2s, 0.1s left, 0.2s transform, 0.4s background-color 0.2s;
}

.burger.burger-squeeze .burger-lines:after,
.burger.burger-squeeze .burger-lines:before {
  width: 2em;
}

.open .burger.burger-squeeze .burger-lines,
.open .burger.burger-squeeze .burger-lines:after,
.open .burger.burger-squeeze .burger-lines:before {
  -webkit-transition: 0.2s background-color, 0.2s top, 0.2s left, 0.2s transform 0.15s;
  -o-transition: 0.2s background-color, 0.2s top, 0.2s left, 0.2s transform 0.15s;
  transition: 0.2s background-color, 0.2s top, 0.2s left, 0.2s transform 0.15s;
}

.open .burger.burger-squeeze .burger-lines {
  background-color: transparent;
}

.open .burger.burger-squeeze .burger-lines:before,
.open .burger.burger-squeeze .burger-lines:after {
  left: 0.5em;
  top: 0px;
  background-color: #f1e4b4;
}

.open .burger.burger-squeeze .burger-lines:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.open .burger.burger-squeeze .burger-lines:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.overlay {
  position: fixed;
  background: #ffffff;
  background-image: url("https://s3.amazonaws.com/eventtia/event_files/169108/original/bgtexturegreenvertical16965432771696543277.jpg?1696543277");
  background-size: cover;
  background-position: top center;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  display: none;
  /*
  -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  */
  overflow: hidden;
}

.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  z-index: 100;
}

.overlay.open a {
  /*-webkit-animation: fadeIn 0.5s ease forwards;
  animation: fadeIn 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
  */
}

.overlay.open a:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.overlay.open a:nth-of-type(3) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.overlay.open a:nth-of-type(4) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.overlay.open a:nth-of-type(5) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}

.overlay.open a:nth-of-type(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.overlay.open a:nth-of-type(7) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}

.overlay nav {
  height: 100%;
  /*
  height: -moz-available;
  height: -webkit-fill-available;
  height: fill-available;
  */
  display: flex;
  flex-direction: column;
  padding: 0 1.5rem 1.5rem;
  box-sizing: border-box;
  justify-content: flex-end;
}

.overlay nav a {
  display: block;
  position: relative;
  color: #f1e4b4;
  opacity: 0;
  opacity: 1;
  font-size: 3rem;
  margin-top: 0px;
  line-height: 127%;
  text-decoration: none;
  font-weight: 600;
  /*overflow: hidden;*/
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
div#logo-container {
  flex-basis: 80px;
  position: relative;
}
div#logo-container .logo-top img {
  width: 100%;
  display: block;
}

ul#menu {
  flex-grow: 0;
  flex-shrink: 0;
}

ul#menu li {
  display: inline;
  list-style-type: none;
  margin-right: 8px;
  color: #fff;
}

ul#menu li:last-of-type {
  margin-right: 0px;
}

ul#menu li a {
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  padding: 8px 8px 2px;
  display: inline-block;
}

@media only screen and (max-width: 1024px) {
  div#topbar {
    background-color: rgba(2, 54, 46, 0.9) !important;
    top: 0px !important;
  }
  div#header {
    height: 40px !important;
    padding: 10px 3% !important;
  }
  .button_container {
    display: block;
  }
  div#overlay {
    display: block;
  }
  div#logo-container {
    width: 60px;
    /*height: 34px;*/
    position: absolute;
    left: 4%;
    top: 15px;
  }
  ul#menu {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  div#logo-container {
    left: 6%;
  }
  .button_container {
    display: block;
    right: calc(6% - 15px);
  }
}
/** Hero **/
#hero {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  /* min-height: -webkit-fill-available; */
  min-height: 100dvh;
  padding: 0 5% 5%;
  box-sizing: border-box;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  background-image: url("https://s3.amazonaws.com/eventtia/event_files/169109/original/bgtexturegreen16965432941696543294.jpg?1696543294");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

#hero-signifier {
  position: absolute;
  top: -5%;
  left: -5%;
  bottom: 0;
  aspect-ratio: 9/10;
  opacity: 0.6;
  z-index: 1;
}

#hero-content {
  position: relative;
  text-align: center;
  color: #ffffff;
  z-index: 5;
}

#hero-header {
  display: grid;
  grid-template-columns: 440fr 500fr;
  align-items: center;
  width: 90%;
  max-width: 1050px;
  margin: 3rem auto 0;
  gap: 1.5rem;
}

.regular-header,
.outline-header {
  color: #f1e4b2;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}

.outline-header {
  color: transparent;
  -webkit-text-stroke: 2px #f1e4b2;
}

#hero-text .outline-header {
  font-size: 5.625rem;
}
#hero-text .regular-header {
  font-size: 4rem;
}
#hero-text .body-text {
  font-size: 1rem;
  text-align: left;
}

#hero-venues-section {
  margin-top: 5rem;
}
#hero-venues-section .outline-header {
  margin-top: 0;
  font-size: 3.5rem;
}
#hero-venues-section .hero-venues {
  margin-top: 1.25rem;
}
#hero-venues-section .hero-venues .hero-venue {
  margin-top: 0.25rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 140%;
}
#hero-venues-section .hero-venues .hero-venue.gbg-venue {
  margin-top: 0;
}
#hero-venues-section .hero-venues .hero-venue span {
  color: #f1e4b2;
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 140%;
}
#hero-venues-section .hero-venues .hero-venue span.left {
  margin-right: 1.25rem;
}
#hero-venues-section .hero-venues .hero-venue span.right {
  margin-left: 1.25rem;
}

/*
#hero-title {
  margin: 4rem auto 0;
  font-size: 2.75rem;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}

#hero-text {
  margin: 1.5rem auto 0;
  max-width: 580px;
  font-size: 1.375rem;
  color: #ffffff;
}
*/
@media only screen and (min-width: 1680px) {
  #hero-signifier {
    left: 50%;
    margin-left: -923px;
    top: -5%;
  }
}
@media only screen and (max-width: 1024px) {
  #hero {
    display: block;
    height: auto;
    padding: 8rem 5% 6rem;
    background-image: url("https://s3.amazonaws.com/eventtia/event_files/169108/original/bgtexturegreenvertical16965432771696543277.jpg?1696543277");
    background-attachment: scroll;
    background-position: center center;
  }
  #hero-signifier {
    width: 120%;
    top: unset;
    left: -10%;
    bottom: 0;
  }
  #hero-header {
    display: block;
    margin-top: 2rem;
  }
  #hero-header #hero-logo {
    width: 70%;
    max-width: 350px;
    margin: 0 auto 3rem;
  }
  #hero-header #hero-text .outline-header {
    font-size: 10vw;
    font-size: clamp(3.5rem, 10vw, 5.5rem);
  }
  #hero-header #hero-text .regular-header {
    font-size: 7vw;
    font-size: clamp(2.5rem, 7vw, 3.875rem);
  }
  #hero-header #hero-text .body-text {
    width: 90%;
    max-width: 500px;
    margin: 1rem auto 0;
    font-size: 1.25rem;
    text-align: center;
  }
  #hero-venues-section {
    margin-top: 4rem;
  }
  #hero-venues-section .outline-header {
    font-size: 2.75rem;
  }
  #hero-venues-section .hero-venues {
    margin-top: 0.5rem;
  }
  #hero-venues-section .hero-venues .hero-venue {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 1.5rem;
    font-size: 1.5rem;
  }
  #hero-venues-section .hero-venues .hero-venue.sthlm-venue {
    flex-direction: column;
  }
  #hero-venues-section .hero-venues .hero-venue span {
    font-size: 2rem;
  }
  #hero-venues-section .hero-venues .hero-venue span.left {
    margin-right: 0;
  }
  #hero-venues-section .hero-venues .hero-venue span.right {
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .outline-header {
    -webkit-text-stroke-width: 1.5px;
  }
  #hero {
    padding-top: 5rem;
    padding-bottom: 8rem;
  }
  #hero-signifier {
    width: 160%;
    left: -30%;
  }
  #hero-header {
    margin-top: 3rem;
  }
  #hero-header #hero-logo {
    width: 80%;
    margin-bottom: 2rem;
  }
  #hero-header #hero-text .regular-header {
    font-size: clamp(2.5rem, 6.5vw, 3.875rem);
  }
}
#upcoming-gigs {
  background-image: url("https://s3.amazonaws.com/eventtia/event_files/118310/original/bgtexturebeige16637683701663768370.jpg?1663768370");
}
#upcoming-gigs .gig {
  overflow: hidden;
}
#upcoming-gigs .gig .gig-bg {
  position: absolute;
  height: 106%;
  top: -3%;
  right: 5%;
  z-index: 1;
  opacity: 0.6;
}
#upcoming-gigs h1.section-header {
  color: #03372f;
}

#previous-gigs {
  background-image: url("https://s3.amazonaws.com/eventtia/event_files/118312/original/bgpreviousgigs16637686491663768649.jpg?1663768649");
  background-image: linear-gradient(180deg, rgba(2, 54, 46, 0), rgb(2, 54, 46)), url("https://s3.amazonaws.com/eventtia/event_files/118313/original/bgpreviousgigsvertical16637687081663768708.jpg?1663768708");
}

#previous-gigs-container > div:nth-of-type(n + 5) {
  display: none;
}

.gig {
  display: flex;
  padding: 2.5rem;
  margin-top: 3rem;
  position: relative;
  /*
  background-image: url("https://s3.amazonaws.com/eventtia/event_files/118310/original/bgtexturebeige16637683701663768370.jpg?1663768370");
  background-size: cover;
  background-attachment: fixed;
  */
  background-color: #03372f;
  color: #ffffff;
}
.gig:before {
  content: "";
  padding-top: 40px;
  margin-top: -40px;
}
.gig .artist-image {
  z-index: 5;
  max-width: 260px;
}
.gig .artist-image .artist-image-wrapper {
  position: relative;
  z-index: 5;
}
.gig .artist-image .artist-image-wrapper:before, .gig .artist-image .artist-image-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background-color: #f1e4b2;
}
.gig .artist-image .artist-image-wrapper:before {
  width: 10px;
  height: 48%;
}
.gig .artist-image .artist-image-wrapper:after {
  height: 10px;
  width: 60%;
}
.gig .event-link {
  margin-top: 1.5rem;
}
.gig .event-link .mobile {
  display: none;
}
.gig .date {
  margin-left: -50px;
  margin-top: 60px;
  display: flex;
  min-width: 100px;
  height: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #f1e4b4;
  background-color: #013623;
}
.gig .date .day {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 90%;
}
.gig .date .month {
  font-size: 1.675rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.gig .text-content {
  margin-left: 2rem;
  flex: 1;
  z-index: 5;
}
.gig .text-content .title,
.gig .text-content span {
  font-size: 3rem;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: 0.034em;
  color: #007a4b;
  text-transform: uppercase;
}
.gig .text-content .title span,
.gig .text-content span span {
  color: transparent;
  -webkit-text-stroke: 2px #f1e4b2;
}
.gig .text-content .start-time {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 0.25rem;
  letter-spacing: 0.03em;
  color: #f1e4b2;
  text-transform: uppercase;
}
.gig .text-content .start-time br.mobile {
  display: none;
}
.gig .text-content .text {
  margin-top: 0.25rem;
  font-size: 1.125rem;
  line-height: 160%;
  color: #f1e4b2;
}
.gig .text-content h3 {
  margin-top: 1.5rem;
  font-family: "JJ2";
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 120%;
  /* identical to box height */
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.gig .text-content iframe {
  margin-top: 1.125rem;
}

#previous-gigs .gig {
  background-image: url("https://s3.amazonaws.com/eventtia/event_files/118310/original/bgtexturebeige16637683701663768370.jpg?1663768370");
}
#previous-gigs .gig .artist-image .artist-image-wrapper:before, #previous-gigs .gig .artist-image .artist-image-wrapper:after {
  background-color: #007a4b;
}
#previous-gigs .gig .date {
  color: #013623;
  background-color: #f1e4b4;
}
#previous-gigs .gig .text-content {
  color: #03372f;
}
#previous-gigs .gig .text-content .title span {
  -webkit-text-stroke-color: #03372f;
}
#previous-gigs .gig .text-content .start-time {
  color: #03372f;
}
#previous-gigs .gig .text-content .text {
  color: #03372f;
}
#previous-gigs .gig .text-content h3 {
  color: #007a4b;
}

.gig.canceled .text-content .text {
  color: rgba(241, 228, 178, 0.5);
}
.gig.canceled .text-content h3 {
  color: rgba(255, 255, 255, 0.5);
}
.gig.canceled .text-content::after {
  content: "Canceled";
  display: inline-block;
  background-color: #691528;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.875rem;
  padding: 0.75rem 1rem;
  margin-top: 1rem;
}

@media only screen and (max-width: 1024px) {
  #upcoming-gigs {
    background-image: url("https://s3.amazonaws.com/eventtia/event_files/118311/original/bgtexturebeigevertical16637684861663768486.jpg?1663768486");
    /*
    h1.section-header {
      padding-top: 3rem;
    }
    */
  }
  #upcoming-gigs .gig {
    /*
    background-size: 120%;
    background-position: center bottom;
    */
  }
  #upcoming-gigs .gig .gig-bg {
    height: unset;
    width: 110%;
    top: 50%;
    bottom: unset;
    left: -3%;
    right: -7%;
    opacity: 0.8;
  }
  #previous-gigs {
    background-image: url("https://s3.amazonaws.com/eventtia/event_files/118313/original/bgpreviousgigsvertical16637687081663768708.jpg?1663768708");
    background-image: linear-gradient(180deg, rgba(2, 54, 46, 0), rgba(2, 54, 46, 0.8)), url("https://s3.amazonaws.com/eventtia/event_files/118313/original/bgpreviousgigsvertical16637687081663768708.jpg?1663768708");
  }
  #previous-gigs .gig {
    background-image: url("https://s3.amazonaws.com/eventtia/event_files/118311/original/bgtexturebeigevertical16637684861663768486.jpg?1663768486");
  }
  .gig {
    padding: 1.5rem;
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0rem;
    background-attachment: scroll;
    background-position: center center;
  }
  .gig .artist-image {
    width: 100%;
    max-width: unset;
  }
  .gig .artist-image .artist-image-wrapper:before {
    width: 15px;
  }
  .gig .artist-image .artist-image-wrapper:after {
    height: 15px;
  }
  .gig .event-link.mobile {
    display: block;
  }
  .gig .event-link.desktop {
    display: none;
  }
  .gig .date {
    margin: -32px auto 0;
    display: inline-block;
    min-width: unset;
    height: unset;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1rem;
  }
  .gig .date .day,
.gig .date .month {
    display: inline;
    font-size: 2.125rem;
    line-height: 1;
    text-transform: uppercase;
  }
  .gig .date .month {
    margin-left: 0.5rem;
  }
  .gig .text-content {
    margin-top: 1rem;
    margin-left: 0rem;
  }
  .gig .text-content .title,
.gig .text-content span {
    font-size: 2.25rem;
    line-height: 120%;
  }
  .gig .text-content .start-time {
    font-size: 1.25rem;
  }
  .gig .text-content iframe {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .gig .artist-image .artist-image-wrapper:before {
    width: 12px;
  }
  .gig .artist-image .artist-image-wrapper:after {
    height: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .gig .text-content .start-time br.mobile {
    display: block;
  }
  .gig .artist-image .artist-image-wrapper:before {
    width: 10px;
  }
  .gig .artist-image .artist-image-wrapper:after {
    height: 10px;
  }
}
#about-us {
  background-image: linear-gradient(180deg, rgba(2, 54, 46, 0), rgba(2, 54, 46, 0.8)), url("https://s3.amazonaws.com/eventtia/event_files/169099/original/bgaboutus16965418471696541847.jpg?1696541847");
  color: #f1e4b2;
  overflow: hidden;
}
#about-us h1.section-header {
  margin-top: 7rem;
  color: #f1e4b2;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}
#about-us .col-2:first-of-type {
  flex-basis: 60%;
  position: relative;
  z-index: 5;
}
#about-us .col-2:last-of-type {
  flex-basis: 40%;
  position: relative;
  z-index: 1;
}

.about-us-collage {
  position: relative;
}
.about-us-collage .big-image {
  width: 95%;
  transform: scale(1.75);
  margin-top: 4.5rem;
}
.about-us-collage .small-image {
  width: 50%;
  position: absolute;
  bottom: -5%;
  right: 0;
}

@media only screen and (max-width: 1024px) {
  #about-us {
    background-image: linear-gradient(180deg, rgba(2, 54, 46, 0), rgba(2, 54, 46, 0.8)), url("https://s3.amazonaws.com/eventtia/event_files/169098/original/bgaboutusvertical16965418341696541834.jpg?1696541834");
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #about-us .col-wrapper {
    flex-direction: column-reverse;
  }
  #about-us .col-wrapper .text-container {
    width: 92%;
    padding-left: 4%;
    padding-right: 4%;
    max-width: 600px;
    margin-left: 0;
  }
  #about-us h1.section-header {
    margin-top: -22%;
  }
  .about-us-collage {
    overflow: hidden;
  }
  .about-us-collage .big-image {
    width: 90%;
    margin-top: -8%;
    margin-left: -21%;
    transform: none;
  }
}
@media only screen and (max-width: 480px) {
  #about-us h1.section-header {
    margin-top: -25%;
  }
  .about-us-collage {
    overflow: hidden;
  }
  .about-us-collage .big-image {
    width: 100%;
    margin-top: 0%;
  }
}
/** Venues **/
#venues {
  background-image: url("https://s3.amazonaws.com/eventtia/event_files/169109/original/bgtexturegreen16965432941696543294.jpg?1696543294");
}
#venues .col-wrapper {
  margin: 0 auto;
  gap: 7rem;
}
#venues .col-2:first-of-type {
  /*
  margin-top: 0.375rem;
  flex-basis: 15%;
  */
}
#venues .venue-content {
  display: flex;
}
#venues .venue-content .venue-logo {
  margin-right: 1.25rem;
}
#venues .venue-content .zamenhof-logo {
  flex-basis: 63px;
}
#venues .venue-content .zamenhof-logo .horizontal {
  display: none;
}
#venues .venue-content .vassa-logo {
  flex-basis: 200px;
}
#venues .venue-content .venue-text {
  flex: 1;
  padding-left: 1.25rem;
  border-left: 4px solid #007a4b;
  color: #ffffff;
}

@media only screen and (max-width: 1024px) {
  #venues {
    background-image: url("https://s3.amazonaws.com/eventtia/event_files/169108/original/bgtexturegreenvertical16965432771696543277.jpg?1696543277");
  }
  #venues .col-wrapper {
    gap: 4rem;
  }
  #venues .venue-content .venue-logo {
    margin-right: 1.5rem;
  }
  #venues .venue-content .zamenhof-logo {
    flex-basis: 60px;
  }
  #venues .venue-content .vassa-logo {
    flex-basis: 160px;
  }
  #venues .venue-content .venue-text {
    padding-left: 1.5rem;
    border-left: 4px solid #007a4b;
  }
}
@media only screen and (max-width: 640px) {
  #venues {
    padding-top: 5rem;
    padding-bottom: 7rem;
    text-align: center;
  }
  #venues .col-wrapper {
    gap: 6rem;
  }
  #venues .venue-content {
    display: block;
  }
  #venues .venue-content .venue-logo {
    margin-right: 0rem;
    margin: 0 auto;
  }
  #venues .venue-content .vassa-logo {
    width: 50%;
    max-width: 220px;
  }
  #venues .venue-content .zamenhof-logo {
    width: 80%;
    max-width: 320px;
  }
  #venues .venue-content .zamenhof-logo .vertical {
    display: none;
  }
  #venues .venue-content .zamenhof-logo .horizontal {
    display: block;
  }
  #venues .venue-content .venue-text {
    text-align: center !important;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    border-left: none;
    margin-top: 2rem;
  }
  #venues .venue-content .cta-btn {
    display: inline-block;
    margin-top: 3rem;
  }
}
/*
#venues {
  background-image: url("https://s3.amazonaws.com/eventtia/event_files/169109/original/bgtexturegreen16965432941696543294.jpg?1696543294");
  .col-wrapper {
    margin: 0 auto;
  }

  .col-2:first-of-type {
    margin-top: 0.375rem;
    flex-basis: 15%;
  }

  .col-2:last-of-type {
    padding-left: 2rem;
    border-left: 2px solid #007a4b;
    color: #ffffff;
    flex-basis: 85%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 1024px) {
  #venues {
    background-image: url("https://s3.amazonaws.com/eventtia/event_files/169108/original/bgtexturegreenvertical16965432771696543277.jpg?1696543277");

    .col-wrapper {
      flex-direction: row;
      max-width: unset;

      .col-2 .text-container {
        margin-top: 0;
      }
      .col-2:first-of-type {
        flex-basis: 20%;
      }

      .col-2:last-of-type {
        flex-basis: 80%;
      }
    }
  }
}

@media only screen and (max-width: 480px) {
  #venues {
    text-align: center;
    .vassa-logo {
      width: 50%;
      max-width: 240px;

      margin: 0 auto;
    }

    .vassa-text p {
      text-align: center;
      width: 90%;
      margin-left: auto;
      margin-right: auto;
    }

    .cta-btn {
      margin-top: 2rem;
    }
    .col-wrapper {
      max-width: 540px;
    }

    .col-2:first-of-type {
      margin-top: 0.375rem;
    }

    .col-2:last-of-type {
      padding-left: 0;
      border-left: none;
      padding-top: 2rem;
      margin-top: 2rem;
      border-top: 2px solid #e10000;
    }
  }
}
*/
/**** AGE GATE ***/
body.jj-age-restriction {
  overflow: hidden;
}

#site-wrapper #age-gate {
  display: none;
}
#site-wrapper.age-restricted #age-gate {
  display: flex;
}

#age-gate {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 500;
  justify-content: center;
  align-items: center;
  background-color: #02362e;
  background-image: url("https://s3.amazonaws.com/eventtia/event_files/169109/original/bgtexturegreen16965432941696543294.jpg?1696543294");
  background-size: cover;
  background-position: center top;
  overflow: hidden;
}

#age-gate-content {
  width: 80%;
  text-align: center;
  padding-bottom: 5rem;
}

#age-gate-logo {
  width: 60%;
  max-width: 180px;
}

#age-gate-title {
  margin-top: 3rem;
  font-size: 2rem;
  font-weight: 600;
  color: #ffffff;
}

#age-gate-btns {
  margin-top: 1rem;
}
#age-gate-btns a:first-of-type {
  margin-right: 0.75rem;
}
#age-gate-btns a:last-of-type {
  margin-left: 0.75rem;
}

@media only screen and (min-width: 480px) and (max-width: 1024px) {
  #age-gate {
    background-image: url("https://s3.amazonaws.com/eventtia/event_files/169108/original/bgtexturegreenvertical16965432771696543277.jpg?1696543277");
  }
}
/*** Scrolling text ***/
.scrolling-text-container-wrapper {
  position: relative;
  width: 100%;
  padding: 12px 0;
  background-color: #02362e;
  /*padding: 1.5rem 0;*/
  /*
  overflow: hidden;
  margin-top: -1rem;
  margin-bottom: -1rem;
  */
  transform: rotate(-1.75deg) skew(-1.75deg);
}

.scrolling-text-container {
  position: relative;
  margin-top: -3rem;
  margin-bottom: -3rem;
  padding: 16px 0;
  transform: rotate(-1.75deg) skew(-1.75deg);
  background-color: #f1e4b2;
  /*
  background-image: url("https://s3.amazonaws.com/eventtia/event_files/118306/original/bgtexturegreen16637681171663768117.jpg?1663768117");
  background-size: cover;
  background-position: center top;
  */
  overflow: hidden;
  z-index: 5;
}

.container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.scrolling-text {
  display: inline-block;
  transition: transform 0.125s cubic-bezier(0.23, 0.36, 0.28, 0.83);
  will-change: transform;
  backface-visibility: hidden;
}

.scrolling-text .scrolling-text-content {
  color: #02362e;
  opacity: 0.7;
  font-size: 40px;
  font-weight: 600;
  white-space: nowrap;
  transition: transform 0.125s cubic-bezier(0.23, 0.36, 0.28, 0.83);
  line-height: 100%;
  margin: 0px 0;
  padding: 2px 0;
}
.left-to-right .scrolling-text .scrolling-text-content {
  /*color: #ff00ff;*/
  opacity: 1;
}
.right-to-left .scrolling-text .scrolling-text-content {
  color: transparent;
  -webkit-text-stroke: 1.5px #02362e;
}
.scrolling-text .scrolling-text-content span {
  margin-left: 20px;
  margin-right: 20px;
  /*opacity: 0.2;*/
}

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