/**
 * Lemon Zest - Citrus Energy Color Scheme
 * Vibrant, colorful design for DJ/Producer landing page
 */
/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #FAD3B3;
  background-color: #351f19;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px;
}

/**
 * `main` element
 */
main {
  display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

/**
 * Links
 */
a {
  color: #FAD3B3;
  text-decoration: none;
}
a:active {
  text-decoration: underline;
}
a:hover {
  cursor: url("images/right32.png") 32 16, auto;
  text-decoration: underline;
}
.social-media-list a:hover {
  text-decoration: none;
}

.active {
  text-decoration: underline;
  text-underline-position: under;
}

/**
 * Blockquotes
 */
blockquote {
  color: #E0E0E0;
  border-left: 4px solid rgb(249.5, 249.5, 249.5);
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid rgb(249.5, 249.5, 249.5);
  border-radius: 3px;
  background-color: transparent !important;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

/**
 * Wrapper
 */
.wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  .wrapper {
    max-width: -webkit-calc(800px - (30px));
    max-width: calc(800px - (30px));
    padding-right: 15px;
    padding-left: 15px;
  }
}

/**
 * Clearfix
 */
.footer-col-wrapper:after, .wrapper:after {
  content: "";
  display: table;
  clear: both;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    transform-origin: center center;
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform-origin: center center;
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transform-origin: center center;
  }
}
/**
 * Icons
 */
.svg-icon {
  width: 3rem;
  height: 3rem;
  display: inline-block;
  fill: #FAD3B3;
  padding-right: 5px;
  vertical-align: text-top;
}
.svg-icon:hover {
  -webkit-animation: spin 0.3s linear 1;
  -moz-animation: spin 0.3s linear 1;
  animation: spin 0.3s linear 1;
}

.social-media-list li + li {
  padding-top: 5px;
}

/**
 * Tables
 */
table {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: white;
  border-collapse: collapse;
  border: 1px solid rgb(249.5, 249.5, 249.5);
}
table tr:nth-child(even) {
  background-color: white;
}
table th, table td {
  padding: 10px 15px;
}
table th {
  background-color: white;
  border: 1px solid rgb(239.3, 239.3, 239.3);
  border-bottom-color: rgb(218.9, 218.9, 218.9);
}
table td {
  border: 1px solid rgb(249.5, 249.5, 249.5);
}

/**
  * Body
  */
html {
  scroll-behavior: smooth;
}

body {
  max-width: 100%;
  cursor: url("/assets/images/cursor-music.svg") 16 16, auto;
  overflow-x: hidden;
  overflow-y: auto;
  background: #351f19;
}

body.one-page {
  overflow-y: auto;
}

::-moz-selection { /* Code for Firefox */
  color: #351f19;
  background: #FAD3B3;
}

::selection {
  color: #351f19;
  background: #FAD3B3;
}

.home {
  overflow: hidden;
}

@keyframes slideInFromTop {
  0% {
    transform: translateY(-200%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideInFromBottom {
  0% {
    transform: translateY(200%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideInFromBottomLittle {
  0% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(0);
  }
}
.loading {
  background-image: url("images/hand.gif"), auto;
}

/**
 * Border - Tribal Pattern
 */
.border, .invisible-border {
  border: none;
  margin: 0;
  padding: 0;
  height: auto;
  overflow-y: visible;
  position: relative;
}
.border::before, .invisible-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 80px;
  background: url("/assets/images/tribalpatternv3.png") repeat-y center;
  background-size: 80px auto;
  z-index: 1;
  pointer-events: none;
  min-height: 100vh;
  background-blend-mode: overlay;
  opacity: 0.95;
}
.border::after, .invisible-border::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  background: url("/assets/images/tribalpatternv3.png") repeat-y center;
  background-size: 80px auto;
  z-index: 1;
  pointer-events: none;
  min-height: 100vh;
}
@media screen and (max-width: 600px) {
  .border::before, .invisible-border::before, .border::after, .invisible-border::after {
    width: 30px;
    background-size: 30px auto;
  }
}

.border::-webkit-scrollbar, .invisible-border::-webkit-scrollbar {
  display: none;
  overflow: hidden;
}

.invisible-border {
  border: 0.4rem solid #351f19;
}

/**
 * Site header
 */
.site-header {
  min-height: 55.95px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: transparent;
  padding: 1rem 2rem;
  margin: 0;
}

.site-title {
  animation: 0.5s ease-out 0s 1 slideInFromTop;
  font-size: 48px;
  font-weight: 500;
  line-height: 54px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
  margin-left: 3rem;
  text-underline-position: under;
}
.site-title, .site-title:visited {
  color: #FAD3B3;
}

@media screen and (max-width: 600px) {
  .site-title {
    font-size: 16px;
    margin-left: 0rem;
  }
}
.site-nav {
  animation: 0.5s ease-out 0s 1 slideInFromTop;
  float: right;
  line-height: 54px;
}
.site-nav .nav-trigger {
  display: none;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link {
  text-underline-position: under;
  color: #FAD3B3;
  line-height: 1.5;
  font-size: 24px;
}
.site-nav .page-link:not(:last-child) {
  margin-right: 60px;
}
@media screen and (max-width: 600px) {
  .site-nav {
    position: absolute;
    top: 9px;
    right: 15px;
    background-color: #351f19;
    border: 1px solid rgb(227.7762237762, 232.8006993007, 6.6993006993);
    border-radius: 5px;
    text-align: right;
  }
  .site-nav label[for=nav-trigger] {
    display: block;
    float: right;
    width: 36px;
    height: 36px;
    z-index: 2;
    cursor: pointer;
  }
  .site-nav .menu-icon {
    display: block;
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 10px;
    text-align: center;
  }
  .site-nav .menu-icon > svg {
    fill: #FAD3B3;
  }
  .site-nav input ~ .trigger {
    clear: both;
    display: none;
  }
  .site-nav input:checked ~ .trigger {
    display: block;
    padding-bottom: 5px;
  }
  .site-nav .page-link {
    flex-grow: 1;
    display: block;
    padding: 5px 10px;
  }
  .site-nav .page-link:not(:last-child) {
    margin-right: 0;
  }
  .site-nav .page-link {
    margin-left: 20px;
  }
}

/**
 * Site footer
 */
.site-footer {
  animation: 1s ease-in 0s 1 slideInFromBottomLittle;
  padding: 30px 0;
  bottom: 0;
  position: absolute;
  margin: 2rem;
}

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px;
}

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}

.footer-col-wrapper {
  font-size: 15px;
  color: #F8FB74;
  margin-left: -15px;
}

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px;
}

.footer-col-1 {
  width: -webkit-calc(35% - (30px / 2));
  width: calc(35% - 30px / 2);
}

.footer-col-2 {
  width: -webkit-calc(20% - (30px / 2));
  width: calc(20% - 30px / 2);
}

.footer-col-3 {
  width: -webkit-calc(45% - (30px / 2));
  width: calc(45% - 30px / 2);
}

@media screen and (max-width: 800px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - 30px / 2);
  }
  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
.large-text {
  animation: 1s ease-out 0s 1 slideInFromBottom;
  font-size: 144px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.2;
  color: #FAD3B3;
  white-space: nowrap;
  margin-left: 5rem;
  padding-top: 15rem;
}

@media screen and (max-width: 600px) {
  .large-text {
    font-size: 48px;
    white-space: wrap;
    padding-top: 10rem;
  }
}
#hello-there {
  font-weight: 600;
}

/**
 * Centering
 */
.centered {
  margin: auto;
  position: relative;
  max-width: 80%;
}

/**
* Page content
*/
.page-content {
  margin: 1rem;
  flex: 1;
  padding-top: 3%;
  padding-right: 25%;
  padding-left: 25%;
}
@media screen and (max-width: 800px) {
  .page-content {
    padding: 30px 0;
  }
}

.page-heading {
  font-size: 32px;
}

/**
 * One-Page Layout Styles
 */
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.hero-section {
  min-height: 100vh;
  display: block;
  margin: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #351f19;
  position: relative;
  padding: 2rem;
  overflow: hidden;
}
.hero-section::before {
  content: "";
  position: absolute;
  background-image: url("/assets/images/monstera.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 800px;
  height: 450px;
  bottom: -60px;
  left: 20px;
  transform: rotate(-15deg);
  opacity: 0.7;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .hero-section::before {
    width: 280px;
    height: 280px;
    bottom: -80px;
    left: -80px;
  }
}
.hero-section::after {
  content: "";
  position: absolute;
  background-image: url("/assets/images/palmleaf.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 550px;
  height: 550px;
  top: -140px;
  right: 120px;
  opacity: 0.7;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .hero-section::after {
    width: 320px;
    height: 320px;
    top: -90px;
    right: -90px;
  }
}
.hero-section > * {
  position: relative;
  z-index: 1;
}

.bio-section {
  min-height: 60vh;
  padding: 5rem 2rem;
  background: #FAD3B3;
  position: relative;
  overflow: hidden;
}
.bio-section .monstera-inverted {
  position: absolute;
  width: 600px;
  height: 450px;
  background-image: url("/assets/images/monstera2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  left: 120px;
  bottom: calc(100% - 90px);
  transform: rotate(-15deg);
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .bio-section .monstera-inverted {
    width: 280px;
    height: 280px;
    left: -80px;
    bottom: calc(100% - 80px);
  }
}
.bio-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 80px;
  background: #FAD3B3 url("/assets/images/tribalinverted.png") repeat-y center;
  background-size: 80px auto;
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .bio-section::before {
    width: 60px;
    background-size: 60px auto;
  }
}
.bio-section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  background: #FAD3B3 url("/assets/images/tribalinverted.png") repeat-y center;
  background-size: 80px auto;
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .bio-section::after {
    width: 60px;
    background-size: 60px auto;
  }
}
.bio-section .bio-content {
  max-width: 90%;
  margin: 0 auto;
  color: #351f19;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .bio-section .bio-content {
    padding: 2rem 1rem;
  }
}
.bio-section h2 {
  color: #351f19;
  font-size: 3rem;
  margin-bottom: 3rem;
  text-align: left;
  font-weight: 700;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 600px) {
  .bio-section h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.bio-section .bio-text {
  font-size: 48px;
  line-height: 0.8;
  text-align: left;
  white-space: pre-line;
  font-weight: 350;
  letter-spacing: -0.02em;
  color: #351f19;
}
.bio-section .bio-text p {
  margin-bottom: 1.5rem;
}
.bio-section .bio-text p:first-of-type::first-letter {
  font-size: 2.5em;
  font-weight: 700;
  color: #F8FB74;
  float: left;
  line-height: 0.85;
  margin-right: 0.1em;
  margin-top: 0.05em;
}
@media screen and (max-width: 600px) {
  .bio-section .bio-text {
    font-size: 1.1rem;
    line-height: 1.8;
  }
}

.music-platforms-section {
  min-height: 5vh;
  padding: 2rem 2rem;
  background: #351f19;
}
.music-platforms-section h2 {
  color: #FAD3B3;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 600px) {
  .music-platforms-section h2 {
    font-size: 2rem;
  }
}
.music-platforms-section .platform-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .music-platforms-section .platform-grid {
    gap: 2rem;
  }
}
.music-platforms-section .platform-card {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.music-platforms-section .platform-card:hover {
  transform: scale(1.2);
  opacity: 0.8;
}
.music-platforms-section .platform-card .platform-icon {
  width: 60px;
  height: 60px;
  fill: #FAD3B3;
}
@media screen and (max-width: 600px) {
  .music-platforms-section .platform-card .platform-icon {
    width: 45px;
    height: 45px;
  }
}
.music-platforms-section .platform-card .platform-name {
  display: none;
}

.site-footer {
  position: static;
  background: #351f19;
  padding: 3rem 2rem 2rem;
  border-top: 3px solid #F8FB74;
  margin: 0;
  animation: none;
}
.site-footer .social-media-list {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 2rem 0;
  flex-wrap: wrap;
}
.site-footer .social-media-list a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  text-decoration: none;
}
.site-footer .social-media-list a:hover {
  background: #FAD3B3;
  transform: scale(1.1);
}
.site-footer .social-media-list svg {
  width: 30px;
  height: 30px;
  fill: #FAD3B3;
}
.site-footer .social-media-list .social-text {
  color: #FAD3B3;
  font-weight: 600;
  font-size: 0.9rem;
}
.site-footer .footer-credit {
  text-align: center;
  color: rgba(250, 211, 179, 0.6);
  margin-top: 2rem;
  font-size: 0.9rem;
}

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff;
}
.highlighter-rouge .highlight {
  background: rgb(35.6730769231, 20.8653846154, 16.8269230769);
}
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #6060d8;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

/*# sourceMappingURL=main.css.map */