/* Import Poppins font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/* Apply Poppins to the platform */
html, body {
    font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6,
.np-homepage-featured .np-homepage-headline,
.np-card-content-title,
.np-resource-title {
    font-family: 'Poppins', sans-serif;
}

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

#f2f2f2
#4e0973
#7a53a2
#ffffff
#4e0973
#e9e6f4
*/

.np-footer {
    background: #e9e6f4;
}

.np-footer+.np-powered-by {
padding-top: 20px;
display:none;
}

.np-sub-navigation {
    margin-bottom: 0;
}

.np-footer-logo-image{ 
    filter: none;
    opacity: 1;
}

@media screen and (min-width: 768px) {
    .np-header {height: 90px; }

    .np-sub-navigation {
        padding-top: 16px;
    }
    .np-header-search-icon { 
                color: #4e0973;
    }

    /* Changes for Sub Navigation */
.np-header-desktop-nav .np-sub-navigation {
   background: none;
}
.np-header-desktop-nav .np-sub-navigation-content-item-inactive .np-sub-navigation-content-item-icon{
    color:#4e0973
}
.np-header-desktop-nav .np-sub-navigation-content-item-link {
    color: #4e0973;
}
.np-header-desktop-nav .np-sub-navigation-content-item-icon {
    color: #4e0973;
}
.np-header-desktop-nav {
    display: flex;
    flex-grow: 1;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
}
nav.np-sub-navigation {
    display: none;
}
}

.np-card-stack {
    display: none;
}


.np-header-desktop-nav-list nav.np-sub-navigation {
    display:block ;
}
.np-homepage-featured .np-homepage-headline,.np-card-content-title,.np-resource-title  {
        color: #4e0973;
}

.np-header-font-color {
	color: #4e0973;
}