:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#ffffffde;background-color:#242424;--background-transparent: #00000000;--text-white: #fff;--text-black: #000;--border-black: #000;--background-white-translucent: rgba(255, 255, 255, .75);--background-black-translucent: rgba(0, 0, 0, .75);--background-white: #d4d4d4;--background-black: #000;--vennies-blue: #002b7e;--vennies-red: #e80027}#root{background-color:var(--background-transparent);margin:0 auto;min-height:70%;width:100%;display:flex;flex-direction:column;align-items:center;overflow:hidden}#backgroundImage{overflow:hidden;background:linear-gradient(#1a1a1a80,#1a1a1a80),url(/assets/vennies_spread_wide1728-CnWlJeGa.jpg);width:100%;min-height:200%;background-size:cover;background-attachment:fixed;background-repeat:no-repeat;background-position:center;position:fixed;top:0;left:0;z-index:-2}body{position:relative;overflow-x:hidden}ul{list-style:none;padding-left:0}a:has(.secretButton){text-align:center}.secretButton{cursor:pointer;border-bottom:2px solid var(--vennies-blue)}.secretButton:hover{border-bottom:2px solid var(--vennies-red)}.button{background-color:var(--background-black-translucent);border:5px solid var(--vennies-blue);border-radius:10px;margin-top:2rem;margin-bottom:1rem;padding:.5rem;font-size:24px;font-weight:700;cursor:pointer}.button:hover{background-color:var(--vennies-blue)}header{position:fixed;top:25px;display:flex;justify-content:center;border:2px solid var(--border-black);border-radius:10px;background-color:var(--background-white-translucent)}header ul{display:flex;gap:3rem;padding-left:1rem;padding-right:1rem}header ul li{font-size:26px;font-weight:700}header a{color:var(--text-black);text-decoration:none;cursor:default}header a:hover{color:var(--vennies-blue);text-decoration:none}h2{font-size:64px}.headerContainer{position:fixed;top:20px;display:flex;justify-content:center;width:100%;transition:transform .3s ease-in-out,opacity .3s ease-in-out}.headerContainer.hide{transform:translateY(-100%);opacity:0}.headerContainer.show{transform:translateY(0);opacity:1}#modalHeader{display:flex;padding-top:20%;flex-direction:column;justify-content:center;align-items:center;z-index:10;height:100%;background-color:var(--background-black-translucent)}#modalHeader>a{color:inherit;text-decoration:none;font-size:48px;font-weight:700}#modalHeader>a:hover{text-decoration:none;color:var(--vennies-blue)}#titleLine{margin-top:150px;z-index:1}#titleLine>h1{margin:0;font-size:96px;text-align:center}#aboutUs{max-width:50%;margin-top:250px;margin-bottom:100px;text-align:center;z-index:1}#aboutUs>h2{margin:0}#aboutUs>p{margin:0;font-size:30px}#gMapAndInfo{width:75svw;height:65svh;border:2px solid black;border-radius:10px;background-color:var(--background-white-translucent);display:grid;grid-template-columns:.7fr .3fr}#shopInfo{display:flex;flex-direction:column;justify-content:center;align-items:start;padding:1rem;overflow-x:scroll;scrollbar-width:none}.shopInfoContainer{height:100%;width:100%}.mapEmbed{height:65svh}.mapEmbed *{border-radius:10px}.gMapsInfoWindow{display:flex;flex-direction:column;justify-content:center;align-items:center}.gMapsInfoWindow>h2,.gMapsInfoWindow>p{color:#000}.gMapsInfoWindow>h2{font-size:26px;font-weight:500}.menuCardBackground{margin-top:150px;height:100%;width:85%;display:grid;grid-template-columns:repeat(3,1fr);gap:5rem;align-content:center}.menuCard{height:auto;width:100%;display:grid;padding:1.5rem;grid-template-rows:.1fr .9fr;justify-content:start;border:8px solid var(--border-black);background-color:var(--background-black-translucent)}.menuCardTitle{margin-top:0;height:auto}.menuCard>ul{display:flex;flex-direction:column;gap:.25rem}.menuCardItem>p{margin:0}.itemPrice{text-align:right;margin:0}#catering{margin-top:150px;width:75%;display:grid;grid-template-rows:.15fr .85fr;gap:2rem;align-content:center}#catering>h2{text-align:center;margin:0;z-index:1}#catering>form{background-color:var(--background-white);padding:2rem;border-radius:10px;text-align:center}#instagramEmbeds{display:flex;flex-direction:row;gap:3rem}#sandwichSelector,#sandwichSelectorWrapper{display:flex;flex-direction:column;justify-content:center;align-items:center}#sandwichSelector{width:100vw;height:100vh}#sandwichSelectorWrapper{width:500px;border-radius:15px;background-color:var(--background-white);outline:10px solid var(--border-black);overflow-x:hidden;position:relative}#rouletteMarker{height:200px;outline:3px solid var(--vennies-red);position:absolute;top:0;z-index:1}#sandwichSelectorWrapper>p{font-size:24px;color:var(--text-black);text-align:center}#sandwichIllustrations{overflow:hidden;display:flex;flex-direction:row;margin:0 auto}#sandwichIllustrations>img{outline:2px solid var(--border-black);flex-shrink:1;aspect-ratio:1/1;width:25vw}.selectedSandwich{border-width:3px;border-style:solid;border-image:linear-gradient(to right,var(--vennies-blue),var(--vennies-red)) 1;padding:5px}.scroll-animation{animation:scroll 1s linear infinite}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-100%)}}.tracking-in-expand{-webkit-animation:tracking-in-expand .7s cubic-bezier(.215,.61,.355,1) both;animation:tracking-in-expand .7s cubic-bezier(.215,.61,.355,1) both}@-webkit-keyframes tracking-in-expand{0%{letter-spacing:-.5em;opacity:0}40%{opacity:.6}to{opacity:1}}@keyframes tracking-in-expand{0%{letter-spacing:-.5em;opacity:0}40%{opacity:.6}to{opacity:1}}.slideInLeft1{-webkit-animation:slideInLeft .5s cubic-bezier(.455,.03,.515,.955) both;animation:slideInLeft .5s cubic-bezier(.455,.03,.515,.955) both}.slideInLeft2{-webkit-animation:slideInLeft .5s cubic-bezier(.455,.03,.515,.955) .5s both;animation:slideInLeft .5s cubic-bezier(.455,.03,.515,.955) .1s both}.slideInLeft3{-webkit-animation:slideInLeft .5s cubic-bezier(.455,.03,.515,.955) .2s both;animation:slideInLeft .5s cubic-bezier(.455,.03,.515,.955) .2s both}.slideInLeft4{-webkit-animation:slideInLeft .5s cubic-bezier(.455,.03,.515,.955) .3s both;animation:slideInLeft .5s cubic-bezier(.455,.03,.515,.955) .3s both}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translateX(-1000px);transform:translate(-1000px);opacity:0}to{-webkit-transform:translateX(0);transform:translate(0);opacity:1}}@keyframes slideInLeft{0%{-webkit-transform:translateX(-1000px);transform:translate(-1000px);opacity:0}to{-webkit-transform:translateX(0);transform:translate(0);opacity:1}}@media screen and (max-width: 700px){#root{margin:auto}#backgroundImage{background-size:cover;background-attachment:scroll;background-position:center}.headerContainer{z-index:5;margin-right:10px}.headerContainer>button{margin-right:0;margin-left:auto}#titleLine{margin-top:40px;width:95%}#titleLine>h1{text-align:left;font-size:78px}#aboutUs{max-width:90%}#aboutUs>h2{font-size:48px}h2{font-size:48px;text-align:center}#gMapAndInfo{height:auto;width:90%;grid-template-columns:1fr}#shopInfo{width:auto;align-items:center;text-align:center}.menuCardBackground{grid-template-columns:1fr}.menuCard{width:80%}.menuCardTitle{text-align:left;font-size:44px}#catering{width:90%;text-align:center}#shopInfo>p{font-size:18px}#instagramEmbeds{flex-direction:column}#instagramEmbeds .Caption,#instagramEmbeds .Footer{display:none}#sandwichSelectorWrapper{width:90%;outline:5px solid var(--border-black)}#rouletteMarker{height:150px}#sandwichIllustrations>img{width:50vw}a:has(.secretButton){text-align:center;margin-left:22px;margin-right:22px}}
