@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&display=swap');

body {
	background-color: black;
	color: #111;
	margin: 30px 20px 20px 10px;
	font-family: 'Malgun Gothic', 'Segoe UI', 'Noto Sans', 'Open Sans', sans-serif;
}

/* Top horizontal rule */
.topline {
  border: none;
  border-top: 1px solid #ccc;
  margin-bottom: 30px;
}

/* Book Chapter Verse heading */
#bcv {
	font-family: 'Trajan Pro', 'Cinzel', serif;
	font-size: 28pt;
	/* float: left; */
	margin: 0;
	/* text-shadow: 2px 2px 5px #aaa; */
	border-bottom: 1px solid #ccc;
	padding-bottom: 14px;
}

/* Main scripture verse */
.verse {
	font-size: 12pt;
	line-height: 1.4;
	margin-bottom: 30px;
	clear: both;
	/* background-color: #f8f8f8;
	padding: 8px */
}

/* Metadata block */
.metrics {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10pt;
  color: #aaa;
  white-space: pre;
}

sup {
	font-size: 8pt;
}