﻿.green-background {
    background-color: #117C10;
}

.header-container img {
    max-width: 450px;
    margin: 0 auto;
    position: relative;
    display: block;
    padding: 60px 30px;
}

.header-container .header-text {
    max-width: 600px;
    margin: 0 auto;
    color: #fff;
}

.header-pattern {
    position: relative;
    display: block;
    width: 100%;
    height: 10px;
    object-fit: cover;
    margin-top: -1px;
}

.green-background {
    background-color: #054B16;
}

.green-text {
    color: #9BF00B;
}

.no-padding {
    padding: 0 !important;
}

    .no-padding .row {
        margin: 0 !important;
    }

.img-container img {
    width: 100%;
    height: 101%;
    object-fit: cover;
}

.tab-arrows.mobile-arrows .arrow-next::after, .tab-arrows.mobile-arrows .arrow-prev::after {
    color: inherit !important;
}

.tab-content-width {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}

.tab-image:not(.active):not(:hover):not(:focus) .tab-image-label {
    opacity: 1 !important
}

.tab-image .tab-image-label {
    font-size: 14px;
    line-height: 20px;
}

.tab-slider {
    padding: 0;
}

.active-icon, .non-active-icon {
    display: none;
}

.tab-image.active .active-icon, .tab-image:not(.active) .non-active-icon {
    display: block;
}

.tab-image.active .non-active-icon, .tab-image:not(.active) .active-icon {
    display: none;
}

.tab-image img {
    width: 66px;
    height: 66px;
}

.tab-content-width .tab-image[href]:focus {
    border: 1px solid #054B16;
    border-radius: 6px;
}

.card-foreground-child a {
    margin: 0 !important;
}

.tab-arrows .arrow-next {
    right: 0 !important;
}

.tab-arrows .arrow-prev {
    left: 0 !important;
}

#mainContent {
    max-width: 2000px;
    margin: 0 auto;
}

.africans-container picture {
    width: 100%;
}

    .africans-container picture img {
        width: 100% !important;
    }

.africans-text {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.africans-t {
    padding: 0 15px;
    font-size: 17px;
}

@media only screen and (max-width: 1200px) {
    #startups p {
        font-size: 14px
    }
}



@media only screen and (min-width: 860px) {
    .equal-container {
        height: calc(100% /2);
    }

    .green-text-container {
        position: relative;
        display: block;
        width: 100%;
        top: 50%;
        transform: translate(0%, -50%);
        max-width: 650px;
        padding: 0 110px;
    }

    .img-container img {
        min-height: 850px;
    }
}

@media only screen and (max-width: 860px) {
    .green-text {
        padding: 80px 15px;
        text-align: center;
    }

    .img-container img {
        max-height: 470px;
    }

    .tab-image.tab-image-sm {
        width: 6rem;
    }
}

@media only screen and (min-width: 1084px) {
    .africans-container .card-img-overlay > .card-foreground {
        align-self: end;
        margin: 0 !important;
    }

        .africans-container .card-img-overlay > .card-foreground .card-foreground-child {
            margin: 0 !important;
        }

            .africans-container .card-img-overlay > .card-foreground .card-foreground-child .material-md-card {
                background: #F2F2F2;
                box-shadow: none !important
            }
}
