/* ===================================================
   FOOTER
=================================================== */

.site-footer{

background:#0d0d0d;

padding:90px 0 40px;

margin-top:120px;

border-top:1px solid rgba(255,255,255,.08);

}

.footer-title{

font-family:"Cinzel",serif;

color:#C8A25A;

margin-bottom:20px;

}

.site-footer h4{

color:#C8A25A;

margin-bottom:20px;

font-size:18px;

}

.site-footer p{

color:#bdbdbd;

line-height:1.8;

}

.footer-links{

list-style:none;

padding:0;

margin:0;

}

.footer-links li{

margin-bottom:12px;

}

.footer-links a{

text-decoration:none;

color:#d7d7d7;

transition:.3s;

}

.footer-links a:hover{

color:#C8A25A;

padding-left:6px;

}

.footer-divider{

margin:50px 0 25px;

border-color:rgba(255,255,255,.08);

}

.footer-bottom{

display:flex;

justify-content:space-between;

align-items:center;

flex-wrap:wrap;

gap:20px;

font-size:14px;

color:#999;

}

.visitor-counter{

margin-top:15px;

font-size:36px;

font-weight:700;

color:#C8A25A;

font-family:"Cinzel",serif;

letter-spacing:2px;

}
body{
    background:#f8f9fa;
}

.navbar-brand{
    font-weight:700;
}

.museum-card{
    transition:.3s;
}

.museum-card:hover{
    transform:translateY(-6px);
}

.card img{
    object-fit:cover;
    height:240px;
}

footer a{
    text-decoration:none;
}

footer a:hover{
    text-decoration:underline;
}

.hero{
    background:#1f2937;
    color:#fff;
    padding:70px 0;
}
footer{

    background:#1d1d1d;

    color:#ddd;

}

footer h5{

    color:#fff;

    font-weight:600;

}

footer a{

    color:#cfcfcf;

    text-decoration:none;

}

footer a:hover{

    color:#fff;

}

footer ul{

    padding-left:0;

}

footer li{

    margin-bottom:8px;

}