

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {background-color: #000000}


a {color: white}
a:hover {color: #d80335}


p {color: white;

	font-family: 'Helvetica', Arial, sans-serif; 
}

.button {
	background-color: #d80335 !important;
    color: #ffffff !important;
	display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 42px;
    font-family: 'Helvetica', Arial, sans-serif;
    width: auto;
    white-space: nowrap;
    height: 42px;
    margin: 12px 5px 12px 0;
    padding: 0 22px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border: 0;
    border-radius: 3px;
    vertical-align: top;
}








