/*.navbar {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    background: #006699;
}

    .navbar .navbar-brand img {
        max-width: 100px;
    }

    .navbar .navbar-nav .nav-link {
        color: #fcfcfc;
    }

@media screen and (min-width: 1024px) {
    .navbar {
        letter-spacing: 0.1em;
    }

        .navbar .navbar-nav .nav-link {
            padding: 0.5em 1em;
        }

    .search-and-icons {
        width: 50%;
    }

        .search-and-icons form {
            flex: 1;
        }
}

@media screen and (min-width: 768px) {
    .navbar .navbar-brand img {
        max-width: 7em;
    }

    .navbar .navbar-collapse {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-end;
    }

    .search-and-icons {
        display: flex;
        align-items: center;
    }
}

.search-and-icons form input {
    border-radius: 0;
    height: 2em;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='grey' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E") no-repeat 95%;
}

    .search-and-icons form input:focus {
        background: #fff;
        box-shadow: none;
    }

.search-and-icons .user-icons div {
    padding-right: 1em;
}

.contact-info p,
.contact-info a {
    font-size: 0.9em;
    padding-right: 1em;
    color: grey;
}

.contact-info a {
    padding-right: 0;
}


.navbar-nav .nav-link {
    white-space: nowrap;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}*/
/* =========================================================
   MOBILE-ONLY FIXES  —  Blog Area Navbar / Masthead / Images
   Scope: max-width: 991.98px (Bootstrap's navbar-expand-lg breakpoint)
   Desktop / tablet-landscape (>=992px) is NOT affected at all.
   ========================================================= */

/*@media (max-width: 991.98px) {*/

    /* 1. Hamburger icon: default Bootstrap icon is dark and almost
          invisible against the custom #006699 navbar background.
          Force a white icon + a visible, larger tap target. */
    /*.navbar-toggler {
        border-color: rgba(255, 255, 255, 0.55);
        padding: 0.45rem 0.65rem;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .navbar-toggler:focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.4);
    }*/

    /* 2. Collapsed menu becomes a proper dropdown OVERLAY instead of
          stretching the fixed navbar down over the page content. */
    /*.navbar.fixed-top .container-xl {
        position: relative;
    }

    .navbar.fixed-top .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        margin-top: 0.5rem;
        padding: 0.75rem 1rem;
        background-color: #006699;
        border-radius: 0 0 8px 8px;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
        max-height: calc(100vh - 80px);
        overflow-y: auto;
        z-index: 1035;
    }

    .navbar.fixed-top .navbar-nav .nav-link {
        padding: 0.6rem 0.5rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .navbar.fixed-top .navbar-nav .nav-item:last-child .nav-link {
        border-bottom: none;
    }*/

    /* 3. Logo: keep it proportional and never let the HTML
          width/height attributes (260 x 55) distort or overflow it. */
    /*.navbar-brand img {
        max-width: 90px;
        width: auto;
        height: auto;
    }*/

    /* 4. Masthead: 200px + 150px of padding was sized for a desktop
          hero banner. With the heading text currently commented out,
          it's just a huge empty block on a phone screen. Trim it down. */
    /*header.masthead {
        margin-top: 60px;
    }

        header.masthead .page-heading,
        header.masthead .post-heading,
        header.masthead .site-heading {
            padding: 70px 0 60px;
        }

            header.masthead .page-heading h1,
            header.masthead .site-heading h1 {
                font-size: 32px;
            }

            header.masthead .post-heading h1 {
                font-size: 26px;
            }*/

    /* 5. Blog post preview images: breathing room when image/text
          columns stack vertically, and make sure images never
          overflow their column on narrow screens. */
    /*.post-preview .col-md-4 {
        margin-bottom: 1rem;
    }

    .post-preview img {
        width: 100%;
        height: auto;
        border-radius: 4px;
    }
}*/




/* =========================================================
   MOBILE-ONLY FIXES  —  Blog Area Navbar / Masthead / Images
   Scope: max-width: 991.98px (Bootstrap's navbar-expand-lg breakpoint)
   Desktop / tablet-landscape (>=992px) is NOT affected at all.
   ========================================================= */

/*@media (max-width: 991.98px) {*/

    /* 1. Hamburger icon: default Bootstrap icon is dark and almost
          invisible against the custom #006699 navbar background.
          Force a white icon + a visible, larger tap target. */
    /*.navbar-toggler {
        border-color: rgba(255, 255, 255, 0.55);
        padding: 0.45rem 0.65rem;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .navbar-toggler:focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.4);
    }*/

    /* 2. Collapsed menu becomes a proper dropdown OVERLAY instead of
          stretching the fixed navbar down over the page content. */
    /*.navbar.fixed-top .container-xl {
        position: relative;
    }

    .navbar.fixed-top .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        margin-top: 0.5rem;
        padding: 0.75rem 1rem;
        background-color: #006699;
        border-radius: 0 0 8px 8px;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
        max-height: calc(100vh - 80px);
        overflow-y: auto;
        z-index: 1035;
    }

    .navbar.fixed-top .navbar-nav .nav-link {
        padding: 0.6rem 0.5rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .navbar.fixed-top .navbar-nav .nav-item:last-child .nav-link {
        border-bottom: none;
    }*/

    /* 3. Logo: keep it proportional and never let the HTML
          width/height attributes (260 x 55) distort or overflow it. */
    /*.navbar-brand img {
        max-width: 90px;
        width: auto;
        height: auto;
    }*/

    /* 4. Masthead: 200px + 150px of padding was sized for a desktop
          hero banner. With the heading text currently commented out,
          it's just a huge empty block on a phone screen. Trim it down. */
    /*header.masthead {
        margin-top: 60px;
    }

        header.masthead .page-heading,
        header.masthead .post-heading,
        header.masthead .site-heading {
            padding: 70px 0 60px;
        }

            header.masthead .page-heading h1,
            header.masthead .site-heading h1 {
                font-size: 32px;
            }

            header.masthead .post-heading h1 {
                font-size: 26px;
            }*/

    /* 5. Blog post preview images: breathing room when image/text
          columns stack vertically, and make sure images never
          overflow their column on narrow screens. */
    /*.post-preview .col-md-4 {
        margin-bottom: 1rem;
    }

    .post-preview img {
        width: 100%;
        height: auto;
        border-radius: 4px;
    }
}*/


/*blog menu for 6-08*/

.speedyui {
    --su-primary-color: #814fff;
    --su-secondary-color: #212529;
    font-family: "Lexend", sans-serif;
    --su-nav-link-color: var(--bs-dark);
}

.speedyui-header .nav-link {
    color: var(--bs-gray-800);
}

    .speedyui-header .nav-link:hover {
        color: var(--su-primary-color);
    }

.speedyui-header .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    z-index: 9;
}

@media (min-width: 992px) {
    .speedyui-header .navbar-collapse {
        position: initial;
        box-shadow: none;
    }
}

@media (min-width: 992px) {
    .speedyui-header .dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
        margin-top: 0.125rem;
    }
}

.speedyui-header .dropdown .dropdown-menu {
    margin-top: 0.125rem;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
    .speedyui-header .dropdown .dropdown-menu {
        opacity: 0;
        display: block;
        margin-top: 1rem;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        
    }
}

.speedyui-header .dropdown .dropdown-item {
    color: var(--bs-dropdown-color);
}

    .speedyui-header .dropdown .dropdown-item:hover {
        color: var(--su-primary-color);
    }

    .speedyui-header .dropdown .dropdown-item:active {
        color: #FFF;
        background-color: var(--su-primary-color);
    }

.speedyui-header .dropdown .dropdown-toggle::after {
    display: none;
}

.speedyui-header .primary-btn {
    background-color: var(--su-secondary-color);
}

    .speedyui-header .primary-btn:hover {
        background-color: var(--su-primary-color);
    }

.speedyui-hero {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media (min-width: 992px) {
    .speedyui-hero {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

.speedyui-hero p {
    font-size: 18px;
    line-height: 1.8;
}

.speedyui-hero h1 {
    font-weight: 500;
}

.speedyui-hero .primary-btn {
    background-color: var(--su-primary-color);
    color: #fff;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

    .speedyui-hero .primary-btn:after {
        transition: all 0.3s;
        height: 100%;
        left: -35%;
        top: 0;
        transform: skew(50deg);
        transition-duration: 0.6s;
        transform-origin: top left;
        width: 0;
    }

    .speedyui-hero .primary-btn:after, .speedyui-hero .primary-btn:before {
        background: var(--su-secondary-color);
        content: "";
        position: absolute;
        z-index: -1;
    }

    .speedyui-hero .primary-btn:hover:after {
        height: 100%;
        width: 135%;
    }


