:root {
    --primary-color: #E31D2A;
    --secondary-color: #FDFAFA;
    --light-color: #FEFBFC;
    --dark-color: #040404;
}

.container {
    min-width: 360px;
}

.nav-link {
    margin: 0px 10px;
    padding: 4px 20px;

    &:hover {
        color: var(--light-color);
        background: var(--primary-color);
    }

    &.active {
        color: var(--light-color);
        background: var(--primary-color);
    }
}

/* #header{
    background: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3)), url(../img/banner.jpg) no-repeat center;
    background-size: cover;
    height: 675px;
} */

.testimonials h3 {
    margin-bottom: 20px;
}

.testimonials .card {
    border-bottom: 3px #007bff solid !important;
    transition: 0.5s;
    margin-top: 60px;
}

.testimonials .card i {
    background-color: #007bff;
    color: #ffffff;
    width: 75px;
    height: 75px;
    line-height: 75px;
    margin: -40px auto 0 auto;
}

#footer{
    font-size: 8px;
}
#footer a{
    text-decoration: none;
    color: #000;
    text-align: center;
}
.card{
    margin: 0px 0px;
    padding: 30px 20px;
}