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

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


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

}

