*,
*:before,
*:after {
  box-sizing: border-box;
}

html, body  {
	position: relative;	
	min-height: 100%;
}

h2 {
	font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	padding-bottom: 0.7rem;
	font-size: 32px;
	margin-bottom: 1rem;
}

.preFooterContainer {
	display: block;
	overflow: hidden;
	position: relative;
	min-height: 100vh;
	width: 70%;
	margin: 0 auto;
  	max-width: 800px;
  	padding-bottom: 3.7rem	
}

nav {	
	height: 35px;
	left: 0;
}

.fancy img {
	width: 100%;
}

footer {
	position: absolute;	
	padding: .2rem;
  	bottom: 0;
  	left: 0;
  	right: 0;
} 

.footerText {
	padding-left: 1em;
}

a.anchor {    
    top: -30px;    
}

img {
	max-height: 936px;
	transition: opacity 0.5s;
	opacity: 1;
}

img:hover {
	opacity: 0.7;
	transition: opacity 0.2s;

}

nav img:hover {
	opacity: 1;
}

p a {
	background-color: #e2b162;
	padding: 3px 5px;
	border-radius: 5px;
	border: 1px solid #555;
	color:  #fff;
	text-decoration: none;
}

p a:hover {
	background-color: #fff;
	color: #e2b162;
	border-color: #e2b162;
}

p ~ :last-child {
	margin-top: 1.5rem;
	margin-bottom: 1.6rem;

}



p a:nth-child(2) {
	position: relative;
	top: .35rem;	
	background-color: #fff;
	padding: 0;
	border-radius: 0;	
	border: none;
	color:  #e2b162;
	font-size: 1.6rem;
	margin-left: .3rem;

}

p a:nth-child(2):hover {
	color:  #555;
}