body {
	font-family: 'Nunito', sans-serif;
	overflow-x:hidden;
	overflow-y:scroll;
	background:linear-gradient(to bottom, #f5b942, #9c5725);
	color:white;
	position:relative;
	bottom:20px;
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
h1 {
	text-align:center;
	font-size:40px;
	bottom:100px;
	position:relative;
	margin:15px;
	padding:30px;
}
#logo {
	width:50%;
	height:auto;
}
#logodiv {
	text-align:center;
	position:relative;
	top:5px;
	margin:10px;
	padding:10px;
}
#logocaption {
	top:-35px;
}
#cakes, #cookies, #bread {
	float:left;
}
#list {
left:175px;
position:relative;
float:left;
}
#img1 {
	width:100%;
	height:auto;
	border:solid;
	border-width:1px;
	border-radius:50%;
	border-color:black;
}
#imgdiv1 {
	float:right;
	position:relative;
	bottom:135px;
	right:-30px;
}
#logocaption {
	text-align:center;
	position:relative;
	bottom:1px;
	color:gray;
	opacity:.2;
}
#home {
  color:maroon;
}