html{
    overflow: hidden;
    height: 100%;
    scroll-behavior: smooth;
}

h1{
    color: var(--color-accent-moss);
}

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

}

