@import url('https://fonts.googleapis.com/css2?family=Alegreya+SC:ital,wght@0,500;0,700;0,800;1,500;1,700;1,800&family=Alegreya:ital,wght@0,500;0,800;1,500;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:ital,wght@0,500;0,800;1,500;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,800;1,400;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amarante&display=swap');  
@import url('https://fonts.googleapis.com/css2?family=Metamorphous&display=swap');
@import url('https://fonts.googleapis.com/css2?family=UnifrakturCook:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hurricane&display=swap');
.phb {
	background:#eee url('https://www.gmbinder.com/images/UCIUXyr.jpeg') center/cover;
	font: 13px Alegreya,BookSanity,serif;
}
.phb p {
	text-align:justify;
}
.phb a, .phb a.custom-internal-link, .phb a.custom-external-link {
	color:#8b0000;
}
.phb a:hover, .phb a.custom-internal-link:hover, .phb a.custom-external-link:hover {
	color:#58180D;
}
.phb h1 + p::first-letter {
	font-size:8em; font-weight:400;
}
.phb p + p {
	margin-top: -0.7em;
}
/* Headers and Footers */
.phb h1,.phb h2, .phb h3, .phb h4, .phb h5 {
	color:#222; -webkit-text-stroke-width:0px;
}
.phb h1 {
	font-size:2.5em;
}
.phb h1, .phb h6, .phb .partpage-dmg h5 {
	font-family:Metamorphous,BookSanity,serif; font-weight:700;
}
.phb h2, .phb h3, .phb h4 {
	font-family:Amarante,BookSanity,serif; font-weight:700;
}
.phb h3 {
	border-bottom-color:#777;
}
.phb h5 {
	font-family:"Alegreya Sans SC",ScalySansSmallCaps,serif;
}
.phb .partpage-dmg h1 {
	font: 55px Amarante,ModestoCaps,serif; font-weight: 400;
}
.phb .pageNumber {
	font:16px UnifrakturCook,BookSanity,serif;
}
.phb .footnote {
	font:15px "Alegreya SC",BookSanity,serif; font-weight:700; bottom:32px; width:500px;
}
.phb .pageNumber, .phb .footnote {
	color:#555;
}
.phb:after, .phb:nth-child(2n)::after {
	position: absolute; bottom: -10px; left: 0px; z-index: 1; height: 78px; width: 100%;
	background-image: url('https://www.gmbinder.com/images/zpK5HAB.png'); background-size: cover;
	mix-blend-mode: multiply; opacity: 0.75;
}
.phb:nth-child(2n)::after {
	transform:scalex(-1);
}

/* Snippet Styling */
.phb blockquote, .phb blockquote em, .phb blockquote strong, .phb .descriptive, .phb .descriptive em, .phb .descriptive strong, .phb table, .phb .spellList, .phb hr + section blockquote ul, .phb hr + section blockquote ul strong, .phb hr + section blockquote h3 {
	font-family: Lato,ScalySans,sans-serif;
}
.phb .descriptive {
	font-size:12px;
}
.phb hr + section blockquote h3 {
	color:#58180D;
}
.phb blockquote, .phb .descriptive, .phb hr + section blockquote {
	background:#fefefe;
}
.phb hr + section blockquote, .phb .classTable {
	border:0px; margin:9px 0 2em; padding:15px 10px 10px; box-shadow: 1px 4px 14px #888;
}
.phb hr + hr + section blockquote {
	column-gap:0.5cm; column-fill:balance;
}
.phb table tbody tr:nth-child(2n+1) {
	background-color: rgba(139,0,0,0.35);
}
