﻿/*body {
    background-image: url("../images/bg_info.jpg");
    background-size: 100%;*/
    /*background-attachment: fixed;*/
    /*background-color: rgba(0, 0, 0, 0.3);  
    background-blend-mode: multiply; 
}*/

.footer {
    display: none;
}

.menu-card-wrap img {
    /*width:600px;*/
    margin: 15px auto;
    display: block;
    max-width: 100%;
}

.image-gallery {
    border-radius: 10px;
    background: #fcfcfc;
    padding: 50px 10.5px;
    margin-top: 125px;
    margin-bottom: 50px;
    position: relative;
}

    .image-gallery:before {
        content: '';
        height: 10px;
        width: calc(100% - 30px);
        position: absolute;
        top: -10px;
        border-radius: 5px 5px 0 0;
        background-color: #f2f6f7;
        opacity: 0.2;
        left: 15px;
    }
