
/* :root { --brand:#0d6efd; }
.navbar-brand { letter-spacing:.3px; }
.card h2,.card h3,.card h4,.card h5{ margin-bottom:.25rem; } */

    .hero-gradient {
      background-image:
        linear-gradient(90deg, rgba(139, 0, 0, .75), rgba(8, 0, 119, .75)),
        url('../img/hero-image.jpg');
      background-size: cover;
      background-position: center;
    }

    .footer-logo svg {
      aspect-ratio: 1920 / 617;
      width: 180px;
    }

    .footer-logo svg g {
      fill: #ffffff;
    }

    .footer-logo svg:hover .svg-blue-color {
      fill: #010079;
    }

    .footer-logo svg:hover .svg-red-color {
      fill: #8c0913;