#root{width:100%;height:100%;margin:0 auto;text-align:center;scroll-behavior:smooth}.main{display:flex;flex-direction:column;padding:0;margin:0;width:auto;min-width:100%;height:auto;min-height:100vh}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:var(--dark-color)}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:12px}::-webkit-scrollbar-thumb:hover{background:var(--darkPrimary-color)}.topHeader{display:flex;position:sticky;top:0;place-items:center;justify-content:start;gap:32px;padding:28px 0;background:var(--darkness-color);width:100%;box-shadow:0 0 12px var(--dark-color);transition:all .25s ease-in-out;z-index:1}.topHeader>a{font-size:calc(2px + 2vmin);margin-left:24px}@media screen and (max-width: 800px){.topHeader{justify-content:center}.topHeader>a{font-size:calc(1px + 2vmin);margin-left:4px}}.homeSection{display:flex;height:auto;padding:0rem 5rem;scroll-behavior:smooth;place-items:center;justify-content:center;min-height:100vh}.homeSection>.channelSection>.profileImage{width:128px;height:128px;border-radius:99999px;border:1px solid var(--dark-color);box-shadow:0 0 12px var(--dark-color);user-select:none;-webkit-user-drag:none;-moz-window-dragging:no-drag}.homeSection>.channelBackground{width:100%;height:100%;display:flex;position:absolute;z-index:-1;background:url(/assets/banner-5053aab1.jpg);background-repeat:no-repeat;background-size:cover;background-attachment:fixed;background-position:center}.homeSection>.channelSection{display:flex;flex-direction:row;gap:16px;place-items:center;justify-content:center;background:var(--dark-color);padding:1rem 2rem;border-radius:32px;box-shadow:0 0 12px var(--darkness-color);transition:all .2s ease-in-out}.homeSection>.channelSection:hover{transform:scale(1.05)}.homeSection>.channelSection>.profileInfo{display:flex;flex-direction:column;gap:0;place-items:center}.homeSection>.channelSection>.profileInfo>h2{padding:0;margin:0;font-size:calc(6px + 2vmin)}.homeSection>.channelSection>.profileInfo>small{padding:0;margin:0;font-size:calc(3px + 1vmin);color:var(--lighter-color)}.homeSection>.channelSection>.profileInfo>p{padding:0;margin:0;color:var(--lighter-color);font-size:calc(3px + 1vmin)}@media screen and (max-width: 500px){.homeSection>.channelSection>.profileImage{width:64px;height:64px}.homeSection>.channelSection{display:flex;flex-direction:column;gap:16px;place-items:center;justify-content:center}}.video-responsive{display:flex;background:var(--darkness-color);width:81%;height:80%;padding:3rem;flex-direction:column;place-items:start;justify-content:center;transition:all .2s ease-in-out}.video-responsive img{border-radius:8px;width:100%;height:100%;left:0;top:0;box-shadow:0 0 16px var(--background);border:3px solid var(--background);aspect-ratio:16/9}.video-responsive h2{font-size:calc(3px + 2vmin);text-align:start;width:100%;padding:8px 0;margin:0}.video-responsive p{font-size:calc(1px + 1.2vmin);color:var(--light-color);text-overflow:clip;text-align:center;max-height:20px;text-align:left;width:100%;padding:0;margin:0}.spotifyButton{display:flex;width:80px;height:30px;background:#1ed760;color:var(--background);justify-content:center;place-items:center;border-radius:25px;font-size:calc(2px + 1vmin);padding:4px 12px;margin:12px 0 0;transition:all .2s ease-in-out;opacity:1;font-family:Verdana,Geneva,Tahoma,sans-serif;font-weight:800;border:3px solid black}.spotifyButton:hover{opacity:1;transform:scale(1.15);border:3px solid black}.spotifyButton:hover>img{transform:rotate(360deg)}.spotifyButton>img{width:14px;height:14px;border:none;box-shadow:none;padding:6px;transition:all .6s ease-in-out;transform:rotate(0)}@media screen and (max-width: 800px){.video-responsive{display:flex;background:var(--darkness-color);width:80%;height:80%;padding:1.5rem}}.video-responsive:hover{transform:scale(1.01)}.mostrecentSection{display:flex;flex-direction:column;gap:0;justify-content:center;place-items:center;padding:0 24rem;max-width:100vw;min-height:100vh}@media screen and (max-width:800px){.mostrecentSection{padding:2rem 4rem}}.songsSection{display:flex;flex-direction:column;gap:0;justify-content:center;place-items:center;padding:4rem 8rem;max-width:100vw;min-height:100vh}.songsSection>.songsGrid{display:grid;width:100%;height:100%;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));padding:0;margin:0;column-gap:0;row-gap:0;place-items:center;justify-content:center}.songsSection_navButtons{display:flex;flex-direction:row;width:calc(100% - 4rem);padding:2rem}.songsSection_navButtons>button{display:flex;place-items:center;justify-content:center;border-radius:0;width:100%}.songsSection_navButtons>button:focus{outline:none}@media screen and (max-width: 800px){.songsSection{padding:0}.songsSection_navButtons>button{font-size:1ch}}.infoSection{display:flex;flex-direction:column;gap:0;justify-content:center;place-items:center;padding:0 24rem;max-width:100vw;min-height:100vh;scroll-behavior:smooth}.infoSection>p{max-width:600px;text-align:center;font-weight:500;color:var(--lighter-color);padding:0;margin:0}.infoSection>img{width:200px;height:200px}.infoSection>.socialNetworks{display:flex;flex-direction:row;gap:12px}@media screen and (max-width: 800px){.infoSection{padding:0}}@media screen and (max-width: 1400px){.infoSection{padding:0 8rem}}.contactSection{display:flex;flex-direction:column;gap:0;justify-content:center;place-items:center;padding:0 24rem;max-width:100vw;min-height:100vh;scroll-behavior:smooth}.contactSection>p{max-width:600px;text-align:center;font-weight:500;color:var(--lighter-color);padding:0;margin:0}.contactSection>.socialNetworks{display:flex;flex-direction:row;gap:12px}@media screen and (max-width: 800px){.contactSection{padding:0}}@media screen and (max-width: 1400px){.contactSection{padding:0 8rem}}:root{--background: #000000;--text-color: #fbfbfb;--primary-color: #b10f24;--darkPrimary-color: #650915;--lightPrimary-color: #fd1533;--base-color: #1e1e1e;--light-color: #444444;--lighter-color: #6a6a6a;--dark-color: #141414;--darkness-color: #0c0c0c;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:600;color:var(--text-color);background-color:var(--background);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;scroll-behavior:smooth}a{font-weight:700;color:var(--primary-color);text-decoration:inherit}a:hover{color:var(--darkPrimary-color)}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;scroll-behavior:smooth}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--base-color);cursor:pointer;color:var(--text-color);transition:border-color .25s}button:hover{border-color:var(--darkPrimary-color)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}
