header {
	text-align: center;
}

body {
  background-color: #f7f8fa;
  background-image: url(ingredients2.jpg);
  background-size: 40%;
  background-position: right;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

ul {
  color: white;
  font-family: Klinic Slab;
  display: inline-block; 
  padding: 5px;
}

li {
  border:2px solid;
  border-color:#0B9446;
  border-radius: 20px;
  background-color: #CF1C44;
  display: inline;
  font-size: 25px;
  padding-left: 10px;
  padding-right: 10px;
}

h1 {
  color: #CF1C44;
  font-family: Klinic Slab;
  font-size: 50px;
  text-align: center;
  width: 70%;
}

h2 {
  color: #0B9446;
  font-family: Klinic Slab;
  font-size: 25px;
  text-align: center;
  width: 70%;
}

h3 {
  color: #0B9446;
  font-family: Klinic Slab;
  font-size: 20px;
  text-align: center;
  width: 70%;
}

h4 {
	font-family: Goudy Old Style;
	font-style: normal;
	font-size: 16px;
	color: #543136;
	width: 70%;
}

p {
  font-family: Goudy Old Style;
  font-size: 20px;
  color: #543136;
  padding: 5px;
  display: inline-block;
  margin: 5px;
  width: 70%;
  text-align: center;
}

footer {
	background: #CF1C44;
	font-family: Klinic Slab;
	color: white;
	text-align: center;
	margin-top: 40px; 
}

figcaption {
	color: #543136;
	font-family: Goudy Old Style;
	text-align: center;
}

div#header {
	display: inline-table;
	text-align: center;
	width: auto;
}

div#nav-left {
	float: left;
}

div#nav-right {
	float: right;
}

div#feature {
	text-align: center;
	width: 70%;
	display: block;
}

img#img-left {
	padding-right: 10px;
}

img#img-right {
    padding-left: 10px;
}

td {
  padding-left: 5px;
  padding-right: 5px;
}

tbody {
  font-family: Goudy Old Style;
  font-size: 18px;
  color: #543136;
}

thead {
  font-family: Klinic Slab;
  font-size: 20px;
  color: #543136;
}

div#menu-tables {
  width: 70%;
  align-content: center;
}

figure.leftmenu {
  display: inline-block;
  width: auto;
  border: 5px solid;
  border-color: #CF1C44;
  padding: 5px;
}

figure.centermenu {
  display: inline-block;
  align-content: center;
  width: auto;
  border: 5px solid;
  border-color: #CF1C44;
  padding: 5px;
}

figure.rightmenu {
  display: inline-block;
  width: auto;
  border: 5px solid;
  border-color: #CF1C44;
  padding: 5px;
}