html {
	background: #abf;
	font-size: 105%;
	line-height: 140%;
	font-family: georgia, serif;
}

body {
	width: 65%;
	margin: 0 auto;
	border: #ddd thin solid;
	padding: 38px 38px 15px 38px;	
	/*background: linear-gradient(#cbcbcb, #cdcdcd 5%, #f0f0f0);*/
	background: #ccc;
}

header {
	padding: 0 20px;
	text-align: center;
}

.banner {
	margin: 20px 35px 10px 35px;
	line-height: 125%;
	letter-spacing: -1px;
	font-size: 2.6rem;
	font-family: garamond, serif;
	font-weight: bold;
	text-shadow: -1px -1px 2px gray;
	color: #ffe;
}

.featured-image {
	margin-bottom: 12px;
	width: 200px;
	height: auto;
}

nav {
	display: flex;
	justify-content: space-around;
	margin-top: 20px;
	margin-bottom: 50px;
}

button {
	width: 80px;
	background: linear-gradient(350deg, #b3b3b8, #d4d4d9);
	border-radius: 5px;
	border: gray thin solid;
}

button:active {
	background: linear-gradient(350deg, #b7b7bc, #dcdce0);
	border: #b8b8b8 3px solid;
}

button a {
	display: block;
	padding: 4px 7px;
	color: inherit;
	text-decoration: none;
}

button a:active {
  padding: 2px 6px;
}

.title {
	text-align: center;
	font-style: italic;
	color: #7070b8;
	text-decoration: underline;
	margin-bottom: 30px;
}

h1 {
	font-size: 2.15rem;
	line-height: 125%;
}

h2 {
	font-family: garamond, serif;
	font-size: 1.75rem;
	line-height: 105%;
}

h3 {
	font-family: verdana, sans-serif;
}

p, ol, ul, blockquote:not(.scripture) {
	font-size: 1.2rem;
	line-height: 130%;
}

li {
	list-style-position: inside;
	margin-bottom: 7px;
}

.scripture, .scripture cite {
	font-family: verdana, sans-serif;
}

.scripture cite {
	display: block;
	margin-top: 7px;
	text-align: right;
}

.focus-box {
	width: 80%;
	max-width: 400px;
	margin: 25px auto;
	border: black thin solid;
	padding: 10px 14px;
	text-align: center;
}

.focus-box h3 {
	line-height: 130%;
}

.focus-box li{
	text-align: left;
	list-style-position: outside;
	font-family: verdana, sans-serif;
	font-size: 1rem;
	line-height: 130%;
	font-weight: bold;
	font-style: italic;
}

footer {
	padding: 5px 35px 0 35px;
}

footer p {
	text-align: center;
	font-family: georgia, serif;
	font-size: 1.2rem;
	line-height: 45%;
	color: #444
}

footer a {
	color: inherit;
}

footer a:hover {
	color: blue;
}

@media screen and (max-width: 700px) {
	footer p {
		line-height: 120%;
		margin-top: 0;
	}
}
