*{
    font-family: 'Poppins', sans-serif;   
}

.bg-mg-primary{
    background-color: #2E6FC6;
}

.text-mg-primary{
    color: #2E6FC6;
}

.navbar-brand img{
    width: 150px;
}

/* #logo-nav{
    width: auto;
    height: 50px;
    margin: 1%;
} */

.bg-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow-x: hidden;
}

#buttonLearnMore{
    background-color: white; 
    color: #2E6FC6;
}
#buttonLearnMore:hover{
    background-color: rgb(236, 236, 236);
    color: #1955a3;
}

.bg-gray{
    background-color: rgb(248, 248, 248);
}

.bg-mg-primary-light{
    background-color: #ecf0f5;
}

.card img{
    height: 180px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow-x: hidden;
}


#gallery-mglogo img{
    height: 75px;
}
#gallery-hoblogo img{
    height: 70px;
}
#gallery-brlogo img{
    height: 75px;
}

#testimonial-title{
    position: relative;
    width: 10%;
    left: 45%;
    border-color: #1955a3;
}

#footer img{
    height: 60px;
}
