@charset "utf-8";
*, *:before, *:after {
}
#outline {
	color: #432818;
	font-size: 1em;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 200px;
	background-color: #FFE6A7;
	padding-left: 50px;
	padding-bottom: 20px;
	padding-right: 50px;
}
#start {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	color: #432818;
	padding-left: 0px;
	font-size: 1em;
}

#start header img {
	padding-top: 30px;
}
#start header h1 {
	display: inline;
	float: right;
	margin-top: 195px;
}



#start header p {
	/* [disabled]display: inline; */
	margin-left: 600px;
	margin-top: -268px;
}

h1 {
	font-family: 'Comfortaa', cursive;
	border-bottom: medium solid #CBA369;
	display: inline;
	padding-bottom: 3px;
}


h2 {
	font-family: 'Comfortaa', cursive;
}
h3 {
	font-family: 'Comfortaa', cursive;
}
p {
	font-family: 'PT Serif', serif;
	font-size: 17px;
}
ul li {
	font-family: 'PT Serif', serif;
}
main {
	margin-bottom: 30px;
}
#ingredToolsParent {
	display: flex;
	justify-content: space-around;
}
.ingredToolsChild  {
	flex-basis: 40%;
	background-color: #E1BB82;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-radius: 85px;
	margin-bottom: 40px;
}
.ingredText {
	margin-left: 25px;
	margin-right: 20px;
}


.bakingColor {
	/* [disabled]border-bottom-color: #99582A; */
	border-bottom-style: solid;
	border-bottom-width: medium;
}
#instructionsParent {
	border-bottom: medium solid #BB9457;
}

#bakingIntro {
	max-width: 700px;


}

#bakingContent {
	max-width: 480px;
}




.bakingProcess {
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	display: flex;
	justify-content: space-around;
	padding-bottom: 40px;
}






aside {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #BB9457;
	padding-left: 60px;
	padding-right: 60px;
	border-left: medium dotted #6F1D1B;
	border-radius: 115px;
	border-right: medium dotted #6F1D1B;
}
.bakingTips {
	margin-left: 50px;
	margin-right: 50px;
}

aside h1 {
	padding-left: 0px;
	border-bottom: medium solid #6F1D1B;
	font-size: 26px;
}
aside h2 {
	font-size: 22px;
}


section {
	padding-bottom: 20px;
	padding-top: 40px;

}
section h1 {
	font-size: 26px;
}


footer {
	text-align: center;
	font-size: 12px;
	border-top: medium dashed #432818;
	padding-top: 17px;
	display: block;
}
footer h1 {
	border-bottom: medium solid #FFE6A7;
	color: #432818;
}


footer p  {
	font-size: 17px;
}
