
     
 * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border: none;
  outline: none;
  font-family: "Poppins", sans-serif;
}
     

     
body {
  background-color: white;
}
 

     
    
   
/*========= THIS STOPS THE SCREEN FROM WOBBLING AROUND - START ========*/  
/*========= THIS STOPS THE SCREEN FROM WOBBLING AROUND - START ========*/
/*========= THIS STOPS THE SCREEN FROM WOBBLING AROUND - START ========*/    
html, body {
    overflow-x: hidden;
}  
/*========= THIS STOPS THE SCREEN FROM WOBBLING AROUND - END ========*/  
/*========= THIS STOPS THE SCREEN FROM WOBBLING AROUND - END ========*/
/*========= THIS STOPS THE SCREEN FROM WOBBLING AROUND - END ========*/  








/*==================🔎🔎🔎SEARCH FILTER🔎🔎🔎 - START========================*/ 
/*==================🔎🔎🔎SEARCH FILTER🔎🔎🔎 - START========================*/ 
/*==================🔎🔎🔎SEARCH FILTER🔎🔎🔎 - START========================*/ 
.search-box-filter {
    width: 900px;
    margin: 10px auto;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-end;
    margin-right: auto;
    z-index:50;
    background-color: white;
    border-radius: 50px;
    
}

.search-box-filter i{
    margin-right: 10px;
    font-size: 1.3rem;
}
.search-box-filter h1{
    font-size: 1.2rem;
}
.search-box-filter input{
    width: 300px;
    height: 40px;
    padding: 5px 16px;
    background: transparent;
    border: 4px solid black;
    border-radius: 20px;
    font-size: 16px;
}
/*==================🔎🔎🔎SEARCH FILTER🔎🔎🔎 - ENDING========================*/ 
/*==================🔎🔎🔎SEARCH FILTER🔎🔎🔎 - ENDING========================*/ 
/*==================🔎🔎🔎SEARCH FILTER🔎🔎🔎 - ENDING========================*/ 













/*==================ALL THE TITLES, GALLERY, BUTTONS ALIGNED CENTER OF PAGE - START========================*/ 
/*==================ALL THE TITLES, GALLERY, BUTTONS ALIGNED CENTER OF PAGE - START========================*/ 
/*==================ALL THE TITLES, GALLERY, BUTTONS ALIGNED CENTER OF PAGE - START========================*/ 
.container {
    display: flex;
    justify-content: center;   /* centers items left-to-right */
    flex-direction: column;    /* keeps your divs stacked vertically */
    align-items: center;       /* centers each div itself */
    width: 100%;
    margin: 60px 0;
}
/*==================ALL THE TITLES, GALLERY, BUTTONS ALIGNED CENTER OF PAGE - ENDING========================*/ 
/*==================ALL THE TITLES, GALLERY, BUTTONS ALIGNED CENTER OF PAGE - ENDING========================*/ 
/*==================ALL THE TITLES, GALLERY, BUTTONS ALIGNED CENTER OF PAGE - ENDING========================*/ 
     
     
     
     
     
     




     
/*==================📕📕📕AUTHOR NAME - TEXT📕📕 - START========================*/ 
/*==================📕📕📕AUTHOR NAME - TEXT📕📕 - START========================*/    
.steampunk-j-name {
    width: 250px;
    height: 30px;
    mask-image: url("images/steampunk-j-text.png");
    mask-size: contain;
    mask-repeat: no-repeat;
    /* Fill color */
    background-color: black;
}
/*==================📕📕📕AUTHOR NAME - TEXT📕📕 - ENDING========================*/ 
/*==================📕📕📕AUTHOR NAME - TEXT📕📕 - ENDING========================*/    
     
     
     
     
     
     
     
     
     
     
     
     
     
/*==================⬛️⬛️⬛️ FACE-OFF QUEENS LOGO - TEXT ⬛️⬛️⬛️ - START========================*/ 
/*==================⬛️⬛️⬛️ FACE-OFF QUEENS LOGO - TEXT ⬛️⬛️⬛️ - START========================*/   
.logo-stack {
    position: relative;
    width: 500px;
    height: 260px;
    background-color: "";
    
}

/* Outline image behind */
.logo-stack .outline {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.0200);
    z-index: 1;
    
    mask-image: url("images/outline-logo.png");
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;

    -webkit-mask-image: url("images/outline-logo.png");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;

   
    background-color: ""; /* This is the outline color */
    
    
}

/* Your original masked gradient logo */
.logo-stack .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;

    mask-image: url("images/front-logo.png");
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;

    -webkit-mask-image: url("images/front-logo.png");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;

    /* Your original masked gradient logo */
    /* background: linear-gradient(45deg, #ff0055, #ffaa00); */
    
    background-color: black;
}
/*==================⬛️⬛️⬛️ FACE-OFF QUEENS LOGO - TEXT ⬛️⬛️⬛️ - ENDING========================*/ 
/*==================⬛️⬛️⬛️ FACE-OFF QUEENS LOGO - TEXT ⬛️⬛️⬛️ - ENDING========================*/   
     
   






     
/*==================📕📕📕SUBTITLE - TEXT📕📕 - START========================*/ 
/*==================📕📕📕SUBTITLE - TEXT📕📕 - START========================*/    
.subtitle {
    width: 350px;
    height: 30px;
    margin-top: 20px;
    mask-image: url("images/subtitle-caniac-chronicles.png");
    mask-size: contain;
    mask-repeat: no-repeat;
    /* Fill color */
    background-color: black;
}
/*==================📕📕📕SUBTITLE - TEXT📕📕 - ENDING========================*/ 
/*==================📕📕📕SUBTITLE - TEXT📕📕 - ENDING========================*/    
  



/*==================📕📕📕SUBTITLE MY CANIAC LOGO- TEXT📕📕 - START========================*/ 
/*==================📕📕📕SUBTITLE MY CANIAC LOGO- TEXT📕📕 - START========================*/   
.subtitle-caniac-chronicles {
    width: 350px;
}

.subtitle-caniac-chronicles img{
    width: 100%;
    height: 100%; 
}
/*==================📕📕📕SUBTITLE MY CANIAC LOGO- TEXT📕📕 - ENDING========================*/   
/*==================📕📕📕SUBTITLE MY CANIAC LOGO- TEXT📕📕 - ENDING========================*/ 




     
     
     
     

.comic-panel-title p{
    font-size: 20px;
    font-family: marker felt;
    font-style: italic;
    color: darkgray;
    margin-top: 0px;
    margin-bottom: 50px;
    
}





/*==================🫙🫙🫙COMIC - CONTAINGER🫙🫙🫙 - START========================*/ 
/*==================🫙🫙🫙COMIC - CONTAINGER🫙🫙🫙 - START========================*/ 
    .picture-container{
        max-width: 1500px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        background-color: ""; /*antiquewhite*/
     }
     
     .portrait-picture, .landscape-picture{ 
         width: auto;
         height: 450px;
         margin: 10px;
         transition: 0.3s;
         
     }
     
     .portrait-picture:hover, .landscape-picture:hover{ 
         transform: scale(1.0125);
     }
     
     .portrait-picture img, .landscape-picture img{
        width: auto;
        height: 100%;
        object-fit: cover;  
     }     
/*==================🫙🫙🫙COMIC - CONTAINGER🫙🫙🫙 - ENDING========================*/ 
/*==================🫙🫙🫙COMIC - CONTAINGER🫙🫙🫙 - ENDING========================*/  
     
   






    
/*==================🫙🫙🫙COMIC LIBRARY - CONTAINTER🫙🫙🫙 - START========================*/
/*==================🫙🫙🫙COMIC LIBRARY - CONTAINTER🫙🫙🫙 - START========================*/ 
/*==================🫙🫙🫙COMIC LIBRARY - CONTAINTER🫙🫙🫙 - START========================*/ 
     .gallery-icons-container{
        max-width: 1300px;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        background-color: ; /*--antiquewhite--*/
        margin: auto;
        justify-content: center;  
        font-size: 20px;
     }
     


    
    .one-story-panel h3{
         display: none;
     }
     
     
    .panel-folder{
        width: 900px;
        height: auto;
        padding: 0px;
        margin: 5px;
        display: flex;
        align-content: center;
        align-items: center;
        background-color: white;
        filter: drop-shadow(1px 1px 2px rgb(0,0,0,.5));
        border-radius: 25px;
        cursor: pointer;
        transition: .2s;
        justify-content: space-between;
     }
     
     .panel-folder:hover{
         transform: scale(1.1);
         background-color: azure;
     }
         
    
    .panel-info-blox{
        padding-left: 20px;
    }
     
   
  
    
    
.thumb {
    width: 90px;
    height: 90px;
    overflow: hidden;      /* hides anything outside the square */
    position: relative;
  
   
}

.thumb img {
    width: 100%;           /* base size */
    height: 100%;
    object-fit: cover;     /* keeps it filling the square */
    transform: scale(1) translate(0px, 0px); /* left/right 5 pushes = right -5 pushes left */ /* up/down 5 pushes down = -5 pushes up */
    transform-origin: center center;  /* scaling happens from the middle */
}




     .detailed-info {
         display: flex; 
         align-content: center; 
         align-items: center;
         color: black;
         padding-right: 30px;
    
     }

     
     .detailed-info .date-created{
         color: darkgray;
         background-color: ;
         text-align: center;
         
         
     }
     
     .detailed-info .comic-number{
         background-color:  ;
         width: 100px;
         text-align: center;
         
     }
     
     
     .thumb-container{
         background-color: ;
     }

    .thumb-container .title-card{
        background-color: ;
        padding-left: 20px;
        display: flex; 
     }


    .thumb-container .title-name{
            color: black;
        }

     .thumb-container .title-episode{
            display: none;
            padding-left: 5px;
            color: darkgray;
        }












/*==================🫙🫙🫙COMIC LIBRARY - CONTAINTER🫙🫙🫙 - ENDING========================*/  
/*==================🫙🫙🫙COMIC LIBRARY - CONTAINTER🫙🫙🫙 - ENDING========================*/  
/*==================🫙🫙🫙COMIC LIBRARY - CONTAINTER🫙🫙🫙 - ENDING========================*/   
   









/*==================📕📕📕 COPYRIGHT - TEXT 📕📕📕 - START========================*/
/*==================📕📕📕 COPYRIGHT - TEXT 📕📕📕 - START========================*/  

.copyright {
    font-size: 15px;
    margin: 0px 0px 90px 0px;
    text-align: center;
}

/*==================📕📕📕 COPYRIGHT - TEXT 📕📕📕 - ENDING========================*/  
/*==================📕📕📕 COPYRIGHT - TEXT 📕📕📕 - ENDING========================*/  

     




/*==================📕📕📕ENDING TEXT - THANKS FOR READING📕📕 - START========================*/ 
/*==================📕📕📕ENDING TEXT - THANKS FOR READING📕📕 - START========================*/  
.ending-text {
    width: 450px;
    height: 30px;
    mask-image: url("images/text-end.png");
    mask-size: contain;
    mask-repeat: no-repeat;
    /* Fill color */
    background-color: black;
    padding-bottom: 50px;
}  
/*==================📕📕📕ENDING TEXT - THANKS FOR READING📕📕 - ENDING========================*/    
/*==================📕📕📕ENDING TEXT - THANKS FOR READING📕📕 - ENDING========================*/     

     
    




/*==================📕📕📕STEAMPUNK J SOCIAL MEDIA 📕📕 - START========================*/ 
.social-media-icons{
    width: 400px;
    height: 100px;
    mask-image: url("images/SJ%20Signature-02%20(White).png");
    mask-size: contain;
    mask-repeat: no-repeat;
    /* Fill color */
    background-color: red;   
}
/*==================📕📕📕STEAMPUNK J SOCIAL MEDIA 📕📕 - ENDING========================*/ 





     
/*==================🗺️🗺️🗺️ NAVIVATION BUTTONS- NEXT / PREVIOUS / FIRST COMIC 🗺️🗺️🗺️ - START========================*/     
/*==================🗺️🗺️🗺️ NAVIVATION BUTTONS- NEXT / PREVIOUS / FIRST COMIC 🗺️🗺️🗺️ - START========================*/   
.navigation-buttons{
    display: flex;
    flex-wrap: wrap;
    margin: 0px 0 250px 0;
     }    
   
     
.navigation-buttons a{
    text-decoration: none;
     } 
     
     
.navigation-buttons p{
    padding: 20px;
    margin: 12px;
    color: white;
    background-color: black;
    border-radius: 10px;
    transition: 0.3s; 

     }   
     
.navigation-buttons p:hover {
    transform: scale(1.2); 
    background-color: white;
    outline: 3px solid black;
    color: black;
    
    
     }  
/*==================🗺️🗺️🗺️ NAVIVATION BUTTONS- NEXT / PREVIOUS / FIRST COMIC 🗺️🗺️🗺️ - ENDING========================*/    
/*==================🗺️🗺️🗺️ NAVIVATION BUTTONS- NEXT / PREVIOUS / FIRST COMIC 🗺️🗺️🗺️ - ENDING========================*/   
     
     
     

     
     
     
     
     
     
     
     
     
     
     
     
/*=====================⛑️⛑️⛑️  RESPONSIVE SECTION - START ⛑️⛑️⛑️ =====================*/  
/*=====================⛑️⛑️⛑️  RESPONSIVE SECTION - START ⛑️⛑️⛑️ =====================*/   
/*=====================⛑️⛑️⛑️  RESPONSIVE SECTION - START ⛑️⛑️⛑️ =====================*/ 














@media (min-width: 2000px){
    
    /*==================ALL THE TITLES, GALLERY, BUTTONS ALIGNED CENTER OF PAGE - START========================*/ 
    .picture-container{
            max-width: 2000px;
         }
    /*==================ALL THE TITLES, GALLERY, BUTTONS ALIGNED CENTER OF PAGE - ENDING========================*/ 
    
   
    /*==================⬛️⬛️⬛️ FACE-OFF QUEENS LOGO - TEXT ⬛️⬛️⬛️ - START========================*/ 
    .logo-stack { width: 600px; 
                  height: 260px;}
    
    .subtitle { margin-top: 0px;}
    /*==================⬛️⬛️⬛️ FACE-OFF QUEENS LOGO - TEXT ⬛️⬛️⬛️ - ENDING========================*/ 
    
    
    
    /*==================🫙🫙🫙SUBTITLE - TEXT🫙🫙🫙 - START========================*/ 
    .portrait-picture, .landscape-picture{ 
        width: auto;
        height: 550px;}
    /*==================🫙🫙🫙SUBTITLE - TEXT🫙🫙🫙 - ENDING========================*/ 

    
    
    /*==================📕📕📕ENDING TEXT - THANK YOU FOR READING📕📕 - START========================*/ 
    .ending-text { width: 400px;}
    /*==================📕📕📕ENDING TEXT - THANK YOU FOR READING📕📕 - ENDING========================*/ 
    
    
    
    /*==================🗺️🗺️🗺️ NAVIVATION BUTTONS- NEXT / PREVIOUS / FIRST COMIC 🗺️🗺️🗺️ - START========================*/ 
    .navigation-buttons p { margin: 5px; font-size: 20px;}
    /*==================🗺️🗺️🗺️ NAVIVATION BUTTONS- NEXT / PREVIOUS / FIRST COMIC 🗺️🗺️🗺️ - ENDING========================*/ 
     }













/*==================🫙🫙🫙COMIC LIBRARY - CONTAINTER🫙🫙🫙 - START========================*/
   
     
  
    @media (max-width: 1000px){
    .panel-folder{
        width: 900px;}

    } 
     
     
     
    @media (max-width: 900px){
    .panel-folder{
        width: 700px;}
        
        .search-box-filter{
            max-width: 85%;
        }
    } 
     
     
     
    @media (max-width: 800px){
    .panel-folder{
        width: 575px;}
        
    .detailed-info .date-created {
        display: none;   
        } 
        
    .detailed-info .comic-number{
         color: darkgray;
        }
    } 
     

     
    @media (max-width: 600px){
    .panel-folder{
        width: 400px;}
        
        
    .detailed-info {
        display: none;
            
        }
         
    
    .thumb-container{
        width: 100%;
        border-radius: 20px;
      
        
    }
        
        
     .thumb-container .title-card{
        display: block;
        margin: auto;
        padding-left: 0;
        text-align: center
     }   
        
    .thumb-container .title-episode{
        display: block; 
        }
     
        
        
}
     
    
    @media (max-width: 500px){
    .panel-folder{
        width: 350px;}
          

    }
    
/*==================🫙🫙🫙COMIC LIBRARY - CONTAINTER🫙🫙🫙 - ENDING========================*/





@media (max-width: 500px){
   
    .logo-stack { width: 400px; 
                  height: 260px;}
    
    .subtitle { margin-top: 0px;}
       
    
    .portrait-picture, .landscape-picture{ 
        width: auto;
        height: 500px;}
    

    .ending-text { width: 400px;}
    
    
    .navigation-buttons p { margin: 5px; font-size: 20px;}
    
     }
     
/*=====================⛑️⛑️⛑️  RESPONSIVE SECTION - ENDING ⛑️⛑️⛑️ =====================*/  
/*=====================⛑️⛑️⛑️  RESPONSIVE SECTION - ENDING ⛑️⛑️⛑️ =====================*/   
/*=====================⛑️⛑️⛑️  RESPONSIVE SECTION - ENDING ⛑️⛑️⛑️ =====================*/    
     
     
     
     
      
 </style>     
