body {
  margin: 0;
}
#top,
#bottom {
  box-sizing: border-box;

}
h1 {
  color: #FA9805;
  font-family: Zapfino, 'Edwardian Script ITC', cursive;
  font-size: 40px;
  font-weight: bolder;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  line-height: 1.0;
  margin: 0 0 20px;
}
.ribbon-container {
	height:auto;
	position: relative;
	z-index: 1;
	margin-bottom: 1px;
	padding-bottom: 1px;
}
.ribbon {
  background: hsl(30, 90%, 65%) url(noise.png);
  box-shadow: 2px 6px 12px rgba(0,0,0,0.5);
  font-family: Charter, serif;
  font-size: 16px;
  line-height: 1.0;
  text-align: center;
  margin: 0 auto;
  padding: 0.25em 0;
  position: relative;
  width: 70%;
}
.ribbon:before,
.ribbon:after {
  border: 1.5em solid hsl(30, 82%, 62%);
  content: '';
  display: block;
  position: absolute;
  bottom: -1em;
  z-index: -1;
}
.ribbon:before {
  left: -2em;
  border-right-width: 1.5em;
  border-left-color: transparent;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
.ribbon:after {
  right: -2em;
  border-left-width: 1.5em;
  border-right-color: transparent;
  box-shadow: -2px 2px 2px rgba(0,0,0,0.5);
}
.ribbon-content {
  border-top: 0.0625em dashed hsl(30, 90%, 44%);
  border-bottom: 0.0625em dashed hsl(30, 90%, 44%);
  box-shadow: inset 0px 1px 1px rgba(0,0,0,0.08), inset 0px -1px 1px rgba(255,255,255,0.08), 0px -1px 1px rgba(255,255,255,0.2), 0px 1px 1px rgba(0,0,0,0.08);
  display: block;
  padding: 0.6875em 0;
}
.ribbon-content:before,
.ribbon-content:after {
  content: '';
  display: block;
  position: absolute;
  border-style: solid;
  border-color: hsl(30, 80%, 40%) transparent transparent transparent;
  bottom: -1em;
}
.ribbon-content:before {
  left: 0;
  border-width: 1em 0 0 1em;
}
.ribbon-content:after {
  right: 0;
  border-width: 1em 1em 0 0;
}
.ribbon a {
  color: hsl(30, 90%, 40%);
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.25);
}
.ribbon a:hover {
  color: hsl(30, 90%, 43%);
}
.underpage {
	background: #f4f4f4;
	box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.25);
	box-sizing: border-box;
	color: #444;
	font-family: Garamond, 'Goudy Old Style', Times, 'Times New Roman', serif;
	line-height: 1.5;
	
	top: -4em;
	width: 60%;
	z-index: -1;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0.5em;
	padding-right: 1.5em;
	padding-bottom: 1em;
	padding-left: 1.5em;
}
