/*
Theme Name: GiveLegacy
Theme URI: https://givelegacy.com/
Author: GiveLegacy
Author URI: https://givelegacy.com/
Description: Give Legacy Basic Theme
Tags: 
Version: 2023
Requires at least: 6.1
Tested up to: 6.1
Requires PHP: 5.6
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: givelegacy

*/

html {
    scroll-behavior: smooth;
}

header {
    position: sticky;
    top: 0;
    z-index: 100;
}


.gb-container::-webkit-scrollbar {
    width: 0 !important;
    display:none;
}
.gb-container {
    scrollbar-width: none;
    -ms-overflow-style: none;  
}