html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	

	vertical-align: baseline;
   

}

html{
    overflow: hidden;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {

	display: block;
    
}

@font-face {
    font-family: 'UniversNextW04-Heavy';
    src: url('UniversNextW04-Heavy.woff2') format('woff2'),
        url('UniversNextW04-Heavy.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UniversNextW04-Bold';
    src: url('UniversNextW04-Bold.woff2') format('woff2'),
        url('UniversNextW04-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'UniversNextW05-BoldExtended';
    src: url('fonts/UniversNextW05-BoldExtended.woff2') format('woff2'),
        url('fonts/UniversNextW05-BoldExtended.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UniversNextW04';
    src: url('fonts/UniversNextW04-Medium.woff2') format('woff2'),
        url('fonts/UniversNextW04-Medium.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'UniversNextW05';
    src: url('UniversNextW05-Regular.woff2') format('woff2'),
        url('UniversNextW05-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.tooltip{
    display:none;
    position:absolute;
    background-color:white;
    color: black;
    padding: 3px;
    z-index: 1000;
    border:.5px solid black;
    width:auto;
    height:auto;
    font-family: 'UniversNextW04', Helvetica, sans-serif;
    font-weight: 400;
    font-size: 10pt;
    font-style: italic;
}
.pink-tip{
    background-color: #FF98C1;
    color:#bb0035 !important;
}
.mini-gif {
    padding:1vh .5vw;
    height:clamp(1.5vh, 12pt, 2vw);
    width:auto;
    display:inline-block;
    position:relative;
    animation: myAnimation 5s steps(20) infinite; /* Replace 5s and 20 with your GIF's duration and frame count */
    animation-play-state: paused; /* Initially pause the animation */
    
    
  }

  .mini-gif:hover {
    animation-play-state: running; /* Resume animation on hover */
  animation-timing-function: linear; /* Optional: Make animation speed up smoothly */
  animation-duration: 2s; /* Optional: Reduce animation duration on hover */
 
  }

.img{
    height: auto;
    max-width: 100%;
    
}

ol, ul {

	list-style: none;

}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;

}
*{
    padding:0;
    margin:0;
}
body{
    display: flex;
    flex-direction: row;
    margin: 0;
    height: 100vh;
    overflow: hidden;
    width:auto;
}
.animated-glyph {
    display: inline-block;
    font-size: 15px;
    animation: moveGlyph 1s infinite;
    
  }
  
  @keyframes moveGlyph {
    0% {
     margin-left:0; /* Start at original position */
    }
    50% {
      margin-left:5px; /* Move to the right */
    }
    100% {
      margin-left:0; /* Back to original position */
    }
  }

@keyframes sineWave {
  0% {
    transform: translateY(-2px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-2px);
  }
}   
#please{

}

.sine-animation span{
  display: inline-block;
  font-size: 15px;
 
 
  animation: sineWave 1s ease-in-out infinite;
}

.sine-animation span:nth-child(1) {

  animation-delay: 0s;
}

.sine-animation span:nth-child(2) {
   
  animation-delay: 0.25s;
}

.sine-animation span:nth-child(3) {
   
  animation-delay: 0.5s;
}

.not-ready{
    background-color:#ffef00 !important;
    color: #cd8c00!important;
    padding-right:5px;
    
}
.sound-project{
    background-color:rgb(41, 180, 255) !important;
    color:rgb(0, 33, 165)!important;
    /* color: #bf205f!important; */
}
.demo-project{
    background-color:#000000 !important;
    color:rgb(149, 149, 149);
    padding-right:5px;
}
.left{
    display: flex;
    flex-direction: column;
    width:100%;
    margin: 0;
   
    overflow: hidden;

   
}
.pink-left{
    background-color:white !important;
}
.left[demo]{
    background-color: rgb(18, 16, 16);
}

h3{
    font-size: 18px;
    font-family: 'UniversNextW04', Helvetica, sans-serif;
    font-weight: 600;
    margin:0;
}
.scroll{
    padding:1vh .5vw;
    font-size:clamp(1.5vh, 12pt, 2vw  );
    
    width:auto;
    position:relative;
    font-family: 'UniversNextW04',  Helvetica, sans-serif;
   display:inline-block;
   
    
}
@keyframes scrollText {
   to {
     transform: translateX(-100vw);
   }
}
.scrollstuff {      
    padding: 1vh 1vw;
    display: flex;
    align-items: center;
    position: relative;
    
    height: 100%;
    
    white-space: nowrap;
    animation: scrollText 10s linear infinite;
}






.scrollstuff > * {
    animation: none;
    transform: none;
    margin-right: 1vw;
    will-change: transform; /* Performance optimization */
}

.scroll-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    gap:-2vw;
    width: 100%;
    height:3vh;
    background-color: rgb(178, 178, 178);
    transform: translateZ(0); /* Hardware acceleration */
    
}
.pink-scroll{
    background-color: rgb(222, 108, 161);
}

.svg-icon{
    width:1em;
    height:1em;
   
    
}
.svg-icon2{
    width:.7em;
    height:.7em;
   
    
}
.svg-icon3{
    width:.5em;
    height:.5em;
   
    
}
.captions{
   
    padding-top:.8vh;
    padding-bottom:clamp(1vh, 20%, 3vh);

    font-size: .8em;
    font-family: 'UniversNextW05',  Helvetica, sans-serif;
    font-weight: 300;
    line-height: clamp(1em, 20vh, 1.1em);
    width:100%;
}
.captions:hover{
    cursor:pointer;
}


.head{
    width: 96vw;
    height: auto;
    padding: clamp(.5vh, 20%, 2vh) 2vw ;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position:  relative; /* For consistent positioning */
    z-index: 10;
    
    
    transition: background-color 0.3s ease;
    font-size: clamp(1vw, 12pt, 2vw);
    
}
.pink-head{
    background-color:rgb(255, 209, 227);
}

.head[demo]{
    /* background-color:#FF98C1; */
    color:white;
   
}

.head[demo] a{
    /* background-color:#FF98C1; */
    color:white;
   
}


/* .head{
    margin-top:20px;
    width: 96vw;
    height: 50px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding:0  2vw;
    z-index:10;
}
     */
    
.head h2{

    font-size: clamp(1vw, 18px, 5vw);
   
    font-weight: 400;
    margin:0;
    cursor: pointer;
}

.head #menu{
    font-family: 'UniversNextW04', Helvetica, sans-serif;
    font-weight:100;
   
 
    
}

.name-title{ 
    /* font-family: 'MicrogrammaW01-BoldEx'!important ; */
   
    display:flex;
    flex-direction: row;
    gap:.5em;    
}
.name-title h2 {
    font-family: 'UniversNextW05-BoldExtended', Helvetica, sans-serif;
    font-weight:600;
}

.pink-name{
    color:#72002e;
}
.pink-name a{
    color:#72002e;
}
.pink-name .project-tag{
    color:#ce3575;
}
.pink-name .year{
    color:#ce3575;
}
.pink-name hr{
    border-color:#72002e;
}
.container{
    flex: 1;
    width: auto;
    overflow-y: auto;
    margin: auto;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.container::-webkit-scrollbar {
    display: none;  /* Chrome, Safari and Opera */
}

.photo-gallery{
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content:space-between;
    align-items: flex-start;
    gap: 1vw;
    padding: 0 2vw;
    margin-bottom:2vw;
    flex-wrap: wrap;
    width:auto;
    
    
    
}



.column{
    display: flex;
    flex-direction: column;
    gap: .8vw;
   height:100%;
   width:100%;
    flex: 0 0 clamp(10%, 23%, 24%);
}
.projectcolumn{
    display: flex;
    height:auto;

}
.project{
   width:100%;
   height:100%;
   object-fit: cover;
   font-size: clamp(1vw,9pt, 3vw);
   
}

.photoimg{
    width:100%;
    height:auto;
    display:block;
    object-fit:contain;
 }
 .photoimg[done="true"]:hover{
    cursor:pointer;
   
 }
 .photoimg[done="false"]:hover{
    cursor:not-allowed;
   
 }
 .notallowed{
    cursor:not-allowed;
   
 }
 .directory.expanded {
    width: 26vw;
}

 .pink-button{
    
    background-color: #FF98C1;
    padding:2px 8px;
    border: 1px solid black;
    color:#72002e;
    margin-top:-2.5px;
    padding:1px 8px;
    
    
 } 
 .deactivate-button{
    background-color:rgb(41, 180, 255) !important;
    color:rgb(0, 33, 165)!important;
 }
 .deactivate-button-active{
    background-color:rgb(41, 152, 255) !important;
    color:rgb(9, 14, 165)!important;
    cursor: pointer;
 }
 .pink-button-active{
    background-color: #ff8bb1;
    color: rgb(255, 223, 240) ;
    cursor: pointer;
 }
    
 .directory{
    width:0vw;
    height:100%;
    background-color: rgb(41, 180, 255);
    /* '#000000', '#0077c0', '#eb164d', '#fbe400', '#40a14b' #FF98C1; */
    flex-shrink: 0;
    transition: width .15s ease-in-out;
    
    display: block;
    position:relative;
    flex-direction: column;
   
    overflow: wrap;
    z-index:20;
    font-size: 1vw;
 
}
.pink-directory{
    background-color: #FF98C1;
   color:#72002e;
    border-color: #72002e;
    
}.pink-directory a{
    color:#72002e;
}
.pink-directory h2{
    color:#72002e;
}
.pink-directory hr{
    color:#72002e;
    border-color: #72002e;
   
}



.pink-directory input[type="checkbox"]:checked{
    color:#72002e;
    border: clamp(.5px, 2vh, 1.6px) solid #72002e;
    background-color: #72002e;
    
}
.part1{
    display:flex;
    flex-direction:column;
    
}
@media (max-height:500px) and (min-width:768px) {
   .directory{
    flex-direction:row;
   }
   .part1{
    width:50%;
    flex-direction:column;
   }
   #list{
    display:flex;
    height:100%;
    width:100%;
    overflow:hidden;
    flex-direction:column;
   
    gap:1vw;
    font-size:1em;
    
   }
  
}
.arrow{

    font-size: .7em;
   
}
.menu-title{

  
    padding: clamp(.5vh, 20%, 2vh) 1vw ;
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: center;
    
}

.menu-title .sound-trigger{
    font-size: 1em;
}
.sound-trigger:hover{
    cursor:pointer;
}
.menu-title h2{
    font-size: clamp(1vw, 18px, 5vw);
}
.directory-body{
    width:auto;
    height:auto;
    padding-left:1vw;
    padding-right:1vw;
    font-size: clamp(.5vw, 2vh, 1vw);
}
.directory span{
  
        font-family: 'UniversNextW04',  Helvetica, sans-serif;
    
}


.directory h2{
    margin-top:auto;
   

    font-family: 'UniversNextW04',  Helvetica, sans-serif;
    font-weight: 400;
    margin:0;
    cursor: pointer;
    width:100%;
    margin-right:auto;
    transition: opacity .15s ease-in-out;
    opacity:0;
}
.project-links{
    display:flex; 
    flex-direction: row;
   
     gap:3px;
     width:100%; 
     justify-content: space-between;
   
}
#included-projects{
    font-family: 'UniversNextW04',  Helvetica, sans-serif;
  
    margin-bottom:10px;
}
.project-links span{
    margin-top:10px;
    
   

    font-family: 'UniversNextW04',  Helvetica, sans-serif;
    font-weight: 400;

}


span.directory-toggle:hover{
    text-decoration:underline;
    cursor:pointer;
}

.directory p{

    margin-top:10px;
 
    font-size: 1em;

    font-family: 'UniversNextW04',  Helvetica, sans-serif;
    font-weight: 400;
    line-height: clamp(1em, 20vh, 1.1em);
    
    
}


/* For Firefox */

a{
    color:black;

    text-decoration: none;
}
a:hover{
    
    cursor:pointer;
}

.filter-options {
    font-size: 1em;
}
.directory a{

    
}
.directory a:hover{
    text-decoration:underline;
    
}
.filter-label {
    display: block;
    font-family: 'UniversNextW04',  Helvetica, sans-serif;
    font-weight:400;
    font-size: 1em;
    cursor: pointer;
}
.pink-filter-label {
    background-color: #FF98C1;
    color:#72002e;
    border-color: #72002e;
}
.pink-filter-label input[type="checkbox"]:checked {
    background-color: #FF98C1;
    color:#72002e;
    border-color: #72002e;
}

.filter-label input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    width: clamp(.6vw, 2vh, 1vw);
    height: clamp(.6vw, 2vh, 1vw);
    border: clamp(.5px, 2vh, 1.6px) solid black;
    margin-right: 0vw;
    cursor: pointer;
}
.pink-checkbox:input[type="checkbox"]{
    background-color: #FF98C1;
    color:#72002e;
    border-color: #72002e;
}
input[type="checkbox"]:checked.pink-checkbox{
    background-color: #72002e;
    color:#72002e;
    border-color: #72002e;
}
.pink-filter-label input[type="checkbox"]{
     color:#72002e;
    border: clamp(.5px, 2vh, 1.6px) solid #72002e;
}
.filter-label input[type="checkbox"]:checked {
    background-color: black;
}
.pink-filter-label input[type="checkbox"]:checked{
    background-color: #72002e;
    color:#72002e;
    border: clamp(.5px, 2vh, 1.6px) solid #72002e;
}
.lists{

    display:flex;
    flex-direction: row;
    gap: 3em;
    font-size: clamp(.8em, 12pt, .96em);
    justify-content: center;
    padding: 0;
}

h1{
    font-size: 1.3em;
    font-family: 'UniversNextW04',  Helvetica, sans-serif;
    font-weight: 400;
    margin:auto;

}
hr{
    border: .08vw solid black;
    
    margin:.35vw 0;
}

.head hr{
    
    margin:1vw 0;
    width: 0vw;
    margin-right:auto;
}
.project-link{
   text-decoration: none;
}
.projects{
    font-size:1em;
}
.multirow{
    display: flex;
    flex-direction:row;
    margin:auto;
    background-color:white;
    width:100%;
   
    object-fit:contain;
}

p{
    margin:0;
}
.projectcontainer{

 
    display: flex;
    flex-direction: row;
    overflow: hidden;

  
    width:100%;
    height:100%;
    
    scrollbar-width: none;  /* Firefox */
    font-size:1vw;
}



.projectcontainer a:hover{
    text-decoration:underline !important;
    cursor:pointer;
    
}
.projectcontainer::-webkit-scrollbar {
    display: none;  /* Chrome, Safari and Opera */
}

.project-text1{


  
    font-size: .8vw;
    flex:2;
    font-family: 'UniversNextW04',  Helvetica, sans-serif;
    font-weight: 400;
    
}
.title-and-date{
    
    
    display:flex;
    align-items: center;
    justify-content: flex-start;
    
    position:relative;
   
   

}
.project-text2{

    line-height:clamp(1em, 20vh, 1.1em);;
    
    font-size: 1em;
    
    line-height:1.4em;
    font-family: 'UniversNextW04',  Helvetica, sans-serif;
    font-weight: 400;
    
}
.project-text2[demo]{
    color:white;
}
.project-title[demo]{
    color:white;
}
.project-title[demo]{
    color:white;
}
.project-text2 h4{
    font-size: 1em;

    font-family: 'UniversNextW04',  Helvetica, sans-serif !important;
    font-weight: 400;
    padding:none;

    margin:none;
    
}


.project-container{
    overflow:hidden;
    

}
.project-column{

    margin-top:clamp(5vh, 5%, 20vh);
    display: flex;
    flex-direction: column;
    
    width:28%;
    position:relative;
    font-size:clamp(.7vw,8pt, .9vw);
    overflow:hidden;
    
   transition: height .15s ease-in-out;
    padding: clamp(.5vh, 20px, 1vh) 2vw clamp(.5vh, 20px, 1vh) 2vw ;
}
h3.project-title{
    font-size: 1.3em;
    font-family: 'UniversNextW04',  Helvetica, sans-serif;
    font-weight: 800;
    display:inline-block;
    margin-bottom:.5em;
    
}
h3.year{
    font-family: 'UniversNextW04', Helvetica, sans-serif !important;
    font-weight: normal !important;
    font-size:1em;
    color:rgb(120, 120, 120);
    display:inline-block;
    
}
span.year{
    font-family: 'UniversNextW04', Helvetica, sans-serif !important;
    font-weight: normal !important;
    font-size:1em;
    color:rgb(120, 120, 120);
    display:inline-block;
}
    
.year{
    margin:0;
    padding:0;
    margin-top:auto;
}
.fullbleed{
    width:100%;
    height:auto;
    object-fit:cover;
    top:0;
    left:0;
    
    position:sticky;
    top:0;
  
    
}
.bigpic{
    padding-top:1vw;
    height:auto;
    width:100%;
    
    

    

    
    display: block;
    object-fit: cover;
    
    position: relative;
   
}
.bigpic[start]{
    padding-top:0vw;
}

.twopic {
   padding-top:1vw;
   display:flex;
   flex-direction:row;
   justify-content: center;
   width:100%;
   margin:auto;
   gap:1vw;
   object-fit:contain;
   position:relative;
   
}
.image-container{
   


    justify-content: center;
    position:relative;

    width:80%;
    box-sizing:border-box;
    display:block;
    height:auto;
    margin:0 auto 0 auto;
    gap:1vw;
    overflow-y: scroll;
   scrollbar-width: none;  
   padding: clamp(.5vh, 20px, 1vh) 2vw ;
  
}
.multi-img {
   width:49.3%;
   height:auto;
   object-fit:cover;
    
}

.project-tag{
  
    margin-top:.8vw;
    color:rgb(120, 120, 120);
}



.project-text2 span{

    font-size:1em !important;
    line-height:1.4em!important;
}



.project-body{
    height:auto;
    width:100%;
    overflow:hidden;


   
  
}
.project-body .project-text2{
    font-size:1em !important;
    line-height:1.4em;
}
@media (max-width:800px) and (min-height:600px){

    .rave-column{
        height: clamp(20px, 4vh, 100px);
    }
    /* why this do nuffin */
    .yiddishcardrow{
        display:flex;
        flex-direction:column;
       
    }
    .left{
        width:100%;
        height:100%;
        overflow:hidden;
    }
    
    .projectcontainer{ 
        flex-direction: column;
        width:100%; 
        height:100%;
        flex-direction: column-reverse;
        overflow:hidden;
    }
 
   
    .project-body{
       
        height:auto;
        margin-left:auto;
    
        padding: clamp(.5vh, 20px, 1vh) 3.5vw clamp(.5vh, 20px, 1vh) 1vw ;
    }
    .project-column{
        display:flex;
    
        margin-top:0;
        width:90%;
        height:clamp(30%,600px, 50%);
        
        overflow:hidden;
        font-size:clamp(.8vw,9px, 1.9vw);
        padding: clamp(.5vh, 20px, 1vh) 0vw clamp(.5vh, 20px, 1vh) 2vw ;
    }

    .image-container {
        margin-top:0;
        padding-top:0;  
        width: 100%; 
        flex-direction: column; 
    }
}
@media(max-width: 768px){
    #sound-trigger{
        display:none;
    }
    .controls{
        top:200px;
    }
    a{
        text-decoration: underline;
    }
   
    .head a{
        text-decoration: none;

    }
    /* .head h2{
        font-size: clamp(1vw, 12pt, 3vw);
    } */
    .menu-title{
         font-size: clamp(1vw, 12pt, 3vw);
    }
        
   #sound-trigger{
    font-size: 3vw !important;
   }
  
    .scroll-container{
        position:absolute;
        bottom:0;
        left:0;
    }
    .column{
        flex: 0 0 clamp(49%, 50%, 49%);
    }
   
   
      

    
   
 
    .directory.expanded {
        width: 100%;
    }

    .directory-body{
        font-size: 3vw;
        padding: clamp(.5vh, 20px, 1vh) 4vw ;
    }
   .menu-title{
    padding-left: 4vw ;
    padding-right: 4vw ;
    font-size: clamp(1.3vw, 13pt, 10vw);
    display:flex;
    flex-direction: row;
    justify-content:space-between;

   }
   
   
   .hr{
    stroke-width: 1.5vw;
   }
   
   .lists{
    font-size: 3vw;
   }
   .filter-label input[type="checkbox"]{
    width: .8em;
    height: .8em;
    border: 1px solid black;
    margin-right: 1vw;
    cursor: pointer;
   }
   .directory-bottom{
    font-size: 3vw !important;
    text-decoration:underline;
   }
   #resume {
    text-decoration: underline;

    padding: 3vh 4vw !important;
   }
   #close{
    text-decoration:underline;
    padding: 3vh 4vw !important;
   }
   .directory a{
    text-decoration:underline;
   }
  
    
   
    
    
}

.sliders{
  
}
.canvas-container {
    display:flex;
    margin-right:auto;
    padding:1vh 1vw;
    
    
  
    height: 100%;
  
    width:auto;
    
   
   
  }
  .controls{
    z-index:1000;
    left:30%;
    top:5vw;
    position:absolute;
   
    flex-direction: column;
    
    
    
    
  background-color:transparent;
  width:180px;

  }

  .controls-header:hover{
    cursor:move;
  }
  .controls-header img:hover{
    cursor:pointer;
  }
  .controls-header{
    
    display:block;
    flex-direction: row;
   
    justify-content: space-between;
    gap:40  px;
    align-items: center;
    width:100%;
    height:20px;
    padding:3px 10px 3px 10px;
    background-color:white;   
    margin-bottom:2px;
    
  }
  .controls-header h1{
    position:absolute;
    font-family:'UniversNextW04-BOLD',  Helvetica, sans-serif !important;
    font-weight:800 !important;
    font-size:13px !important;
    left:10px;
    top:5px;
    
  }
  .controls-header img{
    position:absolute;
    left:100%;
    top:7px;
    width:12px;
    height:12px;
   
  }
  .controls-content{
    width:100%;
   
    background-color:white;
    padding:10px;

  
  }
  .controls-content h3{
    margin-bottom:3.5px;
    
    font-size:10px;
  }

 
  .buttons{
    margin-top:10px;
    background-color:transparent;
    
    box-shadow:none;
    border-radius:0;
    border:none;
 
    
   font-family:'UniversNextW05', Helvetica, sans-serif;
   font-weight:400; 
   font-size:13px;
   display:inline-block;
   border:1.5px solid black;
   padding:2px 1.5px;
   
   
  }
.canvas-container[moser]{
    margin-left:auto;
  
    height:auto;
    
}

  .buttons#save{
    margin-left:30px;
   
  }
  .buttons:hover{
    cursor:pointer;
    background-color:black;
    color:#FF98C1;
  }
  .buttons-container{
    
    display:flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap:200px;
    
    width:100%;

  }
  .buttons::-webkit-file-upload-button{
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    
    
  }
  input[type="file"] {
    display:none;
    color: transparent;
    width:140px; /* Hides the text inside the input field */
  }
  

 
  .sliders{
  
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height:20px;
    background: transparent; /* Gray background color for the track */
    border-radius: 0;
    outline: none;
    width:100%;
    
  }
  .sliders::-webkit-slider-thumb{
    -webkit-appearance: none;
    appearance: none;
    width: 10px; /* Default size of the thumb */
    height: 20px; /* Default size of the thumb */
    background: black; /* Gray color for the thumb */
    /* Round thumb */
    cursor: pointer; /* Change cursor to pointer when hovering over the thumb */
    
  }
  
  .sliders::-webkit-slider-runnable-track {
    width: 100%;
    height: 22px;
    background:transparent ; /* Gray background for the track */
    border: 2px solid black;
    border-radius: 0;
  }
  
  
  
  .p5-project-container{
    display: flex;
    flex-direction: row;
    align-items:flex-start;
    width:100%;
    height:100%;
    overflow:hidden;
    
  }
  
  #grad-slider{
    display:none;
  }
  #scale-slider{
    display:none;
  }
  
  .sketch-container {
    
    display: flex; /* Use flexbox for the container */
    flex-direction: row; /* Stack the sketches vertically */
    justify-content: space-between;
    /* Space between sketches */
   
  
    
  }
  .anothercontainer {
  
  width:90px;
  margin-top:5%;  
  margin-left:auto;
  height:80%;
  
  
  }
 
  .sketch {
    
   
    
    display: block; /* Center content in each sketch div */
    margin:auto;
  padding: 10 10px;
 
    height:90%;
    width:auto;
 
  
  }

  
  .sketch canvas {
    display:block;
   
   
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    
  }
  .canvas-container[lightandprospect]{
    background-color:white;
    padding:0;
    height:100%;
    width:100%;
    justify-content: space-between;
    
  }

  .directory-bottom{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    width:100%;
    
    position:absolute;
    bottom:0;
    left:0;
 
    font-size: clamp(.5vw, 12pt, 2vw);
    
  }
  

  #close{
    position:relative;
    display:inline-block;
    padding:.8vh 1vw;
    font-size: 1em;

  }
  #close:hover{
    cursor:pointer;
    text-decoration:underline;
  }
  
  #resume{
    position:relative;
    display:inline-block;
    padding:.8vh 1vw;
    font-size: 1em;
  }
  #resume:hover{
    cursor:pointer;
    text-decoration:underline;
  }
  #overlay {
    position:fixed;
    z-index: 10;
    top:0; 
    left:0;
    bottom:0; 
    right:0;
    pointer-events: none;   
    
    transition: background-color .3s ease-in-out;
}
.background-color{
    background-color:rgba(255, 145, 196, 0);   
    transition: background-color .3s ease-in-out;
}
.pink-overlay{
    transition: background-color .3s ease-in-out;
    background-color:rgba(255, 145, 196, 0.2);   
    mix-blend-mode: multiply;
   
    
}   


.yiddishcardrow{
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    
}

