﻿body { font-family: Arial, sans-serif; margin: 0; padding: 0; }
nav {
    background: #222;
    color: #fff;
    padding: 0 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.08);
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
}

nav ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #222;
    position: static;
    width: auto;
    margin: 0;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}
    
nav ul li a {
    display: inline-block !important;
    text-align: center;
    padding: 0.5em 1.2em;
    width: auto;
}

/* Hide menu toggle on desktop */
.menu-toggle {
    display: none;
}
nav li {
    margin: 0.1em 0;
}
nav a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    padding: 0.1em 0.1em;
    transition: color 0.2s, border-bottom 0.2s;
    border-bottom: 1px solid transparent;
}
nav a:hover {
    text-decoration: underline;
}
nav a:focus {
    color: #ffd700;
    border-bottom: 1px solid #ffd700;
}
nav a.active {
    color: #fff;
    background-color: #0078d7;
    font-weight: bold;
    border-radius: 4px;
    padding: 0.25em 0.75em;
}
main {
    max-width: 900px;
    margin: 0em auto;
    padding: 0em;
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #3f296a; /* midnight blue */
}
section { margin-bottom: 2em; }
footer {
    background: #222;
    color: #fff;
    text-align: center;
    padding: 1em;
    background-image: url('images/busstopia-backdrop.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 600px;
    margin: 1em auto;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    font-size: 1.2em !important;
}
.socials a { margin: 0 0.5em; color: #fff; }
.trailer { margin-bottom: 1em; }
.contact-form label[for="message"] {
    display: block;
    margin-bottom: 0.5em;
    font-weight: normal;
}

.contact-form textarea {
    width: 100%;
    min-height: 120px;
    resize: vertical;
    box-sizing: border-box;
    font-size: 1em;
    padding: 0.75em;
    margin-bottom: 1em;
}
.contact-email-link {
    text-align: center;
    margin-top: 1em;
}
.double-height-header {
    line-height: 0;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
}
.double-height-header a.active {
    color: #fff;
    background-color: #0078d7;
    font-weight: bold;
    border-radius: 4px;
    padding: 0.25em 0.75em;
}

#logo {
    margin: 0; /* Removes all margin */
    padding: 0; /* Removes all padding */
    display: block; /* Optional: helps with centering if needed */
}
#ball2025 {
    
    min-height: 300px;
    width: 100%;
}

#ball2025 p,
#ball2025 strong {
    font-size: 1.5em;
    color: white;
    text-shadow: 2px 2px 4px black;
}

main.index-bg {
    min-height: 100vh; /* Fill at least the viewport height */
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    display: block;
}

.index-bg {
    margin: 0 auto;
    padding: 0;
    display: block;
    background: linear-gradient(135deg, #ff69b4 0%, #ff8c00 25%, #40e0d0 60%, #32cd32 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#countdown {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    color: green;
    min-width: 180px;
    margin: 0 0.5em;
}

.about-transparent {
    background: linear-gradient(135deg, #ff69b4 0%, /* pink */
    #ff8c00 25%, /* orange */
    #40e0d0 60%, /* turquoise */
    #32cd32 100% /* green */
    );
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: none;
    color: #000;
    font-size: 1.2em !important;
}

.tickets-style {
    background: linear-gradient(135deg, #ff69b4 0%, /* pink */
    #ff8c00 30%, /* orange (optional for warmth) */
    #40a1ff 70%, /* light blue */
    #1e3a8a 100% /* deep blue */
    );
    color: #000;
    padding: 1em;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    margin: 1em auto;
    text-align: center;
    min-height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.1em;
}

.flashmob-style {
    background: linear-gradient(135deg, #ff69b4 0%, /* pink */
    #ff8c00 30%, /* orange (optional for warmth) */
    #40a1ff 70%, /* light blue */
    #1e3a8a 100% /* deep blue */
    );
    color: #000;
    padding: 1em;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    max-width: 900px;
    margin: 1em auto;
    text-align: center;
    min-height: 40vh; /* Fills more of the viewport height */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sponsorandraffle-style {
    background: linear-gradient(135deg, #ff69b4 0%, /* pink */
    #ff8c00 30%, /* orange (optional for warmth) */
    #40a1ff 70%, /* light blue */
    #1e3a8a 100% /* deep blue */
    );
    color: #000;
    padding: 1em;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    max-width: 900px;
    margin: 1em auto;
    text-align: center;
    min-height: 40vh; /* Fills more of the viewport height */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contacts-style {
    background: linear-gradient(135deg, #ff69b4 0%, /* pink */
    #ff8c00 30%, /* orange (optional for warmth) */
    #40a1ff 70%, /* light blue */
    #1e3a8a 100% /* deep blue */
    );
    color: #000;
    padding: 1em;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    max-width: 900px;
    margin: 1em auto;
    text-align: center;
    min-height: 40vh; /* Fills more of the viewport height */
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.5em;
}

.busstopia-style {
    background: linear-gradient(135deg, #ff69b4 0%, /* pink */
    #ff8c00 30%, /* orange (optional for warmth) */
    #40a1ff 70%, /* light blue */
    #1e3a8a 100% /* deep blue */
    );
    color: #000;
    padding: 1em;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    max-width: 900px;
    margin: 1em auto;
    text-align: center;
    min-height: 40vh; /* Fills more of the viewport heigfht */
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.5em;
}

.faq-style {
    background: linear-gradient(135deg, #ff69b4 0%, /* pink */
    #ff8c00 25%, /* orange */
    #40e0d0 60%, /* turquoise */
    #32cd32 100% /* green */
    );
    color: #000;
    padding: 1em;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    max-width: 900px;
    margin: 1em auto;
    text-align: center;
    min-height: 40vh; /* Fills more of the viewport height */
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.4em;
}

.faq-question {
    background: none;
    border: none;
    color: #0078d7;
    font-size: 1.4em;
    text-align: left;
    width: 100%;
    cursor: pointer;
    padding: 0.5em 0;
    font-weight: bold;
    transition: color 0.2s;
}

    .faq-question:hover {
        color: #fff;
        font-size: 1.4em;
    }

.faq-answer {
    margin: 0.5em 0 1em 0;
    text-align: left;
    font-size: 1.4em;
}

.acknowledgement-box {
    background: linear-gradient(135deg, #ff69b4 0%, #ff8c00 30%, #40a1ff 70%, #1e3a8a 100%);
    color: #000;
    border-radius: 8px;
    padding: 1em 1.5em;
    margin-top: 2em;
    box-shadow: 0 1px 6px rgba(0,0,0,0.07);
    text-align: center;
    font-size: 0.7em;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 980px) {
    nav {
        min-height: 72px;
        display: flex;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        padding-left: 0;
    }

    .menu-toggle {
        display: block;
        height: 72px;
        line-height: 72px;
        font-size: 2em;
        padding: 0 20px;
        background: none;
        border: none;
        color: #fff;
        cursor: pointer;
        margin: 0;
        text-align: left;
        align-self: flex-start;
    }
    nav ul {
        display: none;
        flex-direction: column;
        background: #222;
        position: absolute;
        top: 60px;
        left: 0;
        min-width: 220px;
        z-index: 1000;
        margin: 0;
        padding: 0;
        border-radius: 0 0 8px 8px;
        box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    }

        nav ul.open {
            display: flex;
        }

        nav ul li a {
            display: block !important;
            text-align: left;
            padding: 0.3em 0.8em;
            width: 100%;
            font-size: 2.7em;
            line-height: 1.1;
        }

    .menu-toggle {
        display: block;
    }
}