/* =======================================================================
 * 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
 * -----------------------------------------------------------------------
 *
 * ===================================================================== */
.content-project {
    min-height: 660px;
    display: flex;
    align-items: center;
}

.content-project .main-img {
    width: 490px;
    margin-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content-project .side-imgs {
    width: 160px;
}

.content-project .side-imgs img {
    margin: 10px 0;
}

.content-project .two-col {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.content-project .two-col img {
    width: 270px;
    margin: 0 20px;
}

.content-project .triple-img {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.content-project .triple-img.with-border img {
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.content-project .triple-img img {
    width: 200px;
}

.content-project img {
    max-width: 100%;
}

.project-info {
    padding-top: 19px;
}

.project-info h1 {
    font-family: Arial, helvetica, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-weight: bold;
    font-size: 14px;
    color: #404041;
    margin-bottom: 1px;
}

.project-info p {
    font-family: 'Messina Regular', Arial, helvetica, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-weight: normal;
    font-size: 14px;
    color: #404041;
    letter-spacing: -0.023em;
}

/*# sourceMappingURL=single.project.css.map */
