/* button.css */


.btn-link a
{	
    margin-top:0;
	padding:8px 15px;
	background-color:#D4B472;
	color:#202020;
	border-radius:5px;
	position: relative;
	bottom: 0;
	vertical-align: bottom;
}

.read-more a
{	margin-top:20px;
	padding:8px 15px;
	background-color:#D4B472;
	color:#202020;
	border-radius:3px;
}
.read-more a:hover
{	background-color:#D4B472;
	color:#ffffff;
}





.btn-back a
{	width: 150px;
    color:#202020;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight:bold;
  margin: 20px 20px;
    padding: 7px 20px;
    background-color: #AEF0E9;
    border-radius: 4px;
    box-shadow: 6px 4px 12px #666666;
}
.btn-back a :hover
{ color:#000000;	
  text-decoration: none;
}