/* ===============================
   Base Typography & Body
   =============================== */
body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #333;
}
strong {
    font-weight: 600;
}
b {
    font-weight: 600;
}
 a:link {
            color: #bfc06e;
        }

        a:visited {

            color: #bfc06e;
        }

        a:hover {
            background-color: #000000;
            color: #c2c29a;
        }

        a:active {
            background-color: #cc0000;
            color: #000000;
        }

        .video-container {
            position: relative;
            padding-bottom: 56.25%;
            padding-top: 30px;
            height: 0;
            overflow: hidden;
        }

        .video-container iframe,
        .video-container object,
        .video-container embed {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
 /* june 22-2026 */
.section-pop {
    padding: 10px 15px;
}

/* spacing control so headings don’t feel heavy */
.section-pop h2 {
    margin: 0 0 20px 0;
}

/* optional: clean image behavior */
.card-thumb {
    width: 100%;
    height: auto;
    display: block;
    max-width: 400px; /* optional visual cap */
    border-radius: 4px;
}
.image-column {
    padding-left: 15px;
}
/* june29 2026 */
.sitemap h2{
    margin-top:35px;
    margin-bottom:10px;
}

.sitemap ul{
    margin-bottom:30px;
}

.sitemap li{
    margin-bottom:6px;
}
.navbar-fixed-top {
    z-index: 9999;
}