﻿.green-button {
	background-color: #59d958;
	border: 5px solid #fff;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	height: 100px;
	width: 325px;
	box-sizing: border-box;
	border-radius: 50px;
	text-align: center;
	line-height: 30px;
	padding: 15px 0;
	overflow: hidden;
	font-size: 24px;
	font-weight: 400;
	font-family: 'Roboto'
}
.gold-button {
	background-color: #fab731;
	border: 5px solid #fff;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	height: 100px;
	width: 325px;
	box-sizing: border-box;
	border-radius: 50px;
	text-align: center;
	line-height: 30px;
	padding: 15px 0;
	overflow: hidden;
	font-size: 24px;
	font-weight: 400;
	font-family: 'Roboto'
}
.blue-button {
	background-color: #1aa3dc;
	border: 5px solid #fff;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	height: 100px;
	width: 325px;
	box-sizing: border-box;
	border-radius: 50px;
	text-align: center;
	line-height: 30px;
	padding: 15px 0;
	overflow: hidden;
	font-size: 24px;
	font-weight: 400;
	font-family: 'Roboto'
}
.red-button {
	background-color: #e24d41;
	border: 5px solid #fff;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	height: 100px;
	width: 325px;
	box-sizing: border-box;
	border-radius: 50px;
	text-align: center;
	line-height: 30px;
	padding: 15px 0;
	overflow: hidden;
	font-size: 24px;
	font-weight: 400;
	font-family: 'Roboto'
}
a.green-button,
a.gold-button,
a.blue-button,
a.red-button,
a:hover.green-button,
a:hover.gold-button,
a:hover.blue-button,
a:hover.red-button
{
	color: #fff;
}
