    body {
  background: url(../imagens/coffee.jpg);
  background-attachment: fixed;
}
#item2 {
	background: rgb(240,125,7);
	color: white;
}
#imgdani{ filter: drop-shadow(13px 0px 15px #000000)}
#rodape {
	background: rgb(240,125,7);
	color: white;
}
#home {
	background: rgb(240,125,7);
	color: white;
}
.bd-navbar {
	background: #ffff;
}
.caixa {
	padding: 60px 0;

}


footer {
	padding: 20px 0;
	background: rgb(240,125,7);

}
footer p a {
	color: white;
	margin: 5px 15px;
	text-decoration: none;
}

footer a:hover{
	color:white;
	text-decoration: none;
}