*{
    margin: 0%;
    padding: 0%;
}

/* make images and media scale nicely by default */
img, video {
    max-width: 100%;
    height: auto;
    display: block;
}

/* prevent content from being hidden under the fixed header on wide screens */
/* make the page a column flex container so footer can sit at bottom */
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-top: 6em; /* matches header height */
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #2f3e3f;
    background-color: #e9f0f0;
        background: repeating-linear-gradient(
        90deg,        /* angle of the stripes */
        #e9f0f0,      /* first color */
        #e9f0f0 20px, /* stripe width */
        #d1e0e0 20px, /* second color start */
        #d1e0e0 40px  /* second color end */
    );
}

.m-plus-rounded-1c-regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1{
    font-family: "M PLUS Rounded 1c", sans-serif;
}

section{
    padding: 0;
    margin: 0;
}

.flex-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

/* h1{
    font-size: 5em;
    color: #ffffff;
    font-family: "stupid", serif;
} */

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(125, 144, 145, 0.95);
    backdrop-filter: blur(8px);
    padding: 0 2em;
    height: 7em;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    z-index: 1000;
}


/* ; 
    padding: .5em;
    margin: 0%;
    height: 6em;
}  */

header h1{
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
    font-size: 3em;
    align-self: center;
}

header h3{
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
    font-size: 3em;
    align-self: center;
}

header img{
    padding-top: 0em;
    max-width: 100px;
    height: auto;
    transition: ease-in-out 0.3s;
}

header img:hover{
    transform: scale(1.05) rotate(-15deg);
}

header .jbb{
    align-items: center;
    padding-left: 10em;
    margin: 0%;
    padding-top: 1.2em;
    size: 100%;
}

nav{
    display: flex;
    padding-top: 2em;
}

nav li{
    display: inline;
    text-align: right;

}

nav li a{
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
    font-size: 1.5em;
    padding-right: 1em;
    margin: auto;
    margin-right: 1.5em;
    position: relative;
    transition: color 0.3s ease;
}

nav li a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 3px;
    left: 0;
    bottom: 0;
    background: #ffffff;
    transition: 0.3s ease;
}

nav li a:hover::after {
    width: 100%;
}

a:hover {
    text-decoration: underline;
    color: rgb(218, 218, 218);
}

/* picture styles */

.Main img {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    border-radius: 15px;
}

.Main {
    font-size: 1.5em;
}

.main h1{
    display: flex;
    padding-top: 5em;
}

/* Style for Hero SEctoin */

.Hero {
    color: #2f3e3f; /* text color darker for contrast */
    text-align: center;
    font-size: 1.5em;
    padding-top: 6em;
    padding-bottom: 6em;
    border-radius: 15px;
}

/* Optional: keep text readable */
.Hero h1, 
.Hero p {
    background: rgba(255, 255, 255, 0.7); /* semi-transparent background behind text */
    display: inline-block;
    padding: 0.5em 1em;
    border-radius: 10px;
}


.Hero .flex-container{
    align-items: stretch;
}

.Hero h1 {
    padding-left: 1em;
    font-size: 3em;
    font-weight: 700;
    margin-bottom: 0.5em;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
}

.Hero p {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
    font-size: 1.25em;
}

.flexright{
    flex-basis: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 1em;
    margin-left: 2em;
    margin-right: auto;
    padding-left: 2em;
    text-indent: 2em;
    background: #ffffff;
    padding: 3em;
    border-radius: 25px;
    border: 3px solid rgba(125,144,145,0.3);
    box-shadow: 8px 8px 0 rgba(125,144,145,0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    align-self: stretch;
}

.flexright:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.flexleft{
    flex-basis: 48%;
}

.flexleft img{
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    align-self: stretch;
}

.Text{
    display: flex;
    align-items: flex-start;
    background-color: #ffffff;
    font-size: 1.5em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;    
}
.TextRight {
    flex-basis: 48%;
    margin-top: 1em;
    margin-left: 2em;
    margin-right: auto;
    padding-left: 2em;
    text-indent: 2em;
}

/* Styles for links */

.tickets{
    background: #7d9091;
    margin: 0;
    padding: 0;
}

.tickets .flex-container{
    padding: 4em 0;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
}

.flextickets{
    flex-basis: 50%;
    margin: 0;
    padding: 0 1rem;
    box-sizing: border-box;
    font-size: 1em;
    border-radius: 20px;
    overflow: hidden;
    gap: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #ffffff;
        border: 3px solid rgba(125,144,145,0.3);
        box-shadow: 8px 8px 0 rgba(125,144,145,0.25);
}

.flextickets:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}

.flextickets img{
    width: 100%;
    max-width: none;
    padding-top: 20px;
    border-radius: 20px 20px;
    height: auto;
    display: block;
}

.flextickets a{
    color: #000000;
}

.flextickets nav li a{
    font-size: 3em;
    align-self: center;
    display: inline-block;
    background: #ffffff;
    color: #000000;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s, color 0.3s;
}    

.flextickets nav li a:hover {
    color: #424242;
}

/* Style for About Us Section */

.about{
    padding: 10em 5%;
    background: linear-gradient(
        180deg,
        #ffffff 0%,
        #f3f6f6 100%
    );
    font-size: 1.3em;
}


.about .flex-container{
    align-items: stretch;
}

/* Ensure the left image in the about section can define the row height */
.about .flexleft img{
    max-height: none;
}

.about h1{
    padding-left: 1em;
    color: #000000;
}


.flexright{
    flex-basis: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: white;
    padding: 2.5em;
    border-radius: 20px;
    margin-right: 1em;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    line-height: 1.6;
    text-indent: 0;
}


.flexleft img{
    display: flex;
    flex-basis: 48%;
    max-height: 5%;
    margin-left: 1em;
    width: auto;
    height: auto;
}

.about img{
    display: flex;
    margin-top: 2em;
    margin-right: 3em;
    margin-left: 4.5em;
    align-content: center;
    max-width: 750px;
    height: auto;
    border-radius: 25px;
    border: 3px solid rgba(125,144,145,0.3);
    box-shadow: 10px 10px 0 rgba(125,144,145,0.25);
}

.about .promo{
    background: #7d9091;
    color: white;
    border-radius: 25px;
    margin: 3em auto;
    padding: 2em;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.promo h2{
    font-size: 1.8em;
    margin-bottom: 1em;
    letter-spacing: 1px;
}



/* Styles for footer */

footer{
    background: #7d9091;
    color: white;
    text-align: center;
    padding: 2em;
    font-size: 1em;
    letter-spacing: 1px;
    border-top: 6px solid rgba(0,0,0,0.1);
}


footer li{
    display: inline;
}

footer i{
    color: #7d9091;
    font-size: 3em;
    padding-left: 0em;
    padding-right: .5em;
}

footer a i:hover{
    color: #ffffff;

}

footer a{
    color: white;
    font-weight: bold;
    text-decoration: none;
}

footer a:hover{
    opacity: 0.7;
}


/* Styles for tickets page */

.sale{
    padding-top: 6em;
    margin: 2em;
}

/* -----------------------------
   Responsive / Mobile styles
   ----------------------------- */
@media (max-width: 1240px) {
    nav li a{ font-size: 1.25em; }
    .Hero{ padding-top: 2.5em; padding-bottom: 2.5em; }
}

@media (max-width: 768px) {
    header{
        position: relative;
        flex-direction: column;
        align-items: center;
        height: auto;
        padding: .75em 1em;
    }

    .tickets,
    .tickets .flex-container,
    .tickets .flextickets {
        background: #9e1212 !important;
        background-color: #9e1212 !important;
        border-color: transparent !important;
        box-shadow: none !important;
        color: inherit !important;
    }

    .tickets .flextickets img {
        filter: none !important;
        opacity: 1 !important;
        mix-blend-mode: normal !important;
        background: transparent !important;
    }

    .tickets .flextickets nav,
    .tickets .flextickets nav li,
    .tickets .flextickets nav li a {
        background: transparent !important;
        background-color: transparent !important;
        color: inherit !important;
        border: none !important;
        box-shadow: none !important;
    }

    .tickets .flextickets::before,
    .tickets .flextickets::after,
    .tickets .flextickets nav li a::before,
    .tickets .flextickets nav li a::after {
        display: none !important;
        background: transparent !important;
        content: none !important;
    }

    body { padding-top: 0; }

    header .jbb{ padding-left: 0; padding-top: .5em; }

    header img{ max-height: 3.6em; width: auto; }

    nav{ order: 3; width: 100%; padding-top: .5em; }
    nav ul{ display:flex; justify-content:center; gap:.5em; flex-wrap:wrap; }
    nav li{ display: inline-block; }
    nav li a{ font-size: 1.05em; padding: .25em .5em; }

    .flex-container{ flex-direction: column; align-items: stretch; }

    .flexright, .flexleft, .flextickets{ flex-basis: 100%; margin: .5em 0; padding: .5em 1em; }

    .about img{ margin: 1em auto; display:block; max-width: 90%; }

    .promo video{ width: 100%; max-width: 100%; height: auto; }
}

main { flex: 1 0 auto; }

@media (max-width: 420px) {
    nav li a{ font-size: .95em; }
    header img{ max-height: 3em; }
    h1{ font-size: 1.6em; }
    .tickets nav li a{ font-size: 1.6em; }
    footer i{ font-size: 2em; }
}

/* bicky whimsy*/

body {
    background-color: #e9f0f0;
}

header {
    background: #7d9091;
    box-shadow: 0 6px 0 rgba(0,0,0,0.15);
    border-bottom: 6px solid rgba(0,0,0,0.1);
    padding: 0 2.5em;
}

.about {
    background: #f4f7f7;
    padding: 9em 6%;
    position: relative;
}

.flexright {
    background: #ffffff;
    padding: 3em;
    border-radius: 25px;
    border: 3px solid rgba(125,144,145,0.3);
    box-shadow: 8px 8px 0 rgba(125,144,145,0.25);
    line-height: 1.8;
    text-indent: 0;
}

.about img {
    border-radius: 25px;
    border: 3px solid rgba(125,144,145,0.3);
    box-shadow: 10px 10px 0 rgba(125,144,145,0.25);
    margin-top: 3em;
}

.about .promo {
    background: #7d9091;
    border-radius: 30px;
    padding: 2.5em;
    margin: 4em auto;
    border: 4px solid rgba(255,255,255,0.4);
    box-shadow: 10px 10px 0 rgba(0,0,0,0.15);
}

.about h1 {
    font-size: 2.5em;
    letter-spacing: 1px;
    margin-bottom: 1em;
}

footer {
    background: #7d9091;
    border-top: 6px solid rgba(0,0,0,0.1);
    padding: 2em;
}

nav li a {
    position: relative;
    padding-bottom: 5px;
}

nav li a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 3px;
    left: 0;
    bottom: 0;
    background: #ffffff;
    transition: 0.3s ease;
}

nav li a:hover::after {
    width: 100%;
}

section {
    margin-bottom: 3em;
}
.about {
    background:
        repeating-linear-gradient(
            to right,
            #f4f7f7 0px,
            #f4f7f7 40px,
            #e6eeee 40px,
            #e6eeee 80px
        );
}

/*text is lame as heck rn so we make it better*/

body {
    font-size: 16px;
    line-height: 1.7;
    color: #2f3e3f;
}

h1 {
    font-size: 2.4em;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0.5em;
}

.about h1 {
    font-size: 2.8em;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 1em;
}

p {
    font-size: 1.05em;
    font-weight: 400;
    letter-spacing: 0.3px;
}

.flexright p {
    font-size: 1.05em;
    line-height: 1.8;
    color: #3a4a4b;
}

.promo {
    font-size: 1.1em;
    letter-spacing: 0.5px;
}

nav li a {
    font-size: 1.2em;
    font-weight: 600;
    letter-spacing: 1.5px;
}

footer {
    font-size: 0.95em;
    letter-spacing: 1px;
}


/* for index?, idk where the gray random box came from */


section {
    margin: 4em 0;  
}

.About .flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2em;
}

.flexleft, .flexright {
    flex: 1 1 400px;
}

.flexleft img {
    border-radius: 20px;
    max-width: 100%;
    height: auto;
}

.flexright {
    background: #ffffff;
    padding: 2em;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.Main img {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    border-radius: 15px;
}
