.nav-link:hover:not(.search):not(.btn),
.nav-link:active:not(.search):not(.btn),
.nav-link:focus:not(.search):not(.btn) {
    color: rgba(0, 0, 0, 0.7);
}

.main-nav {
    background-color: #fff;
    opacity: 0.5;
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
}

img.main-logo-navbar {
    width: 225px;
}

.category-box .category-item {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.category-box .category-item h5 {
    bottom: 0;
    top: unset;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 1rem;
    margin-block-start: 0;
    margin-block-end: 0;
}
.category-box .category-item a {
    position: relative;
    display: block;
}
.footer-block {
    background-color: #007df8;
    color: #fff;
}

.link-footer {
    color: #fff;
}

.link-footer:hover {
    color: #ddd;
}

.card-img {
    padding-top: 20px;
}

.btn-share-whatsapp {
    color: #fff !important;
    background-color: #25d366 !important;
    border-color: transparent !important;
}

.btn-share-facebook {
    color: #fff !important;
    background-color: #4267b2 !important;
    border-color: transparent !important;
}

.share-box {
    display: flex;
    justify-content: space-evenly;
}

.share-box a {
    flex-grow: 1;
    flex-basis: 0;
    margin-left: 5px;
    margin-right: 5px;
}

.top-info-box {
    justify-content: space-between;
}

.share-box-top {
    align-self: center;
}

.share-box-top a.share-btn {
    border-radius: 50%;
    padding: 15px;
    line-height: 1.2;
}

.bottom-strip {
    position: fixed;
    bottom: 0;
    display: flex;
    background-color: rgba(0, 0, 0, 0.7);

    width: 100%;
    justify-content: center;
    color: #fff;
    align-items: center;
    z-index: 999;
}

.wa-mobile-share {
    display: none;
}

.wa-web-share {
    display: block;
}

.btn-donate-now {
    font-size: 1.7rem;
}

@media (max-width: 380px) {
    img.main-logo-navbar {
        width: 225px;
    }
}

@media (max-width: 767px) {
    .bottom-strip {
        display: none;
    }

    .wa-mobile-share {
        display: block;
    }

    .wa-web-share {
        display: none;
    }
}
@media (max-width: 991px) {
    .navbar-light .navbar-nav .nav-link {
        color: #fff;
    }

    .navbar-light .navbar-nav .search {
        color: rgba(0, 0, 0, 0.5);
    }

    .category-box .category-item h5 {
        line-height: 2.5 !important;
    }
}
