@charset "utf-8";
/* CSS Document */
   :root{
      --bs-primary: #2f64d6; /* brand-600 */
      --bs-primary-rgb: 47,100,214;
    }
    /* gradient for hero (brand-600 → brand-700 → indigo-ish) */
    .bg-brand-gradient{
      background: linear-gradient(135deg,#2f64d6 0%, #254db0 45%, #4338ca 100%);
    }
    .topbar{
      font-size: 0.85rem;
    }
    .hero-img{
      height: 20rem;
      object-fit: cover;
    }
    @media (min-width: 992px){
      .hero-img{ height: 22rem; }
    }
    /* card hover */
    .card.hover-shadow:hover{ box-shadow: 0 .5rem 1rem rgba(0,0,0,.15); transition: box-shadow .2s ease; }
    .navbar-expand-md .navbar-nav .nav-link {      
        font-size: 18px;
		text-transform: uppercase;
    }
p {font-size: 18px!important;}
.lead {font-size: 28px!important;}
.bg-brand-gradient {
	background: linear-gradient(135deg, #000000 0%, #254db0 45%, #4338ca 100%)!important;}
.h21 {
        font-size: 1.25rem;
    }
.btn-primary {
    --bs-btn-bg: #0b3504!important;
	    --bs-btn-border-color: #111111;
}
.navbar-nav {
	--bs-nav-link-hover-color: #ea9001!important;}
	--bs-nav-link-active-color: red!important;}
.navbar {
    --bs-navbar-active-color: red!important;} 
svg[Attributes Style] {
    width: 24;
    height: 24;
    fill: none;
    stroke: #0b3504!important;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: none;
}


.show-on-mobile { display: none; }
@media (min-width: 600px) {
  .wide-only { display: block; } /* change to flex/grid if needed */
}

@media (max-width: 599.98px) {
  .hide-on-mobile { display: none !important; }
}
.h2-sm {font-size: 1.25rem;}