*,:after,:before{box-sizing:border-box;margin:0;padding:0}.App{display:flex;flex-direction:column;font-family:Arial,Helvetica,sans-serif;height:auto;width:100vw}body{margin:0;padding:0}.navbar{background-color:#08090a;display:flex;height:100px;width:100%}.navbar .leftside{align-items:center;display:flex;flex:50% 1;height:100%;padding-left:8%}.navbar .leftside img{width:80px}.navbar .rightside{align-items:center;display:flex;flex:50% 1;height:100px;justify-content:center}.navbar .rightside a{color:#fff;cursor:pointer;font-size:1.2rem;margin:5%;text-decoration:none}.navbar .button button{background-color:transparent;border:none;color:#fff;cursor:pointer}.rightside a:hover{text-shadow:0 0 0 #fff}.navbar #close a,.navbar #open img{display:none}.navbar #open .hiddenlinks a{color:#fff;cursor:pointer;font-size:1rem;margin:5%;text-decoration:none}@media screen and (max-width:700px){.navbar .rightside a{display:none}.navbar .button{align-items:center;display:flex;flex:10% 1;height:100px;justify-content:flex-end;padding-right:5%}.navbar .rightside{display:none}}@media screen and (min-width:700px){.hiddenlinks,.navbar .button{display:none}}.footer{align-items:center;background-color:#020202;color:#fff;display:flex;flex-direction:column;height:100px;justify-content:center;width:100%}.smedia svg{font-size:2rem;margin:30px 30px 0}.copyright{display:flex}.copyright svg{size:smaller;margin-top:6px}.copyright p{font-size:smaller;margin-top:10px}.home{align-items:left;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;height:90vh;justify-content:center;width:100%}.head{margin-left:8%;width:auto}.head h1{font-size:75px;font-weight:90;margin-bottom:5px}.head h1,.head p{align-items:center;justify-content:center}.head p{font-family:Courier;font-size:25px;font-weight:bolder;margin-top:0;padding:0}.head button{background-color:#000;border:none;border-radius:5px;color:#fff;cursor:pointer;height:40px;margin-left:4px;padding:8px;width:150px}.head button:hover{background-color:#1f1e1e;transition:.5s}@media screen and (max-width:600px){.home{align-items:center;justify-content:center}}.menu{align-items:center;background-color:#e4e4e4;display:flex;flex-direction:column;height:auto;justify-content:center;padding-bottom:20px;width:100%}.menu .menutitle{font-family:cursive,fantasy;font-size:70px;font-weight:50;margin-bottom:20px;margin-top:10px}.menulist{display:grid;grid-template-columns:1fr 1fr 1fr;height:auto;place-items:center;width:75vw}.menuitem{border-radius:15px;box-shadow:0 3px 15px rgba(0,0,0,.3);cursor:pointer;height:300px;margin:20px;width:250px}.menuitem:hover{box-shadow:0 3px 15px rgba(0,0,0,.6);transition:.3s}.menuitem h1{font-size:30px;font-weight:50;margin-bottom:0;margin-left:8px}.menuitem p{display:flex;margin-left:8px;margin-top:5px}.menuitem p,.menuitem p svg{font-size:20px}.menuitem div{background-position:50%;background-repeat:no-repeat;background-size:cover;border-top-left-radius:15px;border-top-right-radius:15px;height:170px;width:100%}@media screen and (max-width:1000px){.menulist{grid-template-columns:1fr 1fr}}@media screen and (max-width:700px){.menulist{grid-template-columns:1fr}}.about{background-position:50%;background-repeat:no-repeat;background-size:cover;height:auto;width:100%}.about h1{font-family:Courier New,Courier,monospace;font-size:50px;padding-left:25px}.content{background-color:rgba(0,0,0,.7);border-radius:10px;box-shadow:0 3px 15px rgba(0,0,0,.9);color:#fff;font-size:23px;font-style:italic;margin:40px;padding:10px}.imp{font-size:30px}.contact{display:flex;height:90vh;width:100%}.contact .leftside{background-position:50%;background-repeat:no-repeat;background-size:cover;flex:50% 1;height:100%}.contact .rightside{align-items:center;display:flex;flex:50% 1;flex-direction:column;height:100%}.contact .rightside h1{font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;font-size:8vh;font-weight:50;margin-left:.5%;padding-bottom:2vh;padding-top:2vh}.form{display:flex;flex-direction:column;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;font-size:3.5vh;height:auto;padding:5%;width:auto}.form input{height:5vh}.form input,.form textarea{border:none;border-bottom:.5px solid #121619;color:#000;width:100%}.form textarea{height:7vh}.form input::-webkit-input-placeholder,.form textarea::-webkit-input-placeholder{color:grey;font-family:Arial,Helvetica,sans-serif}.form input:-ms-input-placeholder,.form textarea:-ms-input-placeholder{color:grey;font-family:Arial,Helvetica,sans-serif}.form input::placeholder,.form textarea::placeholder{color:grey;font-family:Arial,Helvetica,sans-serif}.form label{margin-top:5%}.form button{background-color:#000;border:none;border-radius:10px;color:#f5f5f5;cursor:pointer;font-size:2vh;height:5vh;margin-top:20px;width:160px}.form button:hover{background-color:#121619;transition:.5s}@media screen and (max-width:750px){.contact .rightside{background-image:url(/static/media/pizzaLeft.24b07891fef1c8dae848.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover}.contact .leftside{display:none}.form input,.form textarea{background:transparent;border-bottom:.5px solid #f5f5f5;color:#f5f5f5}.form input::-webkit-input-placeholder,.form textarea::-webkit-input-placeholder{color:#f5f5f5;font-family:Arial,Helvetica,sans-serif}.form input:-ms-input-placeholder,.form textarea:-ms-input-placeholder{color:#f5f5f5;font-family:Arial,Helvetica,sans-serif}.form input::placeholder,.form textarea::placeholder{color:#f5f5f5;font-family:Arial,Helvetica,sans-serif}.rightside form{background-color:rgba(0,0,0,.7);border-radius:5px;box-shadow:0 3px 30px rgba(0,0,0,.6);color:#f5f5f5}.contact .rightside h1{margin-top:0;padding-bottom:3.5vh}}
/*# sourceMappingURL=main.5c7553ee.css.map*/