/* Style Sheet */
	body {
	margin-bottom:0px;
}
.footer {
  
  width: 100%;
  /* Set the fixed height of the footer here */
  
  background-color: transparent;
}


.footer a:hover{
	color:#3d6073;
}
.footer p{
	color:#711f35;
}
.container.footer,.col-md-12.footer{
	padding:0;
}
p.footer {
	text-align:center;padding:8px 0;
}
p.footer a{
	color:#711f35;
}
@media (max-width:767px){
	body {
	margin-bottom:0px;
}
.footer .col-md-3.start{
	padding-top:20px;
}
p.footer a{
	color:#711f35;
}

	.footer {
	background:#faeed4;padding-bottom:30px;
}

a.mobile_footer {
	display:block;padding:12px;background:#85bb31;color:#fff;border-radius:6px;margin:3px 0;
}
}