/* =======================================================================
 * COLORS VARIABLES
 * -----------------------------------------------------------------------
 * Define all the colors used in the website. You can use
 * http://chir.ag/projects/name-that-color/ to generate human readable
 * names for each color.
 * ===================================================================== */
@font-face {
    font-family: 'Messina Bold';
    src: url("../fonts/MessinaSans-Bold.woff2") format("woff2"), url("../fonts/MessinaSans-Bold.woff") format("woff");
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Messina Regular';
    src: url("../fonts/MessinaSans-Regular.woff2") format("woff2"), url("../fonts/MessinaSans-Regular.woff") format("woff");
    font-style: normal;
    font-stretch: normal;
}

/* =======================================================================
 * BREAKPOINTS
 * -----------------------------------------------------------------------
 * Breakpoints are used for responsive design. You can define here
 * the breakpoints required for the design.
 * ===================================================================== */
/* =======================================================================
 * BASE VARIABLES
 * -----------------------------------------------------------------------
 *
 * ===================================================================== */
.contact {
    font-family: 'Messina Regular', Arial, helvetica, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-weight: normal;
    font-size: 14px;
    color: #404041;
    margin-bottom: 18px;
}

.contact p {
    line-height: 1.3;
}

.contact p:last-child {
    margin-bottom: 0;
}

.contact p a {
    color: #404041;
}

.contact p a:hover {
    color: #dd162b;
}

/*# sourceMappingURL=module.contact.css.map */
