:root {
--bs-primary: #bc002d;
    }
    .btn-primary {
    background-color: #bc002d !important;
        border-color: #bc002d !important;
            }

            .text-primary {
            color: #bc002d !important;
                }

                .bg-primary {
                background-color: #bc002d !important;
                    }

                    .navbar-light .navbar-nav .nav-link.active {
                    color: #bc002d;
                        }

                        .bg-primary {
                        background-color: #bc002d !important;
                            }

                            .navbar-light .navbar-nav .nav-link.active {
                            color: #bc002d;
                                }

                                /* Allow links in cards and brand to be styled by component CSS */
                                .card-title a, .navbar-brand {
                                text-decoration: none;
                                }