.navbar .nav-link{
    font-weight:400;
    transition:.3s;
}
.list-unstyled  li a{
    font-weight:400;
    color:#8a0f65 !important;
}

.navbar .nav-link.active,.list-unstyled  li a.active{
    font-weight:700;
    color:#1e1e1f !important;
}

.navbar .nav-link:hover,.list-unstyled li a:hover{
    color:#0d6efd !important;
}
#footer-decription{
    font-weight:400;
    color:#1e1e1f !important;
}


/* list-unstyled */

.loader-wrapper{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:9999;
}

body{
    background:#f8f9fa;
}

.navbar{
    box-shadow:0 .125rem .25rem rgba(0,0,0,.075);
}

footer{
    margin-top:80px;
}