/* jesus-heals ---------------------------*/

#jesus-heals h2,
jesus-heals p {
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.374);
    margin: -30px 0 20px -10px;
    font-size: clamp(1.9rem, 10vw, 15rem);
    /* margin: 0 0 20px 0; */
    /* font-size: clamp(2.9rem, 10vw, 15rem); */
}

/* Parallax Section (Jesus Heals) ---------------*/
.jesus-heals-container {
    font-family: 'Helvetica Neue', sans-serif;
    scroll-behavior: smooth;
    background: url('../images/marble.avif') no-repeat fixed center;
    background-size: cover;
    color: #fff;
    padding: 1rem;
}

#jesus-heals {
    background: url('../images/you-are-loved.jpg') no-repeat center;
    color: white;
    /* padding: 6rem 2rem; */
    padding: 4rem 1rem;
    border-radius: 10px;
    background-blend-mode: overlay;
    background-color: var(--color-blue);
    opacity: 0.8
}

#jesus-heals p {
    margin-bottom: 5px;
    font-size: clamp(1.1rem, 2vw, 4rem);
    font-weight: 500;
}

.healingBr {
    display: none;
}

#jesus-heals a {
    /* width: 40%; */
    /* margin: 0 auto 0 -12px; */
}

.jesus-heals-header {
    color: var(--color-dark-blue);
    font-weight: 400;
    text-decoration: none;
    border-radius: 30px;
    background-color: white;
    font-size: clamp(.7rem, 2vw, 4rem);
    padding: .6rem .3rem;
    /* width: 60%; */
    display: block;
    margin: 0 auto;
    border: 1.5px solid var(--color-dark-blue);
    /* padding: 20px; */
    font-size: 69%;
}


@media screen and (min-width:300px) {

    #jesus-heals h2,
    jesus-heals p {
        margin: 0 0 20px 0;
        font-size: clamp(2.9rem, 10vw, 15rem);
    }

    .healingBr {
        display: block;
    }

    .jesus-heals-header {
        width: 100%;
        font-size: clamp(.9rem, 2vw, 4rem);
        padding: 3.6rem 0.9rem;
    }

    #jesus-heals a {
        width: 90%;
        margin: 0 auto 0 auto;
        font-size: clamp(.9rem, 1.5vw, 4rem);
    }

    #jesus-heals {
        padding: 6rem 2rem;
    }
}


@media screen and (min-width:600px) {

    #jesus-heals {
        background: url('../images/you-are-loved.jpg') no-repeat fixed center;
        background-size: cover;
        color: white;
        padding: 6rem 2rem;
        border-radius: 10px;
        background-blend-mode: overlay;
        background-color: var(--color-blue);
        opacity: 0.8
    }

    .jesus-heals-header {
        width: 90%;
        font-size: clamp(.9rem, 2vw, 4rem);
    }

    #jesus-heals a {
        width: 50%;
    }
}

@media screen and (min-width:1024px) {

    .jesus-heals-container {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 120vh;
        background: url('../images/you-are-loved.jpg') no-repeat fixed center;
        background-blend-mode: overlay;
        background-color: #8ea1ab;
        opacity: 0.5;
        background-size: cover;
        position: relative;
        overflow: hidden;
    }

    #jesus-heals {
        /* background-color: rgba(0, 161, 193, 0.8); */
        color: white;
        text-align: center;
        padding: 3rem 2rem;
        /* transform: rotate(45deg); */
        width: 1321px;
        height: 550px;
        /* display: flex; */
        /* flex-direction: column;
        justify-content: center; */
        border: 5px solid white;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        transition: transform 0.4s ease;
        border-radius: 47px;
        background: url("../images/free.png") no-repeat center;
        background-size: cover;
    }

    #jesus-heals h2 {
        color: var(--color-blue);
        font-size: clamp(2.9rem, 7vw, 15rem);
        line-height: 222px;
    }

    #jesus-heals p {
        margin-top: 52px;
    }

    .jesus-heals-container span {
        font-style: italic !important;
        text-transform: capitalize;
    }

    #jesus-heals a::before {
        display: block;
        width: 200px;
        height: 2px;
        font-family: var(--font-body);
        margin-bottom: 1rem;
        padding-left: 7px;
        font-weight: 300;
        font-size: 1rem;
    }

    #jesus-heals a:hover {
        background-color: #00a1c1;
        color: white;
    }

    #jesus-heals span {
        font-size: 131%;
        /* margin-left: -49px; */
    }

    .jesus-heals-header {
        font-size: clamp(.7rem, 2vw, 4rem);
        padding: .6rem .3rem;
        width: 70%;

        margin: 0 auto;
        padding: 20px;
        font-size: 130%;
    }


    .healingBr {
        display: none;
    }

    .jesus-heals-container {
        min-height: 1110px;
        opacity: 1;
    }

    #image-container-desktop a,
    .books-container a {
        width: 80% !important;
    }
}

@media screen and (min-width:1400px) {
    #jesus-heals a {
        font-size: 22px !important;
    }
}

@media screen and (min-width:1600px) {
    #jesus-heals h2 {
        font-size: clamp(2.9rem, 7vw, 15rem);
        line-height: 210px;
    }

    #jesus-heals span {
        font-size: 130px;
    }
}

@media screen and (min-width:1800px) {
    #jesus-heals h2 {
        font-size: clamp(2.9rem, 6vw, 15rem);
    }
}

@media screen and (min-width:2100px) {
    #jesus-heals h2 {
        font-size: clamp(2.9rem, 5vw, 15rem);
    }
}