.titleImageBottomNav {
    height: 50vh;
    background-size: cover;
}

    .titleImageBottomNav ul {
        padding-left: 0;
        margin: 0;
        float: right;
        margin-top: 1px;
    }

        .titleImageBottomNav ul > li {
            list-style: none;
            display: inline-block;
        }

            .titleImageBottomNav ul > li a {
                display: inline-block;
                color: #4b5157;
                text-decoration: none;
                padding-top: 22px;
                padding-bottom: 22px;
                padding-left: 15px;
                padding-right: 15px;
            }

            .titleImageBottomNav ul > li:hover a {
                color: #72be44;
            }

    .titleImageBottomNav .navWrap {
        background-color: white;
        border-radius: 10px;
        font-size: 19px;
        height: 55px;
        font-size: 19px;
        padding-left: 20px;
        padding-right: 20px;
        box-shadow: 0 -1px 15px 0 rgba(38,45,51,.08);
    }

    .titleImageBottomNav li.active a {
        color: #72be44;
    }

.navigationPart {
    width: 100%;
    position: absolute;
    bottom: 15%;
}

.bottomNavScrolled .navigationBottomPart {
    width: 100%;
    position: fixed;
    bottom: unset;
    top: 0;
    z-index: 3;
}

.outerContainer {
    transition: all ease .65s;
    padding: 0;
}

.bottomNavScrolled .outerContainer {
    max-width: 100%;
}

.headImg img {
    display: block;
}

.slogan {
    position: absolute;
    left: 15px;
    background-color: #d1e2eb;
}

    .slogan h2, .slogan h3 {
        margin: 0;
        font-size: 20px;
    }


.titleImageBottomNav ul > li.anchorpoint {
    display: inline-block;
    color: #4b5157;
    text-decoration: none;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
    cursor: pointer;
}

    .titleImageBottomNav ul > li.anchorpoint.active {
        color: #72be44;
    }


@media screen and (min-width:500px) {
    .titleImageBottomNav {
        height: 70vh;
    }
}

@media screen and (min-width:768px) {
    .titleImageBottomNav {
        height: 80vh;
    }
}



@media screen and (min-width:1072px) {
    .titleImageBottomNav .navWrap {
        height: 70px;
    }

    .slogan h2, .slogan h3 {
        font-size: 28px;
    }

    .titleImageBottomNav {
        height: 95vh;
    }
}
