/*

    Basic website section
    byteshift.nl

*/
html {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
    background-color: rgb(255, 255, 255);
    color: rgb(29, 29, 29);
    margin: 0;
    padding: 0;
    height:100%;
    width: 100%;
}

table.main {
    color: rgb(29, 29, 29);
    width: 100%;
    height: auto;
}

table.releases {
    width: fit-content;
    max-width: 70%;
}

div.page {
    display: inline-flex;
    height: 100%;
    width: 100%;
    animation-name:onload;
    animation-duration:0.5s;
}
@keyframes onload{
    0%{opacity:0;}
    100%{opacity:1;}
}

/*
    Navigation section
*/

.sitelogo {
    height: auto;
    min-height: 150px;
    max-height: 150px;
}

th.nav {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 25;
    word-spacing: 30px;
    height: auto;
    max-height: 100px;
    padding-bottom: 10px;
    /*border-bottom: 1px solid rgb(240, 240, 240);*/
}

.nav-menu-link {
    font-size:16px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    text-decoration: none;
    color: rgb(29, 29, 29);
    word-spacing: normal;
}

.nav-menu-link:hover {
    color: rgb(105, 102, 102);
    /*text-shadow: rgba(255, 255, 255, 0.6) 0 4px 10px;*/
    transform: translateY(-2px);
    text-decoration: none;
}

.nav-menu-link:active {
    text-shadow: none;
    transform: translateY(0);
}

div.navigation-main {
    text-transform: uppercase;
}

div.logotext {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    letter-spacing: -5px;
    font-size: 100px;
    font-weight: 10;
    color: black;
}

div.subheader {
    display: block;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 10;
    line-height: 0%;
    margin-bottom: 10px;
    height: 100%;
    font-size:14px;
    color: rgb(80, 80, 80);
}

div.wip {
    display: block;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 25;
    height: 100%;
}

/*
    Pages
*/

/* General */
div.contact-page {
    /*display: inline-block;*/
}

div.contact {
    display: inline-block;
}

div.contact-text {
    display: block;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 25;
    height: 100%;
    color: rgb(46, 46, 46);
}

table.contact {
    width: fit-content;
    height: fit-content;
}

th.contact {
    width: auto;
    height: auto;
}

div.contact-title {
    font-size:24px;
    font-weight: bold;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 300;
    color: rgb(0, 0, 0);
}

div.contact-headers {
    display: block;
    font-size:16px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 100;
    padding-top: 5px;
    padding-bottom: 5px;
    color: rgb(0, 0, 0);
}

div.contact-required {
    display: block;
    font-size: 9px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 100;
    color: rgb(58, 58, 58);
    padding: 0px 4px;
    margin-top: -5px;
}

div.dateSelect {
    width: 100%;
}

div.streaming-services {
    display: flex;
    overflow: auto;
    justify-content: center;
    height: 31vh;
}

div.streaming-service {
    display: inline-block;

    border-radius: 8px;
    height: 100;
    width: 220;
    padding: 15px;
    margin: 10px;
    line-height: 30px;

}

a.stream-link:hover {
    background-color: #808080;
}

img.promo-brands {
    filter: grayscale(100%);
}

.names {
    width: 100%;
    height: auto;
    
}

select {
    box-sizing: border-box;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    border: 1px solid rgb(216, 216, 216);
    background-color: #ffffff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 14px;
    color: rgb(39, 39, 39);
    width: 100%;
}


input {
    box-sizing: border-box;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    border: 1px solid rgb(216, 216, 216);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 14px;
    color: rgb(39, 39, 39);
}

textarea {
    box-sizing: border-box;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    border: 1px solid rgb(216, 216, 216);
    resize: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 14px;
    color: rgb(39, 39, 39);
}

textarea:focus {
    border: 1px solid rgb(189, 189, 189);
    background-color: rgba(243, 243, 243, 0.37);

}

input[type=text]:focus {
    border: 1px solid rgb(189, 189, 189);
    background-color: rgba(243, 243, 243, 0.37);

}

/* DemoSubmit page */


/*
    Panels
*/

/* Artist Panels */
div.panel-artistcard {
    /*border: 1px solid red;*/
}

div.panel-artistcard-pic {
    display: inline-block;
    width: 400px;
    height: 400px;
}

div.panel-artistcard-info {
    vertical-align:top;   
    display: inline-block;
    width: 400px;
    height: 400px;
    padding-left: 20px;

}

div.panel-artistcard-info-name {
    font-family:  "Gill Sans", sans-serif;;
    font-weight: bold;
    font-size: 70px;
    text-transform: uppercase;
    text-align: left;
    margin-top: 20px;
    height: auto;
}

div.panel-artistcard-info-linkbutton {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    align-items: left;
    height: auto;
    margin-top: 20px;
    padding-left: 5px;
}

/* Release Panels */
div.panel-latestreleasescard {
    display: inline-block;
    width: auto;
    align-items: start;
}

div.panel-latestreleasescard-coverart {
    display: inline-block;
    min-width: 400px;
    max-width: 400px;
    height: 400px;
}

div.panel-latestreleasescard-releaseinfo {
    vertical-align:top;
    display: inline-block;
    margin: auto;
    min-width: 680px;
    max-width: 700px;
    height: 400px;
    padding-left: 5px;
}

div.panel-latestreleasescard-releaseinfo-trackname {
    font-family:  "Gill Sans", sans-serif;;
    font-weight: bold;
    font-size: 500%;
    text-transform: uppercase;
    text-align: left;
    margin-top: 0;
    height: auto;

}

div.panel-latestreleasescard-releaseinfo-artistname {
    font-family:  "Gill Sans", sans-serif;;
    font-weight: 100;
    font-size: 24px;
    text-transform: uppercase;
    text-align: left;
    margin-top: -5px;
    height: auto;
}

div.panel-latestreleasescard-releaseinfo-releaseinfo {
    font-family:  "Gill Sans", sans-serif;;
    font-weight: 100;
    font-size: 16px;
    /*text-transform: lowercase;*/
    text-align: left;
    height: auto;
}


div.panel-releasescard {
    /*border: 1px solid red;*/
    max-width: 650px;
}

div.panel-releasescard-coverart {
    display: inline-block;
    min-width: 300px;
    max-width: 300px;
    height: 300px;
}

div.panel-releasescard-releaseinfo {
    vertical-align:top;
    display: inline-block;
    margin: auto;
    min-width: 300px;
    max-width: 300px;
    height: 300px;
    padding-left: 5px;
    padding-right: 15px;

}

div.panel-releasescard-releaseinfo-trackname {
    font-family:  "Gill Sans", sans-serif;;
    font-weight: bold;
    font-size: 40px;
    text-transform: uppercase;
    text-align: left;
    margin-top: 15%;
    height: auto;
}

div.panel-releasescard-releaseinfo-artistname {
    font-family:  "Gill Sans", sans-serif;;
    font-weight: 100;
    font-size: 24px;
    text-transform: uppercase;
    text-align: left;
    margin-top: -5px;
    height: auto;
}

div.panel-releasescard-releaseinfo-releaseinfo {
    font-family:  "Gill Sans", sans-serif;;
    font-weight: 100;
    font-size: 16px;
    /*text-transform: lowercase;*/
    text-align: left;
    height: auto;
}

div.about-wrapper {
    display: inline-block;
    vertical-align: top;
    height: fit-content;
    width: 50%;
}

div.about-header {
    display: block;
    font-size:24px;
    text-transform: uppercase;
    font-family: "Noto Sans", sans-serif;
    font-weight: 100;
    color:#808080;
    margin: 0;
}

div.about-content {
    display: block;
    font-family:  "Gill Sans", sans-serif;;
    font-weight: lighter;
    font-size: 16px;
    text-align: left;
    margin: 0;
    padding-top: 10px;
    height: auto;
    color:#5f5f5f;
}


/*
    Footer stuff
*/

th.footer {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 25;
    height: auto;
    max-height: 100px;
    padding-bottom: 0px;
    border-top: 1px solid rgb(240, 240, 240);
}

div.copyright {
    font-size: 14px;
    font-weight: 10;
    padding: 10px 10px;
}

/* Flickity */

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /*
  body { font-family: sans-serif; }
  */

  .gallery {
    background: #ffffff;
  }
  
  .gallery-cell {
    width: 400px;
    height: 400px;
    margin-right: 0;
    background: rgb(255, 255, 255);
    counter-increment: gallery-cell;
  }
  
  /* cell number */
  .gallery-cell:before {
    display: block;
    text-align: center;
    content: '';
    line-height: 200px;
    font-size: 80px;
    color: white;
  }

  img.imgsize {
    width: 400px;
    height: 400px;
  }

/* 
    Page content section
*/
.content {
    vertical-align: top;
    height: 100%;
    padding-top: 20px;
}

.promo-content {
    vertical-align: top;
    height: 100%;
    padding-top: 10px;
}

.carousel {
    vertical-align: top;
    height: fit-content;
    padding-bottom: 50px;
    width: 100%;
}

.crsl {
    width: 1080px;
}

div.crsl-wrapper {
    display: inline-block;
    width: fit-content;
}

/*
    Fonts
*/
.font-youtube-header {
    font-size:24px;
    font-family: "Noto Sans", sans-serif;
    font-weight: 100;
    color:#363636;
}

 

.button-1 {
    appearance: none;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgb(46, 46, 46);
    border-radius: 2px;
    box-sizing: border-box;
    color: rgb(0, 0, 0);
    cursor: pointer;
    display: inline-block;
    font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: normal;
    margin: 0;
    min-height: 30px;
    min-width: 150px;
    outline: none;
    padding: 8px 8px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: auto;
    will-change: transform;
  }

  .button-1:disabled {
    pointer-events: none;
  }
  
  .button-1:hover {
    color: #363636;
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: rgba(0, 0, 0, 0.1) 0 8px 8px;
    transform: translateY(-1px);
  }
  
  .button-1:active {
    box-shadow: none;
    transform: translateY(0);
  }

  .button-2 {
    appearance: none;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgb(46, 46, 46);
    border-radius: 2px;
    box-sizing: border-box;
    color: rgb(0, 0, 0);
    cursor: pointer;
    display: inline-block;
    font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 16px;
    font-weight: 400;
    /*letter-spacing: 2px;*/
    line-height: normal;
    margin: 0;
    margin-left: -4px;
    min-height: 30px;
    min-width: 100px;
    outline: none;
    padding: 4px 4px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: auto;
    will-change: transform;
  }

  .button-2:disabled {
    pointer-events: none;
  }
  
  .button-2:hover {
    color: #363636;
    background-color: rgba(255, 255, 255, 0.808);
    box-shadow: rgba(66, 6, 134, 0.1) 0 8px 8px;
    transform: translateY(-1px);
  }
  
  .button-2:active {
    box-shadow: none;
    transform: translateY(0);
  }

  .button-3 {
    appearance: none;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgb(46, 46, 46);
    border-radius: 2px;
    box-sizing: border-box;
    color: rgb(0, 0, 0);
    cursor: pointer;
    display: inline-block;
    font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: normal;
    margin: 0;
    min-height: 30px;
    min-width: 150px;
    outline: none;
    padding: 8px 8px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: auto;
    will-change: transform;
  }

  .button-3:disabled {
    pointer-events: none;
  }
  
  .button-3:hover {
    color: #363636;
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: rgba(0, 0, 0, 0.1) 0 8px 8px;
    transform: translateY(-1px);
  }
  
  .button-3:active {
    box-shadow: none;
    transform: translateY(0);
  }