/*
 Theme Name: SBU Library
 Theme URI: https://library.stonybrook.edu/
 Description: SBU Library Custom theme – safe place for custom CSS/JS, roles, and minor template overrides.
 Author: Umar Malhi
 Author URI: https://library.stonybrook.edu/
 Template: hello-elementor
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: hello-elementor-child
*/
@charset "UTF-8";

/* Put small tweaks here; large CSS belongs in /assets/css/custom.css */

.white-bg{
    background: rgba(255, 255, 255, .75);
    backdrop-filter: blur(10px);
}
.main-header{
    background: rgba(255, 255, 255, .75)!important;
    backdrop-filter: saturate(150%) blur(12px);
    border-bottom: 1px solid var(--line);
}