nav.navbar.bootsnav ul.nav>li>a {
    font-size: clamp(11px, 0.6vw, 24px);
}

#navbar-menu {
    display: flex!important;
    justify-content: center;
}

#navbar-menu .nav.navbar-nav {
    display: flex;
    white-space: nowrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.navbar-nav > li {
    float: none;
}

.navbar-nav>li>a {
    line-height: 50px;
}

.treading-cordon-section {
    background: url(../images/taposo-kordon/IMG_4606_big.jpg) no-repeat top center;
    position: relative;
    background-position-y: 42%;
}

/* .treading-cordon-section {
    background-image: url("../images/taposo-kordon/IMG_4607.jpg");
    background-repeat: no-repeat;
} */

/* .home-overlay {
    position: relative;
    height: auto;
}

.home-overlay:before {
    background-color: rgba(41, 39, 34, .75);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
} */