@charset "utf-8";
/* CSS Document */

/* Formatting Text */
h1{
	font-size: 95px;
	text-align: center;
	font-weight: normal;
	padding-bottom: 0;
}

h2{
	font-family: 'Onest', sans-serif;
	font-size: 28px;
	padding-bottom: 10px;
	color: #F0EAD9;
	font-style: italic;
}

h3{
	font-family: 'Onest', sans-serif;
	text-align: center;
	font-size: 27px;
	text-decoration: underline;
}

h4{
	font-family: 'Onest', sans-serif;
	text-align: center;
	font-size: 22px;
	margin-top: 0;
}

p, ul, ol{
	font-family: 'Onest', sans-serif;
	text-align: left;
	font-size: 17.5px;
}

.container{
	width: 900px;
	margin: 0 auto;
	background-color: floralwhite;
}

header{
	background-color:#5D7350;
}

.recipe-title{
	font-family: 'Allura', cursive;
	margin: 0;
	padding: 20px 0 0;
	color: #F0EAD9;
}

.author{
	text-align: center;
	padding-bottom: 20px;
	padding-top: 10px;
	margin: 0;
}

.author a:link, a:active, a:visited {
	color: #E2D3AE;
	text-decoration: none;
}

.author a:hover {
	color: #E3A267;
	text-decoration: underline;
}

.img-pasta{
	height: auto;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	width: 80%;
}

body{
	padding: 0px;
	margin: 0;
	background-color: floralwhite;
	font-family: 'Onest', sans-serif;; 
}

.promotitle {
	margin-bottom: 0;
	font-size: 29px;
	color: #5D7350;
	font-style: italic;
	text-decoration: none;
}

.promopara{
	max-width: 890px;
	text-align: center;
	margin: 0, auto;
	color: #5D7350
}

.ingredients-block{
	padding:10px;
  	width: 85%;
	margin: auto;
}

.ingredients-detail{
	display: flex; 
	justify-content: center;
}

.ingredients-pic {
	flex-grow: 2;	
}

.ingredients-list{
	flex-grow: 3;
	margin-bottom: 5px;
}

.ingredients-list li{
	margin-bottom: 5px;
}

.directions-block{
	padding:10px;
  	width: 85%;
	margin: auto;
}
.directions-detail{
	display: flex; 
	justify-content: center;
}

.directions-list{
	flex-grow: 4;
}

.directions-list li{
	margin-bottom: 10px;
	line-height: 24px;
}

#tipstricks{
	font-size: 35px;
	text-align: center;
	text-decoration: italic;
	background-color:#5D7350;
	padding: 30px;
}

.column{
	min-width: 30%;
	min-height: 200px;
	padding: 2%;
	box-sizing: border-box;
	text-align: center;
	margin-top: 0;
	padding-top: 0;
}

.notes{
	font-style: bold;
	color: #0B0000;
	margin: 0;
}

.notespara{
	color: #5D7350;
}