 /*
	
*/

title, h1, p, h3, h4, footer, nav, li {
	font-family: Cambria Math;

}

header {
	text-align: center;
	font-weight: bold; 
	font-size: 2em;
	color: #000000;
	text-shadow: 2px 2px 4px white;
	padding: 3em;
	background-image: url("images/cumberland.park.jpg");
    background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 200px;
}	

nav {
  background-color: #1B3A04;
  text-align: center;
  padding: 0.25em; 
  text-align: center; 
  font-weight: bold; 
  font-size: 1.5em;
}
nav a { text-decoration: underline; }
nav a:link { color: #C6B49D; }
nav a:visited { color: #D2B48C; }
nav a:hover { color: #CC9933; }
nav ul { 
	list-style-type: none;
    padding-left: 0; 
}

p {
	border-style: groove;
	background-color: white;
	font-size: 1.5em;
	padding-left: 5em; 
	padding-right: 5em;
	text-align: center;
}

#wrapper { 
	width: 80%;
	background-color: #white;
    margin-right: auto;
	margin-left: auto;
	min-width: 900px;
	max-width: 1280px;
}

body {
  background-image: url("images/open-bible.jpg");
  background-repeat: no-repeat;
}

h2 {
	border-style: groove; 
	font-size: 1.5em;
	color: #000000;
	padding-left: 5em; 
	padding-right: 5em;
	background-color: #D2B48C;
	text-align: center;
	margin: 20px;
	padding: 20px;
}

h4 {
	font-size: 1.5em;
	border-style: groove; 
	background-color: white;
	margin-right: 35em;
}

li {
	font-size: 1.2em;
}	
	
footer {
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #6699CC;
  font-size: 1em;
  font-style: italic;
  text-align: center;
}

h5 {
	text-align: center;
	background-color: white;
	border-style: groove;
	font-size: 1.5em;
	margin-right: 12em;
	margin-left: 12em;
	
}

@media only screen and (max-width: 1050px) {
	h5 {
		margin-right: 0;
		margin-left: 0;
		font-size: 1.2em;
	}
	title, h1, h2, p, h3, h4, footer, nav, li {	
		font-size: 1.1em;
	}
	h4 {
		margin-right: 40em;
	}
}

@media only screen and (max-width: 1000px) {
	
	header { 
	    height: 250px;
	}
	title, h1, h2, p, h3, footer, nav, li {	
		font-size: 1em;
	}	
	h1 { 
		font-size: 2em;
	    text-align: center;
		padding-left: 0; 
	}
	nav { 
		margin: 0; 
	}
	nav a { 
		display: block; 
	     padding: 0em;
		 width: auto;
		 border-bottom: 1px solid #FEF6C2; 
	}
	nav li { 
		display: block; 
	}

	h2 { 
		padding: 0.5em 0 0 0.5em;
	    margin-right: 0.5em; 
	}
	#mobile { 
		display: inline; 
	}
    #desktop { 
		display: none; 
	}
	#wrapper { 
		min-width: auto;
		max-width: auto;
	}
	h4 {
		color: white;
		font-size: 1.5em;
		border-style: groove; 
		background-color: white;
		margin-right: 35em;
	}
	body {
		background-image: none;
		background-color: #C6B49D;
	}
}