/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
.wf-loading {
display: none;
}

/* ------------------------- Colors ------------------------- */

.hoamcoBlue {
background-color: rgb(14,52,82);	
}

.hoamcoBlue:hover {
    background-color: #bdbdbd;
}