.over_cover {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position-y: 50%;
    background-position-x: 0;
}

#text-carousel-intro-section .caption {
	z-index: 2;
}

nav:not(.navbar-shrink) li.active a {
    color: #fff!important;
}

.d-none {
    display: none!important;
}