/**From history to mission and values starts here**/

#cluster {
    background-color: rgb(235, 246, 250);
}
#what img{
float: left;
}

div img {
    float: left;
    border-radius: 5%;
    width: 240px;
    height: 150px;
}
.human{
    text-transform: uppercase;
    font-weight: bolder;
}
/**From history to mission and values ends here**/

/**What we do starts here**/

div .activity1 {
    background-color: whitesmoke;
}

.row img{
    float: right;
}
.education li{
    float: inline-start;
}

/* div .activity1 img {
    height: 100px;
}

div .activity2 {
    background-color: rgb(117, 182, 117);
}

div .activity3 {
    background-color: lightgrey;
}

div .activity4 {
    background-color: #EBF4FA;
}

div .activity5 {
    background-color: cyan;
}

div .activity6 {
    background-color: #FFB6C1;
} */


.accordion-item{
    text-align: start;
    background-color: whitesmoke!important;
    font-style: italic;
    font-family: 'Arial Narrow Bold', sans-serif;
}
.accordion-item:hover{
    background-color: rgb(91, 91, 248)!important;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: white;
    text-decoration: dotted;
}
.accordion-button{
    font-weight: bolder;
    box-shadow: 0 .5rem .10rem rgba(0, 0, 0, .2);
}
.accordion-button:hover{
    background-color:rgb(66, 65, 65);
    color: white;
    font-weight: 800;
    cursor: pointer;
    transform: scale(1.1);
}
/**Activities ends here**/
