:root{--clr-primary-1:#063251;--clr-primary-2:#104e7a;--clr-primary-3:#1a6aa2;--clr-primary-4:#2d87c8;--clr-primary-5:#49a6e9;--clr-primary-6:#6ebef7;--clr-primary-7:#8bcbf9;--clr-primary-8:#a5d5f8;--clr-primary-9:#c5e5fc;--clr-primary-10:#ebf7ff;--clr-grey-1:#102a42;--clr-grey-2:#243a52;--clr-grey-3:#324d67;--clr-grey-4:#48647f;--clr-grey-5:#617d98;--clr-grey-6:#829ab0;--clr-grey-7:#9eb2c7;--clr-grey-8:#bcccdc;--clr-grey-9:#dae2ec;--clr-grey-10:#f1f5f8;--clr-white:#fff;--clr-gold:#c59d5f;--clr-red-dark:#bb2525;--clr-red-light:#e66b6b;--clr-green-dark:#25bb32;--clr-green-light:#6be675;--clr-black:#222;--transition:all 0.3s linear;--spacing:0.1rem;--radius:0.25rem;--light-shadow:0 5px 15px rgba(0,0,0,0.1);--dark-shadow:0 5px 15px rgba(0,0,0,0.2);--max-width:1170px;--fixed-width:620px}*,:after,:before{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;background:#f1f5f8;background:var(--clr-grey-10);color:#102a42;color:var(--clr-grey-1);line-height:1.5;font-size:.875rem}#main{-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;margin:4.5rem 0}#categories,#main{display:-webkit-flex;display:flex}#categories{-webkit-flex-direction:row;flex-direction:row}h2{font-size:2.5rem;letter-spacing:.1rem;letter-spacing:var(--spacing)}#line{border-bottom:4px solid #c59d5f;border-bottom:4px solid var(--clr-gold);width:80px}#categories{margin:2rem}button{margin:0 .5rem;background:none;text-transform:capitalize;letter-spacing:1px;font-size:1rem;border:none;color:#c59d5f;color:var(--clr-gold);padding:.5rem 1rem;border-radius:.25rem;border-radius:var(--radius);transition:all .3s linear;transition:var(--transition);cursor:pointer}button:hover{background:#c59d5f;background:var(--clr-gold);color:#fff}img{width:225px;height:150px;object-fit:cover;border:4px solid #c59d5f;border:4px solid var(--clr-gold);border-radius:.25rem;border-radius:var(--radius)}#flex_row{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row}#text_block{width:324px;height:150px;margin-left:1.2rem}#dotted{border-bottom:1px dotted #829ab0;border-bottom:1px dotted var(--clr-grey-6);width:100%;margin-bottom:1rem}#title_price{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;margin-bottom:.5rem}#title{margin-right:auto;text-transform:capitalize}#price,#title{font-size:1rem;font-weight:700;letter-spacing:.1rem;letter-spacing:var(--spacing)}#price{color:#c59d5f;color:var(--clr-gold)}#desc{font-size:1rem;color:#617d98;color:var(--clr-grey-5)}#item{margin:1.5rem 1rem}#menu_container{display:grid;grid-template-columns:auto auto}@media only screen and (max-width:1200px){#menu_container{grid-template-columns:none}#text_block{width:395px}#text_block,img{height:175px}}@media only screen and (max-width:800px){h2{font-size:2rem}#desc,#price,#title{font-size:.875rem}}@media only screen and (max-width:767px){#flex_row{-webkit-flex-direction:column;flex-direction:column}img{width:395px;height:200px;margin-bottom:1rem}#text_block{margin-left:0;height:auto}}@media only screen and (max-width:450px){#menu_container{width:95vw}#text_block,img{width:88vw}}
/*# sourceMappingURL=main.e5e34fb3.chunk.css.map */