@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;1,200;1,300;1,400;1,500&display=swap");
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}

html {
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.01042vw;
  font-weight: 300;
}

p {
  padding-bottom: 0.78125vw;
  font-size: 0.83333vw;
  opacity: 0.8;
}

@media (max-width: 700px) {
  p {
    font-size: 14px;
  }
}

a {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

a:hover, a:active {
  color: #ff0080;
}

a:hover {
  cursor: crosshair;
}

button {
  font-family: 'Poppins', sans-serif;
}

button:hover {
  cursor: crosshair;
}

h3 {
  padding-bottom: 1.30208vw;
  font-size: 0.83333vw;
  font-weight: 500;
}

@media (max-width: 700px) {
  h3 {
    font-size: 16px;
    padding: 20px 0 20px 25px;
  }
}

h4 {
  padding-top: 0.52083vw;
  padding-bottom: 0.78125vw;
  font-size: 1vw;
  font-weight: 300;
}

@media (max-width: 700px) {
  h4 {
    padding: 20px 0 20px 25px;
    font-size: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

b {
  font-weight: 500;
}

iframe {
  display: block;
  padding: 1.30208vw 0;
  margin: 0 auto;
}

.youtube {
  width: 29.16667vw;
  height: 16.40625vw;
}

@media (max-width: 700px) {
  .youtube {
    width: 100%;
    height: auto;
  }
}

.site-container {
  width: 57.29167vw;
  padding: 4.6875vw 0;
  margin: auto;
}

@media (max-width: 700px) {
  .site-container {
    width: 100%;
    padding: 0;
  }
}

div.scroll-container {
  background-color: #FFFFFF;
 overflow: auto;
  white-space: nowrap;
 max-width: 500px;
  max-height: auto;
  padding: 10px;
}

div.scroll-container img {
  max-width: 500px;
    max-height: auto;
  padding: 10px;
}

@media (max-width: 700px) {
div.scroll-container {
  background-color: #FFFFFF;
  overflow: auto;
  max-width: 100%;
  height: auto;
  white-space: nowrap;
  padding: 0;
}

div.scroll-container img {
 max-width: 100%;
  height: auto;
  padding: 0;
}
}

.content {
  padding: 3.64583vw 0.52083vw 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  opacity: 1;
  color: rgba(0, 0, 0, 0.8);
  width: 100%;
}

@media (max-width: 700px) {
  .content {
    padding: 80px 0 0;
    display: block;
  }
}

@media (max-width: 700px) {
  .landing-content {
    padding-top: 80px;
  }
}

.landing-img {
  padding-top: 5.20833vw;
  padding-right: 1.82292vw;
}

@media (max-width: 700px) {
  .landing-img {
    padding: 0;
  }
}

.landing-img img {
  display: block;
  margin-left: auto;
  width: 40.36458vw;
}

@media (max-width: 700px) {
  .landing-img img {
    margin-left: 0;
    height: calc(100vh - 80px);
    width: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.page-content {
  width: 100%;
  margin-left: 5.72917vw;
  font-size: 0.83333vw;
  padding-top: 0.15625vw;
  padding-right: 1.04167vw;
}

.page-content a:hover > i {
  color: #ff0080;
}

@media (max-width: 700px) {
  .page-content {
    padding: 70px 0 0;
    margin: 0;
    font-size: 14px;
  }
}

@media (max-width: 700px) {
  .activity {
    padding: 0 25px 10px;
  }
}

.stacked {
  display: block;
}

@media (max-width: 700px) {
  .stacked {
    position: absolute;
    padding: 0 25px 0;
    top: 80px;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    width: calc(100vw - 50px);
  }
}

.biography {
  margin-left: 9.11458vw;
  margin-right: 2.60417vw;
}

@media (max-width: 700px) {
  .biography {
    padding: 70px 0 0;
    margin: 0;
    font-size: 14px;
  }
}

.biography img {
  width: 23.4375vw;
  height: auto;
  padding-bottom: 2.60417vw;
  display: block;
}

@media (max-width: 700px) {
  .biography img {
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
  }
}

.biography p {
  font-weight: 300;
  line-height: 1.41667vw;
  padding-right: 5.20833vw;
}

@media (max-width: 700px) {
  .biography p {
    padding: 20px 25px 0px;
    line-height: normal;
    text-align: justify;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
}

.projects {
  font-size: 0.83333vw;
}

@media (max-width: 700px) {
  .projects {
    font-size: 14px;
    padding: 0 25px;
  }
}

.projects div {
  padding-bottom: 1.30208vw;
  width: 100%;
  overflow: auto;
}

@media (max-width: 700px) {
  .projects div {
    padding-bottom: 20px;
  }
}

.projects div a:hover {
  color: #ff0080;
}

.projects img {
  width: 100%;
  height: auto;
}

.projects .portrait-img {
  width: 26.04167vw;
}

.no-bullets {
  list-style: none;
  padding: 1.04167vw 0;
}

.hidden {
  display: none;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

a[id="bandcamp-icon"]::after {
  content: url(/assets/icons/bandcamp.png);
  -webkit-transform: scale(0.04);
          transform: scale(0.04);
  opacity: 0.75;
  margin-left: 0;
  position: relative;
  top: 3.125vw;
}

nav {
  width: 100%;
  height: 2.60417vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  z-index: 10;
  font-weight: 300;
  background: white;
}

@media (max-width: 700px) {
  nav {
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: none;
  }
}

nav p {
  font-size: 1.08333vw;
  line-height: 2.60417vw;
  float: left;
  padding: 0 12.52083vw 0 0.52083vw;
}

@media (max-width: 700px) {
  nav p {
    font-size: 18px;
    padding: 25px;
    float: none;
    display: block;
  }
}

nav p a:hover {
  color: rgba(0, 195, 245, 0.75);
}

nav ul {
  padding-right: 6.77083vw;
  float: left;
}

@media (max-width: 700px) {
  nav ul {
    float: none;
    padding: 20px 0 35px;
    background-color: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0, 195, 245, 0.75);
    width: calc(100% - 70px);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    will-change: transform;
    overflow: scroll;
    height: calc(100vh - 80px);
  }
}

@media (max-width: 700px) and (min-width: 410px) {
  nav ul {
    width: 340px;
  }
}

nav ul li {
  float: left;
  list-style: none;
  position: relative;
}

@media (max-width: 700px) {
  nav ul li {
    float: none;
    padding: 10px 0 0 25px;
  }
}

nav ul li a {
  display: block;
  font-size: 1vw;
  padding: 0.52083vw 1.25vw;
}

nav ul li a:hover {
  color: rgba(0, 195, 245, 0.75);
}

@media (max-width: 700px) {
  nav ul li a {
    font-size: 17px;
    padding: 0;
  }
}

nav ul li .dropdown {
  display: none;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  z-index: 10;
  cursor: crosshair;
}

nav ul li .dropdown-spacer {
  height: 0.36458vw;
  background: transparent;
}

nav ul li ul {
  margin-top: -0.26042vw;
  margin-left: 1.25vw;
  padding: 1.04167vw 0;
  background-color: rgba(0, 195, 245, 0.75);
  font-size: 0.91667vw;
}

@media (max-width: 700px) {
  nav ul li ul {
    font-size: 17px;
  }
}

nav ul li:hover .dropdown {
  display: block;
  opacity: 1;
  z-index: 10;
}

@media (max-width: 700px) {
  nav ul li:hover .dropdown {
    display: none;
  }
}

nav ul li li {
  width: 14.58333vw;
}

nav ul li li a {
  color: white;
  padding: 0.26042vw 3.125vw;
}

nav ul li li a:hover {
  color: rgba(255, 255, 0, 0.95);
}

.icons {
  position: relative;
  right: 0;
  padding-right: 0;
}

@media (max-width: 700px) {
  .icons {
    display: none;
  }
}

.icons li a, .icons li form {
  padding: 0.52083vw 0.26042vw;
}

.icons li a .cart-icon, .icons li form .cart-icon {
  opacity: 0.75;
  margin-left: 1.82292vw;
  position: relative;
  width: 1.25vw;
  height: auto;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.icons li a .cart-icon:hover, .icons li form .cart-icon:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.cart-icon {
  opacity: 0.75;
  margin-left: 1.82292vw;
  position: relative;
  width: 1.25vw;
  height: auto;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

@media (max-width: 700px) {
  .cart-icon {
    margin-left: 0;
    width: 26px;
  }
}

.cart-icon:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

#hamburger {
  display: none;
}

@media (max-width: 700px) {
  #hamburger {
    display: inline-block;
  }
}

@media (max-width: 700px) {
  .mobile-nav-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 35px 25px 25px;
    background: white;
  }
  .mobile-nav-header p {
    padding: 5px 0 0 0;
  }
  .mobile-nav-header #hamburger {
    margin-right: 0;
    margin-left: auto;
  }
}

#hamburger {
  width: 24px;
  height: 20px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#hamburger span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#hamburger span:nth-child(1) {
  top: 0px;
  background: rgba(0, 0, 0, 0.6);
}

#hamburger span:nth-child(2) {
  top: 7px;
  background: rgba(0, 0, 0, 0.6);
}

#hamburger span:nth-child(3) {
  top: 7px;
  background: transparent;
}

#hamburger span:nth-child(4) {
  top: 14px;
  background: rgba(0, 0, 0, 0.6);
}

#hamburger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: rgba(0, 195, 245, 0.75);
}

#hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: rgba(0, 195, 245, 0.75);
}

#hamburger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.display-block {
  display: block;
}

.mobile-only {
  display: none;
}

@media (max-width: 700px) {
  .mobile-only {
    display: block;
    padding-left: 50px;
  }
  .mobile-only.mobile-cart, .mobile-only.mobile-bc, .mobile-only.mobile-ig, .mobile-only.mobile-fb {
    padding-left: 25px;
    font-size: 17px;
  }
  .mobile-only.mobile-bc {
    padding-top: 15px;
  }
  .mobile-only.mobile-cart {
    padding: 15px 25px;
  }
  .mobile-only.mobile-cart form {
    padding: 20px 0 15px;
    border-top: 1px solid rgba(0, 195, 245, 0.75);
    border-bottom: 1px solid rgba(0, 195, 245, 0.75);
  }
}

.slide-in {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

@media (max-width: 700px) {
  .contact {
    padding-bottom: 15px;
  }
}

.side-nav {
  min-width: 10.67708vw;
}

@media (max-width: 700px) {
  .side-nav {
    padding: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    background-color: white;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    min-width: auto;
    width: calc(100% - 2px);
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 5;
  }
}

.side-nav .side-nav-artist {
  font-size: 1vw;
}

@media (max-width: 700px) {
  .side-nav .side-nav-artist {
    padding: 20px 0 20px 25px;
    font-size: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.side-nav .side-nav-artist a:hover {
  color: #ff0080;
}

.side-nav ul {
  font-size: 0.91667vw;
  padding-top: 2.60417vw;
  line-height: 2.5vw;
  list-style: none;
  font-weight: 300;
  cursor: crosshair;
}

@media (max-width: 700px) {
  .side-nav ul {
    text-align: right;
    font-size: 17px;
    line-height: normal;
    padding-bottom: 0 0 35px 0;
    position: fixed;
    top: 126px;
    background-color: rgba(255, 255, 255, 0.95);
    right: 0;
    border-right: 1px solid #ff0080;
    border-bottom: 1px solid #ff0080;
    border-left: 1px solid #ff0080;
    width: calc(100% - 2px);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    will-change: transform;
    z-index: 5;
  }
  .side-nav ul.slide-from-right {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .side-nav ul li {
    padding: 10px 0 0 0;
  }
  .side-nav ul li .publishing{
    font-size: 12px;
    font-style: italic;
  }
  .side-nav ul li a {
    font-weight: 300;
    color: rgba(0, 0, 0, 0.8);
    padding-right: 25px;
  }
  .side-nav ul li:last-child {
    padding-bottom: 35px;
  }
}

.side-nav ul a:hover {
  color: #ff0080;
  opacity: 1;
}

.plus-minus-toggle {
  cursor: crosshair;
  height: 20px;
  position: fixed;
  width: 20px;
  top: 110px;
  right: 25px;
  display: none;
}

@media (max-width: 700px) {
  .plus-minus-toggle {
    display: inline-block;
    margin-right: 0;
    margin-left: auto;
  }
}

.plus-minus-toggle:before, .plus-minus-toggle:after {
  background-color: #ff0080;
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
  -webkit-transition: -webkit-transform 90ms ease-out;
  transition: -webkit-transform 90ms ease-out;
  transition: transform 90ms ease-out;
  transition: transform 90ms ease-out, -webkit-transform 90ms ease-out;
}

.plus-minus-toggle:after {
  -webkit-transform-origin: center;
          transform-origin: center;
}

.plus-minus-toggle.collapsed:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: rgba(0, 0, 0, 0.6);
}

.plus-minus-toggle.collapsed:before {
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.magenta-border {
  background-color: rgba(255, 255, 255, 0.95);
  border-left: 1px solid #ff0080;
  border-right: 1px solid #ff0080;
  border-top: 1px solid #ff0080;
}

.magenta-text {
  color: #ff0080;
}

@media (max-width: 700px) {
  .magenta-text {
    color: rgba(255, 255, 0, 0.95);
  }
}

.category {
  padding-bottom: 2.86458vw;
}

@media (max-width: 700px) {
  .category {
    padding: 0 25px;
  }
}

.work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1.30208vw;
  padding-right: 1.04167vw;
}

@media (max-width: 700px) {
  .work {
    display: block;
  }
}

.work .title {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  padding: 0;
  margin: 0;
}

.work .title button {
  font-family: 'Poppins', sans-serif;
  font-style: italic;
  padding: 0;
  margin: 0;
  height: 100%;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 0.75vw;
  color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 700px) {
  .work .title button {
    font-size: 14px;
    text-align: left;
  }
}

.work .title button:hover {
  color: #ff0080;
}

.work .instrumentation {
  padding-top: 0.10417vw;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  font-size: 0.75vw;
}

@media (max-width: 700px) {
  .work .instrumentation {
    font-size: 14px;
    padding-bottom: 30px;
  }
}

.work .work-header1 {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  font-size: 0.83333vw;
  font-weight: 500;
  display: none;
  padding-bottom: 0.78125vw;
}

@media (max-width: 700px) {
  .work .work-header1 {
    font-size: 16px;
  }
}

.work .work-header2 {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  font-size: 0.83333vw;
  font-weight: 500;
  display: none;
  padding-bottom: 0.78125vw;
}

@media (max-width: 700px) {
  .work .work-header2 {
    display: none;
    visibility: hidden;
  }
}

@-webkit-keyframes spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.spinner div {
  left: 2.44792vw;
  top: 1.25vw;
  position: absolute;
  -webkit-animation: spinner linear 1s infinite;
          animation: spinner linear 1s infinite;
  background: rgba(0, 195, 245, 0.75);
  width: 0.3125vw;
  height: 0.625vw;
  border-radius: 0.5;
  -webkit-transform-origin: 0.15625vw 1.35417vw;
          transform-origin: 0.15625vw 1.35417vw;
}

@media (max-width: 700px) {
  .spinner div {
    left: 47px;
    top: 24px;
    position: absolute;
    -webkit-animation: spinner linear 1s infinite;
            animation: spinner linear 1s infinite;
    background: rgba(0, 195, 245, 0.75);
    width: 6px;
    height: 12px;
    border-radius: 3px / 6px;
    -webkit-transform-origin: 3px 26px;
            transform-origin: 3px 26px;
  }
}

.spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation-delay: -0.9166666666666666s;
          animation-delay: -0.9166666666666666s;
  background: rgba(0, 195, 245, 0.75);
}

.spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-animation-delay: -0.8333333333333334s;
          animation-delay: -0.8333333333333334s;
  background: rgba(0, 195, 245, 0.75);
}

.spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-animation-delay: -0.75s;
          animation-delay: -0.75s;
  background: rgba(0, 195, 245, 0.75);
}

.spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-animation-delay: -0.6666666666666666s;
          animation-delay: -0.6666666666666666s;
  background: rgba(0, 195, 245, 0.75);
}

.spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
  -webkit-animation-delay: -0.5833333333333334s;
          animation-delay: -0.5833333333333334s;
  background: rgba(0, 195, 245, 0.75);
}

.spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
  background: rgba(0, 195, 245, 0.75);
}

.spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation-delay: -0.4166666666666667s;
          animation-delay: -0.4166666666666667s;
  background: rgba(0, 195, 245, 0.75);
}

.spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
  -webkit-animation-delay: -0.3333333333333333s;
          animation-delay: -0.3333333333333333s;
  background: rgba(0, 195, 245, 0.75);
}

.spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
  -webkit-animation-delay: -0.25s;
          animation-delay: -0.25s;
  background: rgba(0, 195, 245, 0.75);
}

.spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-animation-delay: -0.16666666666666666s;
          animation-delay: -0.16666666666666666s;
  background: rgba(0, 195, 245, 0.75);
}

.spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
  -webkit-animation-delay: -0.08333333333333333s;
          animation-delay: -0.08333333333333333s;
  background: rgba(0, 195, 245, 0.75);
}

.spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  background: rgba(0, 195, 245, 0.75);
}

.spinner-container {
  width: 3.33333vw;
  height: 3.33333vw;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
}

@media (max-width: 700px) {
  .spinner-container {
    width: 64px;
    height: 64px;
  }
}

.spinner {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: translateZ(0) scale(0.64);
          transform: translateZ(0) scale(0.64);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.spinner div {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.release {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 3.64583vw;
  overflow-wrap: normal;
}

@media (max-width: 700px) {
  .release {
    padding: 0 0 30px;
    display: block;
    width: 100%;
  }
}

.release .release-cover {
  -webkit-box-flex: 30%;
      -ms-flex: 30%;
          flex: 30%;
}

@media (max-width: 700px) {
  .release .release-cover {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

.release .release-cover img {
  width: 100%;
  height: auto;
  border: 1px solid transparent;
}

@media (max-width: 700px) {
  .release .release-cover img {
    width: 60%;
    display: block;
    padding-bottom: 10px;
  }
  .release .release-cover img.full-width {
    width: 100%;
  }
}

.release .release-cover img:hover {
  border: 1px solid #ff0080;
  opacity: 0.5;
}

.release .release-cover audio {
  padding-top: 0.78125vw;
}

@media (max-width: 700px) {
  .release .release-cover audio {
    padding-bottom: 9px;
  }
}

.release .release-content {
  -webkit-box-flex: 70%;
      -ms-flex: 70%;
          flex: 70%;
  padding-left: 1.5625vw;
}

@media (max-width: 700px) {
  .release .release-content {
    padding-left: 0;
  }
  .release .release-content div {
    line-height: 17px;
    padding-bottom: 4px;
  }
}

.release .release-content .release-header {
  font-size: 1vw;
  padding-bottom: 1.04167vw;
}

@media (max-width: 700px) {
  .release .release-content .release-header {
    font-size: 18px;
    padding: 10px 0 10px;
  }
}

.release .release-content .release-header .release-number, .release .release-content .release-header .release-artists {
  font-weight: 500;
}

@media (max-width: 700px) {
  .release .release-content .release-header .release-number, .release .release-content .release-header .release-artists {
    font-size: 16px;
  }
}

.release .release-content .release-header .release-title {
  font-style: italic;
}

@media (max-width: 700px) {
  .release .release-content .release-header .release-title {
    font-size: 16px;
  }
}

.release .release-content .release-description {
  font-size: 0.75vw;
  padding-bottom: 0.78125vw;
}

@media (max-width: 700px) {
  .release .release-content .release-description {
    font-size: 14px;
  }
  .release .release-content .release-description div {
    padding: 9px 0 9px;
    line-height: 20px;
    text-align: justify;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
}

.release .release-content .release-description .reviews-header {
  font-weight: 500;
  padding: 0.52083vw 0;
}

@media (max-width: 700px) {
  .release .release-content .release-description .reviews-header {
    padding: 15px 0 6px;
  }
}

.more::after {
  content: "...more";
  font-weight: 500;
}

.more:hover {
  color: #ff0080;
}

.track {
  padding-bottom: 1.04167vw;
}

.track .track-title {
  font-style: italic;
}

.track ul {
  list-style: none;
}

.notes {
  padding-bottom: 1.04167vw;
}

.excerpt-label::after {
  font-size: 0.58333vw;
  padding-left: 1.14583vw;
  content: "excerpt";
}

audio {
  width: 100%;
}

@media (max-width: 700px) {
  .hide-on-mobile {
    display: none;
  }
}

.personal-releases-grid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}

@media (max-width: 700px) {
  .personal-releases-grid {
    padding-top: 10px;
  }
}

.personal-releases-grid div {
  width: 15.625vw;
  height: auto;
  padding: 0 3.125vw 3.125vw 0;
  position: relative;
}

@media (max-width: 700px) {
  .personal-releases-grid div {
    width: 40%;
    padding-left: 25px;
  }
}

.personal-releases-grid div img {
  width: 100%;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-transition: .5s ease;
  transition: .5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.personal-releases-grid div .overlay {
  -webkit-transition: .5s ease;
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  bottom: 2.60417vw;
  text-align: center;
  font-size: 0.83333vw;
}

@media (max-width: 700px) {
  .personal-releases-grid div .overlay {
    width: 100%;
    opacity: 1;
    position: relative;
    font-size: 14px;
    padding: 5px 0 0;
  }
}

.personal-releases-grid div:hover img {
  opacity: 0.2;
  border: 1px solid #ff0080;
}

.personal-releases-grid div:hover .overlay {
  opacity: 1;
}

.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  -webkit-animation: tabFade 0.5s;
          animation: tabFade 0.5s;
  z-index: 20;
  overflow: auto;
}

@media (max-width: 700px) {
  .modal {
    background: transparent;
  }
}

.modal .modal-content {
  min-width: 36.45833vw;
  max-width: 45%;
  min-height: auto;
  max-height: 90%;
  background: white;
  padding: 0 1.04167vw 1.04167vw 1.5625vw;
  text-align: left;
  position: relative;
  overflow: auto;
}

@media (max-width: 700px) {
  .modal .modal-content {
    width: calc(100% - 33px);
    top: 80px;
    left: 0;
    padding: 3px 15px 15px 18px;
    min-width: calc(100% - 33px);
    max-width: calc(100% - 33px);
    max-height: calc(100% - 161px);
    height: calc(100% - 161px);
    min-height: calc(100% - 161px);
  }
}

.modal .modal-content .share-work {
  display: block;
  margin: 1.04167vw auto;
  font-size: 0.83333vw;
  border: none;
  background: transparent;
  padding-bottom: 0.52083vw;
  color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 700px) {
  .modal .modal-content .share-work {
    font-size: 13px;
  }
}

.modal .modal-content .share-work span {
  position: relative;
  top: 0.36458vw;
  color: rgba(0, 0, 0, 0.5);
}

.modal .modal-content .share-work:hover {
  color: #ff0080;
}

.modal .modal-content .share-work:hover span {
  color: #ff0080;
}

.modal .modal-content .modal-close {
  display: block;
  padding: 0;
  text-align: right;
}

.modal .modal-content .modal-close button {
  border: none;
  background: transparent;
  font-size: 2.5vw;
  cursor: pointer;
}

.modal .modal-content .modal-close button span {
  font-size: 1.58333vw;
}

@media (max-width: 700px) {
  .modal .modal-content .modal-close button span {
    font-size: 24px;
  }
}

.modal .modal-content .modal-close button:hover {
  color: #ff0080;
}

.modal .modal-content .modal-header {
  font-weight: 500;
  font-size: 1.25vw;
  text-align: center;
  padding-bottom: 0.52083vw;
}

@media (max-width: 700px) {
  .modal .modal-content .modal-header {
    font-size: 16px;
  }
}

.modal .modal-content .modal-instrumentation {
  text-align: center;
  font-style: italic;
  font-size: 0.9375vw;
  padding-bottom: 1.5625vw;
}

@media (max-width: 700px) {
  .modal .modal-content .modal-instrumentation {
    font-size: 14px;
    padding-bottom: 30px;
  }
}

.modal .modal-content .modal-instrumentation div {
  font-style: normal;
  padding-top: 0.20833vw;
}

.modal .modal-content img {
  padding: 0.78125vw 0;
  display: block;
  width: 26.04167vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 700px) {
  .modal .modal-content img {
    width: 95%;
  }
}

.gallery-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (13.02083vw)[3];
      grid-template-columns: repeat(3, 13.02083vw);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  grid-gap: 0.52083vw;
  row-gap: 0.52083vw;
  height: 100vh;
}

@media (max-width: 700px) {
  .gallery-grid {
    display: block;
  }
}

.gallery-grid img {
  width: 13.02083vw;
  height: auto;
  border: 1px solid transparent;
}

@media (max-width: 700px) {
  .gallery-grid img {
    display: block;
    margin: 0 auto;
    width: 60%;
    height: auto;
    padding-bottom: 16px;
  }
}

.gallery-grid img:hover {
  cursor: crosshair;
  border: 1px solid #ff0080;
}

#lightbox {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

#lightbox img {
  max-height: 80vh;
  max-width: 80vw;
}

@media (max-width: 700px) {
  #lightbox img {
    max-height: 90vh;
    max-width: 90vw;
  }
}

#lightbox.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.white-text {
  font-weight: 200;
  color: white;
}

.magenta-text {
  color: #ff0080;
}

@media (max-width: 700px) {
  .magenta-text {
    color: rgba(255, 255, 0, 0.95);
  }
}

.cyan-text {
  color: rgba(0, 195, 245, 0.75);
}

.download::after {
  content: " \21E3";
}

input[type="image"] {
  -webkit-filter: grayscale(100%) brightness(40%);
          filter: grayscale(100%) brightness(40%);
  width: 9.11458vw;
  height: auto;
}

@media (max-width: 700px) {
  input[type="image"] {
    width: 40%;
    height: auto;
  }
}

input[type="image"]:hover {
  -webkit-filter: grayscale(0) brightness(100%);
          filter: grayscale(0) brightness(100%);
}

@media (max-width: 700px) {
  input[type="image"][class="cart-icon"] {
    width: 26px;
  }
}

select, option {
  font-family: 'Poppins', sans-serif;
  color: rgba(0, 0, 0, 0.8);
  padding: 0.15625vw;
}

@media (max-width: 700px) {
  .social-media-on-contact-page {
    display: none;
  }
}

.header h3 {
  font-weight: 300;
  font-size: 1vw;
}

@media (max-width: 700px) {
  .header h3 {
    padding: 20px 0;
    font-size: 17px;
  }
}

.header h3 a {
  font-weight: 300;
}

@media (max-width: 700px) {
  .mobile-padding {
    padding: 0 25px;
  }
}

form select {
  padding: 0.52083vw 0.72917vw;
  margin-top: 0.10417vw;
  color: grey;
  border-color: grey;
}

@media (max-width: 700px) {
  form select {
    padding: 7px 11px;
    margin-top: 2px;
  }
}

form input[type="image"] {
  padding-top: 0.26042vw;
}

@media (max-width: 700px) {
  form input[type="image"] {
    padding-top: 5px;
  }
}
/*# sourceMappingURL=main.css.map */