p+p, p.lead+p {
  text-indent: 0;
}
/*dl, ol, p, pre, ul {
  text-align: left;
}*/
/* This is a test of the books branch
*/
.center {
  text-align: center;
}
.nav {
  font-size: 1rem;
  line-height: 1rem;
  padding-bottom: 20px;
}
.navbar-item {
  font-weight: normal;
  padding: 20px;
      padding-top: 20px;
      padding-right: 20px;
      padding-bottom: 20px;
      padding-left: 20px;
    margin-left: auto;
    margin-right: auto;
}
/* Filter items */
.dyn-items {
  display: block;
  padding: 20px;
}
.filter-item {
    font-size:80%;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px;
    float: left;
    border-radius: 5px;
    background-color: #eee;
}
.narrow_body {
  width: 49rem;
  margin: auto;
}
body {
  text-align: left;
  font-family: georgia, serif;
  font-size: 120%;
  line-height: 1.6;
  padding: 2em 2em 5em;
  background: #fdfdfd;
  margin: auto;
  max-width: 42em;
  color: #0a0a0a;
}
footer {
  padding-top: 3rem;
}
a {
  outline: 0!important;
  text-decoration: none;
}
a:link {
  color: #e85d04;
  font-weight: bold;
}
a:visited {
  color: #dc2f02;
}
a:active, a:hover {
  color: #f48c06;
  outline: 0;
}
nav a:link,
nav a:visited,
nav a:active,
footer a:link,
footer a:visited,
footer a:active {
  color: #000000;
  font-weight: normal;
}
nav a:hover,
footer a:hover {
  color: #6f6f6f;
  font-weight: normal;
}
h2 a:link,
h2 a:visited,
h2 a:active {
  color: #000000;
}
h2 a:hover {
  color: #6f6f6f;
}

h1 {
  font-size: 320%;
  line-height: 1.35;
  font-style: normal;
  margin: 1.5em 0 .8em;
}
h2.related {
  margin-bottom: 0;
}
h3 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 150%;
  letter-spacing: .15em;
  margin: 1.75em 0 .8em;
}
span.lead {
  font-size: 150%;
  margin: 1em 0;
}
div.boxed {
  display:  block;
  /*border: 1px solid lightgrey;*/
  background-color: #f6f6f6;
  padding: 20px 0px 20px 15px;
  margin-top: 10px;
  font-size: 80%;
}
a.category {
  font-weight: normal;
}
p {
  font-size: 100%;
  margin: 1em 0 0;
}
p.subtitle {
  font-size: 150%;
  margin-bottom: 0;
}
p.date {
  color: #999;
  font-size: 75%;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 35px;
}
p+p {
  margin: 15px 0 0;
}
p+dl, p+ol, p+ul {
  margin-bottom: 1.5em;
}
/*Table style*/
th,
td {
  padding: 12px 15px;
  text-align: center;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}

blockquote {
  border-left: 5px solid #eee;
  padding-left: 1.5em;
  margin: 1em 0;
}
blockquote small {
  display: block;
  line-height: 1.7em;
}
img {
  max-width: 100%!important;
  height: auto!important;
  float: none!important;
  display: block;
  margin-left: auto!important;
  margin-right: auto!important;
}
li {
  margin: 1em 0 0;
}
dt {
  font-weight: 700;
}
pre {
  font-size: 100%}
  hr {
    height: 0;
    color: #eee;
    border: 1px solid #eee;
    margin: 2em 0 1em;
  }
  .normal {
    font-weight: 400;
  }
  .quiet {
    color: #999;
  }
  .pull-left {
    float: left;
    margin: 1.5em 2em 1em 0;
  }
  .pull-right {
    float: right;
    margin: .5em 0 1em 2em;
  }

  @media screen and (max-width:500px) {
    img {
      display: block!important;
      max-width: 100%!important;
      height: auto!important;
      float: none!important;
      }
    .pull-left {
      display: block;
      width: 100%;
    }
    .pull-right {
      display: block;
      width: 100%;
    }
    body {
      font-size: 80%;
    }
    .navbar-item {
      font-weight: normal;
      padding: 20px;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
      margin-left: auto;
      margin-right: auto;
      line-height: 36px !important;
    }
    .narrow_body {
      width: 100% !important;
      margin: auto;
    }
  }
/*hover over link to show image*/
.hover_img a {
  position: relative;
  color: inherit; /*links aren't a different color*/
  text-decoration: inherit; /*links aren't underlined*/
}
.hover_img a span {
  position: sticky;
  display: none;
  z-index: 99;
}
.hover_img a:hover span {
  display: block;
  position: absolute;
  top:50%;
  left:50%;
  margin-top: -100%;
  margin-left: -100%;
}

/*special table formatting*/
.special-tables {
  width: 95vw;
  max-width: 100%;
  overflow-x: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.special-tables table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.special-tables table th,
.special-tables table td {
  border: none;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

.special-tables table td {
  border-right: 15px solid transparent; /*change black to transparent*/
  border-bottom: 15px solid transparent; /*change black to transparent*/
}

.special-tables table th:last-child,
.special-tables table td:last-child {
  border-right:none;
}

/*Button Link*/
.button-link {
  display: inline-block;
  width: 80%;
  padding: 10px 2%;
  color: #c00;
  background-color: transparent;
  text-transform: uppercase;
  font-family: sans-serif;
  font-size: 70%;
  border: 1px solid #c00;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  box-shadow: 4px 4px 0px #c00;
  transition: all 0.2s ease;
  margin: 10px;
}

.button-link:hover {
  box-shadow: 6px 6px 0px #c00;
}

/* Cookie Consent Banner */
/* Not needed - no cookies collected */
/* .cookie-consent-banner {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    transform: none;
    background-color: #ffffff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 16px;
    max-width: 260px;
    width: auto;
    z-index: 1000;
}

.cookie-consent-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cookie-text {
    flex-grow: 1;
    font-size: 14px;
    color: #333;
    line-height: 1.4;
}

.mobile-text {
    display: none;
}

.cookie-text br {
    content: "";
    display: block;
    margin-bottom: 8px;
}

.cookie-text strong {
    display: inline;
    margin-bottom: 4px;
    color: #c00;
    font-size: 16px;
}

.cookie-buttons {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-end;
}

.cookie-accept-btn {
    background-color: #c00;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.2s;
}

.cookie-accept-btn:hover {
    background-color: #900;
}

.cookie-close-btn {
    background: none;
    border: 1px solid #666;
    color: #666;
    font-size: 14px;
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 4px;
    transition: all 0.2s;
}

.cookie-close-btn:hover {
    background-color: #f5f5f5;
    color: #333;
    border-color: #333;
} */

@media screen and (max-width: 500px) {
    .cookie-consent-banner {
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 70%;
        max-width: 400px;
        margin: 0 auto 12px;
        padding: 12px;
        border-radius: 8px;
    }

    .cookie-consent-content {
        gap: 8px;
    }

    .desktop-text {
        display: none;
    }

    .mobile-text {
        display: block;
        text-align: center;
        font-size: 14px;
        margin-bottom: 0;
    }

    .cookie-buttons {
        gap: 6px;
    }

    .cookie-accept-btn,
    .cookie-close-btn {
        padding: 6px 12px;
        font-size: 14px;
    }
}
