/* @override
	http://elburn.fcbchicago.alp/__assets/css/fullWidthTitle.css */
/************************
START fullWidthTitle
************************/
.fullWidthTitle {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0px 0px 50px 0px;
    margin: 0px;
}
.fullWidthTitle h1 {
    letter-spacing: 1px;
    margin: 0px;
    padding: 0px 30px 0px 30px;
}
h1.reasons-title {
    text-align: center;
    position: relative;
    text-transform: uppercase;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    font-size: 48px;
}
#reasonsTitleHome1 {
    max-width: 550px;
}
@media only screen and (max-width: 768px) {
    .fullWidthTitle h1 {
        padding: 0px 30px 0px 30px;
    }
    h1.reasons-title {
        font-size: 30px;
    }
}
/************************
END fullWidthTitle
************************/