.button-home a {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	font-family: var(--thm-font);
	transition: all 200ms linear;
	transition-delay: 0.1s;
	background:#d2ae6d;
	padding:15px 30px;
	border-radius:3px;
}
.button-home a:hover {
	color: #fff;
	background:#735e36;
}
