body {
  font-family: Montserrat, sans-serif;
  color      : #1a1b1f;
  font-size  : 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top   : 20px;
  margin-bottom: 15px;
  font-size    : 44px;
  line-height  : 62px;
  font-weight  : 400;
}

h2 {
  margin-top   : 10px;
  margin-bottom: 10px;
  font-size    : 36px;
  line-height  : 50px;
  font-weight  : 400;
}

h3 {
  margin-top   : 10px;
  margin-bottom: 10px;
  font-size    : 30px;
  line-height  : 46px;
  font-weight  : 400;
}

h4 {
  margin-top   : 10px;
  margin-bottom: 10px;
  font-size    : 24px;
  line-height  : 38px;
  font-weight  : 400;
}

h5 {
  margin-top   : 10px;
  margin-bottom: 10px;
  font-size    : 20px;
  line-height  : 34px;
  font-weight  : 500;
}

h6 {
  margin-top   : 10px;
  margin-bottom: 10px;
  font-size    : 16px;
  line-height  : 28px;
  font-weight  : 500;
}

p {
  margin-bottom: 10px;
}

a {
  display           : block;
  -webkit-transition: opacity 200ms ease;
  transition        : opacity 200ms ease;
  color             : #1a1b1f;
  text-decoration   : underline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top     : 20px;
  margin-bottom  : 20px;
  padding-left   : 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  margin-bottom : 10px;
  font-size     : 12px;
  line-height   : 20px;
  font-weight   : 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top   : 25px;
  margin-bottom: 25px;
  padding      : 15px 30px;
  border-left  : 5px solid #e2e2e2;
  font-size    : 20px;
  line-height  : 34px;
}

figure {
  margin-top    : 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top : 5px;
  opacity    : 0.6;
  font-size  : 14px;
  line-height: 26px;
  text-align : center;
}

.heading-jumbo-small {
  margin-top    : 10px;
  margin-bottom : 15px;
  font-size     : 36px;
  line-height   : 50px;
  font-weight   : 400;
  text-transform: none;
}

.styleguide-block {
  display               : block;
  margin-top            : 80px;
  margin-bottom         : 80px;
  -webkit-box-orient    : vertical;
  -webkit-box-direction : normal;
  -webkit-flex-direction: column;
  -ms-flex-direction    : column;
  flex-direction        : column;
  -webkit-box-align     : center;
  -webkit-align-items   : center;
  -ms-flex-align        : center;
  align-items           : center;
  text-align            : left;
}

.heading-jumbo-tiny {
  margin-top    : 10px;
  margin-bottom : 10px;
  font-size     : 18px;
  line-height   : 32px;
  font-weight   : 500;
  text-transform: uppercase;
}

.rich-text {
  width        : 70%;
  margin-right : auto;
  margin-bottom: 100px;
  margin-left  : auto;
}

.rich-text p {
  margin-top   : 15px;
  margin-bottom: 25px;
  opacity      : 0.6;
}

.container {
  width       : 100%;
  max-width   : 1140px;
  margin-right: auto;
  margin-left : auto;
}

.styleguide-content-wrap {
  text-align: center;
}

.paragraph-small {
  font-size  : 14px;
  line-height: 26px;
}

.styleguide-header-wrap {
  display                : -webkit-box;
  display                : -webkit-flex;
  display                : -ms-flexbox;
  display                : flex;
  height                 : 460px;
  padding                : 30px;
  -webkit-box-orient     : vertical;
  -webkit-box-direction  : normal;
  -webkit-flex-direction : column;
  -ms-flex-direction     : column;
  flex-direction         : column;
  -webkit-box-pack       : center;
  -webkit-justify-content: center;
  -ms-flex-pack          : center;
  justify-content        : center;
  -webkit-box-align      : center;
  -webkit-align-items    : center;
  -ms-flex-align         : center;
  align-items            : center;
  background-color       : #1a1b1f;
  color                  : #fff;
  text-align             : center;
}

.styleguide-button-wrap {
  margin-top   : 10px;
  margin-bottom: 10px;
}

.heading-jumbo {
  margin-top    : 10px;
  margin-bottom : 10px;
  font-size     : 64px;
  line-height   : 80px;
  text-transform: none;
}

.paragraph-tiny {
  font-size  : 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: 0.7;
}

.label {
  margin-bottom : 10px;
  font-size     : 12px;
  line-height   : 20px;
  font-weight   : 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-speaking-label {
  margin-top   : 20px;
  margin-bottom: 10px;
}

.label.cc-about-light {
  opacity: 0.6;
}

.paragraph-light {
  display: block;
  opacity: 0.6;
}

.paragraph-light.cc-position-name {
  margin-bottom: 5px;
}

.paragraph-light.byline {
  display         : block;
  width           : 50%;
  margin-bottom   : 0px;
  -webkit-box-flex: 0;
  -webkit-flex    : 0 auto;
  -ms-flex        : 0 auto;
  flex            : 0 auto;
  font-family     : 'Yanone Kaffeesatz', sans-serif;
  font-size       : 12px;
  line-height     : 11px;
  font-weight     : 300;
  text-align      : left;
  letter-spacing  : 2px;
  text-transform  : uppercase;
}

.paragraph-light.lyrics {
  position      : static;
  display       : block;
  width         : 100%;
  opacity       : 1;
  font-family   : 'Yanone Kaffeesatz', sans-serif;
  font-size     : 1.2em;
  line-height   : 1.2em;
  font-weight   : 200;
  letter-spacing: 1.5px;
  white-space   : pre;
}

.paragraph-light.lyrics.chorus {
  padding-left  : 5px;
  font-style    : normal;
  font-weight   : 300;
  letter-spacing: 1.25px;
}

.section {
  margin-top  : 78px;
  margin-right: 30px;
  margin-left : 30px;
}

.section.cc-contact {
  padding-right   : 80px;
  padding-left    : 80px;
  background-color: #f4f4f4;
}

.section.first {
  margin-left: 0px;
  padding-top: 2em;
}

.section.song {
  margin-top  : 170px;
  margin-right: 44%;
}

.button {
  padding           : 12px 25px;
  border-radius     : 0px;
  background-color  : #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition        : background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color             : #fff;
  font-size         : 12px;
  line-height       : 20px;
  letter-spacing    : 2px;
  text-decoration   : none;
  text-transform    : uppercase;
}

.button:hover {
  background-color: #32343a;
  color           : #fff;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding    : 16px 35px;
  font-size  : 14px;
  line-height: 26px;
}

.button.cc-white-button {
  padding         : 16px 35px;
  background-color: #fff;
  color           : #202020;
  font-size       : 14px;
  line-height     : 26px;
}

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity      : 1;
  font-size    : 20px;
  line-height  : 34px;
  font-weight  : 400;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 0.6;
}

.divider {
  height          : 1px;
  background-color: #eee;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.navigation-item {
  padding-top   : 9px;
  padding-bottom: 9px;
  opacity       : 0.6;
  font-family   : Bitter, serif;
  font-size     : 12px;
  line-height   : 20px;
  font-weight   : 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item:hover {
  opacity: 0.9;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  opacity    : 1;
  color      : #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color  : #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color  : #32343a;
}

.navigation-items {
  display                : -webkit-box;
  display                : -webkit-flex;
  display                : -ms-flexbox;
  display                : flex;
  -webkit-box-pack       : justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack          : justify;
  justify-content        : space-between;
  -webkit-box-align      : center;
  -webkit-align-items    : center;
  -ms-flex-align         : center;
  align-items            : center;
  -webkit-box-flex       : 1;
  -webkit-flex           : 1;
  -ms-flex               : 1;
  flex                   : 1;
}

.navigation {
  position           : fixed;
  left               : 0%;
  top                : 0%;
  right              : auto;
  bottom             : auto;
  display            : -webkit-box;
  display            : -webkit-flex;
  display            : -ms-flexbox;
  display            : flex;
  width              : 100vw;
  padding            : 30px 50px;
  -webkit-box-align  : center;
  -webkit-align-items: center;
  -ms-flex-align     : center;
  align-items        : center;
  background-color   : #fff;
  color              : #202022;
}

.logo-image {
  display: block;
}

.navigation-wrap {
  display            : -webkit-box;
  display            : -webkit-flex;
  display            : -ms-flexbox;
  display            : flex;
  margin-right       : -20px;
  -webkit-box-align  : center;
  -webkit-align-items: center;
  -ms-flex-align     : center;
  align-items        : center;
}

.intro-wrap {
  margin-top   : 100px;
  margin-bottom: 140px;
}

.name-text {
  font-size  : 20px;
  line-height: 34px;
  font-weight: 400;
}

.position-name-text {
  margin-bottom : 10px;
  font-size     : 20px;
  line-height   : 34px;
  font-weight   : 400;
  text-transform: none;
}

.work-description {
  display                : -webkit-box;
  display                : -webkit-flex;
  display                : -ms-flexbox;
  display                : flex;
  width                  : 100%;
  margin-bottom          : 60px;
  -webkit-box-orient     : vertical;
  -webkit-box-direction  : normal;
  -webkit-flex-direction : column;
  -ms-flex-direction     : column;
  flex-direction         : column;
  -webkit-box-pack       : center;
  -webkit-justify-content: center;
  -ms-flex-pack          : center;
  justify-content        : center;
  -webkit-box-align      : center;
  -webkit-align-items    : center;
  -ms-flex-align         : center;
  align-items            : center;
}

.work-experience-grid {
  margin-bottom        : 140px;
  grid-column-gap      : 30px;
  grid-row-gap         : 30px;
  grid-template-areas  : ". . . .";
  -ms-grid-columns     : 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows        : auto;
  grid-template-rows   : auto;
}

.works-grid {
  margin-bottom      : 80px;
  grid-column-gap    : 30px;
  grid-row-gap       : 30px;
  grid-template-areas: ". . ."
    ". . .";
  -ms-grid-columns     : 1.5fr 30px 1fr 30px 1.5fr;
  grid-template-columns: 1.5fr 1fr 1.5fr;
  -ms-grid-rows        : auto 30px auto;
  grid-template-rows   : auto auto;
}

.song-wrap {
  display               : block;
  margin-bottom         : 50px;
  -webkit-box-orient    : vertical;
  -webkit-box-direction : normal;
  -webkit-flex-direction: column;
  -ms-flex-direction    : column;
  flex-direction        : column;
}

.work-image {
  display                : -webkit-box;
  display                : -webkit-flex;
  display                : -ms-flexbox;
  display                : flex;
  height                 : 460px;
  margin-bottom          : 40px;
  -webkit-box-orient     : vertical;
  -webkit-box-direction  : normal;
  -webkit-flex-direction : column;
  -ms-flex-direction     : column;
  flex-direction         : column;
  -webkit-box-pack       : center;
  -webkit-justify-content: center;
  -ms-flex-pack          : center;
  justify-content        : center;
  -webkit-box-align      : stretch;
  -webkit-align-items    : stretch;
  -ms-flex-align         : stretch;
  align-items            : stretch;
  background-color       : #f4f4f4;
  background-image       : url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position    : 50% 50%;
  background-size        : cover;
  text-align             : center;
  text-decoration        : none;
}

.work-image:hover {
  opacity: 0.8;
}

.work-image:active {
  opacity: 0.7;
}

.work-image.cc-work-1 {
  background-image: url('../images/portfolio-1---wide.svg');
  background-size : cover;
}

.work-image.cc-work-2 {
  background-image: url('../images/portfolio-2---wide.svg');
  background-size : cover;
}

.work-image.cc-work-4 {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size : cover;
}

.work-image.cc-work-3 {
  background-image: url('../images/portfolio-4---wide.svg');
  background-size : cover;
}

.project-name-link {
  margin-bottom  : 5px;
  font-size      : 20px;
  line-height    : 34px;
  font-weight    : 400;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: 0.8;
}

.project-name-link:active {
  opacity: 0.7;
}

.text-field {
  margin-bottom     : 18px;
  padding           : 21px 20px;
  border            : 1px solid #e4e4e4;
  border-radius     : 0px;
  -webkit-transition: border-color 400ms ease;
  transition        : border-color 400ms ease;
  font-size         : 14px;
  line-height       : 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.cc-textarea {
  height     : 200px;
  padding-top: 12px;
}

.status-message {
  padding         : 9px 30px;
  background-color: #202020;
  color           : #fff;
  font-size       : 14px;
  line-height     : 26px;
  text-align      : center;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top   : 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width        : 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap   : 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  display                : -webkit-box;
  display                : -webkit-flex;
  display                : -ms-flexbox;
  display                : flex;
  padding                : 40px 50px;
  -webkit-box-pack       : justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack          : justify;
  justify-content        : space-between;
  -webkit-box-align      : center;
  -webkit-align-items    : center;
  -ms-flex-align         : center;
  align-items            : center;
}

.webflow-link {
  display            : -webkit-box;
  display            : -webkit-flex;
  display            : -ms-flexbox;
  display            : flex;
  -webkit-box-align  : center;
  -webkit-align-items: center;
  -ms-flex-align     : center;
  align-items        : center;
  opacity            : 0.5;
  -webkit-transition : opacity 400ms ease;
  transition         : opacity 400ms ease;
  text-decoration    : none;
  text-transform     : uppercase;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: 0.8;
}

.webflow-logo-tiny {
  margin-top  : -2px;
  margin-right: 8px;
}

.footer-links {
  display            : -webkit-box;
  display            : -webkit-flex;
  display            : -ms-flexbox;
  display            : flex;
  margin-right       : -20px;
  -webkit-box-align  : center;
  -webkit-align-items: center;
  -ms-flex-align     : center;
  align-items        : center;
}

.footer-item {
  margin-right   : 20px;
  margin-left    : 20px;
  opacity        : 0.6;
  font-size      : 12px;
  line-height    : 20px;
  letter-spacing : 1px;
  text-decoration: none;
  text-transform : uppercase;
}

.footer-item:hover {
  opacity: 0.9;
}

.footer-item:active {
  opacity: 0.8;
}

.about-intro-grid {
  margin-top           : 100px;
  margin-bottom        : 140px;
  -webkit-box-align    : center;
  -webkit-align-items  : center;
  -ms-flex-align       : center;
  align-items          : center;
  grid-column-gap      : 80px;
  grid-row-gap         : 30px;
  grid-template-areas  : ". .";
  -ms-grid-columns     : 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows        : auto;
  grid-template-rows   : auto;
}

.hi-there-heading {
  margin-top   : 10px;
  margin-bottom: 20px;
}

.service-name-text {
  margin-bottom: 10px;
  opacity      : 0.6;
  font-size    : 30px;
  line-height  : 46px;
}

.skillset-wrap {
  padding-right: 60px;
}

.reference-link {
  opacity        : 0.6;
  font-size      : 14px;
  line-height    : 26px;
  text-decoration: none;
}

.reference-link:hover {
  opacity: 1;
}

.reference-link:active {
  opacity: 0.9;
}

.featured-item-wrap {
  margin-bottom: 25px;
}

.services-items-grid {
  padding-top        : 10px;
  grid-column-gap    : 30px;
  grid-row-gap       : 30px;
  grid-template-areas: ". .";
  -ms-grid-rows      : auto;
  grid-template-rows : auto;
}

.skills-grid {
  margin-bottom        : 140px;
  grid-column-gap      : 80px;
  grid-row-gap         : 30px;
  grid-template-areas  : ". .";
  -ms-grid-columns     : 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows        : auto;
  grid-template-rows   : auto;
}

.personal-features-grid {
  margin-bottom      : 110px;
  grid-column-gap    : 80px;
  grid-row-gap       : 20px;
  grid-template-areas: ". ."
    ". .";
  -ms-grid-rows     : auto 20px auto;
  grid-template-rows: auto auto;
}

.speaking-text {
  display     : inline-block;
  margin-right: 8px;
}

.speaking-text.cc-past-speaking {
  opacity: 0.6;
}

.speaking-detail {
  display: inline-block;
  opacity: 0.6;
}

.upcoming-wrap {
  margin-bottom: 40px;
}

.social-media-heading {
  margin-bottom: 60px;
}

.social-media-grid {
  margin-bottom      : 30px;
  grid-column-gap    : 30px;
  grid-row-gap       : 30px;
  -ms-grid-rows      : auto 30px auto;
  grid-template-areas: ". . . ."
    ". . . .";
  -ms-grid-columns     : 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.project-overview-grid {
  margin-top         : 120px;
  margin-bottom      : 135px;
  grid-column-gap    : 50px;
  grid-row-gap       : 100px;
  grid-template-areas: ". . . ."
    ". . . .";
  -ms-grid-columns     : 1fr 50px 1fr 50px 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows        : auto 100px auto;
  grid-template-rows   : auto auto;
}

.detail-header-image {
  width: 100%;
}

.project-description-grid {
  margin-top           : 120px;
  margin-bottom        : 120px;
  grid-column-gap      : 30px;
  grid-row-gap         : 30px;
  grid-template-areas  : ". .";
  -ms-grid-columns     : 1fr 30px 2.5fr;
  grid-template-columns: 1fr 2.5fr;
  -ms-grid-rows        : auto;
  grid-template-rows   : auto;
}

.detail-image {
  width        : 100%;
  margin-bottom: 30px;
}

.email-section {
  width     : 70%;
  margin    : 140px auto 200px;
  text-align: center;
}

.email-link {
  margin-top     : 15px;
  margin-bottom  : 15px;
  font-size      : 64px;
  line-height    : 88px;
  font-weight    : 400;
  text-decoration: none;
  text-transform : none;
}

.email-link:hover {
  opacity: 0.8;
}

.email-link:active {
  opacity: 0.7;
}

.utility-page-wrap {
  display                : -webkit-box;
  display                : -webkit-flex;
  display                : -ms-flexbox;
  display                : flex;
  width                  : 100vw;
  height                 : 100vh;
  max-height             : 100%;
  max-width              : 100%;
  padding                : 30px;
  -webkit-box-pack       : center;
  -webkit-justify-content: center;
  -ms-flex-pack          : center;
  justify-content        : center;
  -webkit-box-align      : center;
  -webkit-align-items    : center;
  -ms-flex-align         : center;
  align-items            : center;
  color                  : #fff;
  text-align             : center;
}

._404-wrap {
  display                : -webkit-box;
  display                : -webkit-flex;
  display                : -ms-flexbox;
  display                : flex;
  width                  : 100%;
  height                 : 100%;
  padding                : 30px;
  -webkit-box-orient     : vertical;
  -webkit-box-direction  : normal;
  -webkit-flex-direction : column;
  -ms-flex-direction     : column;
  flex-direction         : column;
  -webkit-box-pack       : center;
  -webkit-justify-content: center;
  -ms-flex-pack          : center;
  justify-content        : center;
  -webkit-box-align      : center;
  -webkit-align-items    : center;
  -ms-flex-align         : center;
  align-items            : center;
  background-color       : #1a1b1f;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  display                : -webkit-box;
  display                : -webkit-flex;
  display                : -ms-flexbox;
  display                : flex;
  padding-top            : 90px;
  padding-bottom         : 100px;
  -webkit-box-pack       : center;
  -webkit-justify-content: center;
  -ms-flex-pack          : center;
  justify-content        : center;
  text-align             : center;
}

.protected-form {
  display               : -webkit-box;
  display               : -webkit-flex;
  display               : -ms-flexbox;
  display               : flex;
  -webkit-box-orient    : vertical;
  -webkit-box-direction : normal;
  -webkit-flex-direction: column;
  -ms-flex-direction    : column;
  flex-direction        : column;
}

.protected-heading {
  margin-bottom: 30px;
}

.image {
  width : 50vw;
  height: auto;
}

.text-block {
  font-family: Bitter, serif;
  font-weight: 700;
}

.text-block.header {
  display    : inline-block;
  margin-left: 28px;
}

.text-block.header.artist {
  display       : block;
  margin-left   : auto;
  padding-bottom: 4px;
  font-family   : 'Yanone Kaffeesatz', sans-serif;
  font-size     : 3em;
}

.text-block.header.album {
  display        : block;
  margin-left    : auto;
  font-family    : 'Yanone Kaffeesatz', sans-serif;
  font-size      : 24px;
  font-weight    : 400;
  letter-spacing : 7px;
  text-decoration: underline;
  text-transform : uppercase;
}

.text-block.header.album.credits {
  -webkit-filter : blur(0px);
  filter         : blur(0px);
  font-size      : 14px;
  line-height    : 18px;
  letter-spacing : 2px;
  text-decoration: none;
  text-transform : lowercase;
}

.body {
  padding-left         : 2vw;
  background-image     : radial-gradient(circle closest-corner at 50% 20%, hsla(0, 0%, 100%, 0), #000), url('../images/IMG_3897_20190123_223403-1.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image     : radial-gradient(circle closest-corner at 50% 20%, hsla(0, 0%, 100%, 0), #000), url('../images/IMG_3897_20190123_223403-1.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-position  : 0px 0px, 100% 0%, 0px 0px;
  background-size      : auto, contain, auto;
  background-repeat    : repeat, no-repeat, repeat;
  background-attachment: scroll, fixed, scroll;
  color                : #fff;
}

.heading {
  display       : block;
  width         : 50%;
  margin-bottom : 0px;
  font-family   : ratio-display, sans-serif;
  line-height   : 38px;
  font-weight   : 600;
  letter-spacing: 3px;
  text-align    : left;
}

.heading.tracknumber {
  margin-bottom : 0px;
  padding-left  : 1px;
  font-size     : 12px;
  line-height   : 14px;
  font-weight   : 100;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align    : left;
}

.div-block {
  margin-top: 0px;
}

.nonchorus {
  /* font-family:'Josefin Sans Regular' !important; */

}

.chorus {
  /* font-family:'Pacifico' !important; */
  display       : block;
  /* border-left: 1px dashed #c67349 !important; */
  font-style    : italic;
  /* text-align : left; */
}

.asBefore {
  border-left: none !important;
}

.choruswrap {
  margin-top    : 10px;
  margin-bottom : 10px;
  margin-left   : -14px;
  padding-left  : 8px;
  /* border-left: 1px dashed rgba(202, 119, 75, 0.48); */
}

.lyricswrap {
  margin-top: 16px;
  text-align: left !important;
}

.div-block-2.headerlogocontainer {
  padding-top: 10px;
}

.tracknum-disp {
  display      : inline;
  opacity      : 0.34;
  padding-right: 7px;
  font-size    : 12px;
  line-height  : 16px;
  font-weight  : 400;
}

.div-block-3 {
  font-family   : ratio, sans-serif;
  line-height   : 16px;
  text-transform: uppercase;
  text-align    : left;
}

.div-block-4 {
  position: fixed;
  left    : 0%;
  top     : 0%;
  right   : auto;
  bottom  : auto;
  overflow: scroll;
  width   : 100vw;
  height  : 100vh;
}

.div-block-5 {
  margin-left : -18px;
  padding-left: 16px;
  border-left : 2px dotted #000;
}

.rich-text-block {
  font-family: ratio, sans-serif;
  line-height: 22px;
}

.collection-list-wrapper {
  padding-left: 36px;
}

@media screen and (min-width: 1280px) {
  .paragraph-light.byline {
    display       : block;
    opacity       : 0.4;
    letter-spacing: 1.4px;
  }

  .text-block.header.artist {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size  : 3em;
  }

  .text-block.header.album {
    font-family   : 'Yanone Kaffeesatz', sans-serif;
    font-size     : 24px;
    letter-spacing: 7px;
  }

  .text-block.header.album.credits {
    letter-spacing: 2px;
    text-transform: none;
  }

  .body {
    padding-left: 2vw;
  }

  .heading {
    display   : block;
    text-align: left;
  }

  .heading.tracknumber {
    padding-left: 2px;
  }

  .div-block {
    margin-top: 0px;
  }

  .choruswrap {
    padding-top   : 5px;
    padding-bottom: 5px;
    padding-left  : 8px;
  }

  .div-block-2 {
    overflow: hidden;
  }

  .div-block-2.headerlogocontainer {
    overflow   : visible;
    padding-top: 10px;
  }
}

@media screen and (min-width: 1440px) {
  .section.song {
    width: 40vw;
  }

  .body {
    padding-left: 2vw;
  }
}

@media screen and (min-width: 1920px) {
  .section.song {
    width        : 40vw;
    /* margin-top: 8%; */
  }

  .body {
    padding-left: 2vw;
  }
}

@media screen and (max-width: 991px) {
  .styleguide-block {
    text-align: center;
  }

  .heading-jumbo {
    font-size  : 56px;
    line-height: 70px;
  }

  .section.cc-contact {
    padding-right: 0px;
    padding-left : 0px;
  }

  .section.song {
    margin-top: 150px;
  }

  .button {
    -webkit-box-pack       : center;
    -webkit-justify-content: center;
    -ms-flex-pack          : center;
    justify-content        : center;
  }

  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex    : 1;
    -ms-flex        : 1;
    flex            : 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-item {
    padding           : 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition        : background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align        : center;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-items {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .navigation-wrap {
    margin-right: 0px;
  }

  .work-experience-grid {
    grid-template-areas: ". ."
      ". .";
    -ms-grid-columns     : 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows        : auto auto;
    grid-template-rows   : auto auto;
  }

  .works-grid {
    display               : -webkit-box;
    display               : -webkit-flex;
    display               : -ms-flexbox;
    display               : flex;
    -webkit-box-orient    : vertical;
    -webkit-box-direction : normal;
    -webkit-flex-direction: column;
    -ms-flex-direction    : column;
    flex-direction        : column;
    -webkit-box-align     : stretch;
    -webkit-align-items   : stretch;
    -ms-flex-align        : stretch;
    align-items           : stretch;
  }

  .song-wrap {
    width: auto;
  }

  .work-image {
    margin-bottom: 30px;
  }

  .contact {
    width  : auto;
    padding: 30px 50px 40px;
  }

  .contact-headline {
    width: 100%;
  }

  .contact-form-wrap {
    width: 100%;
  }

  .about-intro-grid {
    grid-row-gap       : 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns     : 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows        : auto 50px auto;
    grid-template-rows   : auto auto;
    text-align           : center;
  }

  .about-head-text-wrap {
    width       : 80%;
    margin-right: auto;
    margin-left : auto;
  }

  .service-name-text {
    font-size  : 24px;
    line-height: 42px;
  }

  .skillset-wrap {
    padding-right: 0px;
  }

  .services-items-grid {
    padding-top        : 0px;
    grid-row-gap       : 0px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns     : 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows        : auto 0px auto;
    grid-template-rows   : auto auto;
  }

  .skills-grid {
    width              : 80%;
    margin-right       : auto;
    margin-left        : auto;
    grid-row-gap       : 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns     : 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows        : auto 50px auto;
    grid-template-rows   : auto auto;
    text-align           : center;
  }

  .personal-features-grid {
    width              : 80%;
    margin-right       : auto;
    margin-left        : auto;
    grid-template-areas: "."
      "."
      "."
      ".";
    -ms-grid-columns     : 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows        : auto auto auto auto;
    grid-template-rows   : auto auto auto auto;
    text-align           : center;
  }

  .social-media-heading {
    width       : 80%;
    margin-right: auto;
    margin-left : auto;
    text-align  : center;
  }

  .social-media-grid {
    grid-template-areas: ". ."
      ". ."
      ". ."
      ". .";
    -ms-grid-columns     : 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows        : auto auto auto auto;
    grid-template-rows   : auto auto auto auto;
  }

  .project-overview-grid {
    width              : 70%;
    margin-right       : auto;
    margin-left        : auto;
    grid-row-gap       : 50px;
    grid-template-areas: "."
      "."
      ".";
    -ms-grid-columns     : 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows        : auto 50px auto 50px auto;
    grid-template-rows   : auto auto auto;
    text-align           : center;
  }

  .project-description-grid {
    width              : 80%;
    margin-right       : auto;
    margin-left        : auto;
    grid-row-gap       : 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns     : 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows        : auto 50px auto;
    grid-template-rows   : auto auto;
    text-align           : center;
  }

  .email-section {
    margin-bottom: 160px;
  }

  .email-link {
    font-size  : 36px;
    line-height: 54px;
  }
}

@media screen and (max-width: 767px) {

  .heading-jumbo-small {
    font-size  : 30px;
    line-height: 52px;
  }

  .rich-text {
    width     : 90%;
    max-width : 470px;
    text-align: left;
  }

  .container {
    text-align: center;
  }

  .heading-jumbo {
    font-size  : 50px;
    line-height: 64px;
  }

  .section {
    margin-right: 15px;
    margin-left : 15px;
  }

  .section.cc-contact {
    padding: 15px;
  }

  .paragraph-bigger {
    font-size  : 16px;
    line-height: 28px;
  }

  .logo-link {
    padding-left: 0px;
  }

  .navigation {
    padding: 20px 30px;
  }

  .work-experience-grid {
    display               : -webkit-box;
    display               : -webkit-flex;
    display               : -ms-flexbox;
    display               : flex;
    -webkit-box-orient    : vertical;
    -webkit-box-direction : normal;
    -webkit-flex-direction: column;
    -ms-flex-direction    : column;
    flex-direction        : column;
    -webkit-box-align     : center;
    -webkit-align-items   : center;
    -ms-flex-align        : center;
    align-items           : center;
  }

  .work-position-wrap {
    margin-bottom: 40px;
  }

  .project-name-link {
    font-size  : 16px;
    line-height: 28px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-right: 30px;
    padding-left : 30px;
  }

  .contact-form-grid {
    grid-column-gap    : 30px;
    grid-template-areas: "."
      "."
      ".";
    -ms-grid-columns     : 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows        : auto auto auto;
    grid-template-rows   : auto auto auto;
  }

  .contact-form {
    display               : -webkit-box;
    display               : -webkit-flex;
    display               : -ms-flexbox;
    display               : flex;
    -webkit-box-orient    : vertical;
    -webkit-box-direction : normal;
    -webkit-flex-direction: column;
    -ms-flex-direction    : column;
    flex-direction        : column;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    -webkit-box-orient    : vertical;
    -webkit-box-direction : normal;
    -webkit-flex-direction: column;
    -ms-flex-direction    : column;
    flex-direction        : column;
    text-align            : center;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    -webkit-box-orient    : vertical;
    -webkit-box-direction : normal;
    -webkit-flex-direction: column;
    -ms-flex-direction    : column;
    flex-direction        : column;
  }

  .footer-item {
    margin-top   : 10px;
    margin-bottom: 10px;
    margin-left  : 0px;
  }

  .about-head-text-wrap {
    width    : 70%;
    max-width: 470px;
  }

  .skills-grid {
    width                : 70%;
    max-width            : 470px;
    -ms-grid-columns     : 1fr;
    grid-template-columns: 1fr;
  }

  .personal-features-grid {
    width    : 70%;
    max-width: 470px;
  }

  .social-media-heading {
    width    : 70%;
    max-width: 470px;
  }

  .social-media-grid {
    grid-column-gap      : 15px;
    grid-row-gap         : 15px;
    -ms-grid-columns     : 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .project-overview-grid {
    width        : 80%;
    max-width    : 470px;
    margin-top   : 90px;
    margin-bottom: 95px;
  }

  .project-description-grid {
    width        : 70%;
    max-width    : 470px;
    margin-top   : 90px;
    margin-bottom: 85px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .email-section {
    width        : 80%;
    max-width    : 470px;
    margin-top   : 120px;
    margin-bottom: 120px;
  }

  .email-link {
    font-size  : 36px;
    line-height: 54px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }
}

@media screen and (max-width: 479px) {

  .div-block-4 {
    padding-top: 50px;
  }

  .rich-text {
    width    : 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size  : 36px;
    line-height: 48px;
  }

  .paragraph-light.byline {
    margin-right: auto;
    margin-left : auto;
    text-align  : center;
  }

  .section.song {
    margin-top  : 100px;
    margin-right: 5%;
  }

  .navigation {
    padding-right: 20px;
    padding-left : 20px;
  }

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex    : 0 0 auto;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex    : 0 0 auto;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
  }

  .contact {
    padding-right: 15px;
    padding-left : 15px;
  }

  .contact-form {
    -webkit-box-orient    : vertical;
    -webkit-box-direction : normal;
    -webkit-flex-direction: column;
    -ms-flex-direction    : column;
    flex-direction        : column;
  }

  .contact-form-wrap {
    -webkit-box-orient    : vertical;
    -webkit-box-direction : normal;
    -webkit-flex-direction: column;
    -ms-flex-direction    : column;
    flex-direction        : column;
  }

  .footer-wrap {
    -webkit-box-orient    : vertical;
    -webkit-box-direction : normal;
    -webkit-flex-direction: column;
    -ms-flex-direction    : column;
    flex-direction        : column;
  }

  .about-head-text-wrap {
    width    : 100%;
    max-width: none;
  }

  .skills-grid {
    width                : 100%;
    max-width            : none;
    -ms-grid-columns     : 1fr;
    grid-template-columns: 1fr;
  }

  .personal-features-grid {
    width    : 100%;
    max-width: none;
  }

  .social-media-heading {
    width    : 100%;
    max-width: none;
  }

  .project-overview-grid {
    width    : 100%;
    max-width: none;
  }

  .project-description-grid {
    width    : 100%;
    max-width: none;
  }

  .email-section {
    display               : -webkit-box;
    display               : -webkit-flex;
    display               : -ms-flexbox;
    display               : flex;
    width                 : 100%;
    max-width             : none;
    -webkit-box-orient    : vertical;
    -webkit-box-direction : normal;
    -webkit-flex-direction: column;
    -ms-flex-direction    : column;
    flex-direction        : column;
    -webkit-box-align     : center;
    -webkit-align-items   : center;
    -ms-flex-align        : center;
    align-items           : center;
  }

  .email-link {
    font-size  : 30px;
    line-height: 46px;
  }

  .body {
    background-color     : #202022;
    background-image     : -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background-image     : linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-position  : 0px 0px;
    background-size      : auto;
    background-repeat    : repeat;
    background-attachment: scroll;
  }

  .tracknum-disp {
    opacity: 0.34;
    display: block;
  }

  .div-block-3 {
    text-align: left;
  }

  .div-block-4 {
    height: 100vh;
  }

  .rich-text-block {
    border-top   : 1px dashed #000;
    border-bottom: 1px dashed #000;
    font-size    : 14px;
    line-height  : 18px;
    font-weight  : 400;
  }

  .collection-list-wrapper {
    padding-left: 0px;
  }
}

@font-face {
  font-family : 'Book antiqua';
  src         : url('../fonts/book-antiqua.ttf') format('truetype');
  font-weight : 400;
  font-style  : normal;
  font-display: swap;
}

audio {
  width     : 80%;
  max-width : 600px;
  margin-top: 20px;
}

.songimg {
  display: block;
}

.cover-block {
  margin-top: 55px;
  display   : block;
  width     : 500px !important;
  max-width : 700px !important;
}

.cover-header {
  height: 70px;
}

a.anchor {
  display   : block;
  position  : relative;
  top       : -150px;
  visibility: hidden;
}

@media screen and (max-width: 479px) {
  .songimg {
    margin: 0 auto;
  }
}

.flex-container {
  display: flex;
}

/* Album dropdown navigation styles */
.navigation-album-dropdown {
  position: relative;
  display: inline-block;
}

.navigation-item.album-title {
  cursor: pointer;
  position: relative;
}

.navigation-item.album-title:after {
  content: " ▼";
  font-size: 0.8em;
  opacity: 0.6;
  margin-left: 4px;
}

.album-dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background-color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1000;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  overflow: hidden;
}

.navigation-album-dropdown:hover .album-dropdown-content {
  display: block;
}

.dropdown-song-link {
  display: block !important;
  padding: 12px 16px;
  color: #1a1b1f !important;
  text-decoration: none !important;
  font-family: Bitter, serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.8;
  transition: background-color 300ms ease, opacity 300ms ease;
  border-bottom: 1px solid #f0f0f0;
}

.dropdown-song-link:last-child {
  border-bottom: none;
}

.dropdown-song-link:hover {
  background-color: #f7f8f9;
  opacity: 1;
  color: #1a1b1f !important;
}

/* Ensure dropdown works on mobile */
@media screen and (max-width: 991px) {
  .album-dropdown-content {
    position: static;
    display: block;
    box-shadow: none;
    border: none;
    background-color: transparent;
    margin-left: 20px;
  }
  
  .navigation-album-dropdown:hover .album-dropdown-content {
    display: block;
  }
  
  .dropdown-song-link {
    padding: 8px 16px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }
}

a.extlink {
  display:inline;
}

/* Unreleased track styling */
.dropdown-song-link.unreleased-track {
  opacity: 0.5;
  font-style: italic;
  color: #888 !important;
  cursor: default;
  pointer-events: none;
}

.dropdown-song-link.unreleased-track:hover {
  background-color: transparent;
  opacity: 0.5;
  color: #888 !important;
  cursor: default;
}