.footerContainer
{
	border-top: 3px solid #fafaf8;
}

.footerTitle
{
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 300;
  color:var(--mainColor);
}

.footerPhone
{
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 300;
  color:#707070;
  padding-top:9px;
}

.footerText, a.footerText, a.footerText:hover
{
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
  color:#707070;
}
a.footerText:hover
{
	text-decoration:underline;
}

.bg_footer
{
	background: #7d7972;
}

.footerCopyright
{
	font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 300;
  color:#FFFFFF;
}