@charset "UTF-8";

body {
    margin: 20px 0;
    /*font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";*/
    /*font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;*/
    font-family: 'Palatino Linotype', 'Book Antiqua', 'Palatino', serif;
    /*font-family: Baskerville, "Baskerville Old Face", "Goudy Old Style", Garamond, "Times New Roman", serif;
    font-family: Baskerville, "Baskerville Old Face", "Goudy Old Style", Garamond, "Times New Roman", serif;*/
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3rem;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

nav {margin: 20px 0;}
footer {margin-top: 20px; border-top: 1px solid #ccc;}

a {color: #212529 !important;}
a:hover {color: #212529;}
h1 {font-size: inherit; text-transform: none;}
h2 {font-size: inherit; margin-bottom: 0.7rem; padding: 0.6rem 0 0.6rem 0; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; text-transform: uppercase;}
h2.display-6.text-center {border: none; text-transform: none;}
h3 {font-size: inherit; font-weight: bold;}
h3 button.accordion-button {font-size: inherit; text-transform: uppercase;}

h1.text-center a {text-decoration: none;}
h2.text-left.mt-4 a {text-decoration: none;}

h2#headingOne.accordion-header,
h2#headingTwo.accordion-header,
h2#headingThree.accordion-header,
h2#headingFour.accordion-header {font-size: initial; margin-bottom: initial; padding: initial; border-top: initial; border-bottom: initial; text-transform: initial;}

article img {max-width: 100%; height: auto;}
article blockquote {font-size: 1rem; font-style: italic; padding-left: 1rem; border-left: 5px solid #ccc;}
figure blockquote.blockquote p {font-size: 1rem; font-style: italic;}
div.mt-4.mb-4.rules,
img.img-fluid.rules {border: 1px solid #ccc;}

.accordion-button:not(.collapsed) {
  color: inherit;
  background-color: #fff;
}
div.accordion-item p:last-child {margin-bottom: 0;}

.btn {border-radius: 0%; color: #212529;}
.colors {height: 24px; width: 100%;}

div.row div.col-12 dl dd {margin-left: 2rem;}

.paginator {margin-top: 2rem; padding-top: 2rem; border-top: 1px dashed #ccc;}
.page-item.active .page-link {
  z-index: 3;
  color: #666;
  background-color: #ccc;
  border-color: #ccc;
}

div.paginator a {text-decoration: none;}

/* 
@media (min-width: 576px) {
    .container-sm, .container {
      max-width: 480px;
    }
  } */

  /* Reset the container */
.container {
    max-width: 992px;
    /*max-width: none !important;*/
  }
