@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=IM+Fell+Great+Primer:ital@0;1&display=swap');
a {
  color: #ffffff;
  text-decoration: none;
  line-height: 50px;
  padding: 3px;
}
a:hover {
  background-color: #ffffff;
  color: #94002d;
}
article {
  width: 1000px;
  color: #ffffff;
  font-size: 14pt;
  text-align: center;
  background-color:#CB2C00;
  border-radius: 5px;
	float:left;
position:relative; top:30px; left:-50px;border:solid #741D00 5px;
}
body {
  background-color: #E38E23;
  margin: 0px;
  padding: 0;
}
header {
  text-align: center;
  height: 250px;
  width: 100%;
  font-size: 20px;
}
span {color: #FFB62F;}
img {
  border-radius: 5px;
  margin: 3px;
}
nav {
  background-color:#CB2C00;
  text-align: center;
  width: 400px;
  font-size: 20px;
  float: left;border:solid #741D00 5px;
	 border-radius: 5px;
}
section {
	position:relative; left:100px;
  text-align: center;
  margin: auto;
  width: 1150px;
  height: 800px;
  padding: 70px;
  clear: left;
}
footer {
  background-color: #CB2C00;padding-bottom:10px; 
  width: 200px;position:absolute; bottom:30px; left:2300px;
  height: 35px;color:#FFFFFF;border:solid #741D00 5px;
}
p {
  font-family: "IM Fell Great Primer", serif;
  font-weight: 400;
  font-style: normal;
}
li {
  font-family: "IM Fell Great Primer", serif;
  font-weight: 400;
  font-style: normal;
}