@charset "utf-8";
/* Author : Janice Eng
	Date : 9 October
*/

/* design */
* {
	margin-left: auto;
	margin-right: auto;
}

.recipe-title {
	font-size: 50pt;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-style: bold;
	margin: 0px;
	padding: 10px 0;
	color: #EDE1D2;	
}  


h2{
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-style: oblique;
	margin-top: 5px;
	padding-bottom: 20px;
	color: #EDE1D2;
}

h3 {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 20pt;
	text-decoration: underline;
}

p{
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-size: 20pt;
  	display: block;
	font-style: normal;
}

.materials{
	font-family: 'Montserrat', sans-serif;
	font-size: 16pt;
	color: #412F26;
}

.steps{
	font-family: 'Montserrat', sans-serif;
	font-size: 16pt;
	line-height: 30px;
	color: #412F26;
}

#directions {
	color: #5D2510;
}

#ingredient-list {
	color: #5D2510;
}

body{
	background: #6A6F4C;
}

#intro-text{
	color: #CBB89D;
}

.tips{
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	text-decoration: underline;
	padding: 5px;
	font-size: 50pt;
	color: #EDE1D2;
}

/* img */

.pound-cake{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	height: auto;
	padding: 0 0 20px 0;
	border-radius: 75px;
}

.ingredient-pic{
	width: 100%;
	height: auto;
	padding: 5%;
	border-radius: 75px;
}

.another-pound-cake{
	width: 90%;
	height: auto;
	padding: 4%;
	border-radius: 75px;
}

/* container */

.contain{
	width: 50%;
	margin: 30px auto;
	background: none;
}

.container{
	width: 80%;
	margin: 30px auto;
	background: #EDE1D2;
	border-radius: 75px;
}

.ingredient-sec{
	min-height: 450px;
	display: flex;
}

.aside-left{
	min-height: 450px;
	min-width: 50%;
	padding: 1%;
	box-sizing: border-box;
}

.aside-right{
	min-height: 450px;
	min-width: 50%;
	padding: 1%;
	box-sizing: border-box;
}

.container-two{
	width: 80%;
	margin: 0 auto;
	background: #EDE1D2;
	border-radius: 75px;
}

.directions-sec{
	min-height: 450px;
	display: flex;
}

.aside-rights{
	min-height: 450px;
	min-width: 50%;
	padding: 1%;
	box-sizing: border-box;
}

.aside-lefts{
	min-height: 450px;
	min-width: 50%;
	padding: 1%;
	box-sizing: border-box;
}

.list-container{
	min-width: 50%;
	margin: 100px;
	overflow: auto;
}

/* link */

.link a:link {
	text-decoration: none;
	color: darkcyan;
}

.link a:visited{
	text-decoration: none;
	color: crimson;
}

.link a:hover{
	text-decoration: underline;
	color: deeppink;
}

.link a:active{
	text-decoration: underline;
	color: hotpink;
}

/* tips */ 

.row{
	display: flex;
	gap:3%;
	justify-content: space-evenly;
	align-content: center;
}

.column{
	min-width: 30%;
	min-height: 200px;
	padding: 2%;
	box-sizing: border-box;
	background: #EDE1D2;
	border-radius: 75px;
}

.left{
	font-size: 16pt;
	color: #412F26;
}








