html{
    overflow: hidden;
    height: 100%;
}
   
h1{
        color: var(--color-cta);
}

/* Vises på mellemstore skærme */
@media screen and (max-width:768px){
/* .........Active page......... */
    .navwork3>a h4{
        font-weight: 700;
    }


}
