/*@font-face {
  font-family: LemonMilk;
  src: url("fonts/LEMONMILK-Light.otf") format("opentype");
}

@font-face {
  font-family: LemonMilk;
  font-weight: bold;
  src: url("fonts/LEMONMILK-Bold.otf") format("opentype");
}*/
/** {
  outline: 1px solid #f00 !important;
}*/
:root {
    --color_purple: #CA6FFF;
    --color_yellow: #FAEE55;
    --color_green: #48aa00;
}

@font-face {
    font-family: Apparat;
    src: url("/cdn.php?f=text-font.ttf");
}

@font-face {
    font-family: Rave-Font;
    src: url("fonts/rave-font.otf");
}

#countdown_container {
    z-index: 1;
}

#countdown_container span {
    font-size: 5rem;
    color: white;
}

/* Adjustments for responsiveness */
#backg_l {
    z-index: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: calc(33.33% - 1px); /* Set width to one-third of the container width */
    background: url("/static/backg_left_2.png") no-repeat center;
    background-size: cover;
    box-sizing: border-box; /* Include border in width calculation */
    filter: brightness(0.3);
    left: 0;
    bottom: 0;
}

#scribble_left {
    position: absolute;
    top: 5%;
    left: 0;
    aspect-ratio: 3/2;
    transform: translateX(-33%);
    width: 20%;
}
#scribble_right {
    position: absolute;
    top: 5%;
    right: 0;
    aspect-ratio: 3/2;
    transform: translateX(33%);
    width: 20%;
}

#backg_new{
    z-index: 0;
    position: absolute;
    top: 10vh;
    width: 100%;
    height: 100%;
    box-sizing: border-box; /* Include border in width calculation */
    filter: brightness(0.7);
    left: 0;
    bottom: 0;
}
#backg_top {
    width: 100%; /* Set width to one-third of the container width */
    background: url("/static/new/background.jpg") no-repeat center;
    background-size: cover;
    height: 50%;
}
#backg_bottom {
    width: 100%; /* Set width to one-third of the container width */
    background: url("/static/new/background.jpg") no-repeat center;
    background-size: cover;
    transform: scaleX(-1) rotate(180deg);;
    height: 50%;
}

nav {
    width: 100%;
}

.rave_header_logo {
    max-width: 75%;
    width: 100%;
    height: 10vh;
    cursor: pointer;
}

.rave_header_logo:hover {
    fill: #CA6FFF;
}

#backg_r {
    z-index: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: calc(33.33% - 1px); /* Set width to one-third of the container width */
    background-size: cover;
    background: url("/static/backg_r_2.png") no-repeat center;
    box-sizing: border-box; /* Include border in width calculation */
    filter: brightness(0.3);
    right: 0;
    bottom: 0;
}

#backg_acts {
    z-index: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: url("/static/rave71.jpg") no-repeat center;
    background-size: cover;
    box-sizing: border-box;
    right: 0;
    bottom: 0;
}

#backg_about {
    z-index: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: url("/static/rave5_3.jpg") no-repeat center;
    background-size: cover;
    box-sizing: border-box;
    right: 0;
    bottom: 0;
}

#index_logo {
    z-index: 1;
    width: 50%;
    height: 50%;
    min-height: 200px;
    min-width: 200px;
    max-width: 400px;
    background: url("/static/new/illegalerrave_25_logo.png") no-repeat;
    background-size: contain;
}

.intro_button {
    padding: .75rem 1.5rem;
    color: white;
    background-color: #CA6FFF;
    border-radius: 1rem;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    transition: filter 0.3s;
    user-select: none;
    display: inline-flex;
    align-items: center;
}

#content_wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    flex: 1;
    flex-direction: column;
}

.intro_login_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.intro_button .arrow_right {
    margin-left: 1rem;
    aspect-ratio: 1 / 1;
    width: 2rem;
    fill: white;
}

#code_input {
    padding: 1rem;
    background-color: white;
    border: black 1px solid;
    border-radius: 1rem;
    width: 100%;
    font-size: 1.5rem;
}

.intro_button:hover {
    filter: brightness(.75);
}


.menu_logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#menu_logo {
    padding:0;
}


#index_container {
    display: flex;
    flex: 1;
    /* z-index: -1; */
    /* width: 100%; */
    /* height: 100%; */
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.codes_container {
    /* margin: 10px; */
    width: 75%;
    padding-top: 10px;
    /* padding-bottom: 10px; */
    /* padding-top: 10px; */
    /* border-bottom: solid 20px rgba(0,0,0,0); */
    -ms-overflow-style: none;
    scrollbar-width: none;
    max-height: 100%;
    height: 100%;
    display: grid;
    position: relative;
    justify-items: center;
    grid-template-columns: repeat(auto-fill, 25%);
    justify-content: center;
    align-items: center;
    overflow: scroll;
}

.codes_container div {
    /* margin: 5px; */
    color: black;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 1.7vw;
}

.code_card {
    background: rgba(150, 150, 150, .7);
    border: black 1px solid;
    border-radius: 10px;
    /* margin: 10px; */
    position: relative;
    width: 80%;
    color: white;
    display: block;
    /* overflow-y: scroll; */
}

button.remove_button {
    position: absolute;
    right: 0;
    top: 0;
}

.code_card div.label {
    font-size: 1vw;
    margin-top: 20px;
}

.code_card div {
    margin: 5px;
}

.codes_container::-webkit-scrollbar {
    display: none;
}

.code_name {
    display: -webkit-box;
    /* line-height: 21px; */
    /* max-height: 48px; */
    overflow: hidden;
    overflow-wrap: break-word;
    /* width: 100%; */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#codes_container {
    display: flex;
    width: 100%;
    /* padding-bottom: 10px; */
    /* height: 100%; */
    /* max-height: 100%; */
    /* padding-bottom: 10px; */
    /* padding-top: 10px; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* overflow: scroll; */
    overflow: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.hidden {
    transform: translateX(-100%);
    opacity: 0;
    filter: blur(5px);
    transition: all .5s;
}

.invis {
    width: 0;
    height: 0;
    opacity: 0;
}

.hidden_right {
    transform: translateX(100%);
    opacity: 0;
    filter: blur(5px);
    transition: all .75s;
}

.hidden_left {
    transform: translateX(-100%);
    opacity: 0;
    filter: blur(5px);
    transition: all .75s;
}

.show {
    transform: translateX(0%);
    filter: blur(0px);
    opacity: 1;
}

.remove_button {
    border: 1px solid red;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: lightcoral;
    padding-left: 25px;
    padding-right: 25px;
    cursor: pointer;
    display: flex;
    user-select: none;
    align-items: center;
}

.remove_button:hover {
    background-color: red;
    color: white;
}

.opacity_zero {
    opacity: 0 !important;
}

/* BEGIN LOADING SPINNER */
.loader {
    width: 24px;
    height: 24px;
    border: 5px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* END LOADING SPINNER */
.modal_dialog_wrapper {
    display: flex;
    position: fixed;
    z-index: 8;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    justify-content: center;
    align-items: center;
    justify-content: center;
}

.modal_dialog_content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 66%;
    display: flex;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
}

#code_form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal_button_wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
    margin-top: 20px;
}

.modal_button_wrapper button {
    padding: 10px;
    margin: 10px;
    user-select: none;
}

.red {
    color: red;
}

.notification {
    background-color: rgb(45, 45, 45);
    color: whitesmoke;
    bottom: 10px;
    position: absolute;
    right: 10px;
    border-radius: 10px;
    border-color: black;
    border-style: solid;
    padding: .5em;
    border-width: 1px;
}

#code_form h1 {
    margin: 20px;
    margin-top: 0px;
}

#code_form input[type=text] {
    font-size: 2rem;
    border-color: black;
}

.form_error {
    border-color: red;
}

#code_form input[type=submit] {
    padding: 10px;
}

#add_code {
    position: absolute;
    top: 15vh;
    right: 5px;
    width: 5vw;
    height: 5vw;
    background-color: #48aa00;
    color: black;
    border: solid 2px black;
    font-size: 2rem;
    display: flex;
    z-index: 1;
    justify-content: center;
    border-radius: 10px;
    align-items: center;
    user-select: none;
}

#add_code:hover {
    background-color: #48ff00;
}

html {
    background: black;
}

html,
body {
    margin: 0;
    min-height: 100%;
}

* {
    /*font-family: LemonMilk;*/
    font-family: Rave-Font;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    position: relative;
    display: flex;
    overflow-x:hidden;
    flex-direction: column;
    min-height: 100vh;
}

#background_container {
    width: 100%;
    height: calc(100% - 30vh);
    margin-top: 15vh;
    position: absolute;
    z-index: -1;
}
#background_filter {
    width: 100%;
    height: 100%;
    filter: brightness(.2);
}

/*.page-background::before {
  content: "";
  position: absolute;
  width: 30%;
  height: 100%;
  /* left: 10%; 
  bottom: 0;
  background-blend-mode: difference;
  background: url("/cdn.php?p=EMOJI_IR_BG.png");
  /* background-size: 150%; */
/* background-position-y: center;
background-repeat: no-repeat;
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
filter: brightness(0.3);
/* margin-top: 60px;
}*/
.page-background {
    position: absolute;
    background-blend-mode: difference;
    background: url("/cdn.php?p=EMOJI_IR_BG_s.png");
    background-size: cover;
    background-repeat: no-repeat;
    filter: brightness(0.75);
    /* margin-top: 60px; */
}

header {
    height: 10vh;
    /* display: flex; */
    user-select: none;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
}

#goenn {
    color: black;
    position: absolute;
    bottom: 0px;
    left: 10%;
    width: 25%;
    display: flex;
    padding: 10px;
    background-color: #fdeb00;
    border: #ff005e 1px solid;
    border-radius: 10px;
    z-index: 5;
    justify-content: center;
}

#goenn:hover {
    background-color: #ff005e;
    border-color: #fdeb00;
}

#goenn::before {
    position: absolute;
    content: "";
    border-radius: 10px;
    height: 100%;
    width: 100%;
    z-index: -1;
    left: 0px;
    top: 0px;
    animation: buttonAnimGlow 1s linear infinite alternate;
}

#goenn.goenned::before {
    animation: none;
    opacity: 0;
}

#goenn.goenned {
    background-color: #ff005e;
    border-color: #fdeb00;
    color: white;
}

/*.page-background::after {
  content: "";
  position: absolute;
  width: 25%;
  height: 100%;
  right: 0;
  bottom: 0;
  background: url("/cdn.php?p=back.png");
  /* background-size: 100%; */
/* background-position: center;
background-repeat: no-repeat;
filter: brightness(0.8);
/* margin-top: 60px;
} */
.pink-rave {
    color: #ff005e !important;
}

.border-rave {
    color: black;
    /* background-color: white; */
    text-shadow: -1px -1px 0 #fdeb00, 1px -1px 0 #fdeb00, -1px 1px 0 #fdeb00, 1px 1px 0 #fdeb00;
}

#content_container {
    /* margin-top: 60px; */
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.rotatable {
    transform-style: preserve-3d;
    animation: rotate 5s linear infinite alternate-reverse;
}

.rotatable:hover {
    animation-play-state: paused;
}

.shirt_container {
    /*height: 100%;*/
    max-height: 100%;
    width: 50%;
    margin-left: 10%;
    /* margin: auto; */
    position: relative;
}

.gmap_canvas iframe {
    min-height: calc(100vh - 25vh);
}

#store_container {
    margin-top: 5%;
    width: 100%;
    display: flex;
    user-select: none;
    height: calc(100dvh - 25dvh);
}

.front_small {
    aspect-ratio: 1 / 1;
    height: 50%;
    /* width: 75%; */
}

.main_icon {
    height: 50%;
}

.startAnim {
    display: block;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    width: 50px;
    height: 50px;

    animation: scaleUp 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;
    background-repeat: no-repeat;
    background-size: contain;
}

#countdown_container {
    display: flex;
    /* flex-direction: row; */
    align-items: baseline;
}

#countdown_container span:nth-child(2n) {
    margin-right: 20px;
    font-size: 2em;
}

div#countdown_container * {
    user-select: none;
}

#swipe_hint {
    color: white;
    font-size: 2rem;
    position: absolute;
    bottom: 5%;
    /* left: 50%; */
    animation: fadeInFromNone 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) infinite alternate-reverse;
}

.blinker {
    animation: blink .75s linear infinite;
}

@keyframes scaleUp {
    0% {
        scale: 100%
    }
    100% {
        scale: 500%;
    }
}

@keyframes fadeInFromNone {
    0% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    49.5% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    99.5% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.menu-justify-start {
    justify-content: flex-start;
}

.menu-justify-center {
    justify-content: center;
}

#password_screen {
    justify-content: center;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    background-color: black;
    flex-direction: column;
}

.text_container {
    position: relative;
    padding: 1em;
}

/*.text_container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.40);
  filter: blur(3px);
  border: rgba(255,255,255,0.0) solid;
  border-radius: 20px;
}*/

#password_screen form {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
}

#password_screen form input[type=text] {
    background-color: rgba(255, 255, 255, 0.10);
    border-color: rgba(255, 255, 255, 0.10);
    font-size: 3em;
    color: rgba(255, 255, 255, 0.80);
    padding: 4px 2px;
    text-decoration: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0px 16px 32px 16px;
    cursor: pointer;
    border-radius: 10px;
}

.login-title {
    margin-left: 16px;
    align-self: start;
    position: relative;
    /*color: rgba(255, 255, 255, 0.95);*/
    color: #fdeb00;
    font-size: 2em;
    /*font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;*/
}

/*body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}*/
.emoji_before {
    display: flex;
    align-items: center;
}

.emoji_before::before {
    content: "";
    background: url('/cdn.php?p=rave_icon_fitted.svg');
    display: inline-block;
    height: 50%;
    aspect-ratio: 1;
    margin-left: 5%;
    /* width: 100px; */
    max-width: 10vh;
    background-repeat: no-repeat;
    max-height: 10vh;
}

#login-wrapper {
    display: flex;
    margin: 0;
    flex-direction: column;
    align-items: center;
    padding: 0;
    box-sizing: border-box;
}

.glitch .login-title {
    text-transform: uppercase;
    font-size: 5rem;
    position: relative;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0.05em 0 0 rgba(246, 0, 50, 0.75),
    -0.025em -0.05em 0 rgba(15, 210, 0, 0.75),
    0.025em -0.05em 0 rgba(37, 15, 255, 0.75);

    /*animation: glitch-anim 750ms infinite;*/
}

.glitch-wrapper {
    display: flex;
    margin: 0;
    flex-direction: column;
    align-items: center;
    padding: 0;
    box-sizing: border-box;
}

#player_wrapper {
    position: absolute;
    bottom: 5px;
    height: 100px;
}

#player_wrapper iframe {
    height: 100px;
}

.glitch {
    text-transform: uppercase;
    position: relative;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0.05em 0 0 rgba(246, 0, 50, 0.75),
    -0.025em -0.05em 0 rgba(15, 210, 0, 0.75),
    0.025em -0.05em 0 rgba(37, 15, 255, 0.75);

    /*animation: glitch-anim 750ms infinite;*/
}

.glitch.text_font {
    text-transform: none;
}


.glitch-wrapper span {
    position: relative;
    top: 0;
    left: 0;
}

.glitchable {
    position: absolute;
    top: 0;
    left: 0;
}

.glitchable span {
    position: absolute;
    top: 0;
    left: 0;
}

.glitch span {
    position: absolute;
    top: 0;
    left: 0;
}

.glitch span:first-child {
    animation: glitch-anim 500ms infinite;
    clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
    transform: translate(-0.05em, -0.025em);
}

.glitch span:last-child {
    animation: glitch-anim 900ms infinite;
    clip-path: polygon(0 60%, 100% 60%, 100% 100%, 0 100%);
    transform: translate(0.05em, 0.025em);
}

/*@keyframes glitch-anim {
  0% {
    text-shadow: 0.05em 0 0 rgba(246, 0, 50, 0.75),
      -0.025em -0.05em 0 rgba(15, 210, 0, 0.75),
      0.025em -0.05em 0 rgba(37, 15, 255, 0.75);
  }

  14% {
    text-shadow: 0.05em 0 0 rgba(246, 0, 50, 0.75),
      -0.025em -0.05em 0 rgba(15, 210, 0, 0.75),
      0.025em -0.05em 0 rgba(37, 15, 255, 0.75);
  }

  15% {
    text-shadow: -0.05em -0.025em 0 rgba(246, 0, 50, 0.75),
      0.025em 0.025em 0 rgba(15, 210, 0, 0.75),
      -0.05em -0.05em 0 rgba(37, 15, 255, 0.75);
  }

  49% {
    text-shadow: -0.05em -0.025em 0 rgba(246, 0, 50, 0.75),
      0.025em 0.025em 0 rgba(15, 210, 0, 0.75),
      -0.05em -0.05em 0 rgba(37, 15, 255, 0.75);
  }

  50% {
    text-shadow: 0.025em 0.05em 0 rgba(246, 0, 50, 0.75),
      0.05em -0.025em 0 rgba(15, 210, 0, 0.75),
      0 -0.05em 0 rgba(37, 15, 255, 0.75);
  }

  99% {
    text-shadow: 0.025em 0.05em 0 rgba(246, 0, 50, 0.75),
      0.05em -0.025em 0 rgba(15, 210, 0, 0.75),
      0 -0.05em 0 rgba(37, 15, 255, 0.75);
  }

  100% {
    text-shadow: -0.025em 0 0 rgba(246, 0, 50, 0.75),
      -0.025em -0.025em 0 rgba(15, 210, 0, 0.75),
      -0.025em -0.05em 0 rgba(37, 15, 255, 0.75);
  }
}*/

#map_container {
    display: flex;
    height: 100%;
    width: 100%;
    /* justify-items: center; */
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#map_container p {
    font-size: 2rem;
    color: white;
    text-align: center;
}

#map_text_container {
    width: 60%;
    text-align: center;
    /* border: rgba(255, 255, 255, 0.0) solid; */
    /*border-radius: 20px;*/
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    /* align-content: center; */
}

#map_text_container .text_header {
    font-size: 3em;
}

.mapouter {
    position: relative;
    text-align: right;
    height: 100%;
    width: 75%;
}

.gmap_canvas {
    overflow: hidden;
    background: none;
    height: 100%;
}

.darker_filter::after {
    filter: brightness(0.3);
}

.page_header {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4rem;
    font-weight: 600;
    margin-top: 5%;
    margin-bottom: 5%;
    text-transform: uppercase;
    margin-left: 10%;
    color: var(--color_purple)
}

#acts_container {
    display: flex;
    overflow-y: scroll;
    overflow-x: hidden;
    /* --n: 3; */
    height: 100%;
    width: 100%;
    /* transform: translate(calc(var(--i, 0)/var(--n)*-100%)); */
    flex-direction: column;
    align-items: flex-start;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#acts_container::-webkit-scrollbar {
    display: none;
}

.act_wrapper {
    position: relative;
    display: flex;
    height: 70vh;
    align-items: center;
    justify-content: center;
}

.act_picture {
    object-fit: contain;
    width: 25%;
    left: 15%;
    max-height: 75%;
    max-width: 25%;
    z-index: 1;
    /* margin-left: 5%; */
    /* position: absolute; */
}

.text_wrapper_pad_left {
    padding-left: 25px;
}

.text_wrapper_pad_right {
    padding-right: 25px;
}

.act_name {
    font-size: 3.25vw;
    line-height: .71em;
    font-weight: 600;
}

.act_name_wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.act_name_wrapper:nth-child(1) {
    color: var(--color_yellow);
}

.act_name > span {
    position: relative;
}

.act_description {
    font-size: 1.5vw;
    align-content: center;
    margin-left: 10px;
    height: 75%;
    display: flex;
    /* text-align: center; */
    align-items: center;
}

.act_container {
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
    padding-top: 5%;
}

.act_text_wrap {
    color: var(--color_purple);
    width: 100%;
    margin-left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.act_text {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.act_dj_name {
    font-size: 4rem;
    font-weight: 600;
    color: var(--color_yellow);;
    line-height: .75;
}

.act_container::after {
    content: '';
    position: absolute;
    z-index: -1;
    background-color: black;
    height: 75%;
    width: 100%;
    top: 0;
    opacity: .75;
}

.act_image {
    border-bottom: 8px solid var(--color_yellow);
    width: 25%;
    margin-left: 10%;
}

.act_text span:nth-child(1) {
    color: var(--color_yellow);
    text-transform: uppercase;
}

.act_dj_name_wrapper {
    display: flex;
    /* position: relative; */
    flex-direction: row;
    align-content: flex-end;
    align-items: flex-end;
}

.lower_border {
    margin-left: 5%;
    justify-self: baseline;
    flex-grow: 1;
    background: var(--color_yellow);
    height: 8px;
}

.act_text_wrapper {
    /* position: absolute; */
    display: flex;
    left: 35%;
    /* margin-left: -15%; */
    /* padding-left: 7%; */
    background: black;
    height: 20vw;
    /* width: 75%; */
}

.before_black_box::before {
    content: '';
    background-color: black;
    height: 100%;
    /*border: aqua solid 1px;*/
    width: 25%;
    /* margin-left: -25%; */
    z-index: -1;
    position: absolute;
    left: -25%;
}

.after_black_box::after {
    content: '';
    background-color: black;
    height: 20vw;
    /*border: aqua solid 1px;*/
    width: 25%;
    /* margin-left: 33%; */
    z-index: -1;
    position: absolute;
    left: 100%;
}

.act_description_pad {
    margin-top: 2em;
}

.time_descr_wrapper {
    width: 67%;
    height: 100%;
    max-width: 33vw;
    color: var(--color_yellow);;
}

.act_description_container {
    display: flex;
    flex-direction: row;
    /* height: 100%; */
    /* width: 33%; */
    /* margin-left: 2em; */
    /* margin-right: 2em; */
    /* align-items: stretch; */
    /* justify-content: space-between; */
    /* display: block; */
}

.act_times {
    display: flex;
    /* margin: auto; */
    /* margin-top: 1em; */
    font-size: 3.5vw;
    height: 25%;
    /* align-content: center; */
    /* margin: 5px; */
    margin-left: 10px;
    align-items: center;
}

.nav-trigger {
    display: none;
}

.act_description_container p {
    /* color: white; */
    overflow: hidden !important;
    scroll-behavior: auto;
}

.container {
    width: 100%;
    margin: auto;
}

.navbar {
    justify-self: top;
    width: 100%;
    box-shadow: 0 1px 4px rgba(146, 161, 176, 0, 15);
}

.nav-container {
    background-color: black;
    /* display: block; */
    position: relative;
    display: flex;
    height: 25vh;
    /* text-align: center; */
    /* background: black; */
    justify-content: center;
}

.menu-items {
    background-color: black;
    list-style: none;
}

.navbar .menu-items li {
    list-style: none;
    flex: 1;
}

.navbar .menu-items li a {
    opacity: 0.75;
    transition: all ease-out 300ms;
    text-transform: uppercase;
}

.navbar .menu-items li a:hover {
    font-weight: 500;
    text-decoration: none;
    color: #CA6FFF;
    opacity: 0.75;
}

.navbar .menu-items li a.menu_active {
    color: #CA6FFF;
    opacity: 1;
}

.navbar .menu-items a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #ffffff;
    font-size: 110%;
    /* padding: 0.7rem; */
}

.fresco {
    width: 25%;
    height: 25%;
    margin: 2px;
}

.fresco img {
    width: 100%;
    object-fit: cover;
    border: solid rgba(255, 255, 255, 0.75);
    border-width: 3px;
    border-radius: 4px;
}

.fr-content-element {
    border: solid rgba(255, 255, 255, 0.75);
    border-width: 3px;
    border-radius: 4px;
}

.fr-window-skin-fresco .fr-thumbnail-overlay-border {
    border: solid rgba(255, 255, 255, 0.75) !important;
    border-width: 2px !important;
    border-radius: 2px !important;
}

#rave_home {
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

#rave_home > div:nth-child(n+2) {
    margin-left: 2%;
}

#gallery_container {
    /* padding-left: 10%; */
    /* padding-right: 10%; */
    width: 100%;
    display: flex;
    user-select: none;
    height: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-content: space-around;
    align-items: flex-end;
}

.nav-container .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #ffffff;
}

.nav-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
}

.nav-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
}

.nav-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
}

.navbar .menu-items {
    background-color: black;
    top: 0px;
    /* position: absolute; */
    user-select: none;
    /* padding-top: 120px; */
    height: 10vh;
    z-index: 1;
    /* display: flex; */
    width: 100%;
    /* transform: translate(-150%); */
    display: flex;
    flex-direction: row;
    /* transition: transform 0.5s ease-in-out; */
    text-align: center;
    align-items: center;
    justify-content: space-evenly;
}
.menu_logo{
    margin-top: 1%;
}
.navbar .menu-items li {
    font-size: 1.5rem;
    font-weight: 500;
}

.front {
    /*background: url("/cdn.php?p=FS_1.png");*/
    height: 100%;
    /* width: 100%; */
    aspect-ratio: 1 / 1;
    background-size: contain;
    background-repeat: no-repeat;
    /* transform: translateZ(1px); */
    position: absolute;
    z-index: 1;
    opacity: 1;
    transition: all linear 500ms;
}

/*.front:hover{
  opacity: 0;
}*/
.back {
    /*background: url("/cdn.php?p=BS_1.png");*/
    height: 100%;
    /* width: 100%; */
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 1 / 1;
    /* transform: rotateY(180deg) translateZ(0px); */
    position: absolute;
    /* z-index: 1; */
}

.navbar .menu-items a {
    width: 100%;
}

#shirt_selector {
    width: 30%;
    margin-right: 10%;
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
}

/*.navbar .menu-items a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: black;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #3a2a5e, #b74e91)
}*/
.about_us_hero_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 5%;
}

.hero_image_crew {
    width: 45%;
    object-fit: cover;
    opacity: 0.5;

}

.about_us_text {
    color: var(--color_green);
    opacity: 0.75;
    font-size: 4rem;
    font-family: inherit;
}
.about_us_text_wrapper{
    text-align: left;
    margin-left: 30%;
    margin-top: -10%;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.about_us_desc {
    font-family: inherit;
    margin-top: 2.5%;
    color: white;
    font-size: 1.25rem;
    text-align: left;
    width: 75%;
    max-width: 750px;
    margin-bottom: 10%;
}

.about_us_wrapper {
    width: 100%;
    padding-left: 10%;
}

.logo {
    /* left: 7.5%; */
    height: 100%;
    /* margin-left: 10%; */
    /* display: flex; */
    /* text-align: right; */
    font-size: 2.75rem;
    /* width: 100%; */
    max-width: 100%;
    letter-spacing: -2px;
    color: #fdeb00;
    /* background-size: 200%; */
    /* -webkit-background-clip: text; */
    background-clip: text;
}

.home_text {
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.home_text h1 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.home_text p {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.nav-container input[type="checkbox"]:checked ~ .menu-items {
    transform: translateX(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
    transform: rotate(45deg);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-45deg);
}

main {
    width: 100%;
}

.text_font {
    font-family: Apparat;
}

.acts_scroll_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15dvh;
    overflow: hidden;
    margin-bottom: 20%;
}


/*****************************************************************************************/
/********************************GLOW ON HOVER *******************************************/
.glow-on-hover {
    font-family: Arial, Helvetica, sans-serif;
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    font-weight: 600;
    color: #000;
    background: rgb(255, 255, 255);
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -4px;
    left: -4px;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    background-size: 400%;
    z-index: -1;
    filter: blur(6px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #fff
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    color: #000;
    background: rgb(255, 255, 255);
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

/*@keyframes blinking {
  0% {
    background: #ff0000;
  }

  12% {
    background: #ff0000;
  }

  12.5% {
    background: #ff7300;
  }

  24.5% {
    background: #ff7300;
  }

  25% {
    background: #fffb00;
  }

  37% {
    background: #fffb00;
  }

  37.5% {
    background: #48ff00;
  }

  49.5% {
    background: #48ff00;
  }

  50% {
    background: #00ffd5;
  }

  62% {
    background: #00ffd5;
  }

  62.5% {
    background: #002bff;
  }

  74.5% {
    background: #002bff;
  }

  75% {
    background: #7a00ff;
  }

  87% {
    background: #7a00ff;
  }

  87.5% {
    background: #ff00c8;
  }

  99.5% {
    background: #ff00c8;
  }

  100% {
    background: #ff0000;
  }
}*/
@keyframes rotate {
    0% {
        transform: rotate3d(0, 1, 0, 0deg);
    }
    25% {
        transform: rotate3d(0, 1, 0, 90deg);
    }
    50% {
        transform: rotate3d(0, 1, 0, 180deg);
    }
    75% {
        transform: rotate3d(0, 1, 0, 270deg);
    }
    100% {
        transform: rotate3d(0, 1, 0, 360deg);
    }
}

@keyframes change_z {
    0% {
        z-index: 1;
    }
    100% {
        z-index: 0;
    }
}


/*************************************END GLOW ON HOVER **********************************/
/*****************************************************************************************/

#menu_toggle {
    display: none;
}

.line {
    display: none;
}

@keyframes buttonAnimGlow {
    0% {
        box-shadow: 0px 0px 0px 0px #ff005e;
    }
    100% {
        box-shadow: 0px 0px 10px 2px #ff005e;
    }
}

/*   START GALLERY ROWS AND COLS */
.row {
    padding-left: 10%;
    padding-right: 10%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    /* padding: 0 4px; */
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.row::-webkit-scrollbar {
    display: none;
}

/* Create four equal columns that sits next to each other */
.column {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}

.reverse_row {
    flex-direction: row-reverse;
}
.home_other {
    padding: 0 5%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.home_text {
    flex:2;
}
.home_player_wrapper {
    flex:1;
    position: relative;
}
.home_player_wrapper iframe {
    /* aspect-ratio: 1 / 3; */
    width: 100%;
    height: 30vh;
    border-radius: 8px;
}
.home_player_wrapper::after {
    content: '';
    z-index: -1;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: shadowMove 8s infinite linear;
}
@keyframes shadowMove {
    0% {
        box-shadow: 0px -0px 20px 2px rgba(255, 255, 255, 0.75);
    }
    12.5% {
        box-shadow: 0px -0px 20px 2px rgba(255,255,255,0.75);
    }
    25% {
        box-shadow: 0px 0px 20px 2px rgba(255, 255, 255, 0.75);
    }
    37.5% {
        box-shadow: 0px 0px 20px 2px rgba(255,255,255, 0.75);
    }
    50% {
        box-shadow: 0px 0px 20px 4px rgba(255, 255, 255, 0.75);
    }
    62.5% {
        box-shadow: -0px 0px 20px 2px rgba(255,255,255,0.75);
    }
    75% {
         box-shadow: -0px 0px 20px 2px rgba(255, 255, 255, 0.75);
    }
    87.5%{
        box-shadow: -0px -0px 20px 2px rgba(255,255,255,0.75);
    }
    100% {
        box-shadow: 0px -0px 20px 2px rgba(255, 255, 255, 0.75);
    }
}
#orders_container {
    background-color: rgba(150, 150, 150, .7);
    width: 75%;
    border-radius: 10px;
    border: solid 1px black;
    /* display: flex; */
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: relative;
    max-height: 100%;
    overflow: scroll;
    height: 100%;
    justify-content: space-evenly;
    flex-direction: column;
}

#orders_container::-webkit-scrollbar {
    display: none;
}

.home_logo {
    position: relative;
    width: 100%;
    height: calc(100vh - 15vh);
}

.home_logo > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.home_logo > img + img {
    position: absolute;
    top: 0;
    left: 40%;
    width: 50%;
    height: 100%;
    object-fit: contain;
}

.home_other {
    margin-top: 15%;
    width: 66%;
    display: flex;
    flex-direction: row;
}

.home_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.scroll_wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* align-content: center; */
    justify-content: center;
    align-items: center;
}

.order_container {
    /* background-color: rgba(150,150,150,.7); */
    /* border-radius: 10px; */
    /* border: solid black 1px; */
    /* max-height: 10%; */
    display: flex;
    width: 100%;
    font-size: 2vw;
    flex-direction: row;
    align-items: center;
}

.order_container div {
    width: 25%;
    text-align: center;
}

@media (max-width: 1280px) {
    /*#backg_l {
        width: 50%;
    }*/
    #shirt_selector {
        margin-right: 5%;
    }

    .shirt_container {
        flex-grow: 1;
        margin-left: 0;
    }

    #backg_r {
        background-size: cover;
        width: 50%;
    }

    #countdown_container span {
        font-size: 3.5rem;
    }

    #index_logo {
        width: 70%;
    }
}

@media all and (orientation: portrait) {
    .menu_logo {
        display: none;
    }

    #backg_l {
        width: 0;
    }

    #backg_r {
        background-size: cover;
        width: 100%;
    }
}

@media (max-width: 768px) {
    #backg_l {
        width: 0;
    }

    #backg_r {
        width: 100%;
    }

    #countdown_container span {
        font-size: 2.5rem;
    }

    #index_logo {
        width: 80%;
    }
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .column {
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        flex: 100%;
        max-width: 100%;
    }
}

/* END GALLERY ROWS AND COLS */

@media all and (orientation: portrait) {
    .nav-trigger {
        min-height: 10vh;
        background: black;
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: row;
    }
    .home_text{
        text-align: center;
        font-size: 1.5rem;
        padding: 0 10%;
    }
    .act_text {
        display: flex;
        flex-direction: column;
        gap: 0;
        font-size: 1.5rem;
        padding-bottom: 1rem;
        text-transform: uppercase;
    }
    .act_text_wrap {
        color: var(--color_purple);
        width: 100%;
        margin-left: 10%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .act_container::after {
        height: 100%;
    }

    .hidden_menu {
        transform: translateX(-150%);
    }

    #menu-toggle-wrapper {
        width: 10vh;
        display: flex;
        height: 10vh;
        position: absolute;
        left: 0px;
        flex-direction: column;
        /* align-content: center; */
        align-items: center;
        justify-content: center;
    }

    .hamburger-lines {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 10vh;
        left: 0px;
        height: 10vh;
        /* position: absolute; */
        justify-content: center;
    }

    .line {
        display: block;
        height: 5%;
        margin-top: 5%;
        width: 30%;
        background-color: white;
    }

    .emoji_before::before {
        height: 50%;
        max-width: 10vh;
        margin-left: 4%;
        margin-right: 4%;
        max-height: 10vh;
    }

    .main_icon {
        height: 25%;
    }

    .showing_menu {
        transform: translateX(0%);
    }

    header {
        height: 10%;
        width: 100vw;
        display: flex;
        user-select: none;
        justify-content: space-between;
        /* align-content: center; */
        align-items: center;
        flex-direction: row;
    }

    .hamburger-lines .line1 {
        transform-origin: 0% 0%;
        transition: transform 0.4s ease-in-out;
    }

    .hamburger-lines .line2 {
        transition: opacity 0.2s ease-in-out;
    }

    .hamburger-lines .line3 {
        transform-origin: 0% 100%;
        transition: transform 0.4s ease-in-out;
    }

    .act_wrapper {
        height: 80vh;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .before_black_box::before {
        content: unset;
        height: 0%;
        width: 0%;
    }

    .after_black_box::after {
        content: unset;
        height: 0%;
        width: 0%;
    }

    .act_name {
        font-size: 6.25vw;
        line-height: .71em;
        font-weight: 600;
    }

    .act_picture {
        width: 50%;
        margin-bottom: -3.5%;
        max-height: 75%;
        max-width: unset;
    }

    .act_text_wrapper {
        display: flex;
        margin-left: 0%;
        padding-left: 0%;
        background: black;
        width: 75%;
        height: unset;
    }

    .act_description_container {
        display: flex;
        flex-direction: row;
        height: unset;
        width: unset;
        /* margin-left: 2em; */
        /* margin-right: 2em; */
        /* align-items: stretch; */
        /* justify-content: space-between; */
        /* display: block; */
    }

    .act_name_wrapper {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .text_wrapper_pad_left {
        padding-left: 10px;
    }

    .time_descr_wrapper {
        width: 67%;
        /* height: 100%; */
        max-width: 50vw;
        margin: 2%;
        /* padding: 2%; */
        color: var(--color_yellow);
        height: unset;
    }

    .act_times {
        display: flex;
        /* margin: auto; */
        /* margin-top: 1em; */
        font-size: 5.5vw;
        height: unset;
        /* align-content: center; */
        margin: 0px;
        margin-left: 10px;
        align-items: center;
        justify-content: flex-end;
    }

    .line.line1.open {
        transform: translateY(0px) rotate(45deg);
    }

    .line.line2.open {
        opacity: 0;
    }

    .line.line3.open {
        transform: translateY(0px) rotate(-45deg);
    }

    #menu_toggle {
        /* position: absolute; */
        display: block;
        height: 75px;
        width: 75px;
        /* top: 20px; */
        /* left: 20px; */
        z-index: 5;
        opacity: 0;
        cursor: pointer;
    }

    main {
        height: 80%;
    }

    .navbar .menu-items {
        height: 10vh;
    }

    .page-background::after {
        background-position: top left;
        width: 40%;
    }

    /*#content_container {
        max-height: calc(100vh - 20%);
    }*/
    .page-background::before {
        width: 50%;
        background-position: top left;
    }

    #add_code {
        right: 2%;
        width: 8vw;
        height: 8vw;
    }

    .act_image {
        width: 50%;
    }

    /*#content_container {
        max-height: calc(100vh - 20vh);
    }*/
    #background_container {
        height: calc(100% - 20vh);
        margin-top: 10vh;
    }

    .logo {
        display: flex;
        /* text-align: right; */
        font-size: 4vw;
        width: 100%;
        flex-direction: row-reverse;
    }

    .act_container {
        display: flex;
        flex-direction: column;
        user-select: none;
        min-width: 100%;
        width: 100%;
        height: 100%;
        pointer-events: none;
        justify-content: center;
        align-items: center;
    }

    .home_content {
        gap: 4rem;
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .home_logo {
        width: 50%;
        margin-top: 5%;
    }

    .home_logo svg {
        width: 100%;
    }

    .menu_trigger_logo {
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
    }

    .rave_header_logo {
        margin-top: 10%;
        max-width: 50%;
        width: 100%;
        height: 10vh;
        cursor: pointer;
    }

    .act_description_container {
        display: flex;
        flex-direction: row;
        /* height: 100%; */
        /* width: 33%; */
        /* margin-left: 2em; */
        /* margin-right: 2em; */
        /* align-items: stretch; */
        /* justify-content: space-between; */
        /* display: block; */
    }

    .act_name {
        text-align: center;
    }

    .about_us_wrapper {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }

    .about_us_desc {
        margin-top: 10%;
        color: white;
        font-size: 1.5rem;
        text-align: left;
        width: 100%;
        max-width: 750px;
        margin-bottom: 10%;
    }

    .hero_image_crew {
        width: 50%;
        object-fit: cover;
        border: 2px white solid;
    }

    nav {
        z-index: 2;
        display: flex;
        position: absolute;
        left: 0;
        height: 80vh;
        width: 50%;
        transform: translateX(-100%);
        opacity: 0;
        filter: blur(5px);
        transition: all .75s;
    }

    .act_description_container p {
        margin-left: 0;
        color: white;
    }

    #code_form label {
        font-size: 5vw;
    }

    #code_form input[type="checkbox"] {
        font-size: 3vw;
        width: 1.2em;
        height: 1.2em;
    }

    .act_description {
        width: unset;
        margin-bottom: 5%;
        height: unset;
        font-size: 3vw;
    }

    .navbar .menu-items a {
        font-size: 300%;
        margin-top: 7.5%;
        /* padding: 0.7rem; */
    }

    .navbar .menu-items {
        display: flex;
        height: 90vh;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #map_text_container {
        width: 100%;
        height: 50%;
    }

    #map_container {
        display: flex;
        height: 100%;
        width: 100%;
        /* justify-items: center; */
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .reverse_row_mob {
        flex-direction: row-reverse;
    }

    .act_times.act_times_left {
        justify-content: flex-start;
    }

    .mapouter {
        position: relative;
        text-align: right;
        height: 100%;
        width: 100%;
    }

    #codes_container {
        margin-top: 2.5%;
    }

    .fresco {
        margin: 1%;
        width: 48%;
        height: 15%;
    }

    .fresco img {
        width: 100%;
        object-fit: cover;
        border: solid rgba(255, 255, 255, 0.75);
        border-width: 3px;
        border-radius: 4px;
    }

    #store_container {
        width: 100%;
        height: 100%;
        display: flex;
        user-select: none;
        flex-direction: column;
    }

    #goenn {
        color: black;
        position: absolute;
        bottom: 17%;
        right: 10%;
        left: unset;
        width: 33%;
        display: flex;
        padding: 10px;
        background-color: #fdeb00;
        border: #ff005e 2px solid;
        border-radius: 10px;
        z-index: 2;
        font-size: 190%;
        justify-content: center;
    }

    .shirt_container {
        margin-top: 5%;
        /* display: flex; */
        height: 50dvh;
        /* max-height: 100%; */
        width: 100%;
        margin-left: 0px;
        /* margin-left: 10%; */
        /* margin: auto; */
        position: relative;
    }

    #shirt_selector {
        width: 100%;
        margin-right: 10%;
        display: flex;
        /* height: 100%; */
        flex-direction: row;
        align-items: center;
    }

    .codes_container {
        width: 100%;
        grid-template-columns: repeat(auto-fill, 33%);
    }

    .code_card div.label {
        font-size: 4vw;
        margin-top: 20px;
    }

    .codes_container div {
        /* margin: 5px; */
        color: black;
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 3.5vw;
    }

    .remove_button {
        padding: 10px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .modal_dialog_content h2 {
        font-size: 5vw;
    }

    .modal_button_wrapper button {
        font-size: 3vw;
    }

    .front {
        /* background: url("/cdn.php?p=FS_1.png"); */
        height: unset;
        width: 100%;
        aspect-ratio: 1 / 1;
        background-size: contain;
        background-repeat: no-repeat;
        /* transform: translateZ(1px); */
        position: absolute;
        z-index: 1;
        opacity: 1;
        transition: all linear 500ms;
    }

    .back {
        /* background: url("/cdn.php?p=BS_1.png"); */
        height: unset;
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        aspect-ratio: 1 / 1;
        /* transform: rotateY(180deg) translateZ(0px); */
        position: absolute;
        /* z-index: 1; */
    }

    .home_other {
        gap: 4rem;
        display: flex;
        padding-left: 5%;
        padding-right: 5%;
        align-items: center;
        flex-direction: column;
    }

    .home_player_wrapper {
        margin-left: 5%;
    }

    .home_footer {
        position: absolute;
        margin-top: auto;
        color: white;
        bottom: 0;
        height: 2.5vh;
        background: black;
        width: 100%;
        /* display: inline-flex; */
        text-align: center;
    }

    #shirt_selector {
        margin-top: 5dvh;
        width: 100%;
        margin-right: 10%;
        display: flex;
        /* height: 100%; */
        flex-direction: row;
        align-items: center;
    }

    .front_small {
        aspect-ratio: 1 / 1;
        height: 50%;
        width: 50%;
    }

    #gallery_container {
        margin-top: 5%;
    }

    @keyframes buttonAnimGlow {
        0% {
            box-shadow: 0px 0px 0px 0px #ff005e;
        }
        100% {
            box-shadow: 0px 0px 20px 4px #ff005e;
        }
    }
    .notification {
        background-color: rgb(45, 45, 45);
        color: whitesmoke;
        bottom: 10px;
        position: absolute;
        right: 10px;
        border-radius: 10px;
        border-color: black;
        border-style: solid;
        padding: .5em;
        border-width: 1px;
        font-size: 5vw;
    }

    .order_container {
        font-size: 3vw;
    }
    .navbar .menu-items {
        gap: 2.5%;
        display: flex;
        height: 90vh;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .navbar .menu-items li {
        font-size: 1.25rem;
        font-weight: 500;
        padding-left: 2em;
        padding-right: 1em;
    }
    .navbar .menu-items li a {
        text-align: left;
        text-transform: uppercase;
        opacity: 0.75;
        transition: all ease-out 300ms;
    }
    .navbar .menu-items li {
        list-style: none;
        flex: unset;
    }
    .act_text {
        gap: 0;
        display: flex;
        flex-direction: column;
        /* gap: 0; */
        font-size: 1.5rem;
        padding-bottom: 1rem;
        text-transform: uppercase;
    }
    .act_text_wrap {
        color: var(--color_purple);
        width: 100%;
        /* margin-left: 10%; */
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .act_age{
        text-align: center;
    }
    .act_residence{
        text-align: center;
    }
    .act_music{
        text-align: center;
    }
    .act_dj_name_wrapper{
        margin-top: 2rem;
    }
    .lower_border {
        margin-left: 5%;
        margin-right: 5%;
        justify-self: baseline;
        flex-grow: 1;
        background: var(--color_yellow);
        height: 8px;
    }
    .act_name{
        margin: 2rem 0;
        line-height: 2.5rem;
    }
    .intro_text{
        top: 0 !important;
        bottom: unset !important;
    }
}