@font-face {
  font-family: Body;
  src: url(fonts/body.ttf); }
@font-face {
  font-family: Manrope;
  src: url(fonts/manropereg.otf); }
@font-face {
  font-family: Manropebold;
  src: url(fonts/manropebold.otf); }
h1 {
  font-family: Body;
  font-size: 52px;
  text-transform: uppercase;
  margin: 0.2em auto; }

.shadow-big, .block-krazyhouse .text .onhoverimg, .kh-page-wrap .left-section .kh-row .spotify-wrap iframe {
  -webkit-box-shadow: 2px 36px 38px -5px rgba(0, 0, 0, 0.51);
  -moz-box-shadow: 2px 36px 38px -5px rgba(0, 0, 0, 0.51);
  box-shadow: 2px 36px 38px -5px rgba(0, 0, 0, 0.51); }

.shadow, .bttn-spotify, .bttn-donate {
  -webkit-box-shadow: 13px 13px 17px -18px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: 13px 13px 17px -18px rgba(0, 0, 0, 0.59);
  box-shadow: 13px 13px 17px -18px rgba(0, 0, 0, 0.59); }


.textfixhov{
          margin: auto !important;
        }

body{
  

}

.social-links{
  color: white;
}

.block-outline{
  outline: 0.2px solid rgba(255,255,255,0.2);
}

h4 {
  font-family: Body;
  font-size: 18px;
  text-transform: uppercase; }

p {
  font-size: 14px;
  font-family: Manrope;
  margin: 0.2em auto; }

.p2 {
  font-size: 16px;
  font-family: Manropebold;
  margin: 0.2em auto; }

a {
  text-decoration: none;

  color: inherit; }


.biotext a{
  color: #7524FB;
  font-weight: bold;
}

.biotext a:hover{
  background-color: #7524FB;
  color: white;
}

.label {
  font-size: 10px;
  font-family: Manropebold;
  text-transform: uppercase; }

.linkbttn {
  font-size: 14px;
  font-family: Manrope;
  color: black;
  background-color: #F5F5F5;
  padding: 10px 20px;
  cursor: pointer; }
  .linkbttn:after {
    font-family: 'Material Icons';
    content: "launch";
    -webkit-font-feature-settings: 'liga';
    vertical-align: middle;
    margin-left: 10px;
    font-size: 18px; }
  .linkbttn:hover {
    background-color: #7524FB;
    color: white; }

.bttn {
  font-size: 14px;
  font-family: Manropebold;
  padding: 10px 20px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px; }
  .bttn span {
    margin-right: 10px; }
    .bttn span img {
      width: 20px;
      height: auto;
      vertical-align: -4px; }
  .bttn-spotify {
    background-color: #28DD94; }
    .bttn-spotify:hover {
      box-shadow: none; }
  .bttn-donate {
    background-color: #F01164;
    color: white; }
    .bttn-donate:hover {
      box-shadow: none; }

.left-section-bio {
  background-color: #7524FB; }
.left-section-music {
  background-color: #FD0D1B; }

.bio-heading {
  color: #7524FB; }

.music-heading {
  color: #FD0D1B; }

.ease5 {
  transition: ease all 0.5s; }

.ease2, .linkbttn, .bttn, .menu-wrap .slide-row .block, .menu-wrap .slide-row .block .text, .menu-wrap .slide-row .block .text h1, .block-newsletter:hover .text .onhoverform .clear .bttn {
  transition: ease all 0.2s; }

.full-wrap {
  margin: 0px;
  width: 100%;
  height: 100vh; }

#myVideo {
  position: fixed;
  object-fit: cover;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1; }

.center-logo {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%); }
  .center-logo img {
    width: 300px; }

.menu-wrap {
  width: 100%;
  height: 100vh;
/*  background-image: url(images/covermin.jpeg);*/
  background-size: 120%;
  background-position: left bottom;
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.7);
  display: flex;
  flex-direction: column; }
  .menu-wrap .slide-row {
    display: flex;
    flex: 1;
    justify-content: center;
    flex-direction: row; }
    .menu-wrap .slide-row .block {
      display: flex;
      z-index: 0;
      justify-content: center;
      align-items: center;
      flex-direction: row;
      background-color: transparent; }
      .menu-wrap .slide-row .block .text {
        text-align: center;
        flex-direction: column;
        display: block;
        align-content: space-between;
        justify-content: center; }
        .menu-wrap .slide-row .block .text h1 {
          font-size: 14px;
          color: white; }
        .menu-wrap .slide-row .block .text .onhovertext {
          display: none; 
          color: white;}
        .menu-wrap .slide-row .block .text .label {
          color: white; }
        .menu-wrap .slide-row .block .text img {
          width: 120px;
          height: auto;
          text-align: center;
          justify-content: center; }

.block-music {
  flex: 1;
  background-color: white; }
  .block-music:hover {
    background-color: #3d3d3d !important;
    mix-blend-mode: difference; }
  .block-music:hover .text h1 {
    font-size: 42px !important;
    color: white; }
  .block-music:hover .text .onhovertext {
    display: block !important;
    color: white;
    opacity: 50%; }
.block-new {
  flex: 2;
  background-color: white;
  background-position: center;
  background-size: cover; }
  .block-new:hover {
    background-color: #3d3d3d !important;

    }
  .block-new:hover .text h1 {
    font-size: 42px !important;
    color: white !important; }
  .block-new:hover .text img {
     }
  .block-new:hover .text .label {
    display: none; }
  .block-new:hover .text .onhovertext {
    display: block !important;
    color: white !important; }
.block-mixes {
  flex: 1;
  background-color: white; }
  .block-mixes:hover {
    background-color: #3d3d3d !important; 
    mix-blend-mode: difference;}
  .block-mixes:hover .text h1 {
    font-size: 42px !important;
    color: white; }
  .block-mixes:hover .text .onhovertext {
    display: block !important;
    color: black;
    opacity: 50%; }
.block-krazyhouse {
  flex: 6;
  background-color: white;
  overflow: hidden; }
  .block-krazyhouse .text {
    position: relative; }
    .block-krazyhouse .text .label {
      color: #C1C1C1 !important; }
    .block-krazyhouse .text .onhoverimg {
      display: none !important;
      margin: auto;
      width: 200px !important;
      height: auto;
      bottom: -20; }
  .block-krazyhouse:hover {
    background-color: #FF4D00 !important; 
  mix-blend-mode: difference;}
  .block-krazyhouse:hover .text {
    position: relative;
    top: 30px; }
    .block-krazyhouse:hover .text h1 {
      font-size: 24px !important;
      color: #F01164;
      width: 90%;
      text-align: center; }
    .block-krazyhouse:hover .text .spotify-logo {
      width: 200px !important;
      height: auto; }
    .block-krazyhouse:hover .text .label {
      display: none; }
    .block-krazyhouse:hover .text .onhovertext {
      display: block !important;
      color: white;
      opacity: 80%; }
    .block-krazyhouse:hover .text .onhoverimg {
      position: relative;
      display: block !important;
      width: 200px !important;
      height: auto;
      bottom: -20px !important; }
.block-bio {
  flex: 3;
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative;
  background-size: 150%; }
  .block-bio:hover {
/*    background-image: url(images/duotone.png);*/
background-color: #3d3d3d !important; 
mix-blend-mode: difference;
    background-size: cover;
    background-position: center; }
  .block-bio .onhovertext {
    display: none !important;
    color: white;
    opacity: 0%; }
  .block-bio:hover .text {
    position: relative; }
    .block-bio:hover .text h1 {
      font-size: 42px !important;
      color: white; }
    .block-bio:hover .text .onhovertext {
      display: block !important;
      opacity: 50%; }
.block-socials {
  flex: 3;
  background-color: white; }
  .block-socials:hover {
    background-color: #3d3d3d !important; 
  mix-blend-mode: difference;}
  .block-socials .text .social-links {
    display: none;
    height: 220px; }
  .block-socials:hover .text h1 {
    font-size: 32px !important;
    color: white; }
  .block-socials:hover .text .onhovertext {
    display: block !important;
    opacity: 50%; }
  .block-socials:hover .text .social-links {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .block-socials:hover .text .social-links a:hover {
      text-decoration: underline; }
.block-newsletter {
  flex: 6;
  background-color: white; }
  .block-newsletter:hover {
    background-color: #3d3d3d !important;
    align-items: flex-end !important; 
  mix-blend-mode: difference;}
  .block-newsletter .text .onhoverform {
    display: none; }
  .block-newsletter:hover .text {
    margin-top: -10px; }
    .block-newsletter:hover .text h1 {
      font-size: 42px !important;
      color: white;
      top: -25px;
      position: relative; }
    .block-newsletter:hover .text .onhoverform {
      display: block; }
      .block-newsletter:hover .text .onhoverform .clear {
        width: 100%; }
        .block-newsletter:hover .text .onhoverform .clear .bttn {
          width: 100%;
          padding: 20px;
          background-color: #7524FB;
          border: none;
          font-family: Body;
          font-size: 24px;
          text-transform: uppercase;
          color: white;
          cursor: pointer; }
          .block-newsletter:hover .text .onhoverform .clear .bttn:hover {
            color: #24D5FD;
            background-color: black; }
      .block-newsletter:hover .text .onhoverform .mc-field-group {
        top: -15px;
        position: relative; }
    .block-newsletter:hover .text .onhovertext {
      display: block !important;
      opacity: 50%;
      color: white;
      width: 80%;
      top: -25px;
      position: relative; }

.mc-field-group {
  width: 70%;
  margin: auto;
  position: relative;
  top: 30px;
  font-family: Manrope; }
  .mc-field-group input {
    background-color: white !important;
    border: none !important;
    outline: none;
    padding-left: 10px !important; }
    .mc-field-group input:active {
      background-color: white !important;
      border: none !important; }
    .mc-field-group input:focus {
      background-color: white !important;
      border: none !important; }
    .mc-field-group input:hover {
      background-color: white !important;
      border: none !important; }

.footer_wrap {
  width: 100%;
  color: white;
  background-color: rgba(0, 0, 0);
  padding: 20px 3%;
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  z-index: 1; }
  .footer_wrap .fblock {
    padding: 20px; }
    .footer_wrap .fblock .label {
      color: #C1C1C1; }
    .footer_wrap .fblock .sociallinks li {
      display: inline-block;
      margin-right: 20px; }
      .footer_wrap .fblock .sociallinks li a i {
        font-size: 24px !important; }
    .footer_wrap .fblock a {
       }
    .footer_wrap .fblock .ltext {
      opacity: 0.3;
      font-size: 12px; }

.kh-page-wrap {
  display: flex; }
  .kh-page-wrap .left-section {
    background-image: url("images/kh-bg-2.png");
    background-size: cover;
    background-position: bottom;
    background-color: grey;
    width: 100%;
    height: 100%;
    flex: 3;
    background-image-display: flex;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: space-between; }
    .kh-page-wrap .left-section img {
      text-align: left;
      width: fit-content; }
    .kh-page-wrap .left-section .kh-row {
      display: flex;
      flex: 6;
      padding: 20px 40px; }
      .kh-page-wrap .left-section .kh-row .kh-content {
        flex: 1; }
        .kh-page-wrap .left-section .kh-row .kh-content .kh-logo {
          height: 40px;
          width: auto; }
        .kh-page-wrap .left-section .kh-row .kh-content h5 {
          font-size: 20px;
          line-height: 30px;
          width: 80%;
          color: white; }
      .kh-page-wrap .left-section .kh-row .spotify-wrap {
        flex: 1; }
        .kh-page-wrap .left-section .kh-row .spotify-wrap .desk {
          display: block; }
        .kh-page-wrap .left-section .kh-row .spotify-wrap .mobile {
          display: none; }
    .kh-page-wrap .left-section .backlink {
      text-transform: uppercase;
      color: white;
      height: 54px; }
      .kh-page-wrap .left-section .backlink i {
        vertical-align: -7px;
        margin-right: 10px; }
  .kh-page-wrap .right-section {
    flex: 2;
    background-color: white;
    height: 100vh;
     }
    .kh-page-wrap .right-section .content {
      padding: 40px 60px;
      overflow: auto;
      height: 100vh; }
      .kh-page-wrap .right-section .content .heading {
        color: #F01164; }
      .kh-page-wrap .right-section .content .prof-img {
        background-image: url(images/profile_thumb.png);
        width: 100%;
        height: 200px;
        background-position: center 20%;
        background-size: cover; }
      .kh-page-wrap .right-section .content p {
        font-size: 14px;
        margin-bottom: 25px; }
        .kh-page-wrap .right-section .content p a {
          text-decoration: underline; }

.sec-page-wrap {
  width: 100%;
  display: flex; }
  .sec-page-wrap .left-section {
    flex: 1;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: space-between; }
    .sec-page-wrap .left-section img {
      text-align: left;
      width: fit-content; }
    .sec-page-wrap .left-section .backlink {
      text-transform: uppercase;
      color: white;
      flex: 1; }
      .sec-page-wrap .left-section .backlink i {
        vertical-align: -7px;
        margin-right: 10px; }
  .sec-page-wrap .right-section {
    flex: 3;
    height: 100%;
    padding: 30px 0px 30px 50px;
    overflow-y: scroll; }
    .sec-page-wrap .right-section .content {
      display: flex;
      flex-direction: row;
      z-index: 0;
      position: relative; }
      .sec-page-wrap .right-section .content .text {
        flex: 1;
        padding-right: 50px; }
        .sec-page-wrap .right-section .content .text .bigtext {
          font-size: 18px; }
        .sec-page-wrap .right-section .content .text p {
          margin-bottom: 25px; }
        .sec-page-wrap .right-section .content .text .bttnwrap {
          display: flex; }
          .sec-page-wrap .right-section .content .text .bttnwrap .linkbttn {
            margin-right: 20px; }
      .sec-page-wrap .right-section .content .image {
        flex: 1;
        background-image: url(images/profile_thumb.png);
        background-size: cover;
        background-position: center; }

.music-wrap {
  margin-top: 20px;
  display: flex;
  width: 100%;
  justify-content: space-between; }
  .music-wrap .label {
    opacity: 0.5;
    vertical-align: middle; }
  .music-wrap .soundcloud-wrap {
    flex: 1;
    padding: 20px; }
  .music-wrap .spotify-wrap {
    flex: 1;
    padding: 20px; }

.store-wrap {
  display: flex;
  flex-direction: row;
  margin-top: 40px;
  justify-content: flex-start;
  align-content: center; }
  .store-wrap .label {
    opacity: 0.5;
    flex: 1; }
  .store-wrap a {
    flex: 1; }

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


#myVideo{
  object-position: 450px;
}

.menu-wrap{
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.0);
}


.mobile-blend{
  mix-blend-mode: luminosity; !important;
}


/*.menu-wrap .slide-row .block-music{
  mix-blend-mode: luminosity; !important;
}

.menu-wrap .slide-row .block-mixes{
  mix-blend-mode: luminosity; !important;
}

.menu-wrap .slide-row .block-bio{
  mix-blend-mode: luminosity; !important;
}*/


  .center-logo {
    top: 10%; 
    
    position: fixed;
/*    z-index: -1;*/
  }
    .center-logo img {
      width: 200px; }

  .full-wrap {
    margin: 0px;
    width: 100%;
    height: 100%;
    overflow: auto; }

  .kh-page-wrap {
    flex-direction: column; }
    .kh-page-wrap .backlink {
      color: white !important; }
    .kh-page-wrap .right-section .content {
      padding: 2% 7%;
      overflow: hidden;
      height: auto; }

  .kh-page-wrap .left-section .kh-row {
    padding: 0px;
    flex-direction: column; }
    .kh-page-wrap .left-section .kh-row .kh-content h5 {
      width: 100%;
      margin-bottom: 30px;
      line-spacing: 18px;
      font-size: 18px; }
    .kh-page-wrap .left-section .kh-row .spotify-wrap {
      flex: 1; }
      .kh-page-wrap .left-section .kh-row .spotify-wrap .desk {
        display: none; }
      .kh-page-wrap .left-section .kh-row .spotify-wrap .mobile {
        display: block; }

  .menu-wrap {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 15px; }
    .menu-wrap .slide-row {
      display: flex;
      flex: 1;
      justify-content: center;
      flex-direction: column;
      width: 100%;
      position: relative;
      top: 240px; }
      .menu-wrap .slide-row .block {
        display: flex;
        z-index: 0;
        justify-content: left;
        align-items: center;
        padding: 30px;
        margin-bottom: 15px;
/*        mix-blend-mode: difference;*/
         }
        .menu-wrap .slide-row .block .text {
          text-align: left;
          flex-direction: column;
          display: block;
          align-content: space-between;
          justify-content: flex-start; }
          .menu-wrap .slide-row .block .text h1 {
            font-size: 14px; }
          .menu-wrap .slide-row .block .text .onhovertext {
            display: none; }
          .menu-wrap .slide-row .block .text .label {
            color: white; }
          .menu-wrap .slide-row .block .text img {
            width: 60px;
            height: auto;
            text-align: center;
            justify-content: center; }

  .block {
    width: 100%; }
    .block-music {
      background-color: #000000 !important;
      order: 2 !important; }
      .block-music .text h1 {
        font-size: 32px !important;
        color: white; }
      .block-music .text .onhovertext {
        display: block !important;
        color: white;
        opacity: 50%; }
    .block-new {
      /*background-color: white;*/
      background-position: center;
      background-size: cover;
      /*background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)), url("https://media.giphy.com/media/hTZvmbcyRrS44iTos9/giphy.gif");*/
      order: 1;
      padding-top: 200px !important; }
      .block-new .text h1 {
        font-size: 32px !important;
        color: white; }
      .block-new .text .onhovertext {
        display: block !important;
        color: white;
        opacity: 50%; }
    .block-mixes {
      background-color: #000000 !important;
      order: 3; }
      .block-mixes .text h1 {
        font-size: 32px !important;
        color: white; }
      .block-mixes .text .onhovertext {
        display: block !important;
        color: black;
        opacity: 70%; }
    .block-krazyhouse {
      background-color: #FF4D00 !important;
      overflow: hidden;
      padding: 120px 30px !important; }
      .block-krazyhouse .text {
        height: 300px;
        position: relative; }
        .block-krazyhouse .text .label {
          color: #C1C1C1 !important; }
        .block-krazyhouse .text .onhoverimg {
          display: block !important;
          margin: auto;
          width: 200px !important;
          height: auto;
          bottom: -20;
          right: -100px; }
      .block-krazyhouse .text {
        position: relative;
        top: 30px; }
        .block-krazyhouse .text h1 {
          font-size: 24px !important;
          color: #F01164;
          width: 100%;
          text-align: left; }
        .block-krazyhouse .text .spotify-logo {
          width: 200px !important;
          height: auto; }
        .block-krazyhouse .text .label {
          display: none; }
        .block-krazyhouse .text .onhovertext {
          display: block !important;
          opacity: 50%; }
        .block-krazyhouse .text .onhoverimg {
          position: relative;
          display: block !important;
          width: 200px !important;
          height: auto;
          bottom: -40px !important; }
    .block-bio {
      background-image: url(images/duotone.png);
      background-size: cover;
      background-position: 10% 20%;
      order: 1; }
      .block-bio .text h1 {
        font-size: 32px !important;
        color: white; }
      .block-bio .text .onhovertext {
        display: block !important;
        color: white;
        opacity: 50%; }
    .block-socials {
      flex: 3;
      background-color: #000000 !important;
      order: 2; }
      .block-socials .text .social-links {
        display: none;
        height: 220px; }
      .block-socials .text h1 {
        font-size: 32px !important;
        color: white; }
      .block-socials .text .onhovertext {
        display: block !important;
        opacity: 50%; }
      .block-socials .text .social-links {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between; }
        .block-socials .text .social-links a {
          margin: 0px;
          width: 50%;
          padding: 15px 20px 0px 0px; }
          .block-socials .text .social-links a i {
            font-size: 1em; }
    .block-newsletter {
      flex: 6;
      background-color: #000000 !important;
      order: 3; }
      .block-newsletter:hover {
        align-items: flex-end !important; }
      .block-newsletter .text .onhoverform {
        display: none; }
      .block-newsletter .text {
        margin-top: 0px; }
        .block-newsletter .text h1 {
          font-size: 32px !important;
          color: white;
          top: -25px;
          position: relative; }
        .block-newsletter .text .onhoverform {
          display: block; }
          .block-newsletter .text .onhoverform .clear {
            width: 100%; }
            .block-newsletter .text .onhoverform .clear .bttn {
              width: 100%;
              padding: 20px;
              background-color: #7524FB;
              border: none;
              font-family: Body;
              font-size: 24px;
              text-transform: uppercase;
              color: white;
              cursor: pointer; }
              .block-newsletter .text .onhoverform .clear .bttn:hover {
                color: #24D5FD;
                background-color: black; }
          .block-newsletter .text .onhoverform .mc-field-group {
            top: -15px;
            position: relative;
            width: 100%;
            left: -4px; }
        .block-newsletter .text .onhovertext {
          display: block !important;
          opacity: 50%;
          width: 100%;
          top: -25px;
          position: relative; }

  .footer_wrap {
    width: 100%;
    display: none;
    padding: 20px 3%;
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    z-index: 1; }
    .footer_wrap .fblock {
      padding: 15px; }
      .footer_wrap .fblock .label {
        color: #C1C1C1; }
      .footer_wrap .fblock .sociallinks li {
        display: inline-block;
        margin-right: 28px; }
        .footer_wrap .fblock .sociallinks li a i {
          font-size: 40px !important; }
      .footer_wrap .fblock a {
        text-decoration: underline; }
      .footer_wrap .fblock .ltext {
        opacity: 0.3;
        font-size: 12px; }

  .left-section-bio {
    background-color: white; }
  .left-section-music {
    background-color: white; }
  .left-section-kh .backlink {
    color: white !important;
    opacity: 0.5; }
  .left-section .backlink {
    color: black !important;
    opacity: 0.5; }

  .right-section .content {
    order: 2;
    height: 100%;
    z-index: 1 !important;
    flex-direction: row !important;
    flex-wrap: wrap; }
    .right-section .content .text {
      padding-right: 0px !important;
      flex: auto;
      order: 2;
      margin-top: 40px; }
    .right-section .content .image {
      order: 1;
      flex: auto !important;
      background-image: url(images/profile_thumb@2x.png);
      background-size: cover;
      background-position: center;
      width: 100vw;
      height: 400px;
      position: relative;
      left: 25px; }

  .sec-page-wrap {
    flex-direction: column; }

  .sec-page-wrap .left-section img {
    display: none;
    padding: 15px; }

  .sec-page-wrap .right-section {
    padding: 15px; }

  .music-wrap {
    flex-direction: column; }
    .music-wrap .soundcloud-wrap {
      padding: 30px 0px 0px 0px;
      order: 2; }
      .music-wrap .soundcloud-wrap iframe {
        width: 100%; }
    .music-wrap .spotify-wrap {
      padding: 0px 0px 0px 0px;
      order: 1; }
      .music-wrap .spotify-wrap iframe {
        width: 100%; }

  .store-wrap {
    flex-direction: row;
    flex-wrap: wrap !important;
    display: flex; }
    .store-wrap .label {
      width: 100%;
      flex: auto;
      padding: 20px; }
    .store-wrap a {
      flex: 1;
      padding: 20px; }
      .store-wrap a img {
        height: auto;
        width: 8rem; } }


        

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