html {
  font-size: 18px;
}

body {
  background-color: #242423;
  background-image: url("background.jpg");
  background-position: center;
  color: #ccc7ba;
  font-family: 'Playfair Display', 'Courier New', monospace;
  text-align: left;
  width: 75%;
  margin: auto;
}

footer {
  padding: 1rem;
  color: #fff;
  font-family: 'Playfair Display', 'Courier New', monospace;
  text-align: center;
}

.space {
  padding: 3rem;
}

.image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

/* text and element styling options */

h1 {
  font-size:3rem;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
}

h2 {
  font-size:2rem;
  font-family: 'Playfair Display', serif;
}
  
a:link {
  color: #eca37e;
}

a:visited {
  color: #968080;
}

a:hover {
  color: #fff;
  background-color: #3c4432;
}

hr {
  color: #a66c4c;
  border-bottom: .313rem double;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

hr.short {
  color: #a66c4c;
  margin-top: 1.5rem;
  width: 30%;
  border-bottom:.25rem double;
}

blockquote::after {
	content: "***";
	display: block;
	text-align: center;
	clear: both;
	color: #a66c4c;
	font-size:2rem;
	font-weight: 400;
}

/* miscellany */

@media screen and (max-width: 800px) {
  .left, .main, .right {
    width: 100%;
  }
}