@charset "UTF-8";
/* CSS Document */
html{
	background: #7b573e;
	-webkit-font-smoothing: antialiased;
}

body{
	background: #5e1211;
	box-shadow: 0 0 2px rgba(0,0,0,0.06);
	color: #D8C6B8;
	padding: 20px;
	margin: 0 auto;
	max-width: 1000px;
}

hr{
	display: block;
	margin-before: 0.5em;
	margin-after: 0.5em;
	margin-start: auto;
	margin-end: auto;
	border-spacing: solid;
	border-width: 100%;
	height: 5px;
	background-color: #D8C6B8;
}

ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #D8C6B8;
	border: 5px solid #7b573e;
}

li{
	display: inline;
	float: left;
}

li a{
	display: block;
	color: #5e1211;
	text-align: center;
	padding: 14px 91.3px;
	text-decoration: none;
}

/* unvisited link */
a:link {
  color: #5e1211;
	background-color: #d8c6b8;
}

/* visited link */
a:visited {
  color: #585858;
	
}

/* mouse over link */
a:hover {
  color: #d8c6b8;
	background-color: #cf1c44;
}

/* selected link */
a:active {
  color: #5e1211;
	background-color: #cf1c44;
}

/* add a #7b573e right border to all items, except the last item (last child) */
li{
	border-right: 3px solid #7b573e;
}

li: last child{
	border-right: none;
}

ul{
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 10px;
}

h1{
	background: #5e1211;
	align-content: center;
	border: 5px solid #7b573e;
	width: 450px;
	height: 250px;
	padding: none;
	margin-left: 270px;
	margin-top: 5px;
}

h2{
	text-align: center;
	font-size: 50px;
	font-style: normal;
	font-variant: small-caps;
	color: #7b573e;
	font-family: "Gaudy Old Style";
	text-shadow: -1px 0 #d8c6b8, 0 1px #d8c6b8, 1px 0 #d8c6b8, 0 -1px #d8c6b8, 4px 4px 6px #d8c6b8;
}

h3{
	background: #5e1211;
	align-content: center;
	border: 5px solid #7b573e;
	width: 970px;
	height: 250px;
	padding: none;
	margin: 10px;
}

p{
	font-size: 25px;
	text-align: center;
	font-style: normal;
	font-family: "Klinic Slab Book";
	text-shadow: -1px 0 #7b573e, 0 1px #7b573e, 1px 0 #7b573e, 0 -1px #7b573e, 4px 4px 6px #d8c6b8;
}
