.footer{
	background-color: #8A081F;
}
.footer #copyright{
	text-align: center;
	margin-top: 25px;
	margin-bottom: -15px;
	color: white;
}
.footer #engineered{
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
	color: white
}

.footer #engineered a{
	color: grey;
}

.footer #engineered a:hover{
    color: #ffffff;
}