:root {
    --header-background-color: rgba(0, 0, 0, 0.8);
    --header-color: #fff;
    --header-height: 3.5rem;
    --content-max-width: 80rem;
    --paragraph-line-height: 1.5;
}
.concerts-wrapper.svelte-cq3x5m.svelte-cq3x5m{max-width:var(--content-max-width);margin:auto;padding:0 2rem}.concert-card.svelte-cq3x5m.svelte-cq3x5m{background-color:white;padding:2rem;display:flex;align-items:center;justify-content:space-between;border-radius:4px;margin:2rem 0}.concert-card.odd.svelte-cq3x5m.svelte-cq3x5m{background-color:#dcdcdc;flex-direction:row-reverse}.concert-card.svelte-cq3x5m>img.svelte-cq3x5m{width:25rem;height:auto}.concert-card.even.svelte-cq3x5m .concert-info.svelte-cq3x5m{padding-left:2rem}.concert-card.odd.svelte-cq3x5m .concert-info.svelte-cq3x5m{padding-right:2rem}.concert-info.svelte-cq3x5m h3.svelte-cq3x5m{margin-top:0}.concert-info.svelte-cq3x5m p.svelte-cq3x5m{line-height:var(--paragraph-line-height);text-align:justify}@media only screen and (max-width: 1300px){.concert-card.svelte-cq3x5m.svelte-cq3x5m{display:block}.concert-card.svelte-cq3x5m>img.svelte-cq3x5m{margin:auto;display:block;padding-bottom:2rem}.concert-info.svelte-cq3x5m.svelte-cq3x5m{padding:0 !important}}@media only screen and (max-width: 540px){.concert-card.svelte-cq3x5m>img.svelte-cq3x5m{width:100%;height:auto}}
.documents-wrapper.svelte-p6vz9u{max-width:var(--content-max-width);margin:auto;padding:0 2rem;display:flex;align-items:center}.documents-img.svelte-p6vz9u{width:40%;height:auto;margin-right:6rem;flex-grow:0}@media only screen and (max-width: 1300px){.documents-img.svelte-p6vz9u{margin-right:3rem}}@media only screen and (max-width: 540px){.documents-img.svelte-p6vz9u{display:none}}
footer.svelte-a8vlc2{width:100%;background-color:var(--header-background-color);color:var(--header-color);padding:1rem;text-align:center}.main.svelte-a8vlc2{font-size:130%;letter-spacing:2px}
header.svelte-1fs6nnk.svelte-1fs6nnk{width:100%;min-height:var(--header-height);background-color:var(--header-background-color);position:fixed;padding:1rem;color:var(--header-color);z-index:10;display:flex;align-items:center;justify-content:center;top:0}.logo-container.svelte-1fs6nnk.svelte-1fs6nnk{position:absolute;top:0;left:0;bottom:0;display:flex;align-items:center;padding:0.5rem 2rem}.logo-container.svelte-1fs6nnk img.svelte-1fs6nnk{height:100%;width:auto}nav.svelte-1fs6nnk.svelte-1fs6nnk{text-transform:uppercase}ul.svelte-1fs6nnk.svelte-1fs6nnk{height:100%;display:flex;justify-content:center;align-items:center}li.svelte-1fs6nnk.svelte-1fs6nnk{margin:0 1rem;min-width:10rem;text-align:center;letter-spacing:1px}a.svelte-1fs6nnk.svelte-1fs6nnk,a.svelte-1fs6nnk.svelte-1fs6nnk:visited,a.svelte-1fs6nnk.svelte-1fs6nnk:active{color:var(--header-color)}a.svelte-1fs6nnk.svelte-1fs6nnk:hover{text-decoration:none;font-weight:bold}.mobile-toggle-menu.svelte-1fs6nnk.svelte-1fs6nnk{margin-left:auto;padding-right:1rem;display:none}@media only screen and (max-width: 1300px){header.svelte-1fs6nnk.svelte-1fs6nnk{padding:0.5rem}.mobile-toggle-menu.svelte-1fs6nnk.svelte-1fs6nnk{display:block}nav.svelte-1fs6nnk.svelte-1fs6nnk{position:absolute;right:0;top:var(--header-height)}ul.svelte-1fs6nnk.svelte-1fs6nnk{display:block;background-color:var(--header-background-color)}li.svelte-1fs6nnk.svelte-1fs6nnk{padding:1.5rem 1rem}}
.history-wrapper.svelte-1d32bmr{max-width:var(--content-max-width);margin:auto;padding:0 2rem;text-align:center;line-height:1.8}
div.svelte-qrhy1p{max-width:var(--content-max-width);margin:auto;padding:2rem;line-height:var(--paragraph-line-height);padding-bottom:5rem}h2.svelte-qrhy1p{margin-top:calc(4rem + var(--header-height))}
div.svelte-qrhy1p{max-width:var(--content-max-width);margin:auto;padding:2rem;line-height:var(--paragraph-line-height);padding-bottom:5rem}h2.svelte-qrhy1p{margin-top:calc(4rem + var(--header-height))}
.band-description.svelte-kfj5y4.svelte-kfj5y4{text-align:justify;line-height:var(--paragraph-line-height);max-width:var(--content-max-width);margin:auto;padding:0 2rem}ul.svelte-kfj5y4.svelte-kfj5y4{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;max-width:75rem;margin:auto}ul.svelte-kfj5y4 li.svelte-kfj5y4{width:30%;min-width:15rem;position:relative}.band-img.svelte-kfj5y4.svelte-kfj5y4{width:100%;height:100%}.img-caption.svelte-kfj5y4.svelte-kfj5y4{display:none;position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(0, 0, 0, 0.6);color:white;flex-direction:column;align-items:center;justify-content:center}.img-caption.svelte-kfj5y4 h3.svelte-kfj5y4{font-size:200%;text-align:center;margin:1rem}.img-caption.svelte-kfj5y4 p.svelte-kfj5y4{font-size:120%;text-align:center;margin:1rem}li.svelte-kfj5y4:hover .img-caption.svelte-kfj5y4{display:flex}@media only screen and (max-width: 540px){.img-caption.svelte-kfj5y4.svelte-kfj5y4{display:flex;top:initial}}
.videos-wrapper.svelte-eob8nw.svelte-eob8nw{max-width:var(--content-max-width);margin:auto;padding:0 2rem}.divider.svelte-eob8nw.svelte-eob8nw{height:2px;background-color:#cacaca;margin:4rem 0}.video-wrapper.svelte-eob8nw.svelte-eob8nw{max-width:840px;margin-bottom:3rem;text-align:center;margin:auto}.video-wrapper.svelte-eob8nw p.svelte-eob8nw{line-height:var(--paragraph-line-height)}.video-wrapper.svelte-eob8nw iframe.svelte-eob8nw{max-width:840px;max-height:580px;width:100%}@media only screen and (max-width: 1000px){.divider.svelte-eob8nw.svelte-eob8nw{margin:2rem 0}.video-wrapper.svelte-eob8nw.svelte-eob8nw{max-width:630px}.video-wrapper.svelte-eob8nw iframe.svelte-eob8nw{max-width:630px;max-height:435px}}@media only screen and (max-width: 700px){.video-wrapper.svelte-eob8nw.svelte-eob8nw{max-width:420px}.video-wrapper.svelte-eob8nw iframe.svelte-eob8nw{max-width:420px;max-height:290px}}
#welcome.svelte-132nhg6.svelte-132nhg6{display:flex;justify-content:space-between;height:100vh;background-color:black}.welcome-text.svelte-132nhg6.svelte-132nhg6{color:white;padding:2rem;flex-basis:50%;flex-grow:1;display:flex;justify-content:center;align-items:center;text-align:center}.welcome-text.svelte-132nhg6 h1.svelte-132nhg6{font-size:3rem}.welcome-text.svelte-132nhg6 p.svelte-132nhg6{font-size:2rem;max-width:42rem}.img-gradiant-wrapper.svelte-132nhg6.svelte-132nhg6{position:relative;display:inline-block;height:100%}img.svelte-132nhg6.svelte-132nhg6{height:100%;max-height:100vh}.gradiant-left.svelte-132nhg6.svelte-132nhg6{position:absolute;top:0;left:0;bottom:0;width:3rem;background:linear-gradient(to right, black, transparent)}@media only screen and (max-width: 1300px){#welcome.svelte-132nhg6.svelte-132nhg6{flex-direction:column}.welcome-text.svelte-132nhg6.svelte-132nhg6{margin-top:var(--header-height)}.welcome-img-wrapper.svelte-132nhg6.svelte-132nhg6{overflow:hidden;text-align:center}.gradiant-top.svelte-132nhg6.svelte-132nhg6{position:absolute;top:0;left:0;right:0;height:3rem;background:linear-gradient(to bottom, black, transparent)}.gradiant-right.svelte-132nhg6.svelte-132nhg6{position:absolute;top:0;right:0;bottom:0;width:3rem;background:linear-gradient(to left, black, transparent)}img.svelte-132nhg6.svelte-132nhg6{width:auto;height:100%}}@media only screen and (max-width: 540px){.welcome-text.svelte-132nhg6 h1.svelte-132nhg6{font-size:2rem}.welcome-text.svelte-132nhg6 p.svelte-132nhg6{font-size:1.5rem}}
main.svelte-n64tfx{width:100%;margin:auto;padding-bottom:12rem}.page-hidden.svelte-n64tfx{display:none}
