div.content-area {
  margin: 0 !important;
  max-width: none !important;
}
a {
  font-weight: normal;
}
strong a, b a {
  font-weight: inherit !important;
}
li.menu-item a {
  font-weight: bold;
}
.table-horizontal-scroll-wrapper1, .hscroll1 {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 8px 0;
}
.table-horizontal-scroll-wrapper2, .hscroll2 {
  display: table-cell;
  overflow-x: auto;
  width: 100%;
}
.table-horizontal-scroll-wrapper2 table, .hscroll2 table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
  margin: 0px;
  border: 1px solid gray;
}
.table-horizontal-scroll-wrapper2 table tr:not(:last-of-type), .hscroll2 table tr:not(:last-of-type) {
  border-bottom: 1px solid gray;
}
.table-horizontal-scroll-wrapper2 table tr td:not(:last-of-type), .hscroll2 table tr td:not(:last-of-type) {
  border-right: 1px solid gray;
}
p iframe {
  height: 70vh !important;
  width: 100% !important;
  border: none !important;
}
.entry-content iframe {
  height: 70vh;
}
@media screen and (min-width: 768px) {
  #homesquares {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  #homesquares .home_square {
    width: 48%;
    box-sizing: content-box;
    font-size: 1px;
  }
}
h1, h2, h3 {
  scroll-margin-top: 7rem;
  scroll-snap-margin-top: 7rem;
  font-weight: 500 !important;
}
div.deck-tables table {
  border: none;
  background: none;
}
div.deck-tables table tr, div.deck-tables table td {
  border: none;
  text-align: center;
}
div.deck-tables table.deck-two td img {
  max-width: 337px;
  height: auto;
}
.force_center {
  display: flex;
  justify-content: center;
}
.force_center .btn-container {
  min-width: 150px;
}
div.patreon p {
  font-size: 18px;
  line-height: 2em;
}
div.patreon p span.rainbow {
  font-size: 20px;
  font-weight: bold;
  background: linear-gradient(110deg, #50b6f2, #9b6ef3, #ff5fa2, #f5a623, #50b6f2);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.1px white;
}
div.kofi p {
  font-size: 16px;
  line-height: 2em;
}
