/*=====================================================================================*/
/* GLOBAL */
/*=====================================================================================*/

html body {
	font-family: Georgia, serif;
	font-size: 1.25rem;
	letter-spacing: -0.003em;
	line-height: 2.2rem;
	text-align: justify;
	text-justify: inter-word;
	hyphens: manual;
	color: #333;
}

html body h1 {
	font-size: 3.5em;
}

@media (max-width: 410px) {
	html body h1 {
		font-size: 3em;
	}
}

@media (max-width: 360px) {
	html body {
		font-size: 1rem;
	}
}

html body ul {
	padding-right: 2em;
}

html body h2, html body h3, html body h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 1.6em;
	text-align: left;
}

html body h4 {
	/*font-size: 1.2em;*/
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 2em;
}

html body a {
	/*color: #047EDE;*/
	color: #006ec3;
}

p.lead {
	font-size: 1.4rem;
	line-height: 2.8rem;
	color: #4A4A56;
}


@media (max-width: 360px) {
	p.lead {
		font-size: 1.2rem;
		line-height: 2.4rem;
	}
}

nav.navbar {
	background-color: rgba(245, 245, 245, 0.95);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

nav.navbar-light a.navbar-brand {
	color: #333;
}

nav.navbar-light .navbar-nav a.nav-link {
	color: #333;
	/*font-family: Helvetica, Arial, sans-serif;*/
	font-size: 1rem;
}

.nav-pills a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1rem;
}

.nav-background {
	width: 100%;
	background: rgb(232,223,189);
	background: linear-gradient(90deg, rgba(228,218,180,1) 0%, rgba(163,155,134,1) 100%);

}
.nav-background--homepage {
	width: 100%;
	background: rgb(174, 166, 132);
	background: linear-gradient(90deg, rgb(174, 166, 132) 0%, rgb(132, 129, 107) 100%);

}

figcaption.figure-caption {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1rem;
}


@media (min-width: 992px) {
	.container.container--thin {
		max-width: 760px;
	}

	.mw-lg-45, .mw-lg-45.img-fluid {
		max-width: 45%;
	}

	.w-md-35 {
		width: 35%;
	}

	.nav-background--height {
		height: 67px;
	}
}

@media (max-width: 991px) {
	.mw-lg-45, .mw-lg-45.img-fluid {
		margin-bottom: 1.5rem;
	}

	.w-sm-50 {
		width: 50%;
	}

	.nav-background--height {
		height: 61px;
	}
}

.blockquote.blockquote--alt {
	font-style: italic;
	font-size: 1.15rem;
	line-height: 2.6rem;
	color: #3e3e77;
	padding: 0 2.8rem;
	border-left: 1px solid #AAB;
	margin-left: 0.5rem;
}


@media (max-width: 360px) {
	.blockquote.blockquote--alt {
		font-size: 1rem;
		line-height: 2rem;
		padding: 0 1rem;
	}
}

.font-normal {
	font-style: normal;
}

.box-content {
	box-sizing: content-box;
}

/*=====================================================================================*/
/* ARTICLE TEMPLATE ELEMENT */
/*=====================================================================================*/

.jumbotron.jumbotron-fluid.article-template__jumbo {
	background-size: cover;
	/*padding-bottom: 6rem;*/
	/*padding-top: 6rem;*/
	padding-bottom: 8rem;
	padding-top: 8rem;
	/*padding-top: calc(6rem + 67px);*/
}

@media (min-width: 1500px) {
	.jumbotron.jumbotron-fluid.article-template__jumbo {
		height: 19vw;
		min-height: 320px;
	}
}

.jumbotron__text--shadow {
	text-shadow: 0 2px 30px rgba(50, 40, 20, 0.6);
}

.jumbotron__subhead {
	font-weight: 700;
	font-size: 2rem;
}

@media (max-width: 360px) {
	h2.jumbotron__subhead {
		font-size: 1.5rem;
	}
}

/*=====================================================================================*/
/* FOOTER ELEMENT */
/*=====================================================================================*/

.photo-credit__img-box {
	height: 3rem;
	width: 3rem;
	overflow: hidden;
}

.photo-credit__img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.modal h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.25rem;
	text-align: left;
}

#page-footer .photo-credits-link, #page-footer .photo-credits-pipe {
	color: #99a4b3;
}

.modal-body .credit-line {
	text-align: left;
	line-height: 1.4em;
	margin-top: 0.15rem;
}

#page-footer .photo-credits-link {
	cursor: pointer;
}

@media (max-width: 768px) {
	div.modal-body {
		padding: 0.75rem;
	}
}
@media (max-width: 500px) {
	div.modal-body {
		padding: 0.5rem;
	}
}

/*=====================================================================================*/
/* PAGE BOTTOM LINKS ELEMENT */
/*=====================================================================================*/

.page-bottom h3 {
	font-size: 1.6rem;
}

.page-bottom a {
	font-family: Helvetica, Arial, sans-serif;
}
.page-bottom small {
	font-family: Helvetica, Arial, sans-serif;
}

/*=====================================================================================*/
/* PHOTO MODAL ELEMENT */
/*=====================================================================================*/

.with-light-box {
	cursor: pointer;
}

.photo-modal .modal-dialog, .photo-modal .modal-dialog .modal-content .modal-body {
	width: fit-content;
	max-width: 95vw;
	height: fit-content;
	max-height: 95vh;
}

.photo-modal .modal-dialog .modal-content .modal-body {
	position: static;
}
.photo-modal .modal-dialog .modal-content .modal-body button {
	position: absolute;
	right: 25px;
	top: 25px;
	border-radius: 50%;
	width: 2rem;
	height: 2rem;
	border: 2px solid #FFF;
	background-color: rgba(255, 255, 255, 0.7);
}

.photo-modal .modal-dialog .modal-content .modal-body button span {
	position: absolute;
	right: 6px;
	top: 1px;
}


.photo-modal .modal-dialog .modal-content .modal-body img {
	height: auto;
	width: auto;
	max-height: calc(95vh - 2rem);
	max-width: calc(95vw - 2rem);
}

/*=====================================================================================*/
/* HOMEPAGE */
/*=====================================================================================*/

#homepage .homepage__hero {
	background:
		linear-gradient(0.48turn, rgba(141, 128, 72, 0.7),rgba(0,0,0,0.7)),
		url(../../img/Homepage/family_group_C1900_id_47188@0.jpg) no-repeat top center;
	background-size: cover;
	text-align: left;
}

@media (min-width: 992px) {
	#homepage .homepage__hero {
		background: linear-gradient(0.48turn, rgba(141, 128, 72, 0.7), rgba(0, 0, 0, 0.7)),
		url(../../img/Homepage/family_group_C1900_id_47188@10.jpg) no-repeat top center;
		background-size: cover;
		text-align: left;
	}
}

#homepage h2.lead {
	font-family: Georgia, serif;
	font-weight: 400;
	line-height: 2.2rem;

}

#homepage .homepage__hero .subheading2 {
	margin-top: 3.5rem;
}

.text-shadow {
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

#homepage .card-body h3 {
	font-size: 1.5rem;
}
#homepage .card-body p {
	font-size: 1.15rem;
	line-height: 1.25em;
	text-align: left;
}

#homepage .card-link:hover .card-img {
	transform: scale(1.1);
}

#homepage .card-link {
	display: block;
	min-height: 10rem;
	overflow: hidden;
	width: auto;
	transition: transform 0.3s ease;
}

#homepage .card-link:hover {
	transform: translateY(-5px);
}

#homepage .card-img {
	transition: all .3s;
}

#homepage .homepage__card-img--height {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

#homepage .homepage__jumbo2 {
	background:
		linear-gradient(0.46turn, rgba(215, 208, 187, 0.7),rgba(180, 180, 180, 0.7)),
		url(../../img/Homepage/wedding_couple_C1890_id_46322_crop3_bw.jpg) no-repeat top right;
	background-size: cover;
}

#homepage .homepage__card-img--gi-img {
	background:
		linear-gradient(0.46turn, rgba(138, 146, 190, 0.6), rgba(85, 127, 159, 0.8)),
		url(../../img/Homepage/photobox_roman_kraft_unsplash_2_col_sm.jpg) no-repeat center center;
	background-size: cover;
}

#homepage .homepage__card-img--wg-img {
	background:
		linear-gradient(0.46turn, rgba(138, 146, 190, 0.6), rgba(85, 127, 159, 0.8)),
		url(../../img/Homepage/books_zach_plank_unsplash_col_sm.jpg) no-repeat center center;
	background-size: cover;
}

#homepage .homepage__card-img--gg-img {
	background:
		linear-gradient(0.46turn, rgba(138, 146, 190, 0.6), rgba(85, 127, 159, 0.8)),
		url(../../img/Homepage/dictionary_tamara_menzi_unsplash.jpg) no-repeat center center;
	background-size: cover;
}

#homepage .homepage__card-img--cr-img {
	background:
		linear-gradient(0.46turn, rgba(138, 146, 190, 0.6), rgba(50, 103, 133, 0.8)),
		url(../../img/Homepage/birth_cert_wikimedia_commons_3.jpg) no-repeat center center;
	background-size: cover;
}

#homepage .homepage__card-img--cs-img {
	background:
		linear-gradient(0.46turn, rgba(138, 146, 190, 0.6), rgba(85, 127, 159, 0.8)),
		url(../../img/Homepage/bomber_wikimedia_commons.jpg) no-repeat center center;
	background-size: cover;
}

#homepage .homepage__card-img--or-img {
	background:
		linear-gradient(0.46turn, rgba(138, 146, 190, 0.6), rgba(85, 127, 159, 0.8)),
		url(../../img/Homepage/photo_album_markus_spiske_unsplash.jpg) no-repeat center center;
	background-size: cover;
}

#homepage .card-link:hover .card-img, #homepage .card-link:focus .card-img {
	transform: scale(1.05);
}

/*=====================================================================================*/
/* GENEALOGY INTRODUCTION PAGE */
/*=====================================================================================*/

#genealogy-intro-page .gi-page__jumbo-bg {
	background:
		linear-gradient(0.46turn, rgba(221, 201, 143, 0.7), rgba(55, 46, 30, 0.7)),
		url(../../img/GettingStarted/GenealogyIntroduction/photobox_roman_kraft_unsplash_2@0.jpg) no-repeat center center;
	background-size: cover;
}

@media (min-width: 992px) {
	#genealogy-intro-page .gi-page__jumbo-bg {
		background: linear-gradient(0.46turn, rgba(221, 201, 143, 0.7), rgba(55, 46, 30, 0.7)),
		url(../../img/GettingStarted/GenealogyIntroduction/photobox_roman_kraft_unsplash_2@10.jpg) no-repeat center center;
		background-size: cover;
	}
}

@media (max-width: 440px) {
	#genealogy-intro-page .smith-tree {
		max-width: 100%;
	}
}


	/*=====================================================================================*/
/* CASE STUDY PAGE */
/*=====================================================================================*/

#case-study-page .case-study-page__jumbo-bg {
	background:
		linear-gradient(0.46turn, rgba(221, 201, 143, 0.7), rgba(55, 46, 30, 0.7)),
		url(../../img/GettingStarted/CaseStudy/wellington_bomber_49609_bw2@0.jpg) no-repeat center center;
	background-size: cover;
}

@media (min-width: 992px) {
	#case-study-page .case-study-page__jumbo-bg {
		background:
			linear-gradient(0.46turn, rgba(221, 201, 143, 0.7), rgba(55, 46, 30, 0.7)),
			url(../../img/GettingStarted/CaseStudy/wellington_bomber_49609_bw2@10.jpg) no-repeat center center;
		background-size: cover;
	}
}

/*=====================================================================================*/
/* BEFORE YOU BEGIN PAGE */
/*=====================================================================================*/

#before-you-begin-page .b-y-b-page__jumbo-bg {
	background:
		linear-gradient(0.46turn, rgba(221, 201, 143, 0.7), rgba(55, 46, 30, 0.7)),
		url(../../img/GettingStarted/BeforeYouBegin/photobook_laura_fuhrman_unsplash@0.jpg) no-repeat center center;
	background-size: cover;
}

@media (min-width: 992px) {
	#before-you-begin-page .b-y-b-page__jumbo-bg {
		background: linear-gradient(0.46turn, rgba(221, 201, 143, 0.7), rgba(55, 46, 30, 0.7)),
		url(../../img/GettingStarted/BeforeYouBegin/photobook_laura_fuhrman_unsplash@10.jpg) no-repeat center center;
		background-size: cover;
	}
}

/*=====================================================================================*/
/* USING THE INTERNET PAGE */
/*=====================================================================================*/

#using-the-internet .u-t-i-page__jumbo-bg {
	background:
		linear-gradient(0.46turn, rgba(221, 201, 143, 0.7), rgba(55, 46, 30, 0.7)),
		url(../../img/GettingStarted/UsingTheInternet/network_gerd_altmann_pixabay@0.jpg) no-repeat center center;
	background-size: cover;
}

@media (min-width: 992px) {
	#using-the-internet .u-t-i-page__jumbo-bg {
		background: linear-gradient(0.46turn, rgba(221, 201, 143, 0.7), rgba(55, 46, 30, 0.7)),
		url(../../img/GettingStarted/UsingTheInternet/network_gerd_altmann_pixabay@10.jpg) no-repeat center center;
		background-size: cover;
	}
}

#using-the-internet form button {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #006ec3;
}

/*=====================================================================================*/
/* USING CDS PAGE */
/*=====================================================================================*/

#using-cds-pages .u-cds-page__jumbo-bg {
	background:
		linear-gradient(0.46turn, rgba(221, 201, 143, 0.7), rgba(55, 46, 30, 0.7)),
		url(../../img/GettingStarted/UsingCds/cds_mati_mango_pexels@0.jpg) no-repeat center center;
	background-size: cover;
}

@media (min-width: 992px) {
	#using-cds-pages .u-cds-page__jumbo-bg {
		background: linear-gradient(0.46turn, rgba(221, 201, 143, 0.7), rgba(55, 46, 30, 0.7)),
		url(../../img/GettingStarted/UsingCds/cds_mati_mango_pexels@40.jpg) no-repeat center center;
		background-size: cover;
	}
}

/*=====================================================================================*/
/* CHOOSING RESOURCES PAGE */
/*=====================================================================================*/

#choosing-resources-page .c-r-page__jumbo-bg {
	background:
		linear-gradient(0.46turn, rgba(221, 201, 143, 0.7), rgba(55, 46, 30, 0.7)),
		url(../../img/GettingStarted/ChoosingResources/library_wokingham_libraries_pixabay@0.jpg) no-repeat center center;
	background-size: cover;
}

@media (min-width: 992px) {
	#choosing-resources-page .c-r-page__jumbo-bg {
		background:
			linear-gradient(0.46turn, rgba(221, 201, 143, 0.7), rgba(55, 46, 30, 0.7)),
			url(../../img/GettingStarted/ChoosingResources/library_wokingham_libraries_pixabay@10.jpg) no-repeat center center;
		background-size: cover;
	}
}

/*=====================================================================================*/
/* SITES AND GUIDES PAGE */
/*=====================================================================================*/

#sites-and-guides-page .s-a-g-page__jumbo-bg {
	background:
		linear-gradient(0.46turn, rgba(221, 201, 143, 0.7), rgba(55, 46, 30, 0.7)),
		url(../../img/GettingStarted/SitesAndGuides/books_zach_plank_unsplash@0.jpg) no-repeat center center;
	background-size: cover;
}

@media (min-width: 992px) {
	#sites-and-guides-page .s-a-g-page__jumbo-bg {
		background:
			linear-gradient(0.46turn, rgba(221, 201, 143, 0.7), rgba(55, 46, 30, 0.7)),
			url(../../img/GettingStarted/SitesAndGuides/books_zach_plank_unsplash@10.jpg) no-repeat center center;
		background-size: cover;
	}
}

#sites-and-guides-page {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	#sites-and-guides-page {
		scroll-behavior: auto;
	}
}

#sites-and-guides-page .guides__nav {
	border-bottom: 1px solid #dee2e6;
}

#sites-and-guides-page .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #315772;
	background-color: #dee2e6;
}

/*=====================================================================================*/
/* ORGANISING RESEARCH PAGE */
/*=====================================================================================*/

#organising-research-page .o-r-page__jumbo-bg {
	background:
		linear-gradient(0.46turn, rgba(221, 201, 143, 0.7), rgba(55, 46, 30, 0.7)),
		url(../../img/GettingStarted/OrganisingResearch/archive_boxes_pexels_pixabay@0.jpg) no-repeat center center;
	background-size: cover;
}

@media (min-width: 992px) {
	#organising-research-page .o-r-page__jumbo-bg {
		background: linear-gradient(0.46turn, rgba(221, 201, 143, 0.7), rgba(55, 46, 30, 0.7)),
		url(../../img/GettingStarted/OrganisingResearch/archive_boxes_pexels_pixabay@10.jpg) no-repeat center center;
		background-size: cover;
	}
}

/*=====================================================================================*/
/* BMD RECORDS PAGE */
/*=====================================================================================*/

#bmd-records-page .bmd-r-page__jumbo-bg {
	background:
		linear-gradient(0.46turn, rgba(221, 201, 143, 0.7), rgba(55, 46, 30, 0.7)),
		url(../../img/RecordTypes/BmdRecords/marriage_register_briannad26_pixabay@0.jpg) no-repeat center center;
	background-size: cover;
}

@media (min-width: 992px) {
	#bmd-records-page .bmd-r-page__jumbo-bg {
		background: linear-gradient(0.46turn, rgba(221, 201, 143, 0.7), rgba(55, 46, 30, 0.7)),
		url(../../img/RecordTypes/BmdRecords/marriage_register_briannad26_pixabay@10.jpg) no-repeat center center;
		background-size: cover;
	}
}

/*=====================================================================================*/
/* CENSUS RECORDS PAGE */
/*=====================================================================================*/

#census-records-page .cen-r-page__jumbo-bg {
	background:
		linear-gradient(0.46turn, rgba(221, 201, 143, 0.7), rgba(55, 46, 30, 0.7)),
		url(../../img/RecordTypes/CensusRecords/1911_census_page@0.jpg) no-repeat top center;
	background-size: cover;
}

@media (min-width: 992px) {
	#census-records-page .cen-r-page__jumbo-bg {
		background: linear-gradient(0.46turn, rgba(221, 201, 143, 0.7), rgba(55, 46, 30, 0.7)),
		url(../../img/RecordTypes/CensusRecords/1911_census_page@10.jpg) no-repeat top center;
		background-size: cover;
	}
}

/*=====================================================================================*/
/* PARISH RECORDS PAGE */
/*=====================================================================================*/

#parish-records-page .par-r-page__jumbo-bg {
	background:
		linear-gradient(0.46turn, rgba(221, 201, 143, 0.7), rgba(55, 46, 30, 0.7)),
		url(../../img/RecordTypes/ParishRecords/norfolk_baptisms@0.jpg) no-repeat top center;
	background-size: cover;
}

@media (min-width: 992px) {
	#parish-records-page .par-r-page__jumbo-bg {
		background: linear-gradient(0.46turn, rgba(221, 201, 143, 0.7), rgba(55, 46, 30, 0.7)),
		url(../../img/RecordTypes/ParishRecords/norfolk_baptisms@40.jpg) no-repeat top center;
		background-size: cover;
	}
}

/*=====================================================================================*/
/* DIRECTORIES RECORDS PAGE */
/*=====================================================================================*/

#directories-records-page .dir-r-page__jumbo-bg {
	background:
		linear-gradient(0.46turn, rgba(221, 201, 143, 0.7), rgba(55, 46, 30, 0.7)),
		url(../../img/RecordTypes/DirectoriesRecords/london_1846_post_office_directory@0.jpg) no-repeat center center;
	background-size: cover;
}

@media (min-width: 992px) {
	#directories-records-page .dir-r-page__jumbo-bg {
		background: linear-gradient(0.46turn, rgba(221, 201, 143, 0.7), rgba(55, 46, 30, 0.7)),
		url(../../img/RecordTypes/DirectoriesRecords/london_1846_post_office_directory@10.jpg) no-repeat center center;
		background-size: cover;
	}
}

/*=====================================================================================*/
/* MILITARY RECORDS PAGE */
/*=====================================================================================*/

#military-records-page .mil-r-page__jumbo-bg {
	background:
		linear-gradient(0.46turn, rgba(221, 201, 143, 0.7), rgba(55, 46, 30, 0.7)),
		url(../../img/RecordTypes/MilitaryRecords/wwi_cheerily_awaiting_counterattack_id_2451@0.jpg) no-repeat center center;
	background-size: cover;
}

@media (min-width: 992px) {
	#military-records-page .mil-r-page__jumbo-bg {
		background: linear-gradient(0.46turn, rgba(221, 201, 143, 0.7), rgba(55, 46, 30, 0.7)),
		url(../../img/RecordTypes/MilitaryRecords/wwi_cheerily_awaiting_counterattack_id_2451@10.jpg) no-repeat center center;
		background-size: cover;
	}
}

/*=====================================================================================*/
/* OTHER RECORDS PAGE */
/*=====================================================================================*/

#other-records-page .oth-r-page__jumbo-bg {
	background:
		linear-gradient(0.46turn, rgba(221, 201, 143, 0.7), rgba(55, 46, 30, 0.7)),
		url(../../img/RecordTypes/OtherRecords/maps_andrew_neel_unsplash@0.jpg) no-repeat center center;
	background-size: cover;
}

@media (min-width: 992px) {
	#other-records-page .oth-r-page__jumbo-bg {
		background: linear-gradient(0.46turn, rgba(221, 201, 143, 0.7), rgba(55, 46, 30, 0.7)),
		url(../../img/RecordTypes/OtherRecords/maps_andrew_neel_unsplash@10.jpg) no-repeat center center;
		background-size: cover;
	}
}

/*=====================================================================================*/
/* AMERICAN ANCESTORS PAGE */
/*=====================================================================================*/

#american-ancestors-page .a-a-page__jumbo-bg {
	background:
		linear-gradient(0.46turn, rgba(221, 201, 143, 0.7), rgba(55, 46, 30, 0.7)),
		url(../../img/OtherInfo/AmericanAncestors/map_of_north_america_1747_wikimedia_commons_2@0.jpg) no-repeat top right;
	background-size: cover;
}

@media (min-width: 992px) {
	#american-ancestors-page .a-a-page__jumbo-bg {
		background: linear-gradient(0.46turn, rgba(221, 201, 143, 0.7), rgba(55, 46, 30, 0.7)),
		url(../../img/OtherInfo/AmericanAncestors/map_of_north_america_1747_wikimedia_commons_2@10.jpg) no-repeat top right;
		background-size: cover;
	}
}

/*=====================================================================================*/
/* MAGAZINES PAGE */
/*=====================================================================================*/

#magazines-page .mags-page__jumbo-bg {
	background:
		linear-gradient(0.46turn, rgba(221, 201, 143, 0.7), rgba(55, 46, 30, 0.7)),
		url(../../img/OtherInfo/Magazines/magazines_kconcha_pixabay@0.jpg) no-repeat center center;
	background-size: cover;
}

@media (min-width: 992px) {
	#magazines-page .mags-page__jumbo-bg {
		background: linear-gradient(0.46turn, rgba(221, 201, 143, 0.7), rgba(55, 46, 30, 0.7)),
		url(../../img/OtherInfo/Magazines/magazines_kconcha_pixabay@10.jpg) no-repeat center center;
		background-size: cover;
	}
}

/*=====================================================================================*/
/* GENEALOGY GLOSSARY PAGE */
/*=====================================================================================*/

#genealogy-glossary-page .gg-page__jumbo-bg {
	background:
		linear-gradient(0.46turn, rgba(221, 201, 143, 0.7), rgba(55, 46, 30, 0.7)),
		url(../../img/OtherInfo/GenealogyGlossary/anglesey_1891_census_2@0.jpg) no-repeat center center;
	background-size: cover;
}

@media (min-width: 992px) {
	#genealogy-glossary-page .gg-page__jumbo-bg {
		background: linear-gradient(0.46turn, rgba(221, 201, 143, 0.7), rgba(55, 46, 30, 0.7)),
		url(../../img/OtherInfo/GenealogyGlossary/anglesey_1891_census_2@10.jpg) no-repeat center center;
		background-size: cover;
	}
}

#genealogy-glossary-page .glossary__nav {
	border-bottom: 1px solid #dee2e6;
}

#genealogy-glossary-page .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #315772;
	background-color: #dee2e6;
}
