.nav .nav-item.black-underline-nav .nav-link:hover {
    border-color: white;
  }


.header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-dropdown-link:hover {
    background: #8DC63F;
    padding: 7px 15px 7px 17px;
}

.top-header-green {
    background-image: url('https://junkboxtreasures.com/Templates/assets/images/custom_images/background-library-dark.png');

    /* You can set other properties like background size, repeat, position, etc. */
    background-size: cover; /* Adjusts the size of the background image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    color: white;
}

.text-white a.web-link {
    color: white !important;
}

.blur-text {
    position: relative;
    overflow: hidden;
    padding: 5px;
    text-shadow: 5px 5px 100px rgb(61, 61, 70); /* Increased blur effect with stronger shadow */
}

.header-logo {
    backdrop-filter: blur(10px) saturate(70%);
}


.header-menu.centered {
    display: flex;
    justify-content: center; /* Horizontally centers the items */
    /* Other styles */
}
  
.header-menu.centered>.nav {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center; /* Vertically aligns items if needed */
  }
  
.header-menu.centered>.nav .nav-item {
    margin: 0 10px; /* Adjust spacing between items */
  }

/* .search-bar {
    width: 20vw;
    margin-bottom: 0px;
}

@media (max-width: 992px) {

    .search-bar {
        min-width: 100%;
        margin-bottom: 25px;
    }
} */