body {
    font-family: "Lato", sans-serif;
    line-height: 1.6;
    color: #333;
}

.navbar {
    background-color: #1a1a2e;
    padding: 1rem 2rem;
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo h1 {
    color: #ffd700;
    font-size: 1.8rem;
}

.logo-img {
    max-height: 60px;
    width: auto;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-link {
    color: white;
    text-decoration: none;
}

.nav-link:hover {
    color: #ff4444;
}

.hero {
    background: linear-gradient(135deg, #1a1a2e 0%, #2d2d4a 100%);
    padding: 6rem 2rem;
    text-align: center;
    color: white;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content {
    max-width: 900px;
}

.hero-subtitle {

.booking-feedback.success {
    color: #0b8c3a;
}

.booking-feedback.error {
    color: #cc2222;
}
    font-size: 3rem;
    color: #ff4444;
    margin-bottom: 2rem;
}

.hero-description {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    line-height: 1.8;
}

.hero-highlight {
    font-size: 1.4rem;
    color: #ff4444;
    margin: 2rem 0;
    font-weight: bold;
    font-style: italic;
}

.hero-tagline {
    font-size: 1.6rem;
    margin: 2rem 0;
    font-weight: bold;
}

.cta-button {
    background-color: #ff4444;
    color: white;
    padding: 0.8rem 2rem;
    font-size: 1.1rem;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 2rem;
}

.cta-button:hover {
    background-color: #ff6666;
}

.hero-images {
    display: flex;
    gap: 2rem;
    justify-content: center;
    margin-top: 3rem;
    flex-wrap: wrap;
}

.hero-img {
    max-width: 400px;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.fun-section {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
    margin: 4rem 0;
}

.fun-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fun-img {
    max-width: 250px;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

.fun-quote {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ff4444;
}

.fun-item-inline {
    text-align: center;
    margin: 3rem 0;
}

.fun-img-inline {
    max-width: 200px;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

main {
    padding: 4rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.footer {
    background-color: #1a1a2e;
    color: white;
    text-align: center;
    padding: 2rem;
    margin-top: 3rem;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-links a {
    color: #ff4444;
    text-decoration: none;
    font-weight: bold;
}

.social-links a:hover {
    color: #ff6666;
}

.band-section {
    margin: 4rem 0;
}

.section-title {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
    color: #1a1a2e;
}

.band-members {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.member {
    background-color: #f8f9fa;
    padding: 2rem;
    border-radius: 8px;
    border-left: 5px solid #ff4444;
}

.member-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.member-name {
    font-size: 1.3rem;
    color: #1a1a2e;
    margin-bottom: 0.5rem;
}

.member-instrument {
    font-size: 1rem;
    color: #ff4444;
    font-weight: bold;
    margin-bottom: 1rem;
}

.member-bio {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #333;
}

.contact-section {
    padding: 3rem 2rem;
}

.contact-inner {
    max-width: 600px;
    margin: 0 auto;
    background: white;
    padding: 2rem;
    border-radius: 8px;
}

.contact-note {
    margin-bottom: 1.5rem;
    color: #555;
    font-size: 0.95rem;
}

.booking-form .form-row {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
}

.booking-form label {
    font-weight: 600;
    margin-bottom: 0.3rem;
    color: #1a1a2e;
}

.booking-form input,
.booking-form textarea {
    padding: 0.6rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
}

.booking-form button[type="submit"] {
    width: 100%;
}

.booking-feedback {
    margin-top: 1rem;
    padding: 0.75rem;
    border-radius: 4px;
    font-weight: 600;
    text-align: center;
    display: none;
}

.booking-feedback.success {
    color: #0b8c3a;
    background-color: #e8f5e9;
    display: block;
}

.booking-feedback.error {
    color: #cc2222;
    background-color: #ffebee;
    display: block;
}
a {
    text-decoration: none;
}

.song-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.song-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #ff4444;
    margin-bottom: 0.5rem;
}

.song-item a {
    text-decoration: none;
}

.more-coming {
    text-align: center;
    font-size: 1rem;
    color: #ff4444;
    font-weight: bold;
    margin-top: 2rem;
}

#gig-hero {
    background-image: url('images/real gig image.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 90vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

#gig-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

#gig-hero .hero-content {
    position: relative;
    text-align: center;
    max-width: 700px;
    width: 90%;
    color: white;
}

#gig-hero .hero-content {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

#gig-hero.loaded .hero-content {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 768px) {
    .nav-menu {
        gap: 1rem;
    }

    .hero {
        padding: 3rem 1rem;
    }

    .hero-subtitle {
        font-size: 2rem;
    }

    .hero-description {
        font-size: 1rem;
    }
}
.media-section .hero-images {
    gap: 1.5rem;
}

@media (max-width: 768px) {
    .media-section .hero-images {
        gap: 1rem;
    }

    .hero-img {
        max-width: 100%;
    }

}

@media (max-width: 410px) {
    .nav-container {
        flex-direction: column;
        gap: 0.5rem;
    }

    .nav-menu {
        flex-direction: column;
        gap: 0.5rem;
    }

    .logo-img {
        max-height: 45px;
    }
}

@media (max-width: 410px) {

    body {
        padding: 0;
        margin: 0;
    }

    /* HERO */
    .hero {
        padding: 2rem 1rem;
        text-align: center;
        background-size: cover;
        background-position: center;
    }

    .hero-content {
        max-width: 100%;
        padding: 0;
    }

    .hero h2,
    .hero p {
        text-align: center;
    }

    section {
        padding: 1.5rem 1rem;
    }

    img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    .grid,
    .two-column,
    .info-wrapper {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    footer {
        text-align: center;
        flex-direction: column;
        gap: 1rem;
    }

    footer .footer-left,
    footer .footer-right {
        text-align: center;
    }

    nav ul {
        flex-direction: column;
        gap: 0.5rem;
    }

    nav a {
        padding: 0.5rem;
        display: block;
        text-align: center;
    }
}
