/* Write your custom CSS here */
body{
    font-family: 'Karla', Helvetica, Arial, sans-serif;
}

.button, a.button {
    background: #000000;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    border: 1px solid black;
    border-radius: 0 !important;
}
.button:hover, a.button:hover {
	color: #000;
    background-color: #ffffff;
    border-color: black;
}
.page-inner {
    background: #ffffff !important;
}
.page-title {
    background: none;
    border: none;
    padding-bottom: .5em;
}
.sidebar-profile span {
    color: #000;
}

.FormAlert {
    padding: 22px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999;
}