 /*
	
*/
title, p, h3, h4, footer, nav, li {
	font-family: Garamond;
}

header {
	text-align: center;
	font-family: Lucida Calligraphy; 
	text-shadow: 2px 2px 4px #928F8F;
	font-size: 1.5em;
	color: #000000;
	
	padding: 3em;
	background-image: url("new_images/mountains-g53d6a853d_1920.jpg");
    background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 200px;
}	

nav {
  background-color: #4F4E58;
  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 {
	font-size: 1.5em;
	padding-left: 5em; 
	padding-right: 5em;
	text-align: center;
}

footer {
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #4F4E58;
  font-size: 1em;
  font-style: italic;
  text-align: center;
}

body {
	background-color: #F1E6E6;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center
}

img {
  max-width: 100%
}

.image {
  flex-basis: 150%
}

.text {
  font-size: 20px;
  padding-left: 20px;
}

h5 {
	text-align: center;
	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;
		font-size: 20px;
	}
	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: #F1E6E6;
	}
}