#wrapper-inner{
	position: relative;
}
#donate{
	text-align: center;
		padding: 0px 4px;
		font-size: 0.7rem;
		letter-spacing: 0.75px;
		text-transform: uppercase;
		color: #000;
		background: #e6b856;
		font-weight: 800;
		width: 100px;
		border-radius: 20px;
		position: absolute;
		margin-top: 15px;
		margin-left: 40px;
		border: 2px solid #fff;

}
#donate:hover{
	background:#023a4b;
	color:#fff;
}
@media only screen and (max-width: 560px) {

  #donate{
	  margin-top:14px;
	  margin-left: 20px;
	  width:70px;
  }


}