.bg-main {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;    
    background-image: url(../images/wood-bg.jpg);
    background-color: black;
}
.bg-main-f {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;    
    background-image: url(../images/wall-white.jpg);
    background-color: black;
}
.section-menu {
    background-image: url(../images/taco-pattern.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #172238;
    padding-bottom: 120px;
}
.bg-black{
    background-color: black !important;
}