.color-box {
    background-color: #bec5cf;
    padding: 20px;
}

.color-box h5{
    font-family: Taroca;
    color: #002564;
    font-size: 26px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.book-image-center {
  z-index: 0;
}

.Art-Only_Special-Traits, .main-holder >.Stat-Blocks_Stat-H2 {
    color: black !important;
    font-family: Gin;
}

.main-holder > H1, .main-holder > H2, .main-holder > H3 {
    color: #002564;
    font-family: Taroca;
}

.sidebar {
    color:#72889c;
}
.sidebar h5 {
    color:#72889c;
}

.sidebar strong {
    color: inherit;
}

.Stat-Blocks_Stat-Body {
    color: #393636;
}

.tme-chapter-header, .tme-settlement-header {
    margin-bottom: 30px !important;
    margin-top: -20px !important;
    position: relative;
    z-index: 1;
}

.tme-header-top-margin {
    margin-top: 50px !important;
}

.tme-chapter-header {
    color: #fdfdfd !important;
    font-family: Taroca;
    font-weight: normal;
    font-size: 32px !important;
    color: #5d0000;
    position: relative;
    font-style: normal;
    border-bottom: 0px;
    text-shadow: 2px 2px 2px black;
    background-image: url(https://content.demiplane.com/compendium/pathfinder-2e/lost-omens-the-mwangi-expanse/css/tme-chapter-background.png);
    background-repeat: no-repeat;
    display: flex;
    height: 80px;
    background-size: 800px;
    background-position: center;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.tme-section-header {
    color: #fdfdfd !important;
    font-family: Taroca;
    font-weight: normal;
    font-size: 42px !important;
    color: #5d0000;
    position: relative;
    font-style: normal;
    border-bottom: 0px;
    text-shadow: 2px 2px 2px black;
    background-image: url(https://content.demiplane.com/compendium/pathfinder-2e/lost-omens-the-mwangi-expanse/css/tme-section-background-large.png);
    background-repeat: no-repeat;
    display: flex;
    height: 170px;
    background-size: 800px;
    background-position: center;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: -30px !important;
}

.tme-settlement-header {
    color: #d9c484 !important;
    font-family: Taroca;
    font-weight: normal;
    font-size: 32px !important;
    color: #5d0000;
    position: relative;
    font-style: normal;
    border-bottom: 0px;
    text-shadow: 2px 2px 2px black;
    background-image: url(https://content.demiplane.com/compendium/pathfinder-2e/lost-omens-the-mwangi-expanse/css/tme-settlement-divider.png);
    background-repeat: no-repeat;
    display: flex;
    height: 80px;
    background-size: 800px;
    background-position: center;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: -60px !important;
}

.tme-resource-container {
    margin-top: 30px;
    margin-bottom: 30px;
}

.tme-resource-header {
    font-family: Taroca;
    font-size: 26px;
    color: #002564;
}

.tme-resource-block {
    display: flex;
    flex-wrap: wrap;
    font-family: goodOT;
    color: black;
    text-align: center;
    justify-content: space-evenly;
}

.tme-resource-block p {
    font-family: GoodOTCondBold;
}

.tme-resource-cell {
    min-height: 140px;
    min-width: 160px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.tme-resource-box {
    background-image:url(https://content.demiplane.com/compendium/pathfinder-2e/lost-omens-the-mwangi-expanse/css/tme-resource-bg.jpg);
    background-size: contain;
    border: 1px solid #252525;
    border-radius: 4px;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 20%);
    padding: 50px 20px;
    margin-top: -55px;
    display: flex;
    flex-flow: row wrap;
}