

    .logo-grid img {
      max-height: 60px; /* control logo height */
      object-fit: contain;
      filter: grayscale(100%);/* optional, makes logos uniform */
      opacity: 0.8;
      transition: all 0.3s ease;
    }
    .logo-grid img:hover {
      filter: grayscale(0%);
      opacity: 1;
      transform: scale(1.05);
    }


    video-card img.poster {
      width: 100%;
      display: block;
      object-fit: cover;
      height: 100%;
    }
    .card-title { font-size: 0.95rem; margin-bottom: .25rem; }
    .card-sub { font-size: .82rem; color: #6c757d; }

    .card-body {

        padding-top:  2rem;
        padding-bottom: 2rem;

    }

    .exp-line {

         color: grey;


    }

    .mail-display {font-size: 20px}

        .pagination .page-link {
        color: #000 !important;
  
    }

        .page-item.active .page-link {
        background-color: #e0e0e0 !important; /* light grey */
        border-color: #000000 !important;

    }

    .bg-body-tertiary {

      --bs-bg-opacity: 1;

        background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;

    }

/* .sticky-top {
  position: sticky !important;
} */


.archive-list {

  list-style-type: none;

}



.blog-list {
  margin: 20px 0;
}

.checked {
  color: orange;
}