/**
 * FILE LOCATION: SITE-ROOT/styles.css
 *
 * This stylesheet provides global styling for the Earls Hideaway Lounge website.
 * It combines the original site styles with new rules for dynamic background management,
 * ensuring seamless integration and preserving all existing design elements.
 *
 * Version: 2025.07.09.17.00.00.EDT (Merged with Dynamic Background Styles)
 * Description: Implemented a masonry layout for the photo gallery.
 * Adjusted background styles to support PHP-driven dynamic backgrounds.
 * Author: Gemini (Merged by)
 */

/*** @import url("my-imported-styles.css"); ***/

/* ==========================================================================
   BASE STYLES
   ========================================================================== */
@import url("/css/base.css");
/* ==========================================================================
   MAIN CONTENT AREA & WRAPPER FOR BACKGROUND LAYERING
   ========================================================================== */
@import url("/css/main.css");
/* ==========================================================================
   DYNAMIC BACKGROUND & OVERLAY
   ========================================================================== */
@import url("/css/backgrounds.css");
/* ==========================================================================
   HEADER & NAVIGATION
   ========================================================================== */
@import url("/css/nav.css");
/* ==========================================================================
   HOME PAGE LAYOUT & HERO PANEL
   ========================================================================== */
@import url("/css/layout.css");
/* ==========================================================================
  VIDEOS
   ========================================================================== */
@import url("/css/videos.css");
/* ==========================================================================
   PHOTO GALLERY - MASONRY LAYOUT
   ========================================================================== */
@import url("/css/photo_gallery.css");
/* ==========================================================================
   FOOTER 
   ========================================================================== */
@import url("/css/footer.css");
/* ==========================================================================
   LIGHTBOX
   ========================================================================== */
@import url("/css/lightbox.css");
/* ==========================================================================
   MOBILE
   ========================================================================== */
@import url("/css/mobile.css");




