body	{
	font-family: "EB Garamond";
	font-size: 20px;
	color: #000000; 
	line-height: 2em;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
}

h1	{
	font-family: "Love Ya Like A Sister", cursive, Copperplate; 
	color: #36454F;
	font-size: 36px;
	margin-top: 0px;
	text-align: left;
}

h2	{
	font-family: "Love Ya Like A Sister", cursive, Copperplate; 
	color: #336600;
	font-size: 24px;
	margin-top: 0px;
	text-align: center;
}

h3	{
	font-family: Bodoni-Poster; 
	color: #000000;
	font-size: 20px;
	margin-top: 0px;
	text-align: center;
}

h4	{
	font-family: Copperplate; 
	color: #36454F;
	font-size: 36px;
	margin-top: 0px;
	text-align: right;
}

h5	{
	font-family: Bodoni-Poster; 
	color: #FFFFFF;
	font-size: 24px;
	margin-top: 36px;
	text-align: center;
}


a:link	{
	font-family: "Love Ya Like A Sister", cursive, Copperplate;
        font-weight: bold;
	color: #355E3B;
	text-decoration: underline;
}

a:visited{
	color: #38513f;
	text-decoration: underline;
}

a:hover	{
	font-style: italic;
	font-weight: bold;
	color: #869d81;
	text-decoration: underline overline;
}

a:active {
	font-style: italic;
	font-weight: bold;
	color: #664d33;
	text-decoration: underline overline;
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  background-color: #f3f3f3;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}

nav li {
  float: right;
}

nav li a {
  display: block;
  color: #666;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

nav li a:hover:not(.active) {
  background-color: #ddd;
}

nav li a.active {
  color: white;
  background-color: #38513f;
}

.recipepic {
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.recipelink {
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.luckiest-guy-regular {
  font-family: "Luckiest Guy", cursive;
  font-weight: 400;
  font-style: normal;
}

.arbutus-regular {
  font-family: "Arbutus", serif;
  font-weight: 400;
  font-style: normal;
}

.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.space-mono-regular {
  font-family: "Space Mono", monospace;
  font-weight: 400;
  font-style: normal;
}

.space-mono-bold {
  font-family: "Space Mono", monospace;
  font-weight: 700;
  font-style: normal;
}

.space-mono-regular-italic {
  font-family: "Space Mono", monospace;
  font-weight: 400;
  font-style: italic;
}

.space-mono-bold-italic {
  font-family: "Space Mono", monospace;
  font-weight: 700;
  font-style: italic;
}

.love-ya-like-a-sister-regular {
  font-family: "Love Ya Like A Sister", cursive;
  font-weight: 400;
  font-style: normal;
}

<!--// <weight>: Use a value from 300 to 800
// <uniquifier>: Use a unique and descriptive class name-->

.open-sans-<uniquifier> {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
