﻿/*  html {
            scroll-padding-top: 80px;
        }
        @media (max-width: 767.98px) {
            html {
                scroll-padding-top: 120px;  tweak 100–130px until it feels right
            }
        }*/

body {
    background-image: url("../images/noise.png"), radial-gradient(circle at top center, #311018 0%, #050509 55%, #020205 100%);
    background-blend-mode: soft-light, normal;
    background-attachment: fixed;
    color: #fafafa;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 0 1px 2px rgba(0,0,0,0.45);
}

    body::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 400px;
        height: 400px;
        background: url("../images/rose-top-left.png") no-repeat;
        background-size: contain;
        opacity: 0.15;
        pointer-events: none;
        z-index: -1;
    }

    body::after {
        content: "";
        position: fixed;
        bottom: 0;
        right: 0;
        width: 400px;
        height: 400px;
        background: url("../images/rose-bottom-right.png") no-repeat;
        background-size: contain;
        opacity: 0.15;
        pointer-events: none;
        z-index: -1;
    }

 

/* Desktop / tablet – keep fancy navbar */
.navbar {
    background-color: transparent !important;

    /* SVG vine + dark gradient */
    background-image:
        url("../images/nav-lights.svg"),
        linear-gradient(to bottom, #050509 0%, #000000 60%);
    background-repeat: no-repeat, no-repeat;
    background-position: center bottom, center;
    background-size: 100% 80px, cover;
}

/* keep sticky behavior */
.navbar.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
}

.navbar-brand {
    font-family: 'Tahoma', Impallari;
    font-size: 1.8rem;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.03em;
    /* Gold color similar to your logo text */
    color: #f5d7a1 !important;
    /* Layered shadow to mimic gold embossing */
    text-shadow: 0px 1px 0px #8c6f3a, 0px 2px 2px rgba(0,0,0,0.5), 0px 0px 6px rgba(0,0,0,0.4);
}



.navbar-dark .navbar-nav .nav-link {
    color: #f3f3f3;
}

    .navbar-dark .navbar-nav .nav-link:hover {
        color: #ff4e8a;
    }

.navbar-brand img {
    margin-top: -3px; /* tweak up or down */
}

.show-item small {
    color: #e7c27a !important; /* warm gold */
    font-weight: 500;
}
/* Hero image */
.hero-img {
    max-width: 900px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 0 25px rgba(0,0,0,0.7);
}

h2 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #ffffff;
    border-bottom: 1px solid #555;
    padding-bottom: 0.4rem;
}

section {
    margin-bottom: 2.5rem;
}

.show-item {
    border-bottom: 1px dashed #333;
    padding: 0.75rem 0;
}

.contact-link {
    color: #ff68a8;
}

    .contact-link:hover {
        color: #ff2d72;
    }

.gallery-img {
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .gallery-img:hover {
        transform: scale(1.03);
        box-shadow: 0 0 12px rgba(0,0,0,0.6);
    }

#bio img {
    border-radius: 8px;
    box-shadow: 0 0 18px rgba(0,0,0,0.6);
}

#bio p {
    font-size: 1.05rem;
    line-height: 1.65;
    color: #f0f0f0;
}

#bio strong {
    color: #e7c27a; /* warm gold highlight */
}

/* Meet the band*/
/* Gold accents for names */
.text-gold {
    color: #e7c27a;
}

/* Card styling */
.card {
    border: 1px solid #333;
    border-radius: 10px;
}

.card-img-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    object-fit: cover;
    height: 260px; /* Adjust depending on photo orientation */
}

/* Optional hover glow */
.card:hover {
    transform: translateY(-4px);
    transition: 0.2s ease;
    box-shadow: 0 0 16px rgba(255, 215, 160, 0.18);
}

/* ================================
   SOCIAL ICONS — GLOBAL STYLES
   ================================ */

.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-top: 0.5rem;
}

    /* Base (desktop + mobile): remove underline + set default color */
    .social-icons a,
    .social-icons a:link,
    .social-icons a:visited,
    .social-icons a:active,
    .social-icons a:focus {
        text-decoration: none !important;
        color: #ff68a8 !important; /* pink highlight */
        transition: color 0.2s ease, transform 0.2s ease;
    }

    .social-icons i {
        vertical-align: middle;
    }

    /* Hover effects (desktop only, mobile ignores hover naturally) */
    .social-icons a:hover {
        color: #e7c27a !important; /* warm gold */
        transform: translateY(-3px);
    }

.tagline {
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.tagline-sub {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* Subtle glowing hearts */
.heart-icon {
    height: 1.2em;
    margin: 0 0.35rem;
    vertical-align: -0.15em;
    filter: drop-shadow(0 0 4px rgba(255, 105, 150, 0.35)) drop-shadow(0 0 8px rgba(255, 215, 160, 0.20));
}

/* Slightly toned down for mobile so it doesn’t flare */
@media (max-width: 767.98px) {
    .tagline {
        font-size: 1.6rem;
    }

    .heart-icon {
        height: 1em;
        margin: 0 0.2rem;
    }
}



/* ================================
   MOBILE OVERRIDES (fix clobbering)
   ================================ */

@media (max-width: 767.98px) {

    .social-icons {
        flex-wrap: wrap; /* allow wrapping on small screens */
        justify-content: center; /* keep icons centered even when wrapped */
        gap: 12px;
    }

        .social-icons a,
        .social-icons a:link,
        .social-icons a:visited,
        .social-icons a:active,
        .social-icons a:focus {
            font-size: 2rem !important; /* slightly smaller than before */
            color: #ff68a8 !important;
            text-decoration: none !important;
        }
}

@media (max-width: 360px) {
    .social-icons {
        gap: 6px; /* smaller spacing */
    }

        .social-icons a {
            font-size: 1.8rem !important; /* slightly smaller icons */
        }
}



