.header-nanlink {
    color: black;
}

    .header-nanlink:hover {
        text-decoration: none;
    }

.footer-links {
    color: white;
}

    .footer-links:hover {
        text-decoration: none;
    }

.cat-overlay{
    text-align: center;
}


.a-whatsapp {
    background: #25e211;
    bottom: 100px;
    position: fixed;
    right: 15px;
    z-index: 996;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

    .a-whatsapp i {
        color: white;
    }


.section-title {
    text-align: center;
    padding-bottom: 10px;
}

    .section-title h2 {
        font-size: 32px;
        font-weight: bold;
        text-transform: uppercase;
        position: relative;
        color: #222222;
    }

        .section-title h2::before {
            margin: 0 15px 10px 0;
        }

        .section-title h2::before, .section-title h2::after {
            content: "";
            width: 50px;
            height: 2px;
            background: #3498db;
            display: inline-block;
        }

        .section-title h2::after {
            margin: 0 0 10px 15px;
        }