/*
Theme Name: Paradise Reserve
Author: Lobsang Wangdu
Author URI: 
Description: Child theme of Twenty Twenty-Five for Paradise Reserve.
Requires at least: 6.7
Tested up to: 7.0
Requires PHP: 7.2
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: paradise-reserve
Tags: full-site-editing, block-patterns, custom-colors, custom-logo, custom-menu, editor-style
*/
/* Add your custom styles below this line */

/* Make the header sticky */
.sticky-element {
  position: sticky;
  top: 0;
  z-index: 999;
}
