/* HOME PAGE */

.home-active a{
    color:var(--active-menu);
}

.home-sec-1_container{
    background-image: url(../images/background/checked-flag.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.home-sec-1 {
    min-height: 18.75rem;
    display: flex;
    flex-direction: row;
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
}

.home-sec-1_text {
    text-align: center;
    /* background-color: rgb(221, 221, 223);    */
    flex: 3;
    padding-right: 6.25rem;
}

.home-sec-1_image {
    flex: 2;
    padding-top: 2.5rem;
}

.home-sec-1_image img{
    width:90%;
}

.home-sec-2_container{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
}

/* .home-sec-2{
    display:flex;
    flex-direction: row;
   
    margin-left: auto;
    margin-right: auto;
    
} */

.home-sec-2{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    margin-top:2rem;
    padding-bottom: 3.75rem;
}

.home-sec-2-col-1{
    flex: 1;
    margin-bottom: 1rem;
}


.home-sec-2-col-2{
    flex: 1;

}

.home-sec-2-col-2 img{
    padding-bottom: .625rem;
    width:400px;
    max-height:250px;
}

.home-sec-2_images{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

.home-sec-2-images img{
    width:31.25rem;
    max-height:15.625rem;
   
}








.home-sec-5_container{
    background-color: rgb(114, 113, 194);
    padding-top: 2rem;
    padding-bottom: 2.5rem;
}


.home-sec-5 {
    min-height: 18.75rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;

}

.home-sec-1_lhs {
    text-align: center;
    /* background-color: rgb(221, 221, 223);    */
    flex: 1;
    
}

.home-sec-1_rhs {
    flex: 1;
    
}






@media (max-width: 1367px){


}
    

@media (max-width: 1025px){
  


    .home-sec-2-col-2{
        margin-left:auto;
        margin-right:auto;
    }
    
}


@media (max-width: 950px){    
    .home-sec-1{
        flex-direction: column;
    }

    .home-sec-1_text {
        padding-right: 0rem;
    }

    .home-sec-1_image{
        display: none;
    }

    .home-sec-2{
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 1.25rem;
    }

    .home-sec-2-col-2 img{
        display: none;
    }

 

}


@media (max-width: 700px){


    .sponsor-button img{
        width: 6.25rem;
        height: 3.125rem;
    }



}



@media (max-width: 500px){
    .home-sec-2_container{
        width:90%;
        margin-left: auto;
        margin-right: auto;
        max-width: 25rem;
    }


    .home-sec-2-col-1{
        margin-left: auto;
        margin-right: auto;
    }

}


@media (max-width: 400px){

}