.button:hover, .button:focus {
    background-color: #00a9e1;
    color: white;
    cursor: pointer;
}
.button {
    display: inline-block;
    padding-top: 7px;
    padding-right: 22px;
    padding-bottom: 7px;
    padding-left: 22px;
    background-color: #5d2370;
    border-radius: 3px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    font-family: "PTSans-Bold", "Helvetica", "Arial", sans-serif;
	font-weight: bold;
    line-height: 1.5em;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 20px;
}