html {
    box-sizing: border-box;
    padding:0;
    margin:0;
    /* Adjust font size */
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
}

*,
*:before,
*:after {
    box-sizing: inherit
}

/* reset elements */
p,h4{
    margin:0;
    padding:0;
}
/* variables */
:root {
    --main: black;
    --red: #eb3007;
    --outline-blue: #0da9ef;
}

.mr15{
    margin-right:15px;
}
.mt20 {
    margin-top: 20px
}
.mt10 {
    margin-top: 10px
}
.pl10{
    padding-left:10px
}

body{
    color:var(--main);
    padding:0;
    margin:0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size:14px;

}
a {
    text-decoration: none;
    text-underline: none;
    cursor:pointer;
    color:inherit;
}
img{
    display:block;

}
h2{
    font-size:1.5em;
}
.btn, button {
    position: relative;
    border: none;
    border-radius: 0.25rem;
    color: inherit;
    background-color: inherit;
    font-size: 0.75rem;
    line-height: 1.5;
    padding: 8px 3px;
    display: inline-block;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0px 6px 6px -9px rgb(0 0 0);
    cursor: pointer;
    white-space: normal;
}

.outline-blue {
    background-color: transparent;
    border: 1px solid var(--outline-blue);
    color: var(--outline-blue);
}

.nav {
    position: fixed;
    background-color: white;
    display: block;
    width: 100%;
    z-index: 99;
    transition: 0.3s;
    color: inherit;
    box-shadow: 0 1px 4px 0 rgb(32 33 36 / 28%);
    text-transform: uppercase;
    height:53px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    box-shadow: 0px 3px 9px -7px rgb(0 0 0);
    background-color: white;
    overflow-x: hidden;
    padding-top: 60px;
    transition: all .15s;
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

.sidenav a{
    display:block;
    padding: 10px;
    width:100%;
    transition: all .15s;
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    transition-delay: 0s;
    margin-left:40px;
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.contentoverlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:white;
    z-index: 100;
    animation-name: slidein;
    animation-duration: 0.1s;

}

.badge {
    background-color: var(--red);
    color: #fff;
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    font-weight: 700;
    position:absolute;
    top:3px;
    right:55px;
}
.herotext{
    position: absolute;
    background-color: white;
    color: inherit;
    bottom:20px;
    right:10px;
    margin-top: 5px;
    padding:4px;
    font-weight: bold;
}
.herotext1{
    position: absolute;
    background-color: var(--red);
    color: white;
    bottom:50px;
    right:10px;
    margin-top: 5px;
    padding:4px;
    font-weight: bold;
}
.card {
    position: relative;
    display: block;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    box-shadow: 0px 6px 6px -9px rgb(0 0 0);
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: 0.35rem;

}
.card img {
    width:100%;
    min-width:200px;
    height:auto;
    border-radius: 0.35rem;


}
.fullimage{
    display:block;
    width:100%;
    max-width:300px;
    border-radius: 0.35rem;
    margin-top:10px;
    margin-bottom:10px;
}
.menucard {
    display: block;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    box-shadow: 0px 6px 6px -9px rgb(0 0 0);
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: 0.35rem;
    padding:8px

}
#menulist img {
    width:100%;
    max-width:80px;
    min-width:70px;
    border-radius: 0.35rem;
}
.mrow {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;

    margin-right: 0.5rem;
    margin-left: 0.5rem;
    overflow: auto;

    flex-wrap: nowrap;

}


@keyframes zoom {
    from {
        transform: scale(0.9)
    }
    to {
        transform: scale(1)
    }
}
@keyframes slidein {
    from {
        margin-left: 100%;
        width: 110%;
    }

    to {
        margin-left: 0%;
        width: 100%;
    }
}


.ripple {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}
.ripple:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #76b2f0 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform .5s, opacity 1s;
}
.ripple:active:after {
    transform: scale(0, 0);
    opacity: .2;
    transition: 0s;
}


/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 103; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible; /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

