html, body{
    font-family: 'Quicksand', sans-serif;
}

#navMain{
    background-color: #293966;
    padding: 20px 0;
}

#divBanner{
    margin-top: 80px;
}

#contact, #info{
    background-color: #f0f4fa;
}

.carousel-inner img{
    height: 400px;
    object-fit: cover;
}

.landing-vehicle-img{
    object-fit: contain;
    max-width: 100%;
}

.img-logo{
    height: 40px;
}

.nounderline {
    text-decoration: none !important
}

#title{
    font-weight: bold;
    font-size: 14pt;
    /*margin-top: 10px;*/
}

.network-card .card-body{
    min-height: 190px;
}

.network-card .card-title{
    color: #293966;
}