@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');

h1, h2{
    font-family: 'Sacramento', cursive;
}
body.body .wiziblocks__item h1 {
    font-size: 50px;
}
body.body .wiziblocks__item h2{
    font-size: 45px;
}

.underline{
    text-decoration: underline;
}

.prod-details__brand{
    display: none;
}

.powered{
    display: none;
}

@media (min-width: 1024px){
    .nav__itemlvl1--home {
        display: block; 
    }
    
    .nav__itemlvl1 {
        font-size:1.3rem;
    }
    .nav__itemlvl1:hover {
        border-bottom: 3px solid var(--primary-color);
    }
    .nav__wrapper {
        margin-bottom: 20px;
        margin-top: 20px;
    }
}