@import"https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,100;9..40,200;9..40,300;9..40,400;9..40,500;9..40,600;9..40,700;9..40,800;9..40,900;9..40,1000&display=swap";.navigation-bar{display:flex;position:fixed;width:100vw;height:90px;padding:0;justify-content:space-between;align-items:center;z-index:2;background-color:#000}.navigation-bar__logo{display:none;width:280px}.navigation-bar__links{margin:0 auto;width:100%}.navigation-bar__links ul{float:right;list-style-type:none;display:flex}.navigation-bar__links ul li a{padding:.5rem 1rem;font-weight:900;font-size:1.25rem;color:#fff;text-decoration:none;border-left:5px solid rgba(255,204,51,.7019607843);transition:.2s ease-in-out}.navigation-bar__links ul li a:hover{border-left:5px solid #ffcc33}.navigation-bar__links ul li:last-child{padding:0}@media only screen and (min-width: 768px){.navigation-bar{width:100%;padding:0 1rem}.navigation-bar__logo{display:block}.navigation-bar__links{width:86vw;margin:0}.navigation-bar__links ul{justify-content:flex-end}.navigation-bar__links ul li a{padding:.5rem 2rem}}@media only screen and (min-width: 1440px){.navigation-bar{width:86vw;padding:0}}.single-song{width:100%;border-left:5px solid rgba(255,204,51,.7019607843);background-color:#222;margin-bottom:3rem;min-height:240px;display:flex;flex-direction:column;text-decoration:none;transition:.2s ease-in-out}.single-song img{width:100%;opacity:.8;transition:.2s ease-in-out}.single-song__info{width:100%;padding:1rem 2rem}.single-song__info h1{color:#fff;font-size:24px}.single-song__info h2{color:#fffc;margin-top:.4rem;font-size:18px;opacity:.7}.single-song__stream-icon{transition:.2s ease-in-out;margin:1rem 1rem 0 0}.single-song__stream-icon:hover{cursor:pointer}.single-song .spotify{fill:#1db954;opacity:.5}.single-song .spotify:hover{opacity:1}.single-song .youtube{fill:#f80000;opacity:.5}.single-song .youtube:hover{opacity:1}.single-song .appleMusic{border-radius:50%;padding:.25rem;background-image:linear-gradient(315deg,rgb(33,199,254) 0%,rgb(160,115,225) 33%,rgb(254,92,104) 66%,rgb(255,94,80) 100%);opacity:.5}.single-song .appleMusic:hover{opacity:1}.single-song .soundcloud{fill:#f70;opacity:.5}.single-song .soundcloud:hover{opacity:1}.single-song:hover{transition:.2s ease-in-out;cursor:pointer;border-left:5px solid #ffcc33}.single-song:hover img{opacity:1}.single-song:hover .single-song__info h1{color:#fc3}.single-song:last-child{margin-bottom:0}@media only screen and (min-width: 768px){.single-song{flex-direction:row}.single-song img{width:240px;height:240px}.single-song:last-child{margin-bottom:3rem}}@media only screen and (min-width: 1264px){.single-song{width:49%}}@media only screen and (min-width: 1440px){.single-song{width:49%}}.home{position:relative;display:flex;flex-direction:column;width:100vw}.home__left{width:100%;padding:1.5rem 1rem;order:2}.home__left .paragraph{color:#fffc;margin-bottom:1.5rem;text-shadow:1px 1px 0px #000;font-size:18px}.home__right{order:1;background-color:#151313;object-fit:cover;object-position:center;background-image:url(/assets/home-banner-7ec9face.webp);background-repeat:no-repeat;background-size:cover;pointer-events:none;cursor:default}.home__latest-release .single-song{margin:0 0 1rem;width:100%}.home__latest-release-heading{text-shadow:2px 2px 0px rgba(0,0,0,.7019607843);color:#fc3;font-size:3rem;opacity:.7;margin:.5rem 0}.home__socials{margin-bottom:4rem}.home__social-icon{margin:0 1rem 0 0;opacity:.7;transition:.2s ease-in-out}.home__social-icon:hover{opacity:1}@media only screen and (min-width: 1440px){.home{flex-direction:row;width:86vw}.home__left{order:1;display:flex;flex-direction:column;width:60%;padding:2.5rem 4rem}.home__left .paragraph{margin-bottom:1.5rem;font-size:18px;opacity:.8}.home__right{order:2;width:40%;height:100%}.home__right img{height:100%}.home__latest-release .single-song{width:100%}}.music{position:relative;display:flex;flex-direction:column;padding:1.5rem 1rem;width:100vw;min-height:86vh}.music__songs-container{display:flex;justify-content:space-between;flex-wrap:wrap}.music__latest-release-heading{color:#fc3;font-size:3rem;opacity:.7;margin-bottom:.5rem}@media only screen and (min-width: 1440px){.music{padding:3rem 5rem 0;width:86vw}}.App{display:flex;justify-content:center;width:86vw;margin:0 auto;z-index:1}.App__content{min-height:calc(86vh - 2rem);margin:90px auto 0;background-color:#151313;display:flex;z-index:1}.dev__signature{-webkit-user-select:none;user-select:none;margin:0;position:absolute;bottom:1rem;left:1rem;opacity:.5;font-size:1rem}.dev__signature a{color:#fc3;text-decoration:none;opacity:.75}.dev__signature a:hover{opacity:1}@media only screen and (min-width: 1440px){.App{margin:0 auto 2rem}}@media only screen and (min-height: 1046px) and (min-width: 1920px){.App__content{max-height:86vh}}:root{font-family:DM Sans,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;background-color:#000}#root{background-color:#000;min-height:100vh}*{box-sizing:border-box;margin:0;padding:0}
