.genealogy-bg {
#	background: linear-gradient(to bottom, #663300 0%, #996633 100%);
	background-image: url('../images/pexels-pixabay-235985v2.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;	
}

@media (min-width: 992px) {
	.cover-photo {
		width: 600px;
	}
}

.papyrus-script {
	font-family: papyrus;
}

figure {
	display: table;
}

figure img {
	display: block;
}

figcaption {
	display: table-caption;
	caption-side: bottom;
}

.img-start-unloaded {
	display: none;
}

.historical-source-tbl {
	counter-reset: li;
}

.historical-source-tbl li::before {
	counter-increment: li;
	content: counter(li) ") ";
	margin-left: -16px;
}

.historical-source-tbl ol {
	list-style-type: none;
}

.male {
	background-color: #e8f4f7;
}

.female {
	background-color: #f8f2f7;
}

span.clear { clear: left; display: block; }

.container-extend-float-images {
	overflow: hidden;
}

.card-body p {
	font-style: italic;
}

blockquote {
	margin-left: 20px;
	margin-right: 20px;
	font-style: italic;
	color: #333333;
}

#cover_photo {
	max-height: 300px;
	object-fit: cover;
}

#cover_body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-itmes: center;
	height: 100vh;
	margin: 0;
}