 /*
 Put your custom overlay styles in here
 You can use your northpass color palette in this file

#ffffff
#8ac545
#5d852e
#000000
#8ac545
#ffffff
*/

.np-card-content-title{
    color: #2D6E3C;
    font-size: 22px;
}

.np-card-content-short-description{
    font-size: 18px;
    color: #6B6C6C;
    line-height: 1.5;
    margin: 10px 0;
}

.np-card-button{
    color: #3F4242;
    font-size: 20px;
    font-weight: 600;
    padding-left: 0; 
    text-decoration: none;
}

.np-card-button:hover{
    color: #5d852e;
}

@media screen and (min-width: 768px){
    .np-homepage-hero-content{
        top: -40px;
    }

    .np-homepage-hero .np-homepage-hero-cta{
        margin-top: 0;
    }

    .row .np-card{
        padding: 0 2rem 4rem;
    }

    .np-course-card-content{
        padding-top: 10px;
    }

    .np-card-content-footer{
        margin-top: 25px;
    }

    .category-menu{
        background: #ffffff;
        margin-top: -1rem;
        padding-top: 2rem;
    }

    .category-entry{
        color: #8ac545;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
    }

    .category-entry:hover{
        color: #5d852e;
    }
}