/* WILD WEST ROADSHOW — 1996 WEB VERSION */

html, body {
    margin: 0;
    padding: 0;
    background: #f4d84a;
    color: #111;
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
}

body { min-height: 100vh; }

.container {
    width: 88%;
    max-width: 980px;
    margin: 18px auto 40px;
    padding: 0 12px;
}

header {
    border-bottom: 2px solid #111;
    padding: 6px 0 10px;
    margin-bottom: 24px;
}

h1 {
    margin: 0;
    padding: 0;
    font-family: "Times New Roman", Times, serif;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: -2px;
    text-transform: uppercase;
    text-align: left;
}

.title-row {
    display: flex;
    align-items: center;
    gap: 18px;
}

.title-row h1 {
    margin: 0;
}

.title-row img {
    width: 110px;
    height: auto;
    border: 1px solid #111;
}

header:after {
    content: "FOLK / COUNTRY / BLUES / BLUEGRASS";
    display: block;
    margin-top: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    letter-spacing: 1px;
}

nav {
    margin-top: 12px;
    text-align: left;
    padding: 0;
    border: 0;
}

nav a {
    color: #0000cc;
    text-decoration: underline;
    margin: 0 14px 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

nav a:visited { color: #551a8b; }

nav a:hover {
    color: #ff0000;
    background: #ffff00;
}

.hero, .photo {
    display: block;
    height: auto;
    border: 2px solid #111;
    margin: 22px 0;
    box-sizing: border-box;
}

.hero {
    width: 72%;
    margin-left: 8%;
}

.hero + .hero {
    width: 20%;
    margin-left: auto;
    margin-right: 7%;
}

.hero + .hero + .photo {
    width: 86%;
    margin-left: 0;
}

.photo:last-of-type {
    width: 34%;
    margin-left: 58%;
}

section {
    max-width: 680px;
    margin: 28px 0;
    font-family: "Times New Roman", Times, serif;
    font-size: 18px;
    line-height: 1.45;
}

section p { margin: 0 0 22px; }

section:first-of-type {
    margin-left: 12%;
    max-width: 700px;
}

section a {
    color: #0000cc;
    text-decoration: underline;
}

section a:visited { color: #551a8b; }

section a:hover {
    color: #ff0000;
    background: #ffff00;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid #111;
    padding-bottom: 3px;
    margin: 42px 0 12px;
}

.show {
    font-family: "Courier New", Courier, monospace;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 18px;
    padding: 10px;
    border: 1px solid #111;
    background: #fff;
}

hr {
    border: 0;
    border-top: 1px solid #111;
    margin: 14px 0;
}

footer {
    margin: 70px 0 20px;
    padding-top: 8px;
    border-top: 1px solid #111;
    font-family: "Courier New", Courier, monospace;
    font-size: 11px;
    text-align: left;
}

footer:after {
    content: "   WILD WEST ROADSHOW / EST. SOMEWHERE ON THE ROAD";
    margin-left: 18px;
}

@media (max-width: 700px) {
    .container {
        width: 92%;
        padding: 0 6px;
    }

    h1 {
        font-size: 31px;
        letter-spacing: -1px;
    }

    header:after { font-size: 8px; }

    nav a {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 7px;
    }

    .hero,
    .hero + .hero,
    .hero + .hero + .photo,
    .photo:last-of-type {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    section,
    section:first-of-type {
        max-width: none;
        margin-left: 0;
        font-size: 17px;
    }

    .photo, .hero {
        margin-top: 18px;
        margin-bottom: 18px;
    }

    footer:after {
        display: block;
        margin: 8px 0 0;
    }
}

img[src="images/zion.jpg"] {
    width: 55% !important;
    margin-left: 0 !important;
    margin-right: auto !important;
}
