     @font-face {
    font-family: Brokenscript;
    src: url("https://content.demiplane.com/fonts/brokenscript-bold.ttf") format("truetype");
}

 @font-face {
    font-family: Bipolar Decorative;
    src: url("https://content.demiplane.com/fonts/Bipolar Decorative.otf") format("opentype");
}

:root{
    --readaloud-color: #6b081c;
    --book-styled-block-background-color: #FDFDFD;
    --book-styled-block-header-color: #6b081c;
    --book-styled-block-color: white;
    --gc-header-color-1: white;
    --gc-header-color-2: rgb(107, 9, 27);
    --gc-subheader-color-1: rgb(109, 110, 113);
    --gc-body-color-1: black;
    --gc-body-color-2: rgb(107, 11, 30);
}

.trait-holder {
    overflow: visible;    
}

.main-holder > .split-header {
    font-size: 24px;
    font-weight: normal;
    color: #5d0000;
    font-family: gin, serif;
    border-bottom:0px;
}

.main-holder > h2 {
    font-family: Brokenscript;
    color: var(--gc-header-color-2);
    font-size: 28px;
    text-transform: none;
    letter-spacing: 1px;
}

.gc-toc-header {
    text-transform: none;
    font-family: GoodOT-Bold;
    color: var(--gc-header-color-2)
}

.block-header {
    color: #000000 !important;
}

.book-styled-block {
    background: var(--book-styled-block-background-color);
    background-image: url(https://content.demiplane.com/compendium/pathfinder-2e/blood-lords-zombie-feast/css/zf-sidebar-bg.jpg);
    color: #000000;
    padding: 30px 30px 0px 30px;
    margin: 30px 0;
}

.book-styled-block::after {
    content: "";
    display: block;
    max-width: 110%;
    top: 4px;
    margin: 0px -37px;
    padding: 0px 20px;
    position: relative;
    background-size: calc(100% - 12px);
    height: 70px;
    background-image: url(https://content.demiplane.com/compendium/pathfinder-2e/blood-lords-zombie-feast/css/zf-sidebar-bottom.png);
    background-position: center;
    background-repeat: no-repeat;
    justify-content: center;
}

.book-styled-block > h5 {
    color: white;
}

.main-holder > .gc-main-header {
    margin: -200px 0px 40px 0px;
}

.gc-main-header::before {
    content: "";
    display: block;
    max-width: 100%;
    top: 175px;
    padding: 0px 20px;
    margin: 0px 0px 80px 0px;
    position: relative;
    height: 220px;
    background-size: contain;
    background-image: url(https://content.demiplane.com/compendium/pathfinder-2e/blood-lords-zombie-feast/css/zf-header-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    justify-content: center;
}

.gc-main-header > span > em {
    padding-top: 10px;
    font-size: 32px;
}

.gc-main-span {
    color: var(--gc-header-color-1) !important;
    font-family: Bipolar Decorative !important;
    font-size: 6vw !important;
    text-transform: none;
    position: relative;
    top: -50px;
    font-style: normal;
    border-bottom: 0px;
    display: flex;
    flex-direction: column;
    height: 80px;
    background-size: 800px;
    text-align: center;
    align-items: center;
    justify-content: center;
    line-height: .85em !important;
    margin: auto;
}

@media screen and (min-width: 800px) {
  .gc-main-span {
     font-size: 54px !important;
  }
}

.gc-header-wrap {
    font-size: 40px;
    padding: 0px 0px 15px 0px;
}

h3 {
    color: var(--gc-subheader-color-1);
}

h3 > span {
    color: var(--gc-subheader-color-1);
}

.trait-holder > h3 > span {
    color: var(--gc-body-color-1);
}

h4 {
    color: var(--gc-subheader-color-1);
}

h4 > span {
    color: var(--gc-subheader-color-1);
    font-size: 20px;
}

.adv-track {
    color: var(--gc-body-color-1)
}

.adv-track > p:first-of-type{
    text-align: center;
}

.adv-track-header {
    color: var(--gc-header-color-2);
    text-align: center;
    font-family: GoodOT-Bold;
    font-variant: small-caps;
    text-transform: none;
    font-size: 26px;
}

.adv-track-grid {
    display: grid;
    grid-template-columns: 1fr  95%;
}

.adv-track-grid > div {
    display: flex;
    align-items: center;
    font-family: Bipolar Decorative;
    font-size: 32px;
    margin: 0px 20px 0px 0px;
    color: var(--gc-header-color-2)
}

.adv-track-grid > p {
    display: flex;
    align-items: center;
}

.sidebar > h5 {
    color: var(--gc-header-color-2);
    font-family: GoodOT-CondBold;
    font-size: 22px !important;
    margin-top: 20px;
}

.image-with-subtitle-left, .image-with-subtitle-right, .image-with-subtitle-center {
    font-family: Brokenscript;
    color: var(--gc-header-color-2);
    font-size: 20px;
}

.image-flip {
    transform: scaleX(-1);
}

.image-flow {
    display: flow-root;
}

.image-mask {
    shape-margin: 6px;
}

.image-offset {
    position: relative;
    right: -200px;
}

.standard-table {
    vertical-align: top !important;
}