﻿body {
	width: auto;
	margin: 0 auto;
	max-width: 1200px;
	font-family: "EB Garamond", serif;
	font-weight: 597;
	font-size: 19px;
	color: #1d120b;
	padding: 10px;
/*background-image: url('../images/wheat_6.png');
	background-repeat: repeat-y;
	background-size: auto;
	background-color: transparent;
	background-attachment: fixed;
	background-position: top center;
*/visibility: hidden;
}
body a {
	color: #8A4741;
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
}
@media (max-width: 600px) {
body {
	background-image: none;
	background-color: #fff8e2;
}
}
/* This creates a full-screen fixed background layer */
.bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/wheat_6.png');
	background-size: cover;
	background-position: center;
	z-index: -1; /* places it behind all content */
}
img {
	height: auto;
	max-width: 100%;
}
details {
	margin-left: 10px;
	padding: 10px;
}
summary {
	font-weight: bold;
	font-size: large;
	color: #EEEEEE;
	padding: 5px;
	cursor: pointer; /*background-color: #8A4741;
	opacity: 0.6;
*/;
	background: linear-gradient( to right, #8A4741FF, #8A474100);
}
summary:hover {
	/*	background-color: #d0a19c;
*/	background: linear-gradient( to right, #d0a19cFF, #d0a19c00);
	color: #EEEEEE;
}
.leaf {
	margin-left: 0px;
	padding: 10px;
	/*color: #000;
	text-align: center;
*/
}
.leaf_top {
	margin-left: 0px;
	padding: 20px;
	margin-top: -20px;
	text-align: center;
}
.leaf_centered {
	margin-left: 0px;
	padding: 10px;
/*	color: #000;
*/text-align: center;
}
span, audio {
	vertical-align: middle;
}
h2 {
	color: #8A4741;
}
#top {
	padding: 0px;
	object-fit: cover;
	width: auto;
	max-width: 990px;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	position: relative;
	text-align: center;
}
#top img {
	width: 100%;
	max-width: 700px;
	height: auto;
}
#menu_bar {
	width: auto;
	margin: 0 auto;
	text-align: center;
	background-color: transparent;
}
@media (max-width: 1028px) {
#menu_bar {
	background-color: #8A4741;
}
}
#heading_bar {
	padding: 4px;
	text-align: center;
	border-radius: 12px;
	width: auto;
	max-width: 970px;
	margin-left: auto;
	margin-right: auto;
	background-color: #dde0f5;
	box-shadow: 6px 6px 12px #000000;
}
#main {
	padding: 10px;
	width: auto;
	margin-left: auto;
	margin-right: auto; /*	text-align:center;
*/;
	position: relative;
	vertical-align: top;
	overflow: hidden;
}
#main img {
	object-fit: contain;
}
#footer {
	padding: 4px;
	width: 100%; /*	max-width: 970px;
*/;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5%; /*position: relative;
*/;
	text-align: center;
}
#footer img {
	width: 100%;
	max-width: 200px;
	height: auto;
}
.sermon_heading {
	font-weight: bold;
}
.sermon_heading::before {
	content: "";
	font-weight: bold;
	text-transform: uppercase;
	margin-right: .25rem;
}
.sermon_heading::after {
	content: "";
	font-weight: bold;
	text-transform: uppercase;
	margin-right: .25rem;
}
.sermon_reference {
	font-style: italic;
}
.sermon_reference::before {
	content: "&nbsp;&nbsp;&nbsp;<audio controls=''><source src='https://www.seedtime.net/uploads/3/1/6/4/31648315/";
	font-weight: normal;
	margin-right: .25rem;
}
.sermon_reference::after {
	content: "";
	font-weight: normal;
	margin-right: .25rem;
}
.copyBtn {
	font-family: "EB Garamond", serif;
	font-weight: 590;
	font-size: 14px;
	font-style: italic;
	align-self: center;
}
.close-section {
	font-family: "EB Garamond", serif;
	font-weight: 590;
	font-size: 14px;
	font-style: italic;
}
.title-row {
    display: inline-flex;        /* shrink wrap to content */
    flex-direction: column;      
    align-items: center;         /* center children horizontally */
    gap: 8px;
}

.title-row h3 {
    margin: 0;
    text-align: left;
    width: 100%;                 /* ensure full line width */
}