html{
    overflow: hidden;
    height: 100%;
}

h1{
    color: var(--color-cta-strong);
}

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

