html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input {
/* 1 */
  overflow: visible;
}
button,
select {
/* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@media screen and (max-width: medium) {
  .desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: small) {
  .mobile-only {
    display: none !important;
  }
}
html {
  -webkit-font-smoothing: antialiased;
}
body {
  margin: 0;
  font-family: primary-font;
}
.signedwaves {
  display: flex;
  flex-flow: column;
}
@import url("http://fonts.cdnfonts.com/css/satoshi");
.noise {
  height: 100vh;
  width: 100vw;
  z-index: 100;
  background-size: cover;
  pointer-events: none;
  position: absolute;
  opacity: 0.3;
}
::-moz-selection {
  background-color: #15182c;
  color: #ebebeb;
}
::selection {
  background-color: #15182c;
  color: #ebebeb;
}
body {
  background: url("/images/dark_tex.jpg"), #2c2c2c;
  background-repeat: repeat;
}
.signedwaves {
  font: 400 1rem 'Satoshi', sans-serif;
  background: url("/images/dark_tex.jpg");
bac
  background-size: cover;
  background-position: center;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 1200px) {
  .signedwaves {
    position: inherit;
    overflow-y: auto;
    height: auto;
  }
}
.sw-main {
  width: 100vw;
  display: flex;
  flex-flow: row;
}
@media screen and (max-width: 1200px) {
  .sw-main {
    flex-wrap: wrap;
    padding-bottom: 20vh;
    overflow-x: hidden;
  }
}
.sw-main +mobile {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.sw-intro {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 25vw;
}
@media screen and (max-width: 1200px) {
  .sw-intro {
    width: 100vw;
  }
}
.sw-intro .sw-logo {
  margin-top: 2vh;
  max-height: 11.5vw;
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .sw-intro .sw-logo {
    max-height: none;
    width: 80vw;
    height: auto;
  }
}
.sw-intro .sw-logo path {
  stroke: #fff;
}
.sw-intro .sw-wave {
  margin-top: 1vh;
  width: 23vw;
}
@media screen and (max-width: 1200px) {
  .sw-intro .sw-wave {
    max-height: none;
    width: 80vw;
    height: auto;
  }
}
.sw-intro .sw-wave path {
  fill: #b0ee00;
}
.sw-intro .sw-explainer {
  color: #ababab;
  text-transform: uppercase;
  font-feature-settings: 'case' 1;
  font: 500 1.2vw 'Satoshi', sans-serif;
  text-align: center;
  line-height: 2.7vh;
  margin-top: 5vh;
  max-width: 90%;
}
@media screen and (max-width: 1200px) {
  .sw-intro .sw-explainer {
    font-size: 25px;
    line-height: 30px;
  }
}
.sw-intro a {
  text-decoration: none;
}
.sw-intro a .sw-intro-spotify-link {
  margin-top: 2vh;
  background: #b0ee00;
  font: 700 0.8vw 'Satoshi', sans-serif;
  border-radius: 32px;
  border: 1px solid #b0ee00;
  padding: 13px 40px 9px 40px;
  transition: all ease-in-out 300ms;
}
@media screen and (max-width: 1200px) {
  .sw-intro a .sw-intro-spotify-link {
    font-size: 20px;
  }
}
.sw-intro a .sw-intro-spotify-link:hover {
  background: #b0ee00;
  color: #15182c;
}
.sw-weekly-wave {
  display: none;
  display: flex;
  flex-flow: column;
  margin-top: 12vh;
  margin-left: 2vw;
}
.sw-weekly-wave a {
  text-decoration: none;
}
.sw-weekly-wave .sw-weekly-wave-text {
  text-transform: uppercase;
  font-feature-settings: 'case' 1;
  color: #ebebeb;
  font: 700 1.8vw 'Satoshi', sans-serif;
  letter-spacing: -0.1vw;
  margin-left: -1vw;
  transform-origin: left;
  transform: rotate(90deg);
  margin-bottom: -1vw;
}
.sw-weekly-wave .sw-weekly-wave-color {
  height: 14vw;
  width: 14vw;
  margin-bottom: -14vw;
  background: #b0ee00;
}
.sw-weekly-wave .sw-weekly-wave-cover {
  height: 14vw;
  width: 14vw;
  mix-blend-mode: multiply;
  filter: saturate(0) brightness(0.8);
}
.sw-weekly-wave .sw-weekly-wave-details {
  display: flex;
  flex-flow: row;
  align-items: center;
}
.sw-weekly-wave .sw-weekly-wave-details .sw-weekly-wave-artist {
  color: #ebebeb;
  font: 700 0.8vw 'Satoshi', sans-serif;
}
.sw-weekly-wave .sw-weekly-wave-details .sw-weekly-wave-track {
  margin-left: 0.5vw;
  color: #ebebeb;
  font: 400 0.8vw 'Satoshi', sans-serif;
  font-style: italic;
}
.sw-pattern {
  margin-top: -3vh;
  margin-left: -30vw;
  width: 65vw;
  z-index: 0;
  pointer-events: none;
}
.sw-pattern path {
  stroke: #b0ee00;
}
@media screen and (max-width: 1200px) {
  .sw-pattern {
    width: 100vw;
    transform: scale(1.8);
    margin-top: 0;
  }
}
.sw-footer {
  display: flex;
  flex-flow: row;
  align-items: center;
  flex-wrap: wrap;
  width: 50vw;
}
@media screen and (max-width: 1200px) {
  .sw-footer {
    width: 95vw;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
}
.sw-footer .sw-footer-divider {
  height: 2px;
  background: #4f11ff;
  width: 45vw;
  margin-left: 2vw;
}
@media screen and (max-width: 1200px) {
  .sw-footer .sw-footer-divider {
    width: 85vw;
  }
}
.sw-footer .sw-footer-graphic {
  height: 14vw;
}
@media screen and (max-width: 1200px) {
  .sw-footer .sw-footer-graphic {
    width: 85vw;
    height: auto;
    max-width: 500px;
  }
}
.sw-footer .sw-footer-graphic path {
  fill: #ebebeb;
}
.sw-footer .sw-footer-graphic :nth-child(1),
.sw-footer .sw-footer-graphic :nth-child(5),
.sw-footer .sw-footer-graphic :nth-child(6) {
  fill: #4f11ff;
}
.sw-footer .sw-footer-graphic :nth-child(2),
.sw-footer .sw-footer-graphic :nth-child(7),
.sw-footer .sw-footer-graphic :nth-child(8) {
  fill: #b0ee00;
}
.sw-footer .sw-footer-extras {
  display: flex;
  flex-flow: column;
  margin-left: 3vw;
}
.sw-footer .sw-footer-extras .sw-footer-extras-graphic {
  height: 2.4vw;
  align-self: flex-start;
}
@media screen and (max-width: 1200px) {
  .sw-footer .sw-footer-extras .sw-footer-extras-graphic {
    width: 70vw;
    height: auto;
    margin-top: 20px;
    max-width: 500px;
  }
}
.sw-footer .sw-footer-extras .sw-footer-extras-graphic path {
  stroke: #ebebeb;
}
.sw-footer .sw-footer-extras .sw-footer-extras-text {
  font: 500 0.8vw 'Satoshi', sans-serif;
  border-radius: 32px;
  margin-top: 0.5vh;
  text-transform: uppercase;
  font-feature-settings: 'case' 1;
  letter-spacing: 0.05vw;
  color: #ababab;
}
@media screen and (max-width: 1200px) {
  .sw-footer .sw-footer-extras .sw-footer-extras-text {
    font-size: 22px;
    width: 65vw;
  }
}
.sw-footer .sw-footer-extras a {
  text-decoration: none;
}
.sw-footer .sw-footer-extras a .sw-footer-email-button {
  margin-top: 2vh;
  font: 600 1vw 'Satoshi', sans-serif;
  color: #ebebeb;
  max-width: 10vw;
  border: 1px solid #ebebeb;
  border-radius: 1vw;
  padding: 0.5vw 1vw 0.5vw 1vw;
  transition: background ease-in-out 300ms;
}
@media screen and (max-width: 1200px) {
  .sw-footer .sw-footer-extras a .sw-footer-email-button {
    padding: 10px 20px 10px 20px;
    font-size: 22px;
    max-width: 70vw;
    border-radius: 25px;
    margin-bottom: 45px;
  }
}
.sw-footer .sw-footer-extras a .sw-footer-email-button:hover {
  background: #b0ee00;
  color: #15182c;
}
.sw-footer .sw-footer-social {
  display: flex;
  flex-flow: column;
  margin-left: 3vw;
}
.sw-footer .sw-footer-social .sw-footer-social-text,
.sw-footer .sw-footer-social .sw-footer-contact-text {
  font: 500 0.85vw 'Satoshi', sans-serif;
  color: #ebebeb;
  text-transform: uppercase;
  font-feature-settings: 'case' 1;
}
@media screen and (max-width: 1200px) {
  .sw-footer .sw-footer-social .sw-footer-social-text,
  .sw-footer .sw-footer-social .sw-footer-contact-text {
    font-size: 20px;
    margin-top: 2vw;
  }
}
.sw-footer .sw-footer-social .sw-footer-contact-text {
  margin-top: 3vh;
}
.sw-footer .sw-footer-social a {
  margin-top: 0.7vh;
  text-decoration: none;
}
.sw-footer .sw-footer-social a .sw-footer-social-link {
  font: 800 1.6vw 'Satoshi', sans-serif;
  letter-spacing: -0.1vw;
  color: #b0ee00;
  font-style: italic;
}
@media screen and (max-width: 1200px) {
  .sw-footer .sw-footer-social a .sw-footer-social-link {
    font-size: 25px;
  }
}
.sw-footer .sw-footer-social a .sw-footer-contact-link {
  font: 500 1.1vw 'Satoshi', sans-serif;
  letter-spacing: -0.05vw;
  color: #ebebeb;
}
@media screen and (max-width: 1200px) {
  .sw-footer .sw-footer-social a .sw-footer-contact-link {
    font-size: 30px;
  }
}
.sw-footer .sw-footer-social a .sw-footer-contact-link:hover {
  text-decoration: underline;
  color: #ebebeb;
}
.name {
  position: fixed;
  bottom: 4vh;
  right: 5vw;
}
@media screen and (max-width: 1200px) {
  .name {
    position: static;
    width: 70vw;
    padding: 7vw;
  }
}
.sw-music {
  max-height: 75vh;
  width: 24vw;
}
@media screen and (max-width: 1200px) {
  .sw-music {
    width: 100vw;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
}
.playlist-list {
  display: flex;
  flex-flow: column;
  margin-top: 4vh;
  margin-left: 2vw;
}
@media screen and (max-width: 1200px) {
  .playlist-list {
    width: 90vw;
    max-width: 500px;
  }
}
.playlist-list .playlist-category {
  font: 900 clamp(16px, 1.7vw, 30px) 'Satoshi', sans-serif;
  letter-spacing: clamp(-2px, -0.18vw, -2px);
  color: #b0ee00;
  line-height: 1em;
  margin-left: 0.8vw;
  text-transform: uppercase;
  font-feature-settings: 'case' 1;
}
@media screen and (max-width: 1200px) {
  .playlist-list .playlist-category {
    font-size: 30px;
    margin-top: 5vw;
    margin-left: 3vw;
  }
}
.playlist-list .playlist-genre-contain {
  width: 20vw;
  padding-left: 0.8vw;
  padding-bottom: 1.3vh;
  margin-bottom: 2vh;
  border-left: 2px solid #4f11ff;
  border-bottom: 2px solid #4f11ff;
}
@media screen and (max-width: 1200px) {
  .playlist-list .playlist-genre-contain {
    width: 90vw;
    padding-left: 3vw;
    margin-bottom: 25px;
    border-color: #b0ee00;
    max-width: 500px;
  }
}
.playlist-list .playlist-list-description {
  text-transform: uppercase;
  font-feature-settings: 'case' 1;
  font: 500 clamp(14px, 1vw, 20px) 'Satoshi', sans-serif;
  letter-spacing: 0.05vw;
  color: #ababab;
}
@media screen and (max-width: 1200px) {
  .playlist-list .playlist-list-description {
    font-size: 18px;
  }
}
.playlist-list .playlist-link {
  text-decoration: none;
}
.playlist-list .playlist-name {
  text-transform: uppercase;
  font-feature-settings: 'case' 1;
  font: 500 clamp(20px, 1.9vw, 37px) 'Satoshi', sans-serif;
  color: #ebebeb;
  transition: color ease-in-out 300ms;
  z-index: 10 !important;
}
.playlist-list .playlist-name:hover {
  color: #b0ee00;
}
@media screen and (max-width: 1200px) {
  .playlist-list .playlist-name {
    font-size: 30px;
    line-height: 42px;
  }
}
.playlist-list .playlist-tag {
  font: 500 0.8vw 'Satoshi', sans-serif;
  color: #ababab;
  margin-top: -6px;
  margin-bottom: 6px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-feature-settings: 'case' 1;
}
@media screen and (max-width: 1200px) {
  .playlist-list .playlist-tag {
    font-size: 3.5vw;
  }
}
