.footer{
	width:100%;
	bottom:0;
	overflow: hidden;
	font-size: 12px;
	text-align: center;
	border-top:5px solid #daad61;
	background: #fff;
	padding: 20px 0;
}
.footer p{
	color: #daad61;
}