html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
/* ==============================================================
   Append to (or replace matching rules in) wwwroot/css/site.css
   The default ASP.NET Core scaffold hardcodes Bootstrap blue here
   (#0077cc / #1b6ec2), independent of any CSS variables, so it keeps
   showing through even after liturgic-theme.css is loaded. Overriding
   it explicitly closes that gap.
   ============================================================== */

a {
    color: #8a7038; /* var(--eccl-gold-dim) */
}

    a:hover {
        color: #c9a355; /* var(--eccl-gold) */
    }

.btn-primary {
    color: #fff;
    background-color: #8a7038; /* var(--eccl-gold-dim) */
    border-color: #8a7038;
}

    .btn-primary:hover {
        background-color: #c9a355; /* var(--eccl-gold) */
        border-color: #c9a355;
    }

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus,
.form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem #f2ead8, 0 0 0 0.25rem #c9a355;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #8a7038; /* var(--eccl-gold-dim) */
}

.border-top {
    border-top: 1px solid #d9c79c !important;
}

.border-bottom {
    border-bottom: 1px solid #d9c79c !important;
}

html {
    font-size: 15px;
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 70px; /* space for the fixed-position footer, if used */
}