.button001_a {
	color: #ffffff !important;
	text-transform: uppercase;
	background-color: #ff6600;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 40px;
	border-radius: 10px;
	display: inline-block;
	border: 2px solid #222222;
	width: 280px;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: large;
	letter-spacing: 1px;
	text-decoration: none;
}

.button001_a:hover {
	background-color: #f68d46;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 40px;
	;
	letter-spacing: 2px;
	-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
	-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
	box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
	transition: all 0.4s ease 0s;
}








.buttoncomms_a {
	color: #ffffff !important;
	text-transform: uppercase;
	background-color: #7DB15A;
	padding: 20px;
	border-radius: 10px;
	display: inline-block;
	border: thin solid #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.buttoncomms_a:hover {
	background-color: #A2D084;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
	;
	letter-spacing: 1px;
	-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
	-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
	box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
	transition: all 0.4s ease 0s;
}

	
	
/*GROW*/
.grow img {
	height: 100px;
	width: 100px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 10px;
} 
.grow img:hover {
	width: 120px;
	height: 120px;
}
