	.button {
    background: #5b3069;
    border-color: #5A5A5A;
    color: #fff !important;
    border: solid 1px #fff;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 0.8em;
    font-weight: 900;
    letter-spacing: 2px;
    min-width: 30%;
    padding: 0 0.5em;
    line-height: 2.75em;
    text-align: center;
    text-decoration: none;
}
		
		.button:hover{
		background: #69305B;
		}