@import '../vendor/bootstrap/css/bootstrap.min.css';
@import 'font-awesome.min.css';
@import 'theme.css';
@import 'nav.css';
@import 'nav-responsive.css';
@import 'pagination.css';
@import 'comment.css';

/* Modern White-Blue Background Upgrade */
body {
    /* Stronger White-Blue Gradient */
    background: linear-gradient(135deg, #ffffff 0%, #e1f5fe 100%) !important;
    background-attachment: fixed !important;
    min-height: 100vh;
    color: #333;
}

/* Ensure container allows background to show if it was white */
.container,
.wrapper {
    /* background: transparent; */
    /* Check if containers have white bg intentionally */
}