
body {
  /*background-image: url("/background-texture_1.jpg");*/
  background: url("/background-texture3.jpg") repeat center;
  overflow-x: hidden;
  }

.spacer{
  width: 100%;
  height: 3vh;
}

div.website{
  margin: 0 auto 0 auto;
  width: 60%;
  min-width: 1000px;
}

.canvas{
  /*background-color: #fffdf3;*/
  /*background-color: rgba(255, 254, 248, 1);*/
  /*background-color: hsl(45, 46%, 98%);*/
  background-color: hsl(45, 60%, 99.5%);
  padding: 1% 4% 1% 4%;
  margin: 0 0 0 0;
  border-radius: 20px;
  filter: drop-shadow(5px 5px 15px lightgrey)
}


a.bit-venue{
  margin: 0, 0, 0, 0;
}


/*/////////////////////HEADER/////////////////////*/
.head {
  height: 190px;
  width: 1000px;
  display: grid;
  grid-template-columns: 200px 200px 200px 200px 200px;
  grid-template-rows: 70px 120px;
  text-align: center;
  align-items: center;
  vertical-align: middle;
  line-height: 100px;
  padding: 0 0 0 0;
  margin: 0 0 40px 0;
}


h3.headText{
  padding: 0 0 0 0;
  margin: 0 0 20px 0;
}
h3.headText:hover{
  cursor: pointer;
}
h3.headText:hover + .headImage{
  filter: drop-shadow(4px 4px 4px grey);
  height: 125px;
}



div.headImage{
  height: 120px;
  width: auto;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  filter: drop-shadow(2px 2px 2px grey);
}

div.headImage:hover{
  cursor: pointer;
  filter: drop-shadow(4px 4px 4px grey);
  height: 125px;
}

div.headImage:hover .headImage{
  font-weight: 700;
  filter: drop-shadow(0.5px 0.5px 0.5px black)
}


/*/////////////////////////////////////////////*/
/*////////////////////WORKS//////////////////////*/
/*/////////////////////////////////////////////*/



/*/////////////////////WORKS CATEGORIES///////////////////////*/
div.categoryMenu{
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
  grid-template-rows: 100%;
  align-items: center;
  height: 100%;
  border-radius: 10px 10px 0px 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  }
div.categories{
  text-align: center;
  cursor: pointer;
  border-radius: 20px 20px 0px 0px;
  border-bottom: 1px solid #F9EAC8;
  padding: 0 0 0 0;
}
div.categories h4{
  font-size: clamp(12pt, 1vw, 20pt);
  background-color: rgba(0, 0, 0, 0);
}
div.categories:hover{
  background-color: #F9EAC8;
}

/*/////////////////////WORKS BUTTONS/////////////////////*/

div.top{
  text-align: right;
  margin-right: 30px;
}

.panel{
  display: grid; 
  grid-template-columns: 50% 50%;
  background-color: transparent;
  width: 102%;
  grid-template-rows: auto; 
  padding: 0 0 0 0;
}

.panelCat{
  padding: 2% 0 0 0; 
  margin: 0 0 0 0;
}

div.worksButn{
  display: grid;
  /*grid-template-columns: 50% 50%;*/
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  /*background-color: #F2F2F2;*/
  /*background-color: #f5f5f7a2;*/
  background-color: #F5F5F7;
  border-radius: 10px;
  padding: 5px;
  cursor: pointer;
  width: 95%;
  margin: 0 0 10px 0;
  align-items: center;
}
div.worksButn:hover{
  background-color: #F9EAC8;
  outline: none;
}
p.worksPagePieceTitle{
  font-family: "Minion-Ital";
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-font-smoothing: antialiased;
  white-space: pre;
  grid-column: 1;
  padding: 0;
  margin: 0;
  padding-left: 3%;
  padding-right: 10%;
  padding-top: 2%;
  padding-bottom: 2%;
  font-size: 12pt;
}
p.worksPagePieceTitleSEC{
  font-family: "Minion-Ital";
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-font-smoothing: antialiased;
  white-space: pre;
  grid-column: 1;
  grid-row: 2;
  padding: 0;
  padding-left: 3%;
  padding-bottom: 2%;
  margin: 0;
  font-size: 10pt;
}

p.worksPagePieceInst{
  -webkit-font-smoothing: antialiased;
  grid-column: 2;
  padding: 0;
  margin: 0;
  white-space: pre;
  padding-right: 3%;
  padding-top: 2%;
  padding-bottom: 2%;
  text-align: right;
  color:#444444;
  font-style: normal;
  font-size: 12pt;
}

strong{
  font-family: "NeutraBook";

}

.indivWorkTitle {
  margin: 10px; 
  font-size: 2rem;
}


.programNote{
  padding-left: 10%;
  padding-right: 10%;
  line-height: 1.5;
}

.indivHeader{
  font-family: "NeutraBook";
  border-top: solid 1px black;
  padding-top: 10px;
}

.meta{
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin: 10px; 
  border-bottom: 1px solid black; 
  border-top: 1px solid black;
}



/*INDIVIDUAL WORKS PAGES*/
/*PURCHASE SECTION*/
.purchase{
  display: grid;
  grid-template-columns: 40% 60%;
  grid-template-rows: auto auto;
  margin: 2% 10% 2% 10%;
}
.purItems{
  margin: 20px;
}

/*INDIVIDUAL WORKS PAGES*/
/*LISTEN SECTION*/
.playerTitle {
  font-family: "Minion-Ital";
  margin: 0;
  padding: 0;
  padding-left: 5%;
}
.audioPlayer{
  display: grid;
  grid-template-columns: 40px 60px 5px 60px auto;
  grid-template-rows: 4px 40px;
  align-items: center;
  width: 90%;
  margin-left: 5%;
  height: auto;
  background-color: #F2F2F2;
  border-radius: 5px 5px 10px 10px;
}
.playPause {
  grid-column: 1;
  grid-row: 2;
  height: 100%;
  width: 100%;
  border-radius: 0 0 0 10px;
  background-image: url("/assets/play.png");
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: 75%;
  cursor: pointer;
}
.cur{
  grid-column: 2;
  grid-row: 2;
}
.slash{
  grid-column: 3;
  grid-row: 2;
}
.dur{
  grid-column: 4;
  grid-row: 2;
}
.slider {
  grid-column: 1 / span 5;
  width: 95%;
  height: 4px;
  grid-row: 1;
  border-radius: 10px 10px 0 0;
}
.seekBar{
  grid-column: 1 / span 5;
  width: 0%;
  height: 4px;
  grid-row: 1;
  background-color: black;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  cursor: pointer;
  background: transparent;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}
input[type=range]::-webkit-slider-runnable-track {
  cursor: pointer;
  z-index: 5;
}



/*/////////////////////////////////////////////*/
/*////////////////////WAX//////////////////////*/
/*/////////////////////////////////////////////*/


/*/////////////////////WAX CATEGORIES///////////////////////*/
div.WAXcategoryMenu{
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  grid-template-rows: 100%;
  align-items: center;
  height: 100%;
  border-radius: 10px 10px 0px 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  }
div.WAXcategories{
  text-align: center;
  cursor: pointer;
  border-radius: 10px 10px 0px 0px;
  border-bottom: 1px solid #F9EAC8;
  padding: 0 0 0 0;
}
div.WAXcategories h4{
  font-size: clamp(12pt, 1vw, 20pt);
  background-color: rgba(0, 0, 0, 0);
}
div.WAXcategories:hover{
  background-color: #F9EAC8;
}
/*////////////////////////////////////////////////////////////*/

.wax-grid{
  display: grid;
  grid-template-columns: 34.3% 34.3% 34.3%;
  /*grid-template-columns: 52% 52%;*/
  grid-template-rows: auto auto auto auto auto;
  align-items: center;
  border: 0;
  padding: 0;
  margin: 0;
}

.wax-item{
  height: 95%;
  width: 90%;
  padding-bottom: 40px;
}
.wax-item:hover .wax-link{
  color: goldenrod;
}

.wax-img {
  width: 100%;
  border: 1px black solid;
  cursor: pointer;
}

.wax-link{
  text-decoration: none;
  color: black;
  text-align: left;
}

.wax-link:hover {
  color: goldenrod;
}

.wax-meta{
  display: grid;
  grid-template-columns: 55px auto;
  grid-template-rows: auto;
  align-items: center;
}
.wax-metaCats {
  grid-column: 1;
  font-family: "NeutraDemi";
  align-items: center;
  letter-spacing: none;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0;
  margin: 0;
  letter-spacing: 0;
  line-height: 130%;
  font-size: 0.8rem;
}
.wax-metaInfo{
  grid-column: 2;
  align-items: center;
  font-family: "NeutraBook";
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  line-height: 130%;
  font-size: 0.8rem;
}

.waxHeading1{
  font-family: "NeutraDemi";
  font-size: 1rem; 
  padding: 0;
}

.waxHeading2{
  font-family: "NeutraBook";
  font-size: 0.8rem;
  /*padding-left: 20px*/
}



/*/////////////////////////////////////////////*/
/*////////////////////WORDS////////////////////*/
/*/////////////////////////////////////////////*/

.words a{
  /*font-weight: bold;*/
  color: black;
  text-transform: none;
  text-decoration: none;
  font-size: clamp(14pt, 1.2rem, 22pt);
  padding: 0;
  margin: 0;
}
.words p{
  padding: 0 0 20px 0;
  color: #666666;
  margin: 0;
}
.words h3{
  font-family: "NeutraBook";
  font-size: 2rem; 
}


.panelz{
  height: auto;
  width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
}

.leftPanel{
  height: 100%;
  padding: 0 20px 0 0;

}
.rightPanel{
  height: 100%;
}



.img1 .whoImg{
  page-break-inside: avoid;
  width: 32%;
  height: auto;
}

.img2 .whoImg{
  page-break-inside: avoid;
  height: 100%;
}

.img3{
  padding-top: 32px;
  padding-bottom: 20px;
}

.img3 .whoImg{
  page-break-inside: avoid;
  height: 100%;
}
.photoCred {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-size: 14pt;
  color: black;
}


.lightbox{
  display: none;
  position: fixed;
  background-color: transparent;
  padding: 0 0 0 0;
  margin: auto;
  border-radius: 10px;
}

.rep{
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  line-height: 2;
  padding-left: 20px;
}

.repr a{
  text-decoration: none;
  font-weight: 600;
}

.divider{
  width: 100%;
  height: 1px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background-color: black;
}




/*/////////////////////////////////////////////*/
/*////////////////////WHERE//////////////////////*/
/*/////////////////////////////////////////////*/


/*/////////////////////WHERE CATEGORIES///////////////////////*/
div.WHEREcategoryMenu{
  display: grid;
  grid-template-columns: 33.3% 33.3% 33.3%;
  grid-template-rows: 100%;
  align-items: center;
  height: 100%;
  border-radius: 10px 10px 0px 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  }
div.WHEREcategories{
  text-align: center;
  cursor: pointer;
  border-radius: 10px 10px 0px 0px;
  border-bottom: 1px solid #F9EAC8;
  padding: 0 0 0 0;
}
div.WHEREcategories h4{
  font-size: clamp(12pt, 1vw, 20pt);
  background-color: rgba(0, 0, 0, 0);
}
div.WHEREcategories:hover{
  background-color: #F9EAC8;
}
/*////////////////////////////////////////////////////////////*/


h3.month{
  /*text-decoration: underline;*/
  border-bottom: 1.5px solid black;
  text-align: center;
  font-size: 1.7rem;
  /*width: 200px;*/
  width: fit-content;
  margin: 20px 0px 20px 0px;
  padding: 0;
}

div.monthBox{
  display: flex;
  width: 200px;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.block{
  display: grid;
  width: 750px;
  grid-template-columns: 200px auto;
  grid-template-rows: auto auto auto auto;
  margin-bottom: 20px;
}
.day{
  /*display: flex;
  align-items: center;*/
  text-align: center;
  justify-content: center;
  font-family: "NeutraDemi";
  grid-column: 1;
  grid-row: span 4;
  margin: 0px;
  padding: 0px;
}
p.title{
  font-weight: bold;
  grid-column: 2;
  margin: 0px;
  padding: 0px;
}
p.sub{
  grid-column: 2;
  color: #555555;
  margin: 0px;
  padding: 0px;

}
p.info{
  grid-column: 2;
  margin: 0px;
  padding: 0px;

}
a.tickets{
  -webkit-font-smoothing: antialiased;
  font-family: "Minion";
  letter-spacing: .02rem;
  color: black;
  text-decoration: none;
  font-weight: 900;
  line-height: 1.6em;
  grid-column: 2;
  margin: 0px;
  padding: 0px;
} a.tickets:hover{
  color: goldenrod;
}

.ButtonWrapper {
    width: 100%;
    display: grid;
    text-decoration: none;
    grid-template-columns: 50% 0% 50%;
    grid-template-rows: auto;
    padding: 0px 40px 0px 40px;
    margin: 0 0 0 0;
    box-sizing: border-box;
    font-size: clamp(12pt, 1vw, 20pt);
}

.ButtonWrapper h4{
  font-size: clamp(12pt, 1vw, 20pt);
  margin-top: 0;
}

.ButtonWrapper a:link{
  text-decoration: none;
  color: black;
  
}

.ButtonWrapper a:visited{
  text-decoration: none;
  color: black;
}

.ButtonWrapper a:hover{
  color: goldenrod;
}

div.followgrid{
  width: 300px;
  background-color: red;
}

.insta-btn {
  display: inline-block;
  background-color: #0095f6;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 6px 16px;
  border-radius: 8px;
  text-decoration: none;
  border: none;
  font-family: Arial, sans-serif;
  transition: background-color 0.2s ease;
}

.insta-btn:hover {
  background-color: #007ac1;
}



