@charset "utf-8";
/* CSS Document */

html{
	scroll-behavior: smooth;
}

a:hover {
	text-decoration: underline;
	color: crimson;
}

body {
  font-family: 'Playfair Display', serif;
  padding: 0rem 3rem;
	padding-bottom: 2rem;
  margin: 0px;
	background-color: #FFFAEA;
	line-height: 1.5rem;
}
.heading {
  color: darkred;
  text-align: center;
  font-weight: 900;
  margin: auto 0rem;
}
.image-container {
  text-align: center;
}
.nav-container {
  display: flex;
  padding: 2rem 0rem;
}
.navigation {
  margin-left: auto;
}
.nav-link {
  text-decoration: none;
  color:darkred;
  margin: 0rem 2rem;
  font-weight: 900;
  font-size: 22px;
}
.menu-list {
  display: inline;
}
.content-container {
  padding: 0rem 20rem;
}
.section-title {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0rem;
	color: #3D0000;
}
.section-text {
  text-align: justify;
  font-weight: 400;
	font-size: 15px;
  margin-top: 0.5rem;
	color: #950101;
	margin-bottom: 0px;
}

.instructions{
	padding: 0rem 1rem;
}

.step{
	margin-bottom: 0.5rem;
}

.list {
  margin: 0rem 1.5rem;
  display: inline;
}
h3 {
  font-weight: 500;
	font-size: 18px;
	margin-bottom: 0px;
	color:#5F0606
}