.BuyTitle{
	font-family: Abel;
	font-size: 40px;
	font-weight: none;
	font-style: none;
}
.BuySubTitle{
	font-family: Abel;
	font-size: 22px;
	font-weight: none;
	font-style: none;
}
.BuyText{
	font-family: Abel;
	font-size: 18px;
	font-weight: none;
	font-style: none;
}
.BuyParagraph{
	font-family: Abel;
	font-size: 14px;
	font-weight: none;
	font-style: none;
}
.BuyName{
	font-family: Abel;
	font-size: 22px;
	font-weight: none;
	font-style: none;
}
.IconButton {
	color: white;
	border: solid 1px #b4a3e5;
	min-height:42px;
	background:#572f8d;
}
.IconButton:hover{
	background:#7581c8;
	box-shadow:0px 0px 1em #333333;
}