:root {
    --captionSize: 14pt;
    --titleSize: 13pt;
    --textSize: 12pt;
}

.navbar-nav {
    justify-content:center;
    margin:auto !important;
}

.nav-item {
    margin-left:15px;
    margin-right: 15px;
}

#intro-logo {
    background-size: clamp(300px,30vw,500px) auto;
}

#intro-text {
    width: 525px;
}

.herdling-logo {
    background-position: center 13%;
}

.team-person .name .title {
    font-size: calc(var(--captionSize) *1.2);
}

.row1-lg {
    width:16.66667% !important;
    height:calc(50vh - (var(--seperator) / 2) - ((var(--navbar-height) + var(--cookie-height)) / 2)) !important;
}

.row2-lg {
    width:16.66667% !important;
    height:calc(50vh - (var(--seperator) / 2) - ((var(--navbar-height) + var(--cookie-height)) / 2)) !important;
}

