.navbar li:hover {
    padding-bottom: 0.5rem;
    transition: all 0.3s ease;
}

.fw-medium-alt {
    font-weight: 400;
}

.mobile-title {
    padding-top: 2px;
    color:rgba(0, 0, 0, 0.9)  
}
.img-mobile {
    max-height:60px;
}

.bd-gray-800 {
    color: #fff;
    background-color: #343a40;
}

.text-grey-500 {
    color: #adb5bd;
}

.list-group-numbered>.list-group-item::before {
    color: #dc3545;
    font-weight: 600;
}

.bd-gray-600 {
    color: #fff;
    background-color: #6c757d;
}

.bd-gray-700 {
    color: #fff;
    background-color: #495057;
}

.bg-tertiary {
    background-color: #f8f9fa;
    color: #212529;
}

.div-glow {
    border-radius: 50%;
    background-color: #fff;
    box-shadow:
        0 0 60px 30px #fff,
        /* inner white */
        0 0 100px 60px #87a4ed,
        /* middle */
        0 0 140px 90px #638ce8;
    /* outer */
}

.border-x {
    border-width: 15px !important;
}

#main-nav-nav {
    overflow: hidden;
    transition: 0.4s;
}

#logo-img {
    height: 100px;
    transition: 0.4s;
}

#logo-img.small-img {
    height: 60px;
}


@media (min-width: 768px) {
    .w-md-50 {
        width: 50%!important;
    }
    .w-md-25 {
        width: 25%!important;
    }     
}