/**
 * Fonts for The Presence and Power of God sermon series
 */

/* Load the fonts */
@import url('https://use.typekit.net/yml2beh.css');

body {
    font-family: "proxima-nova", "sans-serif";
    background-color: #F2E4D8;
}

.text-title {
    font-family: "colfax-web", "sans-serif";
    font-weight: bold;
}

/* Verse reference */
div:nth-child(2 of .block-paragraph_with_background) p {
    font-family: "colfax-web", "sans-serif";
    color: #fff;
    font-weight: bold;
    font-size: 2.25rem;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    div:nth-child(2 of .block-paragraph_with_background) p{
        font-size: 3.5rem;
        line-height: 4rem;
    }
}


/* Verse text */
.block-paragraph_with_background h4 {
    color: #FFFFFF;
    /*font-family: "thirsty-rough-two", "cursive";*/
    /*font-weight: 100;*/
    font-size: 2.25rem;
    /*letter-spacing: 0em;*/
    line-height: 4rem;
    font-style: italic;
}

@media (min-width: 768px) {
    .block-paragraph_with_background h4{
        font-size: 4rem;
        line-height: 7rem;
    }
}

#resources a{
    background-color: #051D2D;
    color: #fff;
}