/*Generic Styles*/
body{
    max-width: 600px;
    width: 100%;
    margin:0 auto !important;

}
/*Fixed Bottom Bar*/

.fixed-bottom-bar{
    position:fixed;
    bottom:0;
    width:100%;
    max-width: 600px;
    padding:.5em;
    background: white;
    box-shadow: 0 0 2px black;
}

.fixed-bottom-bar a{
    background: var(--mainback);
    color:white !important;
}

.whatsapp-btn{
    background:#00E675 !important;
}

/*Reservations modal*/

.reservation-send-btn{
    background: var(--mainback)!important;
    color:var(--mainchar) !important;
}
header .logo, footer .logo{
    max-height: 120px;
}