body{
    background:#f8f9fa;
}

.bg-success{
    background-color: #0077bb !important;
}

.text-success{
    color: #0077bb !important;
}

.carousel img{
    height:500px;
    object-fit:cover;
    border-radius:12px;
}

.logos img{
    max-height:120px;
    object-fit:contain;
    background:white;
    padding:20px;
    border-radius:10px;
    box-shadow:0 0 10px rgba(0,0,0,.1);
    transition:.3s;
}

.logos img:hover{
    transform:scale(1.05);
}

footer{
    margin-top:50px;
    padding:25px;
}

@media (max-width:768px){

.carousel img{
    height:250px;
}

.navbar-brand img{
    width:150px;
    height:auto;
}

}
