.masthead{
    background-size: cover;
min-height: 100vh;
position: relative;
color: aliceblue;
text-shadow: 2px 2px 2px rgba(0,0,0, .2);



}

    
.card .img-fit{
    aspect-ratio: 16/9;
    object-fit: cover;
}
.card{
    height: 100%;
}
.card-body{
    display: flex;
    height: 100%;
    flex-direction: column;
}
.card-text{
    flex-grow: 1;
}
@media  (max-width: 767.98px){
    .cars .img-fit {
        aspect-ratio: 1.45/1;
    }
}
    
.footer .container{
    background-color: #343434;
}

.footer h4{
    color:#ccc;
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 1px solid#666;
    padding-bottom: 3px;
}

a {
    text-decoration: none;
    transition: all .3s;
    color: #c8c8c8;
}

li {
    list-style-type: none;
    color: #c8c8c8;
}

a:hover{
    color: #fff;
    text-decoration: underline;
}