html{
	padding: 0;
	margin: 0;
}
body{
	padding: 0;
	border: 0;
	margin: 0;
	font-family: 'Quicksand', sans-serif;
	letter-spacing: 0.05em;
}

header {
	background-image: url('../images/cover-photo.jpg');
	height: 100vh;
	width: 100vw;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 0;
	border: 0;
	margin:0;

}

#ingredients {
	background-color: #f0ae58;
	width: 414px;
	height: 350px;
}


h1 {
	margin: 0 40px 30px 60px;
	padding-top: 50px;
	font-weight: bold;
	font-size: 35px;
}

h2 {
	font-size: 27px;
	color:#f0ae58;
	font-weight: bolder;
	margin: 0;
}

h3 {
	margin: 0;
	font-size: 35px;
	text-align: center;
}

p{
	margin: 20px 0 20px 0;
}

/* 
.box {
	display: inline;
	width: 30%;
	margin: 30px 0 0 40px;
}

.ingredient-pics {
	float: left;
	width: 50%;
	margin-right: 20px;
}
*/
.ingredient-text {
	font-size: 20px;
	padding-left: 60px;
}

i {
	margin-right: 10px;
	display: inline;
}

#facts {
	background-color: black;
	background-image: url('../images/facts-bg-2.jpg');
	background-size: contain;
	width: 414px;
	height: 290px;
	color: white;
	font-size: 20px;
	padding-top: 10px;
}
.facts-text {
	font-size: 20px;
	padding-left: 60px;
	padding-right: 40px;
}

#directions {
	width: 414px;

	margin: 0;
	font-size: 20px;
}
#directions-title {
	margin-bottom: 50px;
}
.directions-text {
	margin-left: 60px;
	margin-right: 60px;
}

img {
	width: 90%;
}

.steps {
	margin-bottom: 50px;
	margin-top: 50px;
}

#step6 {
	margin-bottom: 80px;
}

hr {
	display: block;
	width: 265px;
	border: 0;
    border-top: 1px solid #f0ae58;
	margin: 0;
}

#finished {
	background-color: #f0ae58;
	width: 414px;
	height: 100px;
	padding-top: 50px;
}

#finished-pic {
	background-image: url('../images/finished-pic.jpg');
	height: 273px;
	width: 414px;
	background-size: cover;
}

#copyright {
	height: 80px;
	width: 414px;
	background-color: #132630;
	color: white;
	font-size: 5px;
}

#copyright-text {
	margin: 0 10px 10px 20px;
	padding-top: 20px;
	line-height: 17px;
}

#rishiji:visited {
	text-decoration: none;
	color: white;
}
#rishiji:active {
	text-decoration: none;
	color: white;
}















