html,body{color:#fff;background:#000;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}html a,body a{color:inherit;text-decoration:none}html *,body *{box-sizing:border-box}html .sr-only,body .sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}html .app-container,body .app-container{max-width:1400px;margin:auto}html .bio,body .bio{padding:0 3rem;font-size:1.25rem;line-height:1.5}@media (max-width:900px){html .bio,body .bio{padding:0 2rem}}@media (max-width:500px){html .bio,body .bio{font-size:1rem}}html footer,body footer{color:#696969;border-top:1px solid #696969;margin-top:1rem;padding:1rem;font-size:.9rem}.album-container{padding:1.5rem 3rem}@media (max-width:900px){.album-container{padding:2rem}}.album-container .albums{flex-wrap:wrap;gap:2rem;display:flex}.album-container .albums .album{width:calc(25% - 1.666rem);position:relative}@media (max-width:900px){.album-container .albums .album{width:calc(50% - 1rem)}}@media (max-width:500px){.album-container .albums .album{width:100%}}.album-container .albums .album img{width:100%}.album-container .albums .album h3{margin:1rem 0 0}.album-container .albums .album p{margin:0}.album-container .albums .album.latest:before{content:"Latest release";color:#fff;text-align:center;z-index:1;background:#000;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;padding:13px;font-size:.8rem;font-weight:600;display:flex;position:absolute;top:0;right:0;transform:translate(20%,-20%)}.album-container .albums .album:after{opacity:0;content:"Listen";background:#000;border-radius:5px;padding:.5rem;position:absolute;top:calc(50% - 25px);left:50%;transform:translate(-50%,-50%)}.album-container .albums .album:hover{cursor:pointer}.album-container .albums .album:hover img{opacity:.7;transition:all .5s}.album-container .albums .album:hover:after{opacity:1;transition:all .5s}.artist-header{height:375px;position:relative;overflow:hidden}@media (max-width:500px){.artist-header{height:auto}}.artist-header .artist-img{width:100%;position:absolute}@media (max-width:500px){.artist-header .artist-img{position:relative}}.artist-header .artist-img img{width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-15%)}@media (max-width:500px){.artist-header .artist-img img{position:relative}}.artist-header .artist-name{background:linear-gradient(#0000,#000);width:100%;padding:4rem 3rem;position:absolute;bottom:0}@media (max-width:900px){.artist-header .artist-name{background:#000;padding:1rem 2rem 0}}.artist-header .artist-name h1{margin:0;font-size:4rem;line-height:1}@media (max-width:900px){.artist-header .artist-name h1{font-size:3rem}}@media (max-width:500px){.artist-header .artist-name h1{font-size:2rem}}.dist-links{gap:1.5rem;padding:1.5rem 3rem;display:flex}@media (max-width:900px){.dist-links{gap:1rem;padding:1.5rem 2rem}}.dist-links a div img{background:#fff;border:2px solid #fff;border-radius:50%;width:45px;height:45px;overflow:hidden}@media (max-width:500px){.dist-links a div img{width:35px;height:35px}}.player-modal{z-index:1;opacity:0;width:100vw;height:100vh;transition:all .5s;position:absolute;top:0;left:0}.player-modal.open{opacity:1}.player-modal .overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#00000080;width:100vw;height:100vh;position:fixed;top:0;left:0}.player-modal .player{width:calc(100% - 2rem);max-width:1000px;height:auto;padding:0 2rem;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.player-modal .player .close-button{color:#fff;cursor:pointer;background:0 0;border:0;font-size:2rem;position:absolute;top:0;right:2rem;transform:translateY(-115%)}
