/* ============================================================
SECTIONS
============================================================ */
/*section.module:last-child {
    margin-bottom: 0;
}
section.module p {
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.2rem;
}
section.module p:last-child {
    margin-bottom: 0;
}
section.module.content {
    padding: 2.5rem 0;
}*/
/*
section.module.parallax {
    height: 25rem;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
section.module.parallax hgroup {
    height: 25rem;
    padding-top: 10rem;

}
section.module.parallax h1 {
    color: #ff5449;
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
/*
@media all and (min-width: 600px) {
    section.module.parallax h1 {
        font-size: 6rem;
    }
}
@media all and (min-width: 960px) {
    section.module.parallax h1 {
        font-size: 10rem;
    }
}
*/