@charset "UTF-8";
.container-fluid {
    background-color: #FBFBFB;
}
.container-fluid .container .navbar.fixed-top.navbar-expand-lg.navbar-light.bg-light {
    background-color: #A8A8A8;
}
.navbar-nav.mr-auto .nav-item .nav-link {
    color: #494949;
}

.img-fluid {
    position: relative
}

.img-fluid img{
    max-width: 100%;
    height: auto;
}

.img-fluid h2{
    position: absolute;
    top: 20;
    color: #fff;
    padding: 10px;
    
}


.banner-card{
    position: relative
}

.banner-card img{
    max-width: 100%;
    height: auto;
}

.banner-text {
    position: absolute;
    top: 21px;
    color: #fff;
    margin-top: 107px;
    margin-left: 89px;
}

.badge-card{
    position: relative
}

.badge-card img{
    max-width: 100%;
    height: auto;
}

.badge-text {
    position: absolute;
    top: 21px;
    color: black;
    margin-top: 107px;
    margin-left: 89px;
}
