
body{
    background: #d8d8d8;
}
body > .container{
    background: white !important;
    padding-left: 0px;
    padding-right: 0px;
}


nav .navbar-brand,.drp-img{
    max-width: 100px;
}
nav {
    background-color: #057e3b;
}
nav ul.navbar-nav li a{
    text-transform: uppercase;
    color: white;
    font-weight: 600;
}
.navbar-nav .nav-link.active,nav ul.navbar-nav li a:hover{
    color: #fdd116;
}
.content-section{
    min-height: 40vh;
}
footer#footer{
    background-color: #057e3b;
}
footer#footer h3{
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 500;
} 
footer#footer ul {
    list-style: none;
    padding-left: 0px;
    
}
footer#footer ul li{
    margin-bottom: 1rem;
    
}
footer#footer a {
    color: #fdd116;
    text-decoration: none;
    transition: 0.5s;
    line-height: 20px;
    font-size: 16px;
}
footer#footer a:hover {
    color: white;
    
}
