/* Base css */
@font-face {
    font-family: '#f55c47 Hat Display', Helvetica, Arial, sans-serif;
    src: url('https://fonts.googleapis.com/css2?family=#f55c47+Hat+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
}
html {
    scroll-behavior: smooth;
    min-width: 100vw;
    overflow-x: hidden;
}
body {
    background-color: #f5f5f5;
    font-family: '#f55c47 Hat Display', Helvetica, Arial, sans-serif;
    color: #1e1919;
    text-align: center; 
    height: auto;
    margin: 0;
    padding: 0;
    opacity: 1;
}
h1, h2, h3, p, a, ul, li {
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
h1, h2, h3 {
    color: #f5f5f5;
}
h1 {
    padding-top: 10px;
}
h2 {
    margin-bottom: 8px;
}
h3 {
    margin: 5px 0;
}
p {
    line-height: 1.22em;
    letter-spacing: 0.01em;
}
a {
    color: #1e1919;
}
a:active, a:focus, a:hover {
    color: #d5230b;
}
/* color blocks */
#red-block {
    background-color: #B93827;
}
#green-block {
    background-color: #4AA96C;
}
#white-block {
    background-color: #f5f5f5;
}
/* color blocks - END */
/* BACKGROUND IMAGES */
.menu-banner-img {
    position: fixed;
    z-index: -4;
    top: 0;
}
.menu-banner-img img{
    min-width: 100vw;
    overflow: hidden;
    filter: brightness(70%);
}
#home-img img{
    filter: brightness(100%);
}
#img-blur {
    overflow: hidden;
}
#img-about{
    filter: brightness(80%);
    overflow: hidden;
}
#img-about img{
    min-width: 100vw;
    min-height: 100vh;
    overflow: hidden;
}
#locate img{
    width: 100%;
}
/* BACKGROUND IMAGES - END */

/* POPUP PAGE DARKEN - IMPORTANT! */
#view-dark{
    background: rgba(3, 20, 27, 0.46);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11;
  }
  /* POPUP PAGE DARKEN - END */
/* BASE CSS - END */

/* NAVS */
#home-nav {
    background: rgba(222, 222, 222, 0);
}
.home-content #apply{
    padding: 28px 40px;
}
.main-nav {
    text-align: left;
    width: 100vw;
    position: absolute;
    top: 0;
    background-color: #f5f5f5;
    height: 48px;
}
#left-nav{
    padding: 15px 0;
    position: relative;
    float: left;
}
#right-nav{
    padding-top: 8px;
    vertical-align: middle;
    position: relative;
    width: 30%;
    float: right;
    margin-right: 15px;
}
.main-nav a {
    vertical-align: middle;
    margin-left: 22px;
    font-weight: bold;
}
/* nav order butn */
.order-now-nav{
    z-index: 8;
    position: absolute;
    width: 130px;
    right: 0;
    padding: 8px;
    /* margin-right: 15px; */
    background-color: #F38830;
    font-size: 0.8em;
    letter-spacing: 0.05em;
    font-style: italic;
    text-transform: uppercase;
    color: #fcf1e3;                                                                                                     
    border: none;
    border-radius: 3px;
    box-shadow: 3px 5px 5px rgba(33, 28, 28, 0.12);
    cursor: pointer;
}
.top-nav a:hover, .top-nav a:focus, .top-nav a:active {
    color: #f55c47;
}
.order-now-nav:hover, .order-now-nav:active, .order-now-nav:focus{
    background-color: #f27a18;
    box-shadow: 3px 5px 5px rgba(33, 28, 28, 0.22); 
}
#yelp{
    background-color: #f83206;
}
#google{
    background-color: #29A7C1;
}

#google:hover, 
#google:focus, 
#google:active{
    background-color: #2492a8;
}
#yelp:hover, 
#yelp:focus, 
#yelp:active{
    background-color: #db2f08;
}

/* nav order butn - END */
/* social nav */
.soc-nav{
    background-color: #1e1919;
    position: fixed;
    bottom: 0;
    width: 100vw;
    padding: 5px;
}
.soc-nav img{
    width: 29px;
    margin: 0 20px;
    height: 30px;
    opacity: 30%;
}
.soc-nav img:hover, .soc-nav img:focus, .soc-nav img:active{
    opacity: 100%;
}
/* menu nav */
.menu-nav,
.menu-nav-cat{
    margin: 50px 0;
    font-size: 0.8em;
}
.menu-nav p,
.menu-nav-cat p{
    font-weight: bold;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-top: 10px;
    text-align: center;
}
.nav-item{
    display: inline-block;
    color: #f5f5f5;
    width: 90px;
    height: 90px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    margin: 0 4px;
}
#bottom-nav .nav-item{
    width: auto;
    height: auto;
}
#bottom-nav p{
    margin: 0 6px;
}
#active-item {
    color: #f55c47;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    animation: scaleUp 0.1s ease 0s 1 normal forwards;
}
#active-item p{
    color: #f55c47;
}
.nav-item img{
    width: 80px;
}
/* triggers */
.nav-item:hover, .nav-item:focus, .nav-item:active{
    color: #f55c47;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    animation: scaleUp 0.1s ease 0s 1 normal forwards;
}
/* NAVS - END */
/* HOME CONTENT */
.home-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home-content img{
    max-width: 380px;
    animation: rollIn 1s ease 0s 1 normal forwards;
}
#slice{
    background-color: #E89009;
}
#slice:hover, 
#slice:focus, 
#slice:active{
    background-color: #E89009;
}
/* HOME CONTENT - END */
/* MENU BASE */
.main-container{
    padding:  36px 23%;
    text-align: center;
    width: 100;
    margin-top: 0;
    bottom: 0;
}
#white-block h1{
    color: #1e1919;
}
.menu-mast{
    margin: 80px 0 0 22px;
    font-size: 4em;
    color: #f5f5f5;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}
#pizza-img img{
    min-width: 170vw;
    overflow: hidden;
}
#menu-bar{
    margin: 16px 47% 20px 47%;
    background-color: #f5f5f5;
    width: 6%;
    height: 4px;
}
#menu-bar-black{
    background-color: #1e1919;
    margin: 16px 47% 20px 47%;
    width: 6%;
    height: 4px;
}
.callout {
    font-style: italic;
    font-size: 0.8em;
    border-radius: 0 0 20px 0;
    padding: 10px 30px 10px 20px;
    margin-right: 19%;
    background-color: #faeedd;
}
/* MENU BASE - END */







/* ABOUT */
#about{
    padding: 60px 60px 0 60px;
    margin: 120px 20% 0 20%;
    background-color: #f5f5f5;
    border-radius: 6px;
}
#about h1, #about h3, #about p {
    color: #1e1919;
    margin-bottom: 7px;
    line-height: 1.4em;
}
#contact{
    background-color: #F38830;
}
#contact:hover, #contact:active, #contact:focus{
    background-color: #eb7637;
}
.address, .address p, .address h2{
    color: #1e1919;
    text-align: right;
    margin: 0;
    padding: 0;
}
.address h2{
    margin: 2px 0;
}
/* order buttons */
.order-now{
    margin: 10px 20% 0 20%;
    background-color: #f55c47;
    font-weight: bold;
    font-size: 0.9em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fcf1e3;                                                                                                     
    border: none;
    padding: 20px 36px;
    border-radius: 8px;
    box-shadow: 3px 5px 5px rgba(33, 28, 28, 0.12);
    cursor: pointer;
}
#apply{
    background-color: #499755;
    font-size: 0.94em;
    padding: 23px 42px;
}

#submit input{
    width: 20px;
    background-color: #499755;
    font-weight: bold;
    font-size: 0.9em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border: none;
    border-radius: 8px;
    box-shadow: 3px 5px 5px rgba(33, 28, 28, 0.12);
    color: #f5f5f5;                                                                                              
}
button{
    border: none;
}
#thank-you h1{
    text-align: center;
    color: #1e1919;
    z-index: 30;
    animation: scaleIn 0.3s ease-out both;
}
#thank-you img{
    max-width: 60px;
}
/* triggers */
#apply:hover, 
#submit input:hover,
#apply:active, 
#submit input:active,
#apply:focus,
#submit input:focus{
    background-color: #3e8148;
}  
.order-now:hover, .order-now:active, .order-now:focus{
    background-color: #d5230b;
    box-shadow: 3px 5px 5px rgba(33, 28, 28, 0.22);
}
/* order buttons END */


/* menu selections */ 
#custom-item{
    background: rgba(254, 254, 253, 1);
    border: 3px solid #f55c47;
}
#custom-item:hover, #custom-item:active, #custom-item:focus{
    background-color: #F6F6F6;
}
.menu-choice{
    background: rgba(20, 101, 42, 0.13);
    border-radius: 2px;
    display: inline-block;
    padding: 22px;
    min-width: calc(100% - 47px);
    margin: 11px 0;
    box-shadow: -3px 4px 5px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}
.menu-choice h3{
    color: #1e1919;
    font-style: normal;
    text-transform: capitalize;
}
.menu-choice p {
    color: #1e1919;
}
.menu-choice:hover, .menu-choice:active, .menu-choice:focus{
    background: rgba(20, 101, 42, 0.20);
}
.left, .right{
    position: relative;
}
.left{
    margin-right: 13px;
    float: left;
}
.right{
    margin-left: 113px;
}
.item-img{
    height: 90px;
    width: 90px;
    border-radius: 100px;
    box-shadow: 3px 5px 5px rgba(33, 28, 28, 0.22);
}
.item-img img{
    height: 91px;
    width: 91px;
    border-radius: 100px;
}
#custom{
    border: 3px solid #1e1919;
    border-radius: 90px; 
}
#star{
    width: 43px;
    left: 27px;
    top: 3px;
    position: absolute;
}
#left-swap{
    float: right;
    margin-right: 0;
    margin-left: 13px;
}
#left-swap + .right{
    margin-left: 0px;
}
#end-space{
    width: 100%;
    height: 52px;
    margin: 0;
    padding: 0;
}
#order-popup{
    margin: auto;
    padding: 20px;
    text-align: center;
    z-index: 15;
    position: fixed;
    max-height: fit-content;
    max-width: fit-content;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #EEEEEE;
    box-shadow: 3px 5px 5px rgba(33, 28, 28, 0.33);
    border-radius: 8px;
    animation: scaleIn 0.3s ease-out both;
    border: 3px solid #EEEEEE;
}
#order-popup h1,
#order-popup h2,
#order-popup h4,
#order-popup td{
    text-align: left;
    color: #1e1919;
    padding: 10px;
}
#order-popup input{
    text-align: left;
}
#order-popup h4{
    margin: 5px;
    font-weight: normal;
}
#contact input{
    background-color: #F38830;
    border: none;
}
#popup-close{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    position: fixed;
    padding: 6px 11px;
    margin: 10px;
    border-radius: 100px;
    right: 0;
    top: 0;
    background-color: rgba(33, 28, 28, 0.1);
    z-index: 500;
}
#popup-close:hover, #popup-close:active, #popup-close:focus{
    background-color: rgba(33, 28, 28, 0.2);
}
#order-popup h3 {
    color: #1e1919;
    padding: 0;
}
#order-popup #apply{
    margin-top: 15px;
}
.toggle-all h3 {
    font-size: 0.98em;
    border-radius: 3px 3px 0 0;
    color: #1e1919;
    background-color: rgba(254, 254, 253, 0.8);
    padding: 11px;
    margin: 4px 60px 0 0;
    opacity: 0.7;
    box-shadow: 3px 5px 5px rgba(33, 28, 28, 0.16);
    cursor: pointer;
}
.toggle-all h3:hover, .toggle-all h3:focus, .toggle-all h3:active {
    background-color: rgba(254, 254, 253, 0.88);
    opacity: 1;
    box-shadow: 3px 5px 5px rgba(33, 28, 28, 0.33);
}
.toggle-all p{
    padding: 9px;
    margin: 3px 60px 0 15px;
    background-color: rgba(254, 254, 253, 0.35);
    padding-top: 7px;
    font-size: 0.9em;
}
#tog-p-size, #tog-p-cheese, #tog-p-sauce, #tog-p-veg, #tog-p-meat, #tog-p-seafood, #tog-p-fin{
    padding: 0;
    display: none;
    cursor: pointer;
}
p em{
    text-transform: lowercase;
}
#apply-page{
    text-align: left;
    color: #1e1919;
    background-color: #EEEEEE;
    height: 100vh;
}
#apply-page input,
#apply-page textarea{
    border: none;
    width: 326px;
    height: 32px;
    border-radius: 3px;
}
#apply-page p,
#apply-page h1{
    color: #1e1919;
    margin: 12px 0 4px 0;
}
.break-line{
    opacity: 0.2;
    border: 1px solid #1e1919;
    width: 510px;
}
.security-check textarea,
.security-check input{
    width: 282px;
}
/* Animations */
@keyframes scaleIn {
    0% { 
        opacity: 0;
        transform: scale(0.2);
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translateX(-250px) rotate(-200deg);
    }
    
    100% {
        opacity: 1;
        transform: translateX(0) rotate(0deg);
    }
}

    @keyframes scaleIn {
    0% {
        transform: scale(0);
    }
    
    100% {
        transform: scale(1);
    }
}

@keyframes scaleUp {
    0% {
        transform: scale(1);
        top: 0;
    }

    100% {
        transform: scale(1.1);
        top: -3;
    }
}
/* Animations END */


/* Mobile Op */
@media only screen and (max-width: 800px) {
    #white-block, #red-block, .main-container{
        padding: 26px 6%;
    } 
    #order-popup{
        right: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 35% 16%;
    }
    .home-content img{
        width: 360px;
    }
}
@media only screen and (max-width: 600px) {
    html{
        min-width: 100vw;
        max-width: 100vw;
    }
    body{
        min-width: 100vw;
        max-width: 100vw;
    }
    .nav-bar{
        padding: 17px 0;
        max-width: 100vw;
    }
    #left-nav a{
        margin-left: 12px;
    }
    #main-nav{
        text-align: center;
    }
    .home-container{
        padding: 0;
        text-align: center;
    }
    .home-content img{
        width: 320px;
    }
    .order-now{
        margin: 10px 10% 0 10%;
        padding: 16px 20px;
    }
    .menu-mast{
        margin: 80px 0 0 0px;
        padding-top: 20px;
        font-size: 44px;
    }
    .menu-bar{
        margin: 16px 30% 20px 20%;
    }
    .nav-item{
        width: 60px;
        margin: 3px;
    }
    .nav-item p{
        font-size: 12px;
    }
    .nav-item img{
        width: 60px;
        margin: 0;
    }
    #white-block, #red-block, .main-container{
        padding: 26px 6%;
    }
    th{
        padding: 5px;
    }
    #order-popup{
        right: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 70% 10%;
    }
    #pizza-img img{
        min-width: 300vw;
        overflow: hidden;
    }
    #about{
        padding: 20px 20px 0 20px;
        margin: 100px 5% 0 5%;
    }
}
@media only screen and (max-width: 400px) {
    .main-nav{
        height: 86px;
    }
    #left-nav{
        padding-bottom: 0;
    }
    #right-nav{
        float: left;
    }
    .order-now-nav{
       left: 0;
       margin-top: 1px;
       margin-left: 15px;
    }
}