
h1 {
	font-weight:bold;
	font-size:300%;
	text-align:center;
}

h2 {
	font-weight:bold;
	text-align:left;
	//border:3px double green;
	//border-radius:5px;
}

h3 {
	font-weight:bold;
	//text-align:left;
}

h4 {
	font-weight:bold;
	text-align:left;
	//color:blue;
}

p {
	line-height:180%;
	text-indent:-1.4em;
	margin-top:3px;
	margin-bottom:3px;
	margin-left:50px;
	margin-right:20%;
}

p.bible {
	font-weight:bold;
	line-height:180%;
	text-indent:0em;
	margin-top:3px;
	margin-bottom:3px;
	margin-left:50px;
	margin-right:22%;
	background-color:#ffffcc;
}

p.note {
	font-size:90%;
	line-height:130%;
	text-indent:0em;
	margin-top:3px;
	margin-bottom:3px;
	margin-left:50px;
	margin-right:20%;
}



		/* Top Navigation bar */
		.topnav {
		  overflow: hidden;
		  background-color: #333;
  		list-style-type: none;
		}
		.topnav a {
		  float: left;
		  display: block;
		  color: #f2f2f2;
		  text-align: center;
		  padding: 14px 16px;
		  text-decoration: none;
		  font-size: 120%;
		}
		.topnav a:hover {
		  background-color: #ddd;
		  color: black;
		}
		.topnav a.active {
		  background-color: #4CAF50;
		  color: white;
		}
		.topnav-right {
		  float: right;
		  background-color: orange;
		}

		/* header */
		.header {
		  background-color:DodgerBlue;
		  padding:10px;
		  text-align:center;
		  font-size:120%;
		  color:white;
		}
		/* footer */
		.footer {
		  background-color: #ddd;
		  padding: 10px;
		  text-align: center;
		  color: white;
			// border : 1px solid #bcbcbc;
		}
		/* Create four equal columns that floats next to each other */
		.main {
		  	width:800px;
		  	margin:auto;
				padding : 20px;
			  font-size : 120%;
				//border : 1px solid black;
		}


/* Goto Top Button */
#myBtn {
	display: none;
	width:80px;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: yellow;
	color: black;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
}
#myBtn:hover {
	background-color: white;
	color: red;
}


@media ( max-width: 900px ) {
	.main {
	  width:100%;
	  font-size : 100%;
	  /*border : 1px solid blue;*/
	}
 }
