@import url("https://fonts.googleapis.com/css?family=Damion");

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

code {
    color: #c02d76;
}
.margin-Fix {
    margin-top: 15px;
}
.nav-item:first-of-type {
    padding-top: 0rem !important;
}
.iframe-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
svg {
    display: block;
    margin: auto;
}

* {
    box-sizing: border-box;
}
.nav-item:first-of-type {
    padding-top: 0rem !important;
}


.main {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
    max-width: 500px;
    padding: 12px;
    z-index: 1;
}

.scoop {
    position: relative;
    width: 25%;
    height: 0;
    padding-bottom: 25%;
    border-radius: 100%;
    margin: -6% auto 0;
    box-shadow: inset rgba(0, 0, 0, 0.05) -12px -4px 0, inset rgba(0, 0, 0, 0.02) -24px -4px 0, #191919 0 0 0 5px;
    z-index: 3;
}

    .scoop:before, .scoop:after {
        content: "";
        position: absolute;
        bottom: -5%;
        width: 50%;
        height: 0;
        padding-bottom: 50%;
        border-radius: 100%;
        background-color: inherit;
        box-shadow: inset rgba(0, 0, 0, 0.05) -6px -6px 0, inset rgba(0, 0, 0, 0.02) -14px -8px 0, #191919 0 0 0 5px;
    }

    .scoop:before {
        left: -25%;
    }

    .scoop:after {
        right: -25%;
    }

    .scoop:nth-child(1) {
        background-color: #6b3e26;
        -webkit-animation: excitement 1.9s linear infinite;
        animation: excitement 1.6s linear infinite;
    }

    .scoop:nth-child(2) {
        background-color: #fdf5c9;
        -webkit-animation: excitement 1.2s linear infinite;
        animation: excitement 1.2s linear infinite;
    }

    .scoop:nth-child(3) {
        background-color: #ffc5d9;
        -webkit-animation: excitement 1s linear infinite;
        animation: excitement .8s linear infinite;
    }

    .scoop:nth-child(1) {
        z-index: 9;
    }

    .scoop:nth-child(2) {
        z-index: 8;
    }

    .scoop:nth-child(3) {
        z-index: 7;
    }

.cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
    border-radius: 100%;
    box-shadow: inset rgba(0, 0, 0, 0.05) -12px -2px 0, inset rgba(0, 0, 0, 0.02) -24px 4px 0;
    z-index: 2;
}

.eyes {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 3;
}

    .eyes:before, .eyes:after {
        content: "";
        position: absolute;
        width: 10%;
        height: 10%;
        background-color: #191919;
        border-radius: 100%;
    }

    .eyes:before {
        left: 25%;
    }

    .eyes:after {
        right: 25%;
    }

.mouth {
    position: absolute;
    top: 70%;
    right: 0;
    left: 0;
    margin: auto;
    width: 15%;
    height: 0;
    padding-bottom: 15%;
    border-radius: 100%;
    z-index: 4;
    background-color: inherit;
    box-shadow: inset #191919 0 0 0 20px;
}

    .mouth:before, .mouth:after {
        content: "";
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
    }

    .mouth:before {
        top: 0;
        width: 100%;
        height: 50%;
        background-color: inherit;
    }

    .mouth:after {
        top: 62%;
        background-color: white;
        width: 60%;
        height: 12%;
        border-radius: 0 0 100% 100%;
    }

.cone {
    position: relative;
    width: 20%;
    height: 0;
    padding-bottom: 25%;
    margin: 0 auto 25%;
    box-shadow: inset rgba(0, 0, 0, 0.08) -15px 0 0, inset rgba(0, 0, 0, 0.05) -30px 0 0, inset #191919 0 0 0 5px;
    background-color: #ffcb85;
    background: repeating-linear-gradient(45deg, #ffcb85, #ffcb85 8px, #ffb552 8px, #ffb552 10px);
    border-radius: 12px;
}

    .cone:before {
        content: "";
        position: absolute;
        bottom: 80%;
        left: -10%;
        width: 120%;
        height: 40%;
        background-color: #ffcb85;
        background: repeating-linear-gradient(45deg, #ffcb85, #ffcb85 10px, #ffb552 10px, #ffb552 12px);
        border-radius: 6px;
        box-shadow: inset rgba(0, 0, 0, 0.08) -15px 0 0, inset rgba(0, 0, 0, 0.05) -30px 0 0, #191919 0 0 0 5px;
    }

@-webkit-keyframes excitement {
    30% {
        transform: rotate(2deg);
    }

    70% {
        transform: rotate(-2deg) translateY(2px);
    }

    100% {
        transform: rotate(0);
    }
}

@keyframes excitement {
    30% {
        transform: rotate(2deg);
    }

    70% {
        transform: rotate(-2deg) translateY(2px);
    }

    100% {
        transform: rotate(0);
    }
}

.bounce-div, .bounce-div1 {
    animation: bounce .9s ease infinite;
    animation-fill-mode: forwards;
    transform: translateZ(0);
}


@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    50% {
        transform: translateY(-20px);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    }
}

.loading {
    height: 100vh;
    width: 100vw;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    background: radial-gradient(circle at center, #cc333f, #7a1f26);
}

body .pizza {
    height: 20vmin;
    width: 20vmin;
    align-items: center;
    background: none;
    position: relative;
    -webkit-animation: rotate 13s linear infinite;
    animation: rotate 13s linear infinite;
}

@-webkit-keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}

.pizza .slice {
    z-index: -1;
    overflow: visible;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10vmin 2.75vmin 0 2.75vmin;
    border-color: #ffdc73 transparent transparent transparent;
    left: 7.5vmin;
    top: 0;
    transform-origin: 50% 100%;
    transform: rotate(0deg);
    -webkit-animation: loading 1.8125s ease-in-out infinite;
    animation: loading 1.8125s ease-in-out infinite;
}

@-webkit-keyframes loading {
    0% {
        opacity: 1;
    }

    49% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    99% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes loading {
    0% {
        opacity: 1;
    }

    49% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    99% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

body .pizza .slice:nth-of-type(2n):after {
    box-shadow: 0.5vmin 2.5vmin 0 #cc333f;
}

body .pizza .slice:nth-of-type(4n):after {
    box-shadow: 0.5vmin 2.5vmin 0 #cc333f, 1.5vmin 5vmin 0 #cc333f;
}

body .pizza .slice:nth-of-type(1) {
    transform: rotate(-27.75deg);
    -webkit-animation-delay: -0.0625s;
    animation-delay: -0.0625s;
}

body .pizza .slice:nth-of-type(2) {
    transform: rotate(-55.5deg);
    -webkit-animation-delay: -0.125s;
    animation-delay: -0.125s;
}

body .pizza .slice:nth-of-type(3) {
    transform: rotate(-83.25deg);
    -webkit-animation-delay: -0.1875s;
    animation-delay: -0.1875s;
}

body .pizza .slice:nth-of-type(4) {
    transform: rotate(-111deg);
    -webkit-animation-delay: -0.25s;
    animation-delay: -0.25s;
}

body .pizza .slice:nth-of-type(5) {
    transform: rotate(-138.75deg);
    -webkit-animation-delay: -0.3125s;
    animation-delay: -0.3125s;
}

body .pizza .slice:nth-of-type(6) {
    transform: rotate(-166.5deg);
    -webkit-animation-delay: -0.375s;
    animation-delay: -0.375s;
}

body .pizza .slice:nth-of-type(7) {
    transform: rotate(-194.25deg);
    -webkit-animation-delay: -0.4375s;
    animation-delay: -0.4375s;
}

body .pizza .slice:nth-of-type(8) {
    transform: rotate(-222deg);
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

body .pizza .slice:nth-of-type(9) {
    transform: rotate(-249.75deg);
    -webkit-animation-delay: -0.5625s;
    animation-delay: -0.5625s;
}

body .pizza .slice:nth-of-type(10) {
    transform: rotate(-277.5deg);
    -webkit-animation-delay: -0.625s;
    animation-delay: -0.625s;
}

body .pizza .slice:nth-of-type(11) {
    transform: rotate(-305.25deg);
    -webkit-animation-delay: -0.6875s;
    animation-delay: -0.6875s;
}

body .pizza .slice:nth-of-type(12) {
    transform: rotate(-333deg);
    -webkit-animation-delay: -0.75s;
    animation-delay: -0.75s;
}

body .pizza .slice:before {
    content: "";
    position: absolute;
    height: 1.5vmin;
    width: 6vmin;
    background: #bbb083;
    top: -10.5vmin;
    left: -3vmin;
    border-radius: 100vmin 100vmin 0.5vmin 0.5vmin/50vmin 50vmin;
}

body .pizza .slice:after {
    content: "";
    border-radius: 100%;
    position: absolute;
    width: 1.25vmin;
    height: 1.25vmin;
    background: #cc333f;
    left: -1vmin;
    top: -7vmin;
    z-index: 2;
}

.flex-contatiner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.title {
    margin-bottom: 32px;
    font-size: 50px;
    font-family: 'Damion', cursive;
    color: #fce;
    text-shadow: 0 0 6px #fec6d8, 0 0 10px #eba1d3, 0 0 20px #fe7f9c, 0 0 30px #fe7f9c, 0 0 40px #fe7f9c, 0 0 55px #fe7f9c, 0 0 60px #fe7f9c;
    /*-webkit-animation: txt-blink 1.2s 1;
    animation: txt-blink 2.2s 1;*/
}

.joesTitle {
    margin-bottom: 0px;
    font-size: 50px;
    font-family: 'Damion', cursive;
    color: #dee149;
    /*    text-shadow: 1px 4px 6px #2a1765, 0 0 0 #000, 1px 4px 6px #2a1765;*/
    text-shadow: 0 0 6px #fec6d8, 0 0 10px #fe7f9c, 0 0 20px #fe7f9c, 0 0 30px #fe7f9c, 0 0 40px #fe7f9c, 0 0 55px #fe7f9c, 0 0 60px #fe7f9c;
    /*   -webkit-animation: txt-blink 1.2s 1;
    animation: txt-blink 2.2s 1;*/
}

.pizzaHome {
    position: relative;
    width: 400px;
    height: 200px;
    transform-origin: 50% 100%;
    transform: rotate(300deg);
    overflow: hidden;
}

    .pizzaHome:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 200px 200px 0 0;
        transform-origin: 50% 100%;
        transform: rotate(120deg);
        background-color: #ffde31;
        background-image: radial-gradient(circle at 50% 100%, transparent, transparent 60%, #ffb500 60%, #ffb500 62%, #ff9204 62%, #ff9204 100%), radial-gradient(circle at 50% 50%, #cc2e36 16px, #ffb500 16px, #ffb500 20px, transparent 20px), radial-gradient(circle at 5px 3px, transparent 6px, #fdec76 6px, #fdec76 10px, transparent 10px);
        background-size: 100% 100%, 60px 60px, 60px 60px;
        background-position: 100% 100%, 24% 32%, 22% 32%;
    }

@-webkit-keyframes txt-blink {
    0 {
        opacity: 0.2;
        text-shadow: 1px 4px 6px #2a1765, 0 0 0 #000, 1px 4px 6px #2a1765;
    }

    25%, 65% {
        opacity: 1;
        text-shadow: 0 0 6px #fec6d8, 0 0 10px #eba1d3, 0 0 20px #fe7f9c, 0 0 30px #fe7f9c, 0 0 40px #fe7f9c, 0 0 55px #fe7f9c, 0 0 60px #fe7f9c;
    }

    90% {
        opacity: 0.2;
        text-shadow: 1px 4px 6px #2a1765, 0 0 0 #000, 1px 4px 6px #2a1765;
    }
}

@keyframes txt-blink {
    0 {
        opacity: 0.2;
        text-shadow: 1px 4px 6px #2a1765, 0 0 0 #000, 1px 4px 6px #2a1765;
    }

    25%, 65% {
        opacity: 1;
        text-shadow: 0 0 6px #fec6d8, 0 0 10px #eba1d3, 0 0 20px #fe7f9c, 0 0 30px #fe7f9c, 0 0 40px #fe7f9c, 0 0 55px #fe7f9c, 0 0 60px #fe7f9c;
    }

    90% {
        opacity: 0.2;
        text-shadow: 1px 4px 6px #2a1765, 0 0 0 #000, 1px 4px 6px #2a1765;
    }
}
.menuContainer {
    position: relative;
    display: inline-block;
    /* margin: auto 0; */
    top: 100px;
    /* left: 380px; */
    /* right: 0; */
    /* bottom: 0; */
    width: 38%;
    height: 100px;
    transform: rotate(180deg) scale(2.5);
}

.menuBackground {
    background-image: url("https://joespizza.blob.core.windows.net/homepage/Brick-wall-down-the-stairs.jpg");
/*    width: 100%;
    height: 100%;*/
   
}


/*front page tiles*/
figure.fig {
    font-family: "Josefin Sans", sans-serif;
    position: relative;
    overflow: hidden;
    margin: 10px 1%;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
}

    figure.fig * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.45s ease;
        transition: all 0.45s ease;
    }

    figure.fig figcaption {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        padding: 30px;
        background-color: #dc3545;
        border: 4px solid rgba(255, 255, 255, 0.05);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        transform-origin: 0 100%;
    }

a {
    color: #000;
    text-decoration: none;
}

.card-services {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

figure.fig:hover > img,
figure.fig.hover > img {
    opacity: 0.2;
}

figure.fig:hover figcaption,
figure.fig.hover figcaption {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

#portfolio {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -o-display: flex;
    -ms-display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -o-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5.5% 0;
}

#portfolio-container {
    opacity: 0;
}

.show {
    opacity: 1 !important;
}

.card-portfolio {
    background-color: transparent;
    display: block;
    margin: 1em;
    position: relative;
    width: 350px;
    text-align: center;
    padding: 0;
}

.img-portfolio {
    width: 100%;
    height: 260px;
}

.button {
    display: inline-block;
    width: 90px;
    height: 32px;
    line-height: 32px;
    font-size: 0.9em;
    color: #646464;
    font-family: RobotoDraft, "Helvetica Neue", Helvetica, Arial;
}

.label-blue {
    color: #4285f4;
}

.right {
    text-align: right;
}

.button-container {
    -webkit-display: flex;
    -moz-display: flex;
    -o-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -o-justify-content: flex-end;
    -ms-justify-content: flex-end;
    position: relative;
    top: 6px;
    right: 14px;
}

.content {
    background: white;
    height: auto;
    padding: 1% 0;
}

.button {
    display: inline-block;
    width: 90px;
    height: 32px;
    line-height: 32px;
    font-size: 0.9em;
    color: #646464;
    font-family: RobotoDraft, "Helvetica Neue", Helvetica, Arial;
}

.button-container {
    -webkit-display: flex;
    -moz-display: flex;
    -o-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -o-justify-content: flex-end;
    -ms-justify-content: flex-end;
    position: relative;
    top: -5px;
    right: 14px;
}

path {
    fill: transparent;
}

text {
    fill: #FF9800;
}
.menutitle {
    font-family: "Dancing Script", cursive;
    width: 100%;
    height: 100%;
    line-height: 150px;
    font-size: 70px;
    text-align: center;
}
.MenuButton {
    height: 70px;
    width: 100%;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    border: none;
    grid-column-start: 2;
    grid-column-end: 2;
    height: 50px;
    grid-template-columns: auto 30px 90px;
    grid-template-rows: 50px;
    font-size: 0.9em;
    border-radius: 10px;
    padding-left: 30px;
    padding-top: 10px;
    background: linear-gradient(145deg, #ffffff, #e6e4da);
    box-shadow: 6px 6px 10px #c7c5bd, -6px -6px 10px #ffffff;
}
.pizzaIcon {
    height: 40px;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    color:#ffb370;
}
.startIcon {
    height: 40px;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    color: #d1ab19;
}
.drinkIcon {
    height: 40px;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    color: #63c8ff;
}
.buildYourOwnIcon {
    height: 40px;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    color: #1dd1a1;
}

.menutext {
    line-height: 30px;
    margin-left: 10px;
    text-align: left;
    font-size: 1.3em;
    font-weight: 700;
}

.indicator {
    display: flex;
    justify-content: center;
    gap: 20px; /* Add spacing between indicators if needed */
}

    .indicator > div > div {
        transition: width 0.2s;
        width: 0; /* Start with 0 width for inactive state */
    }
.startIndicator {
    height: 4px;
    margin: auto;
    margin-top: 15px;
    width: 100%;
    color: #d1ab19;
    margin: 15px;
}
.pizzaIndicator {
    height: 4px;
    margin: auto;
    margin-top: 15px;
    width: 100%;
    margin: 15px;
    color: #ffb370;
}
.drinkIndicator {
    height: 4px;
    color: #63c8ff;
    margin: auto;
    margin-top: 15px;
    width: 100%;
    margin: 15px;
}
.BuildYourOwn {
    height: 4px;
    color: #1dd1a1;
    margin: auto;
    margin-top: 15px;
    width: 100%;
    margin: 15px;
}
.navi-indicator {
    height: 4px;
    width: 100%;
    margin: 15px;
}

.itemPreimum {
    border-style: solid;
    border-radius: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding: 10px;
    margin: 15px;
    grid-template-columns: auto 90px;
    grid-template-rows: 40px 60px;
    font-size: 1rem;
    padding-left: 30px;
    padding-top: 10px;
    background: linear-gradient(145deg, #ffffff, #e6e4da);
    box-shadow: 6px 6px 10px #c7c5bd, -6px -6px 10px #ffffff;
    border-width: 1px;
    border-color: #d1ab19;
}
.itemSpecialty {
    border-style: solid;
    border-radius: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding: 10px;
    margin: 15px;
    grid-template-columns: auto 90px;
    grid-template-rows: 40px 60px;
    font-size: 1rem;
    padding-left: 30px;
    padding-top: 10px;
    background: linear-gradient(145deg, #ffffff, #e6e4da);
    box-shadow: 6px 6px 10px #c7c5bd, -6px -6px 10px #ffffff;
    border-width: 1px;
    border-color: #ffb370;
}
.itemDrink {
    border-style: solid;
    border-radius: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding: 10px;
    margin: 15px;
    grid-template-columns: auto 90px;
    grid-template-rows: 40px 60px;
    font-size: 1rem;
    padding-left: 30px;
    padding-top: 10px;
    background: linear-gradient(145deg, #ffffff, #e6e4da);
    box-shadow: 6px 6px 10px #c7c5bd, -6px -6px 10px #ffffff;
    border-width: 1px;
    border-color: #63c8ff;
}
.circle-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: center;
/*    display: flex;
    flex-direction: column;*/
}

.circle-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color:lightgray;
    width:160px;
    border-radius:10px;
    height:250px;
}
.premiumCircle-Item {
    border-color: #d1ab19;
    border-width: 2px;
    border-style: solid;
    box-shadow: 6px 6px 10px #c7c5bd, -6px -6px 10px #ffffff;
}
.specialityCircle-Item {
    border-color: #ffb370;
    border-width: 2px;
    border-style: solid;
    box-shadow: 6px 6px 10px #c7c5bd, -6px -6px 10px #ffffff;
}
.circle {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-weight: bold;
    text-align: center;
    margin: auto;
}
/* Circle sizes */
.snacker {
    width: 80px;
    height: 80px;
    background: #ff6b6b;
}

.small {
    width: 100px;
    height: 100px;
    background: #ff9f43;
}

.medium {
    width: 120px;
    height: 120px;
    background: #54a0ff;
}

.large {
    width: 140px;
    height: 140px;
    background: #1dd1a1;
}

.gluten-free {
    width: 100px;
    height: 100px;
    background: #feca57;
}

/* Section Styling */
.circle::before, .circle::after {
    content: "";
    position: absolute;
    background: inherit;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    clip-path: polygon(50% 50%, 0% 100%, 100% 100%);
}

/* Rotate each section */
.circle::before {
    transform: rotate(60deg);
}

.circle:nth-child(2)::before {
    transform: rotate(120deg);
}

.circle:nth-child(3)::before {
    transform: rotate(180deg);
}

.circle:nth-child(4)::before {
    transform: rotate(240deg);
}

.circle:nth-child(5)::before {
    transform: rotate(300deg);
}

/* Inner text */
.circle span {
    position: relative;
    z-index: 1;
}
.circle-text {
    text-align: center;
    width: 160px;
    margin-top:auto;
}
.buildYourOwnCircle {
    height: 300px;
    display: flex;
    align-items: Center;
    width: 200px;
    flex-direction: column;
    background-color: aliceblue;
    border-radius: 10px;
    border-color: #1dd1a1;
    border-width: 2px;
    border-style: solid;
    box-shadow: 6px 6px 10px #c7c5bd, -6px -6px 10px #ffffff;
}
.JoesFavorites {
    height: 300px;
    display: inline-flex;
    align-items: Center;
    width: 29%;
    flex-direction: column;
    background-color: aliceblue;
    border-radius: 10px;
    border-color: #63c8ff;
    border-width: 2px;
    border-style: solid;
    box-shadow: 6px 6px 10px #c7c5bd, -6px -6px 10px #ffffff;
    margin:10px;
}
.buildyourownCircleText {
    text-align: center;
    width: 180px;
    margin-top: auto;
}
.JoesFavoritesText {
    text-align: center;
    width: 180px;
    margin-top: auto;
}

.fixed-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 2rem;
    color: white;
    z-index: 1000;
    background-color: #3fa94c;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px !important;
}


@media screen and (max-width: 768px) {
    .JoesFavorites {
        height: 300px;
        display: inline-flex;
        align-items: Center;
        width: 40%;
        flex-direction: column;
        background-color: aliceblue;
        border-radius: 10px;
        border-color: #63c8ff;
        border-width: 2px;
        border-style: solid;
        box-shadow: 6px 6px 10px #c7c5bd, -6px -6px 10px #ffffff;
        margin: 10px;
    }
    .nav {
        display: block !important;
        text-align: center;
    }
    .icecream {
        margin: 10px;
        align-items: center;
        display: inline-flex;
        width: 83% !important;
    }
    .collapse {
        transition: max-height 0.5s ease, opacity 0.5s ease;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        display: inline !important;
    }

        .collapse.show {
            max-height: 500px; /* Adjust based on the menu height */
            opacity: 1;
        }
    .paddingfix {
        width: 90%;
        text-align: center;
        display: inline-flex !important;
        margin-left:6% !important;
    }
}

.load-man {
    height: 18px;
    position: relative;
    top: 50%;
    left: 50%;
    width: 350px;
    margin-top: -5px;
    background: repeating-linear-gradient(90deg, #fff, #fff 5%, transparent 5%, transparent 35%);
    animation: travel 1.2s infinite linear;

}

    .load-man:before,
    .load-man:after {
        content: '';
        position: absolute;
        left: -45px;
        top: 50%;
        border: 45px solid #ff0;
        border-radius: 100%;
        margin-top: -45px;
    }

    .load-man:before {
        border-left-color: transparent;
        border-bottom-color: transparent;
        animation: chomp 0.35s infinite linear;
    }

    .load-man:after {
        border-top-color: transparent;
        border-right-color: transparent;
        animation: chomp-b 0.35s infinite linear;
    }
/**
  * Base styling
*/
* {
    box-sizing: border-box;
    /*animation: fadeIn 0.5s;*/
}

@-moz-keyframes travel {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -350px 0;
    }
}

@-webkit-keyframes travel {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -350px 0;
    }
}

@-o-keyframes travel {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -350px 0;
    }
}

@keyframes travel {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -350px 0;
    }
}

@-moz-keyframes chomp {
    0% {
        transform: rotate(-45deg);
    }

    50% {
        transform: rotate(-90deg);
    }

    100% {
        transform: rotate(-45deg);
    }
}

@-webkit-keyframes chomp {
    0% {
        transform: rotate(-45deg);
    }

    50% {
        transform: rotate(-90deg);
    }

    100% {
        transform: rotate(-45deg);
    }
}

@-o-keyframes chomp {
    0% {
        transform: rotate(-45deg);
    }

    50% {
        transform: rotate(-90deg);
    }

    100% {
        transform: rotate(-45deg);
    }
}

@keyframes chomp {
    0% {
        transform: rotate(-45deg);
    }

    50% {
        transform: rotate(-90deg);
    }

    100% {
        transform: rotate(-45deg);
    }
}

@-moz-keyframes chomp-b {
    0% {
        transform: rotate(-45deg);
    }

    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-45deg);
    }
}

@-webkit-keyframes chomp-b {
    0% {
        transform: rotate(-45deg);
    }

    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-45deg);
    }
}

@-o-keyframes chomp-b {
    0% {
        transform: rotate(-45deg);
    }

    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-45deg);
    }
}

@keyframes chomp-b {
    0% {
        transform: rotate(-45deg);
    }

    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-45deg);
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.tiles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tile {
    position: relative;
    float: left;
    width: 33.333%;
    height: 100%;
    overflow: hidden;
}

.photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform .5s ease-out;
}

.txt {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 10%;
    left: 0;
    font-family: 'Roboto Slab', serif;
    font-size: 9px;
    line-height: 12px;
    text-align: center;
    cursor: default;
}

.x {
    font-size: 32px;
    line-height: 32px;
}

.sold-out-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-weight: bold;
    border-radius:9px;
    text-transform: uppercase;
    z-index: 2;
}

.dropdownItems {
    color: #2F4F4F; /* Dark Slate Gray */
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    background-color: transparent;
    text-align: center;
    display: block; /* Ensures full clickable area */
}

    .dropdownItems:hover {
        /*background-color: #8B0000;*/ /* Dark Red */
        color: #8B0000; /* White */
        border-width: 1px;
        border-color: #F5F5DC; /* Warm Beige */
        box-shadow: 2px 2px;
    }

.HomePageBackGround {
    background-image: url('https://joespizzamanchester.blob.core.windows.net/home/jpguttenberg-min.png');
    height: 27.75rem;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}