body{
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
    background: #fff;
    height: 100%;
    font-family: 'Roboto', sans-serif;
}
*{
    box-sizing: border-box;
}

#nav-top{
    border-top: 1px solid #73a428;
    background: #199202;
    min-height: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
}

.navbar{
    font-size: 15px;
}
.nav-link{
    color:#777;
    transition: 0.3s  ease-out;
    border: 1px solid #777;
    margin-right: 20px;
 
}
.breadcrumb{
    background-color: #199202 !important;

}
.breadcrumb-item{
    color: #fff !important;
}
.breadcrumb-item a{
    color: #fff;
}


.nav-link:hover{
    color:#fff;
    background-color: #199202;
    
}
.navbar-expand-lg{
    padding-right:0;
}
#footer{
    background-color:#199202;
    color: #fff;
    font-size: 14px;
}
.card-img-top{
    width: 60px !important;
    margin-left: 40%;

}
.card a{
    color: #000;
}
.card{
    border: 1px solid #199202;
}