@import url('https://fonts.googleapis.com/css?family=Bitter|Open+Sans|Source+Sans+Pro:900');

/* ====[ GLOBAL STYLES ]==== */
*
{
	margin: 0;
	padding: 0;
}

html
{
	font-family: 'Open Sans', serif;
	color: #211;
	background: #fff;
	text-align: center;
}

body { font-size: .7em; }
#aboutPhoto { margin: 2em 0 2em 0; }

img
{
	display: block;
	margin: 0 auto;
}

hr
{
    display: block;
    height: 1px;
    width: 40%;
    border: 0;
    border-top: 1px solid #eee;
    margin: 3.2em auto 3em auto;
    padding: 0;
}
.dropShadowImg
{
	/*  float: left; /* to flow in paragraph text */
	width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	-moz-box-shadow: 0.2em 0.2em 0.3em 0em #ccc;
	-webkit-box-shadow: 0.2em 0.2em 0.3em 0em #ccc;
	box-shadow: 0.2em 0.2em 0.3em 0em #ccc;
}

p
{
	font-size: .9em;
	margin: 1em 0;
	/*  text-indent: 1.2em; */
	line-height: 1.8em;
}

/* ====[ HEADER STYLES ]==== */
h1
{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 5em;
	color: #222;
	text-align: center;
	line-height: .8em;
	margin: 0em 0 0.1em 0;
}

h2
{
	font-family: 'Open Sans', sans-serif;
	font-size: 2em;
	font-style: italic;
	color: #222;
	text-align: center;
	margin: 1em 0 5em 0;;
}

h3
{
	text-align: center;
	font-family: 'Bitter', sans-serif;
	font-size: 1.3em;
	color: #211;
	margin: 1em 0 0 0;
}

h4
{
	/* kjv only */
	text-align: center;
	font-size: 1.3em;
	color: #555;
	line-height: 1.1em;
	margin: 1.4em 0 0.8em 0;
}

h5
{
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	font-size: 0.9em;
	color: #555;
	line-height: 2em;
	margin: 3em 0 0em 0;
}

h6
{
	text-align: center;
	font-size: 1.9em;
	color: #333;
	line-height: 1.1em;
	margin: .3em 0 1.5em 0;
}

.h5Fix { margin: 0; }

.h6Fix
{
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

/* ====[ FOR POETRY AND OTHER SIGNATURES ]==== */
.signature
{
	font-size: 0.9em;
	color: #777;
}

/* ====[ STRUCTURAL CONTAINERS ]==== */
#container
{
	width: 52em;
	margin: 10em auto;
	text-align: left;
}

/* apply .poetry to "main" div and specify an adequate width in "em" for "main" div on page */
.poetry
{
	margin-left: auto;
	margin-right: auto;
}

.names
{
	color: #0077cc;
	font-weight: bold;
}

.namesUL li, .examplesUL li
{
	/* list-style-type: disc; */
	margin-bottom: .5em;
}

.examplesUL li { list-style-type: disc; }

.button
{
	background-color: #0077cc;
	border: none;
	color: #fff;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 1em 0 0em 0;
	cursor: pointer;
	z-index: 0;
}

main
{
	font-size: 1.8em;
	line-height: 1.5em;
}

main a
{
	display: inline-block;
	position: relative;
	color: #0077cc;
	text-decoration: none;
}

main ul
{
	font-size: .9em;
	margin: .4em 0 0 0;
}

main ul li
{
	list-style-type: none;
	line-height: 1.7em;
}

ul a
{
	display: inline-block;
	position: relative;
	color: #0077cc;
	text-decoration: none;
}

footer
{
	text-align: center;
	text-transform: lowercase;
	color: #ddd;
	font-size: 2em;
	margin: 2.8em 0 1.8em 0;
}

footer a
{
	margin: 0 0.4em;
	color: #0077cc;
	text-decoration: none;
}

#footerMenu
{
	position: fixed;
	text-align: center;
	bottom: 0;
	width: 100%;
	text-transform: lowercase;
	color: #ccc;
	font-size: 1.6em;
	height: 1.9em;
	padding-top: .4em;
	background-color: rgba(255,255,255,0.95);
	border-top: solid 1px #ccc;
}

#footerMenu ul li
{
	display: inline;
	margin: 0 .7em;
	/*  border-right: 1px dotted #222; */
}

#footerMenu ul li a
{
	color: #0077cc;
	text-decoration: none;
}

/*
.spacer {
  color: #ddd;
  margin: 0 1em 0 1em;
  } */

#marginFix
{
	clear: both;
	margin-bottom: 2em;
}

/* For larger screens more than 2000 pixels wide */

@media only screen and (min-width: 2000px)
{
	html { font-size: 1.2em; }
	#container { width: 50%; }
}

/* For larger screens 1500-1999 pixels wide */

@media only screen and (min-width: 1500px) and (max-width: 1999px)
{
	html { font-size: 1.4em; }
	#container { width: 50%; }
}

/* For larger screens 900-1499 pixels wide */

@media only screen and (min-width: 900px) and (max-width: 1499px)
{
	html { font-size: 1.2em; }
	#container { width: 60%; }
}

/* For screens 700-899 pixels wide */

@media only screen and (min-width: 700px) and (max-width: 899px)
{
	html { font-size: 1em; }
	#container { width: 80%; }
}

/* For screens 500-699 pixels wide */

@media only screen and (min-width: 500px) and (max-width: 699px)
{
	html { font-size: 0.9em; }
	#container { width: 85%; }
	#footerMenu ul li { margin: 0 .3em; }
	#chaptersContainer { width: 100%; }
	
	#chaptersUl li
	{
		width: 20%;
		margin-bottom: 1.2em;
	}
}

/* For screens 350-499 pixels wide and mobile devices */

@media only screen and (max-width: 499px)
{
	html { font-size: 0.8em; }
	#container { width: 87%; }
	#footerMenu ul li { margin: 0 0.1em; }
	#footerMenu { padding-top: .2em; }
	#footerMenu ul li { font-size: 1.1em; }
	
	nav a
	{
		margin: 0 0.1em;
		font-size: 1.2em;
	}
	footer a { margin: 0 0.1em; }
	
	
	#chaptersUl li
	{
		width: 20%;
		margin-bottom: 1.2em;
	}
	
	#footerMenu
	{
		height: 2.2em;
		padding-top: .6em;
	}
	
	#footerMenu ul li { margin: 0 .2em; }
}

/* For screens under 349 pixels wide and mobile devices */

/* @media only screen and (max-width: 349px) {
  #footerMenu {
    height: 2.8em;
    padding-top: .7em;
    }
  #footerMenu ul li { font-size: 1.4em;  margin: 0 0.4em; }
  nav a {
    font-size: 1.3em;
    }
  footer a {
    font-size: 1.3em;
    } 
  }*/

.anchor
{
	display: block;
	height: 50px;
	/* this is the height of your header */
	margin-top: -50px;
	/* this is again negative value of the height of your header */
	visibility: hidden;
}

.dropbtn
{
	position: fixed;
	left: 46%;
	top: 0;
	width: 16%;
	height: 16%;
	color: #fff;
	font-size: 2.2em;
	margin-top: 1em;
	border: none;
	cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus { background-color: #0077cc; }

.dropdown
{
	position: fixed;
	left: 0;
	top: 0;
/*	width: 100%; */
	display: inline-block;
	z-index: 1;
}

.dropdown-content
{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	text-align: center;
	overflow: auto;
	box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.2);
}

.dropdown-content a
{
	color: #ddd;
	font-size: 2em;
	padding: 1em 1em;
	text-decoration: none;
	display: block;
}

.dropdown a:hover
{
	background-color: #0077cc;
	color: #fff;
}

.show { display: block; }
