.text-green {
    color: #8CB791!important;
}
figure.image {
    text-align: center;
}

.ot-navbar {
    background-color: #00C630;
}
.ot-navbar .nav-link {
    padding: .25rem 0;
    font-size: 1.125rem!important;
    color: rgba(255,255,255,0.75);
    background-color: transparent;
    border-bottom: .25rem solid transparent;
}
.ot-navbar .nav-link:hover,
.ot-navbar .nav-link:focus {
    border-bottom-color: rgba(255, 255, 255, .75);
}
.ot-navbar li + li {
    margin-left: 1.5rem;
}
.ot-navbar .nav-link.active {
    color: #fff;
    border-bottom-color: #fff;
}

.ot-footer {
    background-color: #00731C;
}
.ot-footer .container {
    background: transparent url('../img/footer.svg') 25% 50% no-repeat;
    background-size: auto 130%;
}
.ot-footer p,
.ot-footer .list-unstyled a {
    color: #8CB791;
    text-decoration: none;
}
.ot-footer .border-top {
    border-color: #8CB791!important;
}
.ot-footer a:hover,
.ot-footer a:focus {
    text-decoration: underline;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.icon-square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    border-radius: .75rem;
}

.rounded-4 { border-radius: .5rem; }
.rounded-5 { border-radius: 1rem; }

.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

.card-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/* Adv */
.preview-next {
    position: absolute; z-index: 10; 
    width: 100%; height: 100%; 
    background: rgba(255,255,255,0.92); 
    text-align: center;
}