/* Home page styles */
#home-section{
    background: linear-gradient(135deg, rgba(96, 64, 32, 0.85) 0%, rgba(96, 64, 32, 0.85) 100%), 
                url('https://images.unsplash.com/photo-1495521821757-a1efb6729352?w=1200&h=800&fit=crop') center/cover no-repeat;
    background-attachment: fixed;
    padding-top:120px;
    padding-bottom:40px;
}
.menu-img{
    height:250px;
    object-fit:cover
}
