        html {
            font-size: 10px;
        }

        body {
            background-color: #1586f7;
            background-image: url('images/pizza-pixel-art-bg-transparent.gif');
            background-repeat: repeat;
            background-position: center;
            font-family: "Pixelify Sans", sans-serif;
            font-optical-sizing: auto;
            font-weight: 300;
            font-style: normal;
            font-size: 2.5rem;
            color: #fff;
        }

        body, h1, p {
            font-weight: normal;
            margin: 0;
            padding: 0;
            text-align: center;
        }

        .container {
            margin: 30px auto;
            padding-right: 15px;
            padding-left: 15px;
        }

        .row:before, .row:after {
            display: table;
            content: " ";
        }

        h1 {
            margin: 0 0 20px 0;
            color: #ffc839;
            font-size: 100px;
            font-weight: 300;
            line-height: 0.7;
            text-transform: lowercase;
        }

        h2 {
            margin: 0;
            color: #ffc839;
            font-size: 5rem;
            font-weight: 300;
            line-height: 0.8;
            /*text-transform: lowercase;*/
        }

        .lead {
            font-size: 21px;
            font-weight: 200;
            margin-bottom: 20px;
        }

        p {
            margin: 0 0 10px;
        }

        a {
            color: #3282e6;
            text-decoration: none;
        }

        img {
            max-width: 100%;
        }

        .table {
            display: grid;
            grid-template-columns: repeat(1fr);
            gap: 4px;
            padding: 4px;
            margin: 0 auto;
            background: rgba(32, 135, 242, 0.9);
            border-top: 1px solid rgba(255, 255, 255, 0.25); /* light highlight */
            border-left: 1px solid rgba(255, 255, 255, 0.25); /* light highlight */
            border-bottom: 1px solid rgba(0, 0, 0, 0.5); /* dark shadow */
            border-right: 1px solid rgba(0, 0, 0, 0.5); /* dark shadow */
            box-sizing: border-box;
        }


            .table.menu-item-group {
                grid-template-columns: repeat(3, 1fr);
                margin-top: 40px;
            }

            .table h2 {
                grid-column: 1 / -1; /* from first column to last column */
                padding: 10px;
                border-top: 1px solid rgba(0, 0, 0, 0.5);
                border-left: 1px solid rgba(0, 0, 0, 0.5);
                border-bottom: 1px solid rgba(255, 255, 255, 0.25);
                border-right: 1px solid rgba(255, 255, 255, 0.25);
                box-sizing: border-box;
                background: rgba(32, 135, 242, 0.75);
            }

        /* 90s bevel style */
        .cell {
            padding: 10px;
            border-top: 1px solid rgba(0, 0, 0, 0.5);
            border-left: 1px solid rgba(0, 0, 0, 0.5);
            border-bottom: 1px solid rgba(255, 255, 255, 0.25);
            border-right: 1px solid rgba(255, 255, 255, 0.25);
            box-sizing: border-box;
        }



        /* Responsive: one column on mobile */
        @media (max-width: 1200px) {
            .table.menu-item-group {
                grid-template-columns: repeat(2, 1fr) !important;
            }
        }

        /* Responsive: one column on mobile */
        @media (max-width: 600px) {
            .table,
            .table.menu-item-group {
                grid-template-columns: repeat(1, 1fr) !important;
            }
        }


        .button {
            position: relative;
            margin: 10px;
            display: inline-block;
            padding: .3em .6em;
            font-size: 3rem;
            line-height: 1;
            text-decoration: none;
            color: #000; /* Black text */
            font-family: "Pixelify Sans", sans-serif;
            background-color: #ccc;
            border-top: .3em solid #ddd; /* Top highlight */
            border-left: .3em solid #ddd; /* Left highlight */
            border-right: .3em solid #808080; /* Right shadow */
            border-bottom: .3em solid #808080; /* Bottom shadow */
            box-sizing: border-box;
        }

            .button:hover {
                color: #fff;
                background-color: #bbb;
                border-top: .3em solid #ccc; /* Top highlight */
                border-left: .3em solid #ccc; /* Left highlight */
                border-right: .3em solid #666; /* Right shadow */
                border-bottom: .3em solid #666; /* Bottom shadow */
            }


            .button:active {
                background-color: #A0A0A0; /* Darker gray when pressed */
                border-top: .3em solid #808080; /* Invert borders for pressed look */
                border-left: .3em solid #808080;
                border-right: .3em solid #ddd;
                border-bottom: .3em solid #ddd;
                text-indent: 3px;
            }

            .button::after {
                content: '';
                position: absolute;
                padding: .3em .6em;
                top: calc(-0.3em + 1px);
                bottom: calc(-0.3em + 1px);
                left: calc(-0.3em + 1px);
                right: calc(-0.3em + 1px);
                background-color: #ffea00;
                opacity: 1;
                mix-blend-mode: color;
                box-sizing: border-box;
            }

        #button-instagram {
            display: inline-flex;
            align-items: center;
            column-gap: 10px;
        }

            #button-instagram img {
                height: 40px;
                width: 40px;
            }

            #button-instagram::after {
                /*background-color: #ff0017;*/
                background: #833ab4;
                background: linear-gradient(72.44deg, #ff7a00 14.92%, #ff0169 66.56%, #d300c5 86.69%);
                mix-blend-mode: color-burn;
            }

        .menu-item {
            padding: 20px;
        }

            .menu-item:hover {
                background: rgba(0, 0, 0, 0.33);
            }

            .menu-item a {
                height: 100%;
                display: flex;
                flex-direction: column;
                flex-wrap: nowrap;
                justify-content: flex-start;
            }

                .menu-item a img {
                    margin: 0 0 10px;
                }

                .menu-item a span {
                    margin: 20px 0;
                    color: #fff;
                }

                .menu-item a strong,
                .menu-item a b {
                    color: #ffc839;
                    font-size: 4rem;
                    font-weight: 300;
                    line-height: 0.8;
                    /*text-transform: uppercase;*/
                }

                    .menu-item a strong small,
                    .menu-item a b small {
                        display: block;
                        font-size: 50%;
                    }

            .menu-item sup {
                font-size: 100%;
                opacity: .5;
                vertical-align: baseline;
            }

            .menu-item .button {
                margin-top: auto;
                font-size: 2.8rem;
            }


        #message {
            background: #fff;
            color: #000;
            opacity: .8;
        }


input,
textarea {
    font-family: monospace;
    font-size: 0.8em;
}

#contact {
    display: none;
    flex-direction: column;
    gap: 1em;
}

#contact.show {
    display: flex;
}

#overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6);
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

#overlay.show {
  display: flex;
}

#modal {
    top: -10vh;
  background: rgba(255,255,255,.7);
  padding: 4rem;
  width: 100%;
  max-width: 400px;
  position: relative;
  box-shadow: 0 0 40px #000;
}

#closeForm {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border: none;
    font-size: 2em;
    background: none;
    line-height: 40px;
}

.hp {
    display: none;
}

#contact-success { color: green; }

#contact-failure { color: red; }


.submission-status {
    display: none;
    font-size: 2em;
}

.submission-status.show { display: block !important; }
