body {
  height: 100%;
  margin: 0;
  font-size: 18px;
  background-color: #1c1c1c;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu {
  display: block
}

html {
  height: 100%;
  width: 100%;
}

img {
  border-style: none
}

a {
  background-color: transparent
}

a:active,
a:hover {
  outline-width: 0
}

.noDisplay {
  display: none;
}

.mobileDisplay {
  display: none;
}

/* DEFAUTLS */

h1 {
  font-size: 2em
}

h2 {
  font-size: 1.75em
}

h3 {
  font-size: 1.5em
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1em
}

h6 {
  font-size: 1em
}
h2,h3 {
  margin: 1.5em 0 0.75em;
}
h4,h5 {
  margin: 1em 0 0.5em;
}
h6 {
  margin: 0.5em 0 0.25em;
  margin-top: 0.5em;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: 400;
  margin: 10px 0
} */

nav a {
  color: #fff;
  text-decoration: none;
}

nav i {
  margin-left: 1em;
}

nav a,
nav button {
  font-family: MedievalSharp, sans-serif;
  font-size: 1.25em;
}

#menuArea {
  background-color: #000;
}


.fullBG {
  width: 100%;
  height: 100%;
}

.homeBG {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/home/homepage.jpg");
  background-color: #000;
  position: relative;
}
.b404BG {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/home/404_bg.jpg");
  background-color: #000;
  position: relative;
}

.centerblock {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(0, 0, 0, 0.85);
  padding: 20px 25px;
}
.homeBlock {
  width:50vw;
  margin: 0 auto;
}

.centerblock h1 {
  color: orange;
  font-family: Caveat, sans-serif;
  font-size: 3em;
  margin-bottom: 0;
}
.centerblock h3 {
  color: #f5ba4d;
  font-family: Caveat, sans-serif;
  font-size: 2em;
  margin-top: 0;
}

.centerblock a {
  font-family: MedievalSharp, sans-serif;
  font-size: 1.25em;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.centerblock a:hover {
  color: #3782fb;
  text-decoration: underline;
}

.centerblock div {
  text-align: center;
}

.gridX h1 {
  grid-column: 2;
  margin: 2.5em 0 0;
  font-family: MedievalSharp, sans-serif;
  font-size: 2.75em;
  color: #f0bb70;
}

.linkPage a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em;
  text-align:center;
  background-color: rgb(0,0,0,0.1)
}
.linkPage a:hover {
  padding: 2em;
  text-align:center;
  background-color: #3782fb;
}

.handwriting p,
.handwriting li {
  font-family: Caveat, sans-serif;
  font-size: 1.5em;
}

.formal p,
.formal li {
  font-family: MedievalSharp, sans-serif;
  font-size: 1.25em;
  font-weight: 500;
}

.normalwriting p,
.normalwriting li {
  font-family: Aleo, slab-serif;
  font-weight: 400;
  font-size: 1em;
}

.headingFormal h2,
.headingFormal h3,
.headingFormal h4,
.headingFormal h5 {
  font-family: Aleo, serif;
  margin-top: 2em;
}
.headingFormal h6 {
  margin-top: 1em;
}

.headingFormal h2 {
  font-weight: 600;
  font-size: 2em;
  margin: 1.75em 0 0.25em;
}

.headingFormal h3 {
  font-size: 1.5em;
  font-weight: 600;
  margin: 1.5em 0 0em;
}

.headingFormal h4 {
  font-size: 1.5em;
  font-weight: 700;
  margin: 1.5em 0 0em;
}

.headingNormal h2,
.headingNormal h3,
.headingNormal h4,
.headingNormal h5,
.headingNormal h6 {
  font-family: MedievalSharp, slab-serif;
  margin: 1em 0 0.25em;
}

.headingNormal h4 {
  font-size: 2em;
}
.textCenter {
  text-align: center;
}

.sign1 {
  font-family: "Kaushan Script", cursive !important;
  font-weight: 400;
  font-style: normal;
  font-size: 2.75em !important;
  margin: 0;
}
.signSmall1 {
  font-family: "Kaushan Script", cursive !important;
  font-weight: 400;
  font-style: normal;
}

.sign2 {
  font-family: "Great Vibes", cursive !important;
  font-weight: 400;
  font-style: normal;
  font-size: 3em !important;
  margin: 0;
}
.signSmall2 {
  font-family: "Great Vibes", cursive !important;
  font-weight: 400;
  font-style: normal;
}

.sign3 {
  font-family: "Tangerine", cursive !important;
  font-weight: 400;
  font-style: normal;
  font-size: 3.5em !important;
  margin: 0;
}
.signSmall3 {
  font-family: "Tangerine", cursive !important;
  font-weight: 400;
  font-style: normal;
}

.sign1+p,
.sign2+p,
.sign3+p {
  margin-top: 0;
}

.overRideSmall {
  font-size: 1.75em !important;
  font-weight: 500;
}
.redSign {
  color: #862e1b;
}

.spacerBottom {
  margin-bottom: 1.5em;
}

.borderLight {
  border-style: solid;
}

.noGapGrid {
  padding: 20px;
}

section .noGapGrid {
  grid-gap: 0 !important;
}

.flexbox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.letterSeal {
  filter: drop-shadow(1px 3px 1px rgb(40, 26, 6, 0.6));
  height: 100px;
  width: 100px;
  margin: 0 auto;
}

.tabBox {
  padding: 1em;
  /* background-color: rgb(0, 0, 0, 0.1); */
  background-color: rgb(255, 255, 255, 0.2);
  
  -webkit-box-shadow: 6px 0px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 6px 0px 3px 0px rgba(0, 0, 0, 0.3);
  height: auto;
}

.tabOpen {
  -webkit-box-shadow: 0px 5px 6px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 6px 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  /* background: rgb(255,255,255); */
  background: linear-gradient(300deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.5) 100%);
}

.tabOdd {
  border-radius: 20px 0 0 20px;
  -webkit-box-shadow: -6px 0px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: -6px 0px 3px 0px rgba(0, 0, 0, 0.3);
  border-color: #241c05;
  border-style: solid;
  border-width: 1px 2px 1px 0;
}

.tabEven {
  border-radius: 0 20px 20px 0;
  -webkit-box-shadow: 6px 0px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 6px 0px 3px 0px rgba(0, 0, 0, 0.3);
  border-color: #241c05;
  border-style: solid;
  border-width: 1px 0 1px 2px;
}

.tabOdd,
.tabEven {
  margin: 0 0 2em 0;
}

.tabBox p,
.tabImage,
.tabBox h4,
.tabBox h6,
.tabBox ul li {
  filter: none !important;
}

.tabBox h4 {
  margin: 1em 0 0em
}

.tabBox h6 {
  margin: 1em 0 0.5em
}

.tabBox ul {
  margin: 0;
}

.tabImage {
  width: 100%;
  height: auto;
}
.tabBold {
  font-style: bold;
  font-weight: 600;
}
.tabHR {
  border: 2px solid #3e2e09;
  border-radius: 2px;
}

.searchbox {
  margin: 0 0 0.5em;
  text-align: center;
  padding: 0.5em;
  width: 100%;
  border-bottom: 5px solid #1c1c1c;
  border-top: none;
  border-left: none;
  border-right: none;
  background-color: rgb(0,0,0,0.1);
  font-size: 2em;
  color: #000;
  font-family: caveat, sans-serif;
}

.letterBox {
  padding:1em 2em;
  background: rgb(203,165,102);
  background: linear-gradient(310deg, rgba(203,165,102,1) 0%, rgba(247,218,152,1) 100%);
  -webkit-box-shadow: 6px 0px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 6px 0px 3px 0px rgba(0, 0, 0, 0.3);
  font-family: caveat, sans-serif !important;
  font-size: 1.5em;
}

.searchbox::placeholder {
  color: #000;
  font-family: caveat, sans-serif;
}

.searchbox:focus, .searchbox:hover {
  border: none;
  outline: none;
  border-bottom: 5px solid #1c1c1c;
}

#results {
  min-height: 40em;
}

#nothingToShow {
  font-size: 2em;
  text-align: center;
}

.payTable {
  border: none;
  width: 100%;
  border-collapse: collapse
}
.payTable td,.payTable th {
  text-align: center;
}
.payTable th:first-child, .payTable td:first-child {
  text-align: left;
}
.payTable td {
  font-size: 1em;
  white-space: nowrap;
}
.payTable th {
  padding: 1.75em;
}
.payTable tr + tr {
  border-top: 1px solid rgb(0, 0, 0, 0.1);
}
.payTable tr:nth-child(even) {
  background-color: rgb(255,255,255,0.1);
}
.payTable tr:nth-child(odd) {
  background-color: rgb(0,0,0,0.1);
}
.payTable tr:hover {
  background-color: rgb(83, 197, 253,0.5);
}
.payTable tr:hover td {
  /* font-weight: 600 !important; */
}
.payTable tr:first-child {
  background-color: #faa200;
}
.payTable tr:first-child:hover {
  background-color: #faa200;
}
.bastionTable {
    padding: 10px;
}
.bastionTable td {
    text-wrap-mode: wrap;
}
.actionTable td {
    white-space: normal !important;
    text-align: left;
}

.breadcrumbs {
   padding-inline-start: 0;
  list-style:none;
    font-size:0.8em;
    margin-bottom:1em;
}
.breadcrumbs li {
    display: inline;
}
.breadcrumbs a {
    text-decoration: none;
    color: #071E3C;
    transition: ease all 0.7s;
}
.breadcrumbs li a:hover{
    text-decoration: underline;
    color: #0D1459;
}

.breadcrumbs li::after{
    content: "  >  ";
}

.breadcrumbs li:last-child::after{
  content: "";
}

.tabMore {
  width: 100%;
  text-align: center;
  padding: 0.5em 0;
  cursor: pointer;
  background-color: rgb(250,162,0,0.5);
  border-radius: 5px;
}

.tabMore:hover{
  background-color: rgb(250,162,0,1);
}

.tabMoreInfo {
  display: none;
}

.darkWrapper {
  border-radius: 15px;
  padding: 1em;
  height: auto;
  background: rgb(161,174,190);
  background: linear-gradient(0deg, rgba(161,174,190,0) 0%, rgba(79,80,84,0.3) 100%);
}

.taxBox {
  border: 2px solid #000;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  background-color: rgb(0,0,0,0.1);
}
#taxTitle {
  font-size: 1.5em;
  font-weight: 600;
  margin: 1em 0 0;
}

#taxRate {
  font-size: 2.5em;
  margin: 0 0 0;
}

.bastImage {
    width: 100%;
    height: 100px;
    object-fit: cover;
}






@media only screen and (max-width: 1540px) {

  body {
    font-size: 20px;
  }

  .mobileDisplay {
    display: block !important;
  }
    .desktopDisplay {
  display: none;
}

  .centerblock {
    width: 100%;
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    left: 0;
    padding: 0;
  }

  .centerblock div,
  .centerblock a {
    padding: 10px 0;
  }



}

.tableWrap {
  width: 100%;
}

#councilTable {
  table-layout: fixed;
  margin-bottom: 2.5em;
}

#councilTable th,
#councilTable td {
  border: 1px solid;
  /* background-color: rgb(255, 255, 255, 0.15); */
  background: linear-gradient(300deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.5) 100%);
}

#councilTable th {
  padding: 1em 0;
}

#councilTable td {
  padding: 1em;
  vertical-align: top;
}

#councilTable th {
  width: 20%;
}

.c-name,
.c-race,
.c-class,
.c-back {}

.c-first {
  font-weight: 700;
}

.c-name {
  display: block;
  margin: 1em 0;
}

.shortWide {
  width: 100%
}


@media only screen and (max-width: 1100px) {
  .tabOdd {
    border-radius: 0 20px 20px 0;
    -webkit-box-shadow: 6px 0px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 6px 0px 3px 0px rgba(0, 0, 0, 0.3);
    border-color: #241c05;
    border-style: solid;
    border-width: 1px 0 1px 2px;
  }
  .bastImage {
    width: 100%;
    height: auto !important;
    object-fit: fill;
}

  .letterBox {
    padding:0.5em 0.75em;
  }
  #nothingToShow {
    font-size: 1.25em;
    text-align: center;
  }
  .homeBlock {
  width:70vw;
  margin: 0 auto;
}
.centerblock {
  width: 100%;
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
}
.centerblock h1 {
  font-size: 2.5em;
}
  h2,h3,h4,h5 {
    margin: 1em 0 0.25em;
  }
  h2 {
    font-size: 1.5em;
  }
  h3 {
    font-size: 1.35em;
  }
  h4 {
    font-size: 1.25em;
  }
  h5, h6 {
    font-size: 1.1em;
  }

  .tabBold {
    font-weight: 400;
  }
  .w3-padding-large {
    padding: 12px 12px !important
  }
  .taxBox {
    width: 90%;
  }

}
p + p {
  margin-top: 1em;
}


@media only screen and (min-width: 881px) {
  .table100 {
    width: 100%;
    height: auto;
  }
    .payTable td {
  padding: 20px;
}

  #councilTable {
    width: 100%;
  }
  .gridX h1 {
    margin: 1.5em 0 0;
    font-size: 4.5em;
  }
  p {
    font-size: 1.25em;
    line-height: 2em;
    margin: 0 auto;
  }
  .actionTable {
    border-collapse: collapse;
}
.actionTable td, .actionTable th {
    border: 1px solid black;
}
.actionTable tr:first-child th {
    border-top: 0;
}
.actionTable tr:first-child tr {
    border-top: 0;
}
.actionTable tr:last-child td {
    border-bottom: 0;
}
.actionTable tr td:first-child,
.actionTable tr th:first-child {
    border-left: 0;
}
.actionTable tr td:last-child,
.actionTable tr th:last-child {
    border-right: 0;
}
}

@media only screen and (max-width: 880px) {

  .w3-dropdown-hover:hover>.w3-button:first-child,
  .w3-dropdown-click:hover>.w3-button:first-child {
    background-color: #000 !important;
    color: #fff
  }
  .homeBlock {
  width:90vw;
  margin: 0 auto;
}
.centerblock {
    width: 100%;
    position: absolute;
    top: 0;
    left:0;
    transform: translate(0, 0);
    min-height: 100vh;
}
.centerblock h1 {
  font-size: 2.5em;
  margin-top: 75px;
}

  .tableWrap {
    overflow-x: auto;
  }

  .table100 {
    width: 250px;
    height: auto;
  }

  .gridX h1 {
    margin: 10vh 20px 0;
    font-size: 8vw;
  }
  p {
    width: auto;
    line-height: 1.5em;
  }
  #taxTitle {
    font-size: 3vw;
  }
  #taxRate {
    font-size: 8vw;
  }

  .actionTable td {
      display: inline-block;
        word-break: break-word;
  }


}