/*---------- FALL #1 ----------*/
.heading-fall-1 {
    font-size: 2.667rem;
    line-height: 3.167rem;
    letter-spacing: 0.15rem;
    font-family: "Times New Roman";
    font-weight: bold;
    text-transform: uppercase;
    color: #373b3b;
}
.heading-underline-narrow {
    background: #b72025;
    height: 2px;
    width: 80px;
    margin: 12px auto 20px;
}

/*---------- WINTER #1 ----------*/
.heading-sansserif-1 {
    font-size: 2.667rem;
    line-height: 3.167rem;
    letter-spacing: 0.15rem;
    font-family: "Helvetica";
    font-weight: bold;
    text-transform: uppercase;
    color: #373b3b;
}
.heading-underline-narrow-blue {
    background: #0055a5;
    height: 2px;
    width: 80px;
    margin: 12px auto 20px;
}