:root {
  --white: white;
  --black: black;
  --pink: #ad7575;
  --rosy-brown: #d69a9a;
  --lavender-blush: #f5e8e8;
  --misty-rose: #ffdada;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  color: #ffffffd4;
  margin-bottom: 20px;
  font-family: Inconsolata, monospace;
  line-height: 24px;
}

a {
  color: #ad7575;
  text-decoration: underline;
}

.main-wrapper {
  flex-direction: column;
  height: 100vh;
  display: flex;
}

.hero {
  background-image: url('../images/hero-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  flex: 1;
  align-items: center;
  height: 100%;
  min-height: 100vh;
  display: block;
  position: static;
}

.hero.album {
  background-image: url('../images/album-blurred-henry.jpg');
  background-position: 50% 100%;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

.hero.read {
  background-image: url('../images/hero-2.jpg');
  background-position: 50%;
  height: 100%;
}

.hero.look {
  width: 100vw;
  min-width: 100vw;
  height: 100%;
  min-height: 100vh;
  font-weight: 400;
  position: static;
  overflow: scroll;
}

.nav {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  align-self: stretch;
  width: 100%;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Stawix soin, sans-serif;
  font-weight: 400;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.nav-link {
  color: #dd9595;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 20px;
  font-family: Stawix soin, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.nav-menu {
  text-align: left;
}

.hero-section {
  flex-direction: column;
  height: 100vh;
  display: flex;
}

.email-signup {
  float: none;
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  order: 0;
  align-self: center;
  height: auto;
  margin-top: 59px;
  display: block;
  position: static;
  top: 0;
  left: 0;
}

.embed-email-signup {
  opacity: 1;
  background-color: #0000;
}

.embed-email-container {
  opacity: 1;
  background-color: #0000;
  padding-left: 160px;
  padding-right: 160px;
}

.nav-text {
  color: #f5e8e8;
  letter-spacing: 2px;
  padding-right: 20px;
  font-weight: 400;
  transition: background-color .2s;
}

.nav-text:hover {
  color: #02223e;
  background-color: #d69a9a;
  transform: translate(0);
}

.nav-text.w--current {
  color: #ffdada;
}

.nav-text.w--open {
  padding-right: 20px;
}

.nav-container {
  clear: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: block;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
}

.logo {
  opacity: 1;
  background-color: #0000;
  height: 100%;
  max-height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
}

.bandcamp-div {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.bandcamp-embed {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.album {
  background-image: url('../images/album-blurred.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bio {
  color: #ffffffb3;
  text-align: left;
  margin-bottom: 10px;
  font-family: Inconsolata, monospace;
  font-style: italic;
  font-weight: 100;
  line-height: 20px;
}

.heading {
  color: #ffffffb3;
  text-align: left;
  text-transform: uppercase;
  font-family: Inconsolata, monospace;
  font-size: 17px;
  font-style: italic;
  font-weight: 300;
}

.container {
  text-align: left;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.container.bio {
  text-align: center;
  margin-top: 26px;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
}

.dropdown {
  background-color: #d69a9a;
  border-top: 1px #0000;
  border-bottom: 1px #0000;
  margin-top: -1px;
  top: 0;
}

.dropdown:hover {
  background-color: #ad7575e0;
}

.actual-bio {
  background-image: url('../images/hero-3-trans50-green.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 40px;
}

.paragraph {
  color: #111;
  margin-top: 0;
  margin-bottom: 18px;
}

.heading-2 {
  margin-bottom: 18px;
  font-family: Inconsolata, monospace;
}

.heading-3 {
  text-align: center;
  margin-bottom: 18px;
  font-family: Stawix soin, sans-serif;
}

.paragraph-2 {
  font-family: Inconsolata, monospace;
}

.blog-list-block {
  margin-bottom: 50px;
}

.html-embed {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
  overflow: auto;
}

.div-block {
  width: 30px;
}

.div-block-2 {
  display: inline-block;
}

.div-block-3 {
  float: left;
  flex-direction: row;
  flex: 0 auto;
  align-items: center;
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: static;
}

.div-block-4 {
  float: left;
  border: 1px #f1f13a;
  height: 22px;
  margin-bottom: 6px;
  margin-left: 10px;
  display: flex;
}

.div-block-4.row2 {
  margin-bottom: 0;
}

.nav-menu-2 {
  float: right;
}

.link-block {
  color: #0000;
  margin-right: 8px;
  transform: translate(0);
}

.div-block-5 {
  float: left;
  flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.nav-block-div-for-flex {
  text-align: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.div-test-2 {
  background-image: linear-gradient(#3023c280, #3023c280);
  width: 100px;
  height: 100px;
}

.div-test-1 {
  background-image: linear-gradient(#f03a3a80, #f03a3a80);
  width: 100px;
  height: 100px;
}

.div-block-7 {
  justify-content: space-between;
  display: flex;
}

.div-block-8 {
  align-items: center;
  display: flex;
}

.div-block-9 {
  border: 1px #ff1414;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  display: flex;
}

.social-icon {
  margin-left: 6px;
  margin-right: 6px;
}

.textarea {
  height: auto;
}

.div-block-10 {
  background-color: #0000;
  width: 500px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-3 {
  color: #ffffffd4;
}

.email {
  color: #6ad2e6d4;
  margin-top: -20px;
  margin-bottom: 20px;
}

.paragraph-4 {
  color: #ffffffd4;
}

.container-2 {
  text-align: center;
}

.html-embed-2 {
  z-index: 0;
  text-align: center;
  padding-left: 200px;
  padding-right: 200px;
  position: relative;
  top: -16%;
  left: 0;
  right: 0;
  transform: translate(0);
}

.bio-text {
  color: #000;
}

.hero-look {
  background-image: url('../images/hero-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  flex: 1;
  align-items: center;
  height: 100%;
  min-height: 100vh;
  display: block;
  position: static;
}

.hero-look.album {
  background-image: url('../images/album-blurred-henry.jpg');
  background-position: 50% 100%;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

.hero-look.read {
  background-image: url('../images/hero-2.jpg');
  background-position: 50%;
}

.hero-look.look {
  width: 100vw;
  min-width: 100vw;
  height: 100%;
  min-height: 100vh;
  font-weight: 400;
  position: static;
  overflow: scroll;
}

.body, .body-2, .body-3, .body-4 {
  background-color: #000;
}

.modal-wrapper {
  z-index: 999;
  opacity: 0;
  text-align: center;
  background-color: #0003;
  height: 100%;
  padding-top: 80px;
  display: none;
  position: fixed;
  inset: 0;
}

.signup-wrapper {
  width: 450px;
  max-width: 100%;
  margin: auto;
  padding: 20px;
}

.close-link {
  color: #999;
  text-align: right;
  font-size: 12px;
  display: block;
}

.download-button {
  display: none;
}

html.w-mod-js [data-ix="new-interaction"] {
  opacity: .22;
}

html.w-mod-js [data-ix="social-hover"] {
  opacity: .52;
}

html.w-mod-js [data-ix="modal-wrapper"] {
  opacity: 0;
  display: none;
  transform: scale(1.1);
}

@media screen and (max-width: 991px) {
  .embed-email-container, .html-embed-2 {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .nav {
    padding-left: 10px;
  }

  .embed-email-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  .nav {
    padding-left: 10px;
  }

  .email-signup {
    margin-top: 17px;
  }

  .embed-email-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bio, .heading {
    text-align: center;
  }

  .container.bio {
    background-color: #00ebff40;
    margin-top: 9px;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .div-block-10 {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .html-embed-2 {
    padding: 0 20px;
  }

  .actual-bio-link {
    background-color: #00000059;
    padding: 9px;
  }

  .pivot-bg {
    background-image: url('../images/album-blurred-henry.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    display: flex;
  }

  .pivot {
    color: #ffdada;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Stawix soin, sans-serif;
    font-size: 20px;
  }

  .h2-pivot {
    color: #fff;
    text-align: center;
    text-transform: none;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Stawix soin, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
  }

  .pivot-music-service {
    background-color: #ffdada;
    border-style: none;
    margin-top: 0;
    display: block;
  }
}


@font-face {
  font-family: 'Stawix soin';
  src: url('../fonts/Stawix_Soin.Sans.Pro.Roman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Stawix soin';
  src: url('../fonts/Stawix_Soin.Sans.Pro.Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Stawix soin';
  src: url('../fonts/Stawix_Soin.Sans.Pro.Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Stawix soin';
  src: url('../fonts/Stawix_Soin.Sans.Pro.Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Stawix soin';
  src: url('../fonts/Stawix_Soin.Sans.Pro.Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}