/**
 * Fonts for All Things sermon series
 */

/* Load the fonts */

@import url('https://fonts.googleapis.com/css2?family=Saira+Extra+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://use.typekit.net/qdd3uof.css');

/*!* Apply fonts *!*/

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

h2.text-title{
    font-family: "Saira Extra Condensed", "sans-serif";
/*    font-weight: 400;*/
    text-align: center;
}

.block-paragraph_with_background {
    font-family: "Saira Extra Condensed", "sans-serif";
    font-size: 2.25rem;
}

.block-paragraph_with_background h3 {
    font-family: "proxima-nova", "sans-serif";
    font-weight: normal;
}

.block-paragraph_with_background h3 b {
    color: black;
}

.block-paragraph_with_background i {
    color: #DE9456;
    font-family: "contempora-script", "cursive";
    /*font-size: 3.75rem;*/

}

.block-paragraph_with_background p b {
    font-weight: bold;
    color: #DE9456;
    text-align: right;
}

div:nth-child(2 of .block-paragraph_with_background) p:last-child {
    font-weight: bold;
    text-transform: uppercase;
    color: #DE9456;
    text-align: center;
}

div:nth-child(2 of .block-paragraph_with_background) p:nth-child(0n+6) {
    font-weight: bold;
    text-transform: none;
    color: #DE9456;
    text-align: center;
}

@media (min-width: 640px) {
    .block-paragraph_with_background {
        font-size: 3.75rem;
    }
}

.block-paragraph_with_background .text-light {
    font-weight: 700;
    line-height: 6rem;
}

.block-overlapping_split_with_image .font-series-title {
    font-family: "contempora-script", "cursive";
}

#resources a{
    background-color: #F5C59D;
    color: #161616;
}

#resources a:hover{
    background-color: #DE9456;
}

.block-overlapping_split_with_image a {
    color: #2B5959;
    font-size: 1rem;
}