    /*NEW ITEMS ADDED version*/
    .lavender-box {
        background-color: lavenderblush;
        padding: 30px;
    }

    .yellow-box {
        background-color: seashell;
        padding: 30px;
        height: fit-content;
    }

    .snow-box {
        background-color: snow;
        padding: 30px;
        height: fit-content;
    }


    .row {
        padding-inline-start: -10%;
        padding-inline-end: -10%;
    }

.carousel-inner img {
    max-width: 100%;
    height: 75%;
}

    .my-nav {
        background-color: lemonchiffon;
        font-weight: 500;
    }

    .carousel-caption {
        top: 50px;
        bottom: auto;
        font-size: 55px;
        color: #fff;
        background: rgba(0, 0, 0, 0.5); /* Black see-through */
    }

.carousel-indicators li {
    border: 2px solid rgba(255, 255, 255, 0.5);
    height: 50px;
    width: 50px;
    margin-left: 2px;
    margin-right: 2px;
    opacity: 0.5;
}

        .carousel-indicators li::after {
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.75);
            content: '';
            display: block;
            height: 1px;
            width: 100%;
        }

    .carousel-indicators .active {
        opacity: 1;
    }

    .section-background-block {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

        .section-background-block.background-image {
            background-size: cover;
            background-position: 50% 0;
        }

    .nav-pills .nav-link {
        height: 600px;
        background-color: aliceblue;
    }

    .nav-link {
        color: #212529;
    }

    .sponsor img {
        height: 500px;
    }

    .nav-pills .nav-link .active {
        background-color: rosybrown;
    }

    .projectHeader {
        position: absolute;
        color: white;
        top: 150px;
        font-size: 3vw;
    }

    .projectParagraph {
        color: white;
        font-size: 1vw;
    }


    /* Make the image to responsive */
    .image {
        display: block;
        width: 100%;
        height: auto;
    }
    /* The overlay effect - lays on top of the container and over the image */
    .overlay {
        position: absolute;
        top: 250px;
        background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 0.5); /* Black see-through */
        color: #f1f1f1;
        width: 100%;
        transition: .5s ease;
        opacity: 0;
        color: white;
        font-size: x-large;
        padding: 20px;
        text-align: center;
        font-size: 1.5vw;
    }

    /* When you mouse over the container, fade in the overlay title */
    .row:hover .overlay {
        opacity: 1;
    }

    /*Image grid - Activites Page*/

    .imagegrid {
        display: -ms-flexbox; /* IE 10 */
        display: flex;
        -ms-flex-wrap: wrap; /* IE 10 */
        flex-wrap: wrap;
        padding: 0 4px;
    }

    /* Create two equal columns that sits next to each other */
    .column {
        -ms-flex: 50%; /* IE 10 */
        flex: 100%;
        padding: 0 4px;
    }

        .column:hover .overlay {
            opacity: 1;
        }

        .column img {
            margin-top: 8px;
            vertical-align: middle;
        }
    /* Style the buttons */
    .btn {
        border: none;
        outline: none;
        padding: 10px 16px;
        background-color: #f1f1f1;
        cursor: pointer;
        font-size: 18px;
    }

        .btn:hover {
            background-color: #ddd;
        }

        .btn.active {
            background-color: #666;
            color: white;
        }

    /*FOOTER CSS*/
    footer {
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: black;
        color: white;
        text-align: center;
        font-size: large;
        height: fit-content;
        font-weight: bold;
    }

    .footer-content {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

        .footer-content h3 {
            font-size: 2.1rem;
            font-weight: 500;
            text-transform: capitalize;
            line-height: 3rem;
        }

        .footer-content p {
            max-width: 500px;
            margin: 10px auto;
            line-height: 28px;
            font-size: 14px;
            color: #cacdd2;
        }

    .socials {
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 1rem 0 3rem 0;
    }

        .socials li {
            margin: 0 10px;
        }

        .socials a {
            text-decoration: none;
            color: #fff;
            border: 1.1px solid white;
            padding: 5px;
            border-radius: 50%;
        }

            .socials a i {
                font-size: 1.1rem;
                width: 20px;
                transition: color .4s ease;
            }

            .socials a:hover i {
                color: aqua;
            }

    .footer-bottom {
        background: #000;
        padding: 20px;
        padding-bottom: 40px;
        text-align: center;
    }

        .footer-bottom p {
            float: left;
            font-size: 10px;
            word-spacing: 2px;
            text-transform: capitalize;
        }

            .footer-bottom p a {
                color: #44bae8;
                font-size: 16px;
                text-decoration: none;
            }

        .footer-bottom span {
            text-transform: uppercase;
            opacity: .4;
            font-weight: 200;
        }

    /*Meet the team - Our Pillars */

    /* Three columns side by side */
    .columnTeam {
        float: left;
        width: 25%;
        margin-bottom: 16px;
        padding: 0 8px;
    }

    /* Display the columns below each other instead of side by side on small screens */
    @media screen and (max-width: 500px) {
        .columnTeam {
            width: 100%;
            display: block;
        }
    }

    /* Add some shadows to create a card effect */
    .cardTeam {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        height: initial;
    }

    /* Some left and right padding inside the container */
    .containerTeam {
        padding: 0 16px;
    }

        /* Clear floats */
        .containerTeam::after, .rowTeam::after {
            content: "";
            clear: both;
            display: table;
        }

    .titleTeam {
        color: grey;
    }

    .buttonTeam {
        border: none;
        outline: 0;
        display: inline-block;
        padding: 8px;
        color: white;
        background-color: #000;
        text-align: center;
        cursor: pointer;
        width: 100%;
    }

        .buttonTeam:hover {
            background-color: #555;
        }

    /* Image Grid - Campus Tour*/

    .rowImageGrid {
        display: flex;
        flex-wrap: wrap;
        padding: 0 4px;
    }

    /* Create two equal columns that sits next to each other */
    .columnImageGrid {
        flex: 50%;
        padding: 0 4px;
    }

        .columnImageGrid img {
            margin-top: 8px;
            vertical-align: middle;
        }
    /*text block*/

    .content {
        position: absolute; /* Position the background text */
        top: 20%; /* At the bottom. Use top:0 to append it to the top */
        background: rgb(0, 0, 0); /* Fallback color */
        background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
        color: #f1f1f1; /* Grey text */
        width: 100%; /* Full width */
    }

    .donate-btn {
        margin-top: 5px;
        border: none;
        color: #fff;
        text-transform: uppercase;
        background: #fb6304;
    }

.carousel-item{
    height: 85rem;
}
.carousel-inner {
    height: 63rem;
}
