﻿/*.btn-primary{color:#fff;background-color:#2468bb;border-color:#2468bb}*/

body {/*cf toolkit-bb.css*/
  color: #000;
  background-color: rgba(247, 246, 243, 1);} /*parchment*/

@media (prefers-color-scheme: dark) {/*cf toolkit-bb.css*/
body {
  color: #EEE;
  background-color: rgba(17, 17, 17, 1);} /*black*/
}

@media (prefers-dark-interface) {/*cf toolkit-bb.css*/
body {
  color: #EEE;
  background-color: rgba(17, 17, 17, 1);} /*black*/
}

a {/*cf toolkit-bb.css*/
  color: #2468bb;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #2b24bb;
    text-decoration: underline; }


  .btn:focus, .btn:hover {/*cf toolkit-minimal.css*/
    text-decoration: none; }

  .nav-link:focus, .nav-link:hover {/*cf toolkit-minimal.css*/
    text-decoration: none;}

  .navbar-brand:focus, .navbar-brand:hover {/*cf toolkit-minimal.css*/
    text-decoration: none; }