a{color:var(--color-on-background)}a,a:visited,a:focus,a:active,a:hover{text-decoration:underline}.grid-item{border-radius:18px;position:relative;text-align:center}.grid-item>.grid-item-header{position:absolute;width:100%;text-align:center;transform:translateY(-130%)}@media(min-width: 1025px),(min-width: 670px)and (max-width: 1024px){.grid-item>.grid-item-header>h2{font-size:1.5rem}}@media(max-width: 669px){.grid-item>.grid-item-header>h2{font-size:1.25rem}}.grid-item>a>picture>img{border-radius:18px;width:100%;height:100%;object-fit:cover}.grid{display:grid;column-gap:1rem;margin-left:7%;margin-right:7%}@media(min-width: 1025px),(min-width: 670px)and (max-width: 1024px){.grid{grid-template-columns:repeat(4, minmax(250px, 1fr));grid-auto-rows:300px;margin-top:5rem;row-gap:60px;margin-bottom:3rem}}@media(max-width: 669px){.grid{grid-template-columns:repeat(1, minmax(100px, 1fr));margin-top:3rem;margin-bottom:1.5rem;row-gap:50px}}.cursor-pointer{cursor:pointer}.underline{text-decoration:underline}*{margin:0;padding:0;font-family:"Helvetica",sans-serif}*,*::before,*::after{box-sizing:border-box}:root{--color-background: #121212;--color-on-background: #fafafa;--color-surface: #121212;--color-on-surface: #fafafa;--color-error: #cf6679;--color-on-error: #000;--color-primary: #f7cb64;--color-primary-variant: #f7cb64;--color-on-primary: #000;--color-secondary: #000;--color-secondary-variant: #000;--color-on-secondary: #000}body{background-color:var(--color-background);color:var(--color-on-background)}.color-background{background-color:var(--color-background);color:var(--color-on-background)}.color-surface{background-color:var(--color-surface);color:var(--color-on-surface)}.color-error{background-color:var(--color-error);color:var(--color-on-error)}.color-primary{background-color:var(--color-primary);color:var(--color-on-primary)}.color-primary-variant{background-color:var(--color-primary-variant);color:var(--color-on-primary)}.color-secondary{background-color:var(--color-secondary);color:var(--color-on-secondary)}.color-secondary-variant{background-color:var(--color-secondary-variant);color:var(--color-on-secondary)}.page-404{text-align:center}.page-404>header{margin:2rem 0}.page-404>picture>img{border-radius:18px}@media(min-width: 1025px),(min-width: 670px)and (max-width: 1024px){.page-404>picture>img{width:300px}}@media(max-width: 669px){.page-404>picture>img{width:150px}}.page-home>.background-image{position:relative;display:grid;justify-items:center}.page-home>.background-image>header{position:absolute;top:1.5rem}.page-home>.background-image>nav{position:absolute;bottom:1.5rem}@media(min-width: 1025px),(min-width: 670px)and (max-width: 1024px){.page-home>.background-image{height:100vh;background-position:center;background-repeat:no-repeat;background-size:cover}.page-home>.background-image>picture{display:none}.page-home>.background-image>picture>.mobile-background{display:none}}@media(max-width: 669px){.page-home>.background-image{background-image:none !important}.page-home>.background-image>picture{display:unset}.page-home>.background-image>picture>.mobile-background{width:100vw;object-fit:cover}}.page-home>.about{display:grid;margin:1rem}.page-home>.about>h2{text-align:center;margin:1rem 0}.page-home>.about>.about-band{margin:0 auto}@media(min-width: 1025px){.page-home>.about>.about-band{width:40%;margin-bottom:3rem}}@media(min-width: 670px)and (max-width: 1024px),(max-width: 669px){.page-home>.about>.about-band{width:100%;margin-bottom:2rem}}.page-home>.about>.about-band>p{padding:1rem;text-align:left}.page-home>.about>.band-members{display:grid;gap:2rem;margin:0 auto}.page-home>.about>.band-members>.member{display:grid;gap:2rem;align-items:center}@media(min-width: 1025px){.page-home>.about>.band-members>.member{grid-template-columns:1fr 1fr}}@media(min-width: 670px)and (max-width: 1024px),(max-width: 669px){.page-home>.about>.band-members>.member{grid-template-columns:1fr}}.page-home>.about>.band-members>.member>picture{display:flex;justify-content:center;align-items:center}.page-home>.about>.band-members>.member>picture>img{width:90%;height:auto;object-fit:cover;border-radius:18px}.page-home>.about>.band-members>.member>div>h3{margin-bottom:2rem;text-align:center}@media(min-width: 1025px){.page-home>.about>.band-members>.member>div>h3{font-size:2.5rem}}@media(min-width: 670px)and (max-width: 1024px),(max-width: 669px){.page-home>.about>.band-members>.member>div>h3{font-size:2rem}}.page-home>.about>.band-members>.member>div>p{width:90%;margin:0 auto}.page-home>.about>.band-members>.member>div>p>br{content:"";display:block;margin:1rem}@media(min-width: 1025px){.page-home>.about>.band-members>.member:nth-child(even){direction:rtl}}@media(min-width: 670px)and (max-width: 1024px),(max-width: 669px){.page-home>.about>.band-members>.member:nth-child(even){direction:ltr}}.page-home>.about>.band-members>.member:nth-child(even) p{direction:ltr}.page-home>.youtube{display:grid;justify-items:center;margin:2rem 0}.page-home>.youtube>h3{font-size:2rem;margin-top:1rem;margin-bottom:2rem}.page-home>.youtube>iframe{border:none;aspect-ratio:16/9}@media(min-width: 1025px){.page-home>.youtube>iframe{width:60%}}@media(min-width: 670px)and (max-width: 1024px),(max-width: 669px){.page-home>.youtube>iframe{width:90%}}footer{text-align:center;margin:1rem}header{display:grid}header>a>picture>.logo{border-radius:18px;border:4px solid var(--color-background);display:block;margin:0 auto}@media(min-width: 1025px),(min-width: 670px)and (max-width: 1024px){header>a>picture>.logo{width:650px}}@media(max-width: 669px){header>a>picture>.logo{width:75%}}nav{display:flex;align-items:center;text-align:center}nav>ul{width:100%}nav>ul>li{display:inline-block;list-style-type:none}@media(min-width: 1025px),(min-width: 670px)and (max-width: 1024px){nav>ul{margin-top:1.5rem}}@media(max-width: 669px){nav>ul{margin-top:1rem}}.social-media-icon>a{fill:var(--color-on-background)}@media(min-width: 1025px),(min-width: 670px)and (max-width: 1024px){.social-media-icon{width:4rem;height:4rem;margin:0 1rem}}@media(max-width: 669px){.social-media-icon{width:2rem;height:2rem;margin:0 .25rem}}
