/*

Theme Name:   The Injester

Description:  The Injester custom theme

Author:       soliferum.com

Author URI:   https://soliferum.com/

Template:     twentytwentyfive

Version:      1.0.0

Text Domain:  The Injester

*/


/* Site wide  */

html {

    scroll-behavior: smooth;
    color: #FFFFFF;

}

@view-transition {
  navigation: auto;
}

body.home .header-fixed {
    
background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0) 8%, rgba(0,0,0,0.29175420168067223) 44%, rgba(0,0,0,1) 100%);}

.header-fixed {
background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0) 8%, rgba(0,0,0,0.29175420168067223) 44%, rgba(0,0,0,1) 100%);}
}

body.page-id-664 .header-fixed {
    
background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0) 8%, rgba(0,0,0,0.29175420168067223) 44%, rgba(0,0,0,1) 100%);}

#site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: top 0.8s ease, opacity 0.7s ease;
}

#site-header.hidden {
    top: -100px;
    /* Adjust the value as per your header height */
    opacity: 0;
}


a:focus {
    outline: 0px !important;
    outline: none !important;
}

a:active {
    outline: 0px !important;
    outline: none !important;
}

:where(.wp-site-blocks *:focus) {
    outline-width: 0px !important;
    outline-style: inherit;
}



.sticky {position: sticky;
  top: 2rem;
}

footer.wp-block-template-part {margin-top: 0px!important}

@media only screen and (max-width: 600px) {
    .wp-block-buttons>.wp-block-button {
    display: block!important;
    margin: 0;
        width: 100%!important;
}
    
    .wp-block-buttons>.wp-block-button a {display: block; width: 100%}
}

.cover-opacity {opacity:0.2}

img.custom-logo {
  
  -webkit-filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.20));
  filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.20));
}


