/*
Theme Name: Iron Salt Creations
Theme URI: https://yourthemeurl.com
Author: Your Name
Author URI: https://yourwebsite.com
Description: A custom WordPress theme for Iron Salt Creations.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom, iron-salt, creations
*/

/* Add your custom styles here */


:root {
    /* either --dark-mode or --no-dark-mode */
    --color-scheme: var(--no-dark-mode);
  
    --font-family: "Space Grotesk", sans-serif;
    --fs-400: 1rem;
    --fs-500: 1.125rem;
    --fw-regular: 400;
    --fw-semi-bold: 500;
  
    --clr-mainbackground:  rgb(220, 220, 220);
    --clr-neutral-100: hsl(0, 0%, 100%);
    --clr-neutral-200: hsl(270, 3%, 87%);
    --clr-neutral-300: hsl(279, 6%, 55%);
    --clr-primary-400: hsl(249, 99%, 64%);
    --clr-primary-500: hsl(278, 94%, 30%);
    --clr-primary-800: hsl(278, 68%, 11%);
    --clr-accent-400: hsl(0, 100%, 66%);
    --gradient-1: var(--clr-primary-400, --clr-primary-500);
  
    /* settings */
    --no-dark-mode: light;
    --dark-mode: dark;
  }
  


  */CSS Reset */
  
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }

  html, body {
    height: 100%;
  }
  body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
  }
  input, button, textarea, select {
    font: inherit;
  }
  p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
  }
  #root, #__next {
    isolation: isolate;
  }


  
  
  html {
    /*color-scheme: var(--color-scheme);*/
    font-size: 16px;
  }

  
body {
    margin: 0;
    font-family: var(--font-family);
    font-size: var(--fs-400);
    line-height: 1.6;
    background-color: var(--clr-mainbackground);
    display: grid;

  }


/*.primary-header > *{
    border: 5px solid black;
}*/



.primary-header::before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 12rem ;
    top: 2rem;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: rgb(240, 240, 240);
}

.primary-header{
    width: auto;
    align-items: center;
    justify-content: center;
    display: flex;
}


.header-container { 
    padding-inline: 0;
    margin-inline: auto;
    display: grid;
    /*border: 2px solid red;*/
    position: relative;
    align-items: start;

}

@media (min-width: 960px) {
    .header-container {
        margin-left: 0;
        margin-right: 0;
        height: 22.25rem;
        grid-template-columns: 35rem auto;
    }
}


img{    
    display: block;
    max-width: 100%;
}


.logo-grid{
    display: grid;
    grid-template-rows: 2rem 12rem 10rem; 
    grid-column: 10rem 25rem;
}

.logo-container{
    height: 12rem;
    grid-row: 2/3 ;
    grid-column: 1/2;
    background-color: rgb(240, 240, 240);
    
}


.logo, .logo-background{
    margin-top: 1rem;
    height: 10rem;
    position: absolute;
    left: 2rem;
}


.logo {
    z-index: 2; 
    height: 10rem;
}

.salty-quotes-container{
    width: 15rem;
    height: 100%;
    grid-column: 1/2;
    grid-row: 3/3;
    padding-left: 2rem;
    font-size: .75rem;
}

.salty-chatacter-container{  
    height: 25rem;
    z-index: 4;
    grid-row: 1/3;
    grid-column: 1/2;
    display: grid;
}


.iron-salt-man{
    height: 22rem;
    justify-self: end;
}



.salty-conversations-container{
    display: grid;
    grid-template-columns:  repeat(3, max-content);
    height: 25rem;
    align-self:flex-start;
}


.salty-conversations-flag{
    position:absolute;
    margin-left: 8rem;
    height: 8rem;
    width: 8rem;
    background-color: #5e5e5e;
    z-index: 10;
}

.salty-conversations-flag h3{
    width: 100%;
    color: white;
    font-weight: 200;
    margin-top: 80%;
    padding: 0 1px;
    font-size: 30px;
    line-height: 20px;
    text-transform: uppercase;
}

.salty-conversations-flag span{
    color: #333;
    width: 100%;
    white-space: nowrap; /* Prevent text from wrapping */
    font-size: 15px; /* Adjust the font size dynamically */ 
}


.salty-conversations-image{
    z-index: 6;
    min-width: 20rem;
    min-height: 20rem;
    max-width: 20rem;
    max-height: 20rem;
}



#sticky-element{
    height: 50px;
    width: 100%;
    background-color: rgb(46, 46, 46);
    background-image: url("saltyheaderbarbackgroundv01.png");
    background-size: cover;
    background-position: center;
}

.sticky {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 999;
}




.menu-bar{
    width: auto;
    align-items: center;
    justify-content: center;
    display: grid;
    grid-template-columns: 70rem 20rem;
    margin: 0px;
}

.sort-search-container{
    grid-column: 1/2;
    width: 70rem;
}

.search-bar-container{
    padding: 0;
    margin: 10px 0px;
    display: flex;
    flex-flow: nowrap;
    gap: 20px;
    align-content: space-evenly;
    justify-content: center;
    align-items: baseline;
    border: 4px solid rgb(145, 145, 145);
    padding: 10px;

}

.search-bar-container p{
    font-size: 50px;
    line-height: 50px;
    padding: 0;
    margin: 0;   
    align-self: center;
    text-transform: uppercase;
    -webkit-text-stroke: 2px rgb(78, 76, 76);
    text-stroke: 2px rgb(78, 76, 76);

}

.search-bar{
    width: 35rem;
    height: 50px;
    border: 3px solid rgb(145, 145, 145);
    border-radius: 25px;
    background-color: #fff;
    color: #333;
    padding: 10px 40px 10px 10px;
    font-size: 16px;
    text-align: left;
    background-image: url(search-icon.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    
  }

.random-button{
    width: 15rem;
    height: 50px;
    border: 1px solid rgb(145, 145, 145);
    border-radius: 25px;
    background-color: #949494;
    color: rgb(220, 220, 220);
    -webkit-text-stroke: 3px rgb(78, 76, 76);
    text-stroke: 3px rgb(78, 76, 76);
    font-size: 25px;
    text-transform: uppercase;
    align-self: center;
}


.sort-options-container{
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    flex-flow: wrap;
    justify-content: space-around;
}


.sort-item{
    
    background-color: var(--clr-mainbackground);
    text-transform: uppercase;

    font-size: 30px;
    font-weight: 400;
    
    color: rgb(220, 220, 220);
    -webkit-text-stroke: 2px rgb(78, 76, 76);;
    text-stroke: 2px rgb(78, 76, 76);;

    padding: 10px 20px;

    outline: 4px solid rgb(145, 145, 145);
    outline-offset: -2px;
}

.sort-item:hover{
    background-color: rgb(153,0,0);   
    outline: solid rgb(255,0,0) 5px;
    color: rgb(255, 0, 0, 0.5);

    -webkit-text-stroke: 2px rgb(255,0,0);
    stroke: 2px rgb(255,0,0);
    text-stroke: 2px rgb(255,0,0);
}

.menu-nav-container{
    grid-column: 2/2;
    width: 30rem;
    background: no-repeat url(saltyheaderbaroptions_v01.png) center;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.do-not-push {
    display: inline-block;
    
    
    border: 3px solid  rgb(255,0,0);
    border-radius: 50%;
    width: 200px;
    height: 200px;    
    background-color: rgb(153,0,0);
 
    
    color: rgb(153,0,0);
    -webkit-text-stroke: 2px rgb(255,0,0);
    stroke: 2px rgb(255,0,0);
    
    text-transform: uppercase;
    font-size: 40px;
    text-decoration: none;
    word-wrap: break-word; 
    overflow-wrap: break-word;
    white-space: normal;
    margin: 10px;
    margin-left: auto;
    line-height: normal;


    align-items: center;

    display: flex;
    flex-flow: column;
    justify-content: center;

}

.do-not-push svg{
    display: inline-block;
    fill:  rgb(255,0,0);
    margin: 5px;
  }


  .giving {
    display: inline-block;
    
    border-radius: 50%;
    width: 125px;
    height: 125px;    
    border: 3px solid rgb(51,153,255);
    background-color: rgb(0, 0, 153);

    color: rgb(0, 0, 153);
    -webkit-text-stroke: 1px rgb(51,153,255);
    stroke: 1px rgb(51,153,255);
    


    align-self: flex-start;

    text-transform: uppercase;
    font-size: 20px;
    text-decoration: none;
    white-space: normal;
    

    align-items: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }

  .giving svg{
    display: inline-block;
    fill: rgb(51,153,255);
    margin: 5px;
  }

  .info{
    display: inline-block;
    text-transform: uppercase;
    border: none;
    border-radius: 50%;
    width: 85px;
    height: 85px;    
    border: 3px solid rgb(255,255,0);
    background-color: rgb(204, 153, 0);

    color: rgb(204, 153, 0);
    -webkit-text-stroke: 1px rgb(255,255,0);
    stroke: 1px rgb(255,255,0);




    text-align: center;
    font-size: 20px;
    text-decoration: none;
    align-self: flex-end;
    position: relative;
    left: -140px;

    align-items: center;
    display: flex;
    flex-flow: column;
    justify-content: center;


  }

  .info svg{
    display: inline-block;
    fill: rgb(255,255,0);
    margin: 5px;
  }





.comic-grid { 
    display: flex;
    flex-flow: wrap;
    align-content: space-evenly;
    padding: 25px 10px; 
    gap: 10px;
    background-color: rgb(43, 43, 43);
}

.comic-card{
    justify-self:center;
    width: 250px;
    margin: auto;
    color: #7a7a7a;
    padding: 10px;
}

.comic-card:hover{
    outline: 5px solid rgb(255,255,0);
    background-color: rgb(204, 153, 0);
    color: white;
}

.comic-page{
    width: 100%;
}

.comic-cover{
    width: 100%;
}

.comic-info > *{
    font-size: 1rem; 
    line-height: 1rem;
    margin: 0;
    padding: .25rem 0;
}
