        html,
        body {
            overflow-x: hidden;
        }

        body {
            margin: 0;
            min-height: 100vh;
            background: #e0e0e0;
            background-image: url("/images/site/darkWrinkle.png");
            background-repeat: repeat;
            background-position: left top, right top;
            background-size: auto;
            font-family: Arial, Helvetica, sans-serif;
            color: #333;
            box-sizing: border-box;
            display:flex;
            flex-direction: column;
        }

        .pageWrap {
            margin: 6px 40px 10px;
            padding: 2px 6px 10px;
            background: lightgray;
            box-sizing: border-box;
            flex:1;
        }

        .demo-area {
            max-width: 600px;
            margin-bottom: 40px;
        }

        .mapSection {
            display: flex;
            flex-wrap: wrap;
            /* allows sidePanel to drop under map */
            gap: 16px;
            margin-top: 12px;
        }

        .map-area {
            max-width: 1000px;
            /*flex: 0 0 1000px;*/
            margin-left: 0px;
            padding-left: 0px;
            height: 520px;
            position: relative;
            overflow: hidden;
            display: block;
            /* ADD */
            contain: layout paint;
            /* ADD */
        }

        .sidePanel {
            flex: 1 1 280px;
            /* flexible, wraps under map if needed */
            min-width: 260px;
            background: #eee;
            border: 1px solid #999;
            padding: 6px 12px;
            box-sizing: border-box;
        }

        /* Side panel content */
        #sidePanelTitle {
            font-weight: bold;
            margin-bottom: 6px;
        }

        #sidePanelBlurb {
            font-size: 14px;
            line-height: 1.4;
            margin-bottom: 10px;
        }

        #sidePanelLocations {
            font-size: 13px;
            line-height: 1.5;
        }

        #sidePanelLocations div {
            border-bottom: 1px solid #bbb;
            padding: 4px 0;
        }

        .siteHeader {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            font-size: 32px;
            letter-spacing: 1px;
            margin-bottom: 0px;
            width: 100%;
            font-family: "Courier New", Courier, monospace;
        }

        .subtitle {
            padding: 3px 2px 3px;
            color: black;
            margin-top: 0px;
            font-size: 14px;
            font-style: italic;
            font-family: "Courier New", Courier, monospace;
            transition: opacity 0.8s ease;
        }

        #mapColumn {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            /*background: rgba(0, 0, 255, .15);*/
        }

        /* ---------- Mobile text scaling ---------- */
        @media (max-width: 600px) {

            body {
                font-size: 20px;
            }

            .pageWrap {
                margin: 7px 9px;
                padding: 0px 5px 6px;
                background: lightgray;
                box-sizing: border-box;
            }

            .subtitle {
                font-size: 17px;
                min-height: calc(1.25em * 2);
                display: flex;
                align-items: flex-start;
            }

            .map-area {
                height: auto;
                aspect-ratio: auto;
            }

            #mapMount svg {
                width: 100%;
                height: auto;
                display: block;
            }

            #mapMount {
                margin-bottom: 0;
                padding-bottom: 0;
            }

            #mapColumn {
                margin-bottom: 0;
                padding-bottom: 0;
                display: flex;
                flex-direction: column;
                align-items: stretch;
                /*background: rgba(0, 0, 255, .15);*/
            }

            .sidePanel {
                font-size: 16px;
                height: auto;
            }

            #sidePanelTitle {
                font-size: 18px;
            }

            #sidePanelBlurb {
                font-size: 16px;
                line-height: 1.5;
            }

            #sidePanelLocations {
                font-size: 18px;
            }

            #sidePanelLocations div:last-child {
                border-bottom: none;
            }

            .siteHeader a:last-child {
                font-size: 42px;
                line-height: 1;
            }

            .mapSection {
                gap: 4px;
            }

            /* File: index.php */

            .navbar {
                max-height: 46px;
            }

            /* test stuff */
            /*
            .mapSection {
                outline: 3px solid red;
            }

            #mapColumn {
                outline: 3px solid blue;
            }

            .sidePanel {
                outline: 3px solid green;
            }

            #mapMount {
                outline: 3px solid yellow;
            }
            */
        }

        .contentWrap { margin-top: 24px; max-width: 1000px; } 
        .contentWrap h1 { font-family: "Courier New", Courier, monospace; font-size: 26px; border-bottom: 1px solid #999; padding-bottom: 6px; } 
        .contentWrap p { line-height: 1.6; font-size: 15px; } 
        .stickerGrid { margin-top: 20px; display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 16px; } 
        .stickerGrid img { width: 100%; height: auto; border: 1px solid #999; background: #eee; }

        .aboutWrap {
    margin-top: 24px;
    max-width: 800px;
}

.aboutWrap h1 {
    font-family: "Courier New", Courier, monospace;
    font-size: 26px;
    border-bottom: 1px solid #999;
    padding-bottom: 6px;
}

.aboutWrap p {
    line-height: 1.6;
    font-size: 15px;
}

.sectionHeader {
    font-family: "Courier New", Courier, monospace;
}

.list {
    margin: 10px 0 14px;
    padding-left: 18px;
    font-size: 15px;
}

.list li {
    margin: 6px 0;
}

.resourceBox {
    margin-top: 20px;
    padding: 12px;
    border: 1px solid #999;
    background: #eee;
}

.resourceBox h2 {
    font-family: "Courier New", Courier, monospace;
    font-size: 18px;
    margin: 0 0 8px 0;
}

.resourceBox a {
    display: block;
    margin: 6px 0;
    color: #444;
    text-decoration: none;
}

.resourceBox a:hover {
    text-decoration: underline;
}

.checklist {
    margin: 14px 0;
    padding-left: 18px;
    font-size: 15px;
}

.checklist li {
    margin: 6px 0;
}

.siteFooter{
  margin-top:0;
  padding:12px 4px;
  border-top:1px solid #0003a0;
  font-family:"Courier New", Courier, monospace;
  font-size:13px;
  color:#fff;
  display:flex;
  flex-wrap:wrap;
  gap:8px 24px;
  align-items:center;
  background:rgb(2, 2, 68);
}
.footerRight{ margin-left:auto; color:#999; }
.footerLink{ color:lightBlue; text-decoration:none; }
.footerLink:hover{ text-decoration:underline; }

.kiraTopStrip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    background: linear-gradient(90deg, #720000 0%, #ff0000 100%);
    overflow: hidden;
}

.kiraTopLeft {
    flex: 0 0 auto;
}

.kiraIcon {
    height: 165px;     /* control size here */
    width: auto;
    display: block;
}

.kiraTopRight {
    flex: 1;
    padding-left: 20px;
}

.kiraMarqueeContainer {
    color: #fff;
}

@media (max-width: 768px) {
  .topBanner {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .topBanner img {
    max-width: 90%;
    height: auto;
  }

  .topBanner .latestHeadline {
    display: none;
  }
}

.kiraTopStrip{
  display:flex;
  align-items:center;
  padding:0;
}

.kiraTopRight{
  display:flex;
  align-items:center;
  color:#fff;
  font-weight:600;
}

.kiraHeadline{
  margin-right:18px;
  font-weight:800;
  letter-spacing:.5px;
}

@media (max-width:768px){
  .kiraTopStrip{
    flex-direction:column;
    justify-content:center;
    text-align:center;
  }

  .kiraTopRight{
    flex-direction:column;
  }

  .kiraHeadline{
    display:none;
  }
}