
/*Added Oct 29, 2024*/
.hatsOfHopeHeader{
    background-image: url(/wp-content/themes/wnal/assets/img/HOH/TopHeader_NoText-02.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    height: 33vw;
    max-height: 633.594px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 3vw;
    padding-top:10px;
}



.btn-hatOfHope{
    display: block;
    width:fit-content;
    border-radius: 100px;
    border: 2px solid white;
    padding: 0.6rem 1.6rem 0.5rem 1.6rem;
    background: #f7941d;
    color: white;
    margin-top:0;
    text-transform: uppercase;
    box-shadow: 1px 1px 10px rgba(50,50,50,0.2);
}
.btn-hatOfHope.btn-sm{

    border: 1px solid white;
    padding: 0.6rem 1.6rem 0.5rem 1.6rem;
    box-shadow: 1px 1px 10px rgba(50,50,50,0.2);

}

/*
Editor - specific
 */
.btn-hatOfHope input{
    position: relative;
    z-index: 2;
    text-align: center;
    background:none;
    border:none;
    outline:none;
    color:white;
    text-transform: uppercase;
}
.btn-hatOfHope input:focus,
.btn-hatOfHope input:hover{
    text-transform: initial;
}

.hatsOfHopeFooter{
    background-color:white !important;
    background-image:url('/wp-content/themes/wnal/assets/img/HOH/HOH_LANDING_BASEBAR.png') !important;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height:24vw;
    min-height: 150px;
    width: 100%;
    margin-top:0px;
    border:none!important;
    padding: 0 !important;
    padding-top:6vw !important;
}


@media screen and (max-width: 720px){
    .hatsOfHopeHeader{
        height:fit-content;
    }
}

.hatsOfHopeHeader .row{
    width:95%;
    max-width:1100px;
}

.hatsOfHopeHeader h1, .hatsOfHopeHeader h2, .hatsOfHopeHeader h3, .hatsOfHopeHeader h4, .hatsOfHopeHeader h5, .hatsOfHopeHeader h6, .hatsOfHopeHeader p{
    color:white;
}

.btn-hatOfHope, .hatsOfHopeHeader p{
    font-size: calc(0.6rem + 1vw);
    line-height: calc(0.8rem + 1vw);
}
.btn-hatOfHope.btn-sm{
    font-size: calc(0.3rem + 0.75vw);
    line-height: calc(0.4rem + 0.75vw);
}

.hatsOfHopeHeader p{
    margin-bottom: 2vw;
}
.hatsOfHopeHeader h1{
    font-size: calc(0.88rem + 3vw);
    line-height: calc(0.88rem + 3vw);
    margin-bottom:2vw;
}
.hohHeading{
    font-size: calc(0.48rem + 1vw);
    line-height: calc(0.48rem + 1vw);
    font-weight: 700;
    font-family: 'Nunito';
}
.hatsOfHopeHeader h1 b, .hatsOfHopeHeader h1 strong{
    word-spacing: 0.5rem;
}

@media screen and (min-width: 1920px) {
    .btn-hatOfHope, .hatsOfHopeHeader p {
        font-size: 27px;
    }

    .btn-hatOfHope.btn-sm{
        font-size:18px;
    }

    .hatsOfHopeHeader h1 {
        font-size: 72px;
        line-height: 72px;
    }

    .hohHeading {
        font-size: 28px;
        line-height: 28px;
    }
}

@media screen and (max-width: 720px) {
    .hatsOfHopeHeader p{
        font-size: calc(0.3rem + 1vw);
        line-height: calc(0.25rem + 1vw);
    }

    .btn-hatOfHope{
        padding: 0.3rem 0.6rem 0.2rem 0.6rem;
        font-size: calc(0.2rem + 1vw);
    }

    .btn-hatOfHope.btn-sm{
        padding: 0.15rem 0.3rem 0.1rem 0.3rem;
        font-size: calc(0.2rem + 0.75vw);
    }

    .hatsOfHopeHeader h1{
        font-size: calc(0.44rem + 3vw);
        line-height: calc(0.44rem + 3vw);
        margin-bottom:3vw;
    }

    .hohHeading{
        font-size: calc(0.44rem + 1vw);
        line-height: calc(0.44rem + 1vw);
    }
}

.alert.craftForCause img{
    animation: yarnBall 1s cubic-bezier(0.02, 0.9, 0.6, 0.91);
}
.alert.craftForCause a{
    animation: yarnBallRise 2s linear;
    display: inline-block;
    transform: translateY(4px);}

@keyframes yarnBall{
    0%{
        transform: translateX(-50vw) rotate(-870deg);
    }
    100%{
        transform: translateX(0vw) rotate(0deg);
    }
}
@keyframes yarnBallRise{
    0%{
        opacity: 0;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

