

.footer {
    /* background: #4e1e0f;  */
    background-image: url(../../../img/footerBg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 80%;
    margin: 0 auto;
    color: white;
    text-align: center;
}

.footer-menu a {
    color: white;
    text-decoration: none;
    margin: 0 5px;
    font-size: 14px;
}

.footer-menu a:hover {
    text-decoration: underline;
}

.visitor-count {
    font-size: 12px;
}
.f_menu{
    color: wheat !important;
    font-weight: bold;
    text-decoration: none;
}
.f_menu:hover{
    color: #f1f1f1 !important;
    text-decoration: none !important;
}
@media screen and (max-width: 600px) {
    .footer{
        width: 100%;
    }
}
