body {
	background: #C7B59F !important;
}

#header {
	position: relative !important;
}

h2 {
	text-align: left !important;
}

.page-wrapper{
    overflow:initial !important;
}

.sources_wrapper {
	width:90%;
	margin:10% auto;

}

.sources_wrapper h2 {
	padding:40px 0px 0px 0px;
}

.sources_menu {
	max-width: 600px;
	margin: 40px auto;
	position: sticky;
	top:40px;
}

.sources_menu ul {
	display: flex;
	gap:1px;
	list-style: none;
	text-transform: uppercase;
	padding:0;
	margin:0;
}

.sources_menu ul li {
	width:50%;
	margin:0;
	text-align: center;
	padding:20px;
	background: rgba(255,255,255,.68);
	backdrop-filter:blur(4px);
}

.sources_menu ul li a {
	color:inherit;
	text-decoration: none;
}

.flex-row {
	flex-wrap: wrap;
	margin-top:4%;
    padding-bottom: 4%;
	border-bottom: 1px solid #000;
}

.source_item {
	width:14%;
	padding:1%;
}

.source_item img {
	width:60%;
	height:auto;
	display: block;
}

.img-caption {
  font-size: 11px !important;
  line-height: 14px!important;
  letter-spacing: 1px!important;
  margin-top:10px;
} 

.book-caption {
  font-family: minion-pro-condensed-subhead, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  display: block;
  width:100%;
}
