@font-face {
    font-family: Lato-Regular;
    src: url(fonts/Lato-Regular.ttf);
}

.footer-basic-centered{
	background-color: #673e0f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: center;
padding: 30px;
	
}

.footer-basic-centered .footer-company-motto{
	color:  #8d9093;
	font-size: 24px;
	margin: 0;
}

.footer-basic-centered .footer-company-name{
	color:  #c2ac92;
	font-size: 14px;
	margin: 0;
	font-family:Hero;
}

.footer-basic-centered .footer-links{
	list-style: none;
	font-weight: bold;
	color:  #ffffff;
	margin: 0px 0px 15px 0px;
}

.footer-basic-centered .footer-links a{
	display:inline-block;
	text-decoration: none;
	color: #fff5ea;
	font-family:hero;
	font-size:15px;
	letter-spacing: 2px;
	/*     width: 8%; */
    text-align: left;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 600px) {

	.footer-basic-centered{
		padding: 35px;
	}

	.footer-basic-centered .footer-company-motto{
		font-size: 18px;
	}

	.footer-basic-centered .footer-company-name{
		font-size: 12px;
	}

	.footer-basic-centered .footer-links{
		font-size: 14px;
		padding: 25px 0 20px;
	}

	.footer-basic-centered .footer-links a{
		line-height: 1.8;
	}
}