/* HOME PAGE styles for juf.org rebranding starting in 12.2018 */


/* -------------------- HOME PAGE STYLES -------------------- */

/* eliminates space above slideshow, below nav on homepage */
/*body {
    padding-top: 140px;
}

@media (max-width: 767px) and (min-width: 420px) {
    body {
        padding-top: 129px;
    }
}
@media (max-width: 419px){
    body {
        padding-top: 104px;
    }
}
*/

@media (max-width: 767px){
    .micro-content {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .micro-content h1 {
        font-size: 30px;
    }
}
@media (max-width: 500px){
    .micro-content {
        margin-bottom: 10px
    }
    .micro-content h1 {
        font-size: 28px;
    }
}
@media (max-width: 420px){
    .micro-content h1 {
        font-size: 20px;
    }
}


/* -------------------- FIXES FOR CURRENT HOMEPAGE ELEMENTS -------------------- */
/* NOTE: No HTML changed for these elements */


.show.small {
        line-height:1.6;
    }


/* adds space above side column at wide widths */
@media (min-width: 767px){
    .col-sm-4 {
        margin-top: 28px;
    }
}




.show.small {
        line-height:1.4;
    }
/* fixes spacing in Now at JUF section at narrow sizes */
@media (max-width: 767px){
    .NowTitle {
        margin-top: 20px;
    }
    .show.small {
        padding-bottom: 30px;
        line-height:1.6;
    }
}



