.centerimg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  height: auto;
}

body {
	background-image: url("regal.png");
}

h1,figcaption {
	font-family: "Playfair Display", serif;
	color: #211A1D;
	font-weight: bold;
	text-align: center;
}

h3,h4 {
	padding: 0px 30px 0px 30px;
	font-family: "Playfair Display", serif;
	color: #211A1D;
}

p, dt, dd, li {
	padding: 0px 30px 0px 30px;
	font-family: "Assistant", serif;
	color: #211A1D;
}

ul, dl {
    padding: 0px 30px 0px 30px;
    list-style-type: square;
}

.nav-link {
	font-family: "Assistant", serif;
	font-weight: bold;
	color: #211A1D;
}

section p::first-letter {
	font-family: "Playfair Display", serif;
	font-weight: bold;
}

.nav-link:visited, .nav-link:hover {
	color: #AD343E;
}

section p:hover, li:hover, dt:hover {
	color: #6A8D73;
}

footer p {
	font-family: "Assistant", serif;
	color: #6A8D73;
	display: table-row;
	font-size: 12px;
}
