#bibleNav {
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	z-index: 1;
	text-align: center;
	padding-top: 86px;
}
  
p {
	color: white;
}
  
body {
	background-color: black;
	margin: 0px;
	padding: 0px;
}
  
select {
	color: black;
	background-color: lightgray;
	text-align: center;
  }
  
option {
	background-color: lightgray;
}
  
optgroup {
	background-color: darkgray;
}
  
#bookList {
	border: 0px;
	width: 50%;
	height: 10vh;
	font-size: 40px;
	width: 50%;
	outline: none;
	text-align: center;
}
  
#chapterList {
	border: 0px;
	width: 25%;
	height: 10vh;
	font-size: 40px;
	outline: none;
	text-align: center;
}
  
#verseList {
	border: 0px;
	width: 25%;
	height: 10vh;
	font-size: 40px;
	outline: none;
	text-align: center;
}
  
button {
	background-color: darkgray;
	color: black;
	height: 10vh;
	width: 100%;
	font-size: 40px;
	border: 0px;
}
  
#output {
	color: white;
	font-size: 40px;
	position: relative;
	top: 0px;
}
  
#printToLog {
	height: 10vh;
	width: 50vw;
	padding: 0;
}
  
#copyButton {
	height: 10vh;
	width: 100vw;
	padding: 0;
}
  
#utilityBoxDiv {
	z-index: 1;
	position: fixed;
	color: black;
	bottom: 0;
	width: 100vw;
	font-size: 40px;
	white-space: nowrap;
}
ul.navbar {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
	position: fixed;
	width: 100%;
	z-index: 2;
}
  
ul.navbar li {
	float: left;
	width: 25%;
	font-size: 50px;
}
  
ul.navbar li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}
  
ul.navbar li a:hover {
		background-color: #111;
}
div.RetreatImages {
		display: flex;
		align-items: center;
		justify-content: center;
		padding-top: 86px;
}
div.lyrics {
		color: white;
		font-size: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
}
ul.navbar2 {
		list-style-type: none;
		margin: 0;
		padding: 0;
		background-color: #333;
		position: fixed;
		top: 86px;
		width: 100%;
	}
	
ul.navbar2 li {
	float: left;
	width: 50%;
	font-size: 50px;
	height: 50px;
}
	
ul.navbar2 li button {
	display: block;
	color: white;
	text-align: center;
	padding: 0px 0px;
	text-decoration: none;
	height: 50px;
}

ul.navbar2 li button:hover {
	background-color: #111;
}
#songName {
	color: white;
	text-align: center;
	font-size: 75px;
	text-decoration: underline;
	padding-top: 150px;
}