/* Club RJL - hand-maintained stylesheet (non-Tailwind, copied verbatim by build). */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    background: #ffffff;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.7;
}

/* Mandatory: HTML width/height attributes must not stretch images. */
img {
    max-width: 100%;
    height: auto;
}

a {
    color: #0073e6;
}

.container {
    max-width: 1200px;
    margin-inline: auto;
    padding: 20px;
}

.page-title {
    color: #0073e6;
    text-align: center;
}

.center {
    text-align: center;
}

.logo {
    border: 0;
}

.lead {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.section-title {
    color: #0073e6;
}

.feature-list {
    padding-left: 20px;
}

.feature-list li {
    margin-bottom: 4px;
}

.cta {
    display: inline-block;
    margin: 8px 0;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

/* Bus page */
.bus-page {
    text-align: center;
}

.bus-intro {
    max-width: 700px;
    margin: 0 auto 16px;
}

.notice {
    font-weight: bold;
    text-transform: uppercase;
}

.bus-gallery img {
    display: block;
    margin: 12px auto;
    border: 0;
}

/* Footer */
.site-footer {
    text-align: center;
    margin-top: 32px;
}

.footer-copy {
    font-size: 13px;
    color: #555555;
}

.footer-version {
    color: #999999;
}
