.hero-parallax-header{
    min-height: 900px;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.row center {
    position: relative;
    text-align: center;
    color: white;
    background-size: cover;
}

.velkomsttekst {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size:350%;
    text-shadow: 4px 4px 10px black;
    font-size: 60px;
    font-weight: 600;
    white-space: nowrap;
    font-size: clamp(32px, 6vw, 60px); 
}