/* CSS Document NEW ADDS*/

.btn-large-homepage{  /***homepage****/
	width: 150px;
	display: block;
	padding: 10px;
	color: #626e5b!important;
	margin-left: 50px;
	background: rgb(12,221,0);
	background: linear-gradient(90deg, rgba(12,221,0,1) 0%, rgba(255,255,255,1) 50%, rgba(255,196,0,1) 100%);
	text-transform: uppercase;
	font-weight: 600;
	border: solid 1px #a9ffa9;
	border-radius: 5px;
}


.btn-med{

}

.btn-small{

}