.active {
    background-color: #ff0000 !important;
}
.dark-blue{
    background-color: #004799 ;
}
.white{
    color: #fff;
}
.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.logo img{
    max-width: 65%;
}
@media (min-width:768px) {
    .logo img{
        max-width: 20vw;
    }
}
