*{box-sizing:border-box;margin:0;padding:0;scrollbar-color:#7e7e7e #494949;scrollbar-width:auto}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#494949}::-webkit-scrollbar-thumb{background-color:#7e7e7e}body{background-color:#211e1b;overflow-x:hidden;position:relative}.container{width:100%}@media screen and (min-width:900px){.container{margin-inline:auto;max-width:1144px}}.overlay-60{isolation:isolate;position:relative}.overlay-60:after{background-color:rgba(0,0,0,.6);content:"";inset:0;position:absolute;z-index:-1}.btn__gold{background-color:#f1b356;border:none;border-radius:25px;color:#000;cursor:pointer;font-family:Merriweather,serif;font-weight:700;padding-block:8px;padding-inline:20px}.btn__gold:hover{-webkit-filter:brightness(120%);filter:brightness(120%)}nav{background-color:initial;position:fixed;top:0;transition:background-color .3s ease;width:100%;z-index:20}nav .message{background-color:#211e1b;border-left:25px solid green;border-radius:0 20px 20px 0;color:#fff;font-family:Crimson Pro,serif;font-size:18px;left:0;padding-block:2rem;padding-inline:2rem;position:absolute;top:100%;transition:translate .4s .2s;translate:-100%;z-index:20}@media screen and (min-width:900px){nav .message{border:3px solid green;border-radius:20px;left:50%;opacity:0;padding-inline:4rem;-webkit-transform:translateX(-50%);transform:translateX(-50%);transition:all .4s .2s;translate:0;visibility:hidden;width:400px}}nav .message.appear{translate:0}@media screen and (min-width:900px){nav .message.appear{opacity:1;visibility:visible}}nav .backdrop{background-color:rgba(0,0,0,.6);height:100vh;opacity:0;position:absolute;transition:all .3s ease-in .3s;visibility:hidden;width:100vw;z-index:30}nav .backdrop.show{opacity:1;visibility:visible}nav .modal{background-color:#2e2925;display:flex;flex-direction:column;gap:1rem;left:50%;max-width:500px;opacity:0;padding-block:2rem;padding-inline:3rem;position:absolute;top:50%;-webkit-transform:translate(-50%,30%);transform:translate(-50%,30%);transition:all .3s ease-in .3s;visibility:hidden;width:80%;z-index:40}nav .modal.show{opacity:1;visibility:visible}nav .modal form{display:flex;flex-direction:column;gap:1rem}nav .modal form button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}nav .modal svg{color:#fff;cursor:pointer;float:right;font-size:2rem}nav .modal h3{color:#fff;font-family:Merriweather,serif;font-size:24px;font-weight:700}.scroll{background-color:#211e1b}.navbar{align-items:center;display:flex;font-family:Merriweather,serif;font-weight:700;padding-block:1rem;padding-inline:1rem}@media screen and (min-width:900px){.navbar{background-color:initial}}@media screen and (min-width:1000px){.navbar{padding-inline:0}}.navbar .logo{fill:#fff;height:40px}.navbar ul.links{align-items:center;background-color:#2e2925;display:flex;flex-direction:column;gap:2rem;height:100vh;justify-content:space-evenly;left:0;list-style:none;padding-top:2rem;position:absolute;top:0;transition:translate .3s ease .3s;translate:-100%;width:100%}@media screen and (min-width:900px){.navbar ul.links{background-color:initial;flex-direction:row;height:auto;margin-left:auto;padding-top:0;position:static;translate:0;width:auto}}.navbar ul.links .dropdown{display:flex;font-size:1rem;gap:2rem;left:50%;position:absolute;scale:1 0;top:20%;-webkit-transform-origin:top;transform-origin:top;transition:scale .3s ease-in,visibility .3s ease-in;translate:-50%;visibility:hidden;width:-webkit-max-content;width:max-content}@media screen and (min-width:900px){.navbar ul.links .dropdown{background-color:#211e1b;flex-direction:column;gap:1rem;left:80px;padding-block:10px;padding-inline:15px;top:45px;white-space:nowrap}}.navbar ul.links .dropdown .dropdown__link{color:#ccc4bc;text-decoration:none}.navbar ul.links .dropdown.show{scale:1 1;visibility:visible;width:-webkit-max-content;width:max-content}.navbar ul.links li.menu-link{align-items:center;color:#fff;display:flex;font-size:1.5rem}@media screen and (min-width:900px){.navbar ul.links li.menu-link{font-size:1.2rem}}.navbar ul.links li.menu-link span{align-items:center;cursor:pointer;display:flex}.navbar ul.links li.menu-link svg{font-size:2rem;transition:rotate .3s ease .3s}.navbar ul.links li.menu-link svg.rotate{rotate:180deg}.navbar ul.links li.menu-link a{color:#fff;position:relative;text-decoration:none}@media screen and (min-width:900px){.navbar ul.links li.menu-link a:before{background-color:#f1b356;bottom:-2px;content:"";height:2px;position:absolute;scale:0;transition:scale .3s ease-in;width:100%}.navbar ul.links li.menu-link a:hover:before{scale:1}}.navbar ul.links.show{translate:0}.navbar button{margin-left:auto}@media screen and (min-width:900px){.navbar button{margin-left:2rem}}.navbar .hamburger-menu{color:#fff;cursor:pointer;font-size:2.5rem;margin-left:1rem;z-index:20}@media screen and (min-width:900px){.navbar .hamburger-menu{display:none}}textarea{height:200px}.picker-container .react-date-picker,textarea{background-color:#211e1b;border:1px solid #ccc4bc;border-radius:20px;color:#ccc4bc;font-family:Merriweather,serif;font-weight:700;padding-block:1rem;padding-inline:1rem}.picker-container .react-date-picker{display:inherit}.picker-container .react-date-picker__wrapper{border:none}.picker-container .react-date-picker__button svg{stroke:#ccc4bc}.picker-container .react-date-picker__button:enabled:focus .react-date-picker__button__icon,.picker-container .react-date-picker__button:enabled:hover .react-date-picker__button__icon{stroke:#f1b356}input{background-color:#211e1b;border:1px solid #ccc4bc;border-radius:20px;color:#ccc4bc;font-family:Merriweather,serif;font-weight:700;padding-block:1rem;padding-inline:1rem}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 30px #211e1b!important}input:-webkit-autofill{-webkit-text-fill-color:#ccc4bc!important}.react-calendar{background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em;max-width:100%;width:350px}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{margin:.5em;width:50%}.react-calendar,.react-calendar *,.react-calendar :after,.react-calendar :before{box-sizing:border-box}.react-calendar button{border:0;margin:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{background:none;min-width:44px}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:focus,.react-calendar__navigation button:enabled:hover{background-color:#e6e6e6}.react-calendar__month-view__weekdays{font-size:.75em;font-weight:700;text-align:center;text-transform:uppercase}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{align-items:center;display:flex;font-size:.75em;font-weight:700;justify-content:center}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__month-view__days__day--neighboringMonth{color:#757575}.react-calendar__century-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__year-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{background:none;line-height:16px;max-width:100%;padding:10px 6.6667px;text-align:center}.react-calendar__tile:disabled{background-color:#f0f0f0}.react-calendar__tile:enabled:focus,.react-calendar__tile:enabled:hover{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:focus,.react-calendar__tile--now:enabled:hover{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:focus,.react-calendar__tile--hasActive:enabled:hover{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:focus,.react-calendar__tile--active:enabled:hover{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}.react-date-picker{display:inline-flex;position:relative}.react-date-picker,.react-date-picker *,.react-date-picker :after,.react-date-picker :before{box-sizing:border-box}.react-date-picker--disabled{background-color:#f0f0f0;color:#6d6d6d}.react-date-picker__wrapper{border:thin solid gray;display:flex;flex-grow:1;flex-shrink:0}.react-date-picker__inputGroup{box-sizing:initial;flex-grow:1;min-width:calc(12px + 4.754em);padding:0 2px}.react-date-picker__inputGroup__divider{padding:1px 0;white-space:pre}.react-date-picker__inputGroup__input{-moz-appearance:textfield;background:none;border:0;box-sizing:initial;font:inherit;height:100%;min-width:.54em;padding:0 1px;position:relative}.react-date-picker__inputGroup__input::-webkit-inner-spin-button,.react-date-picker__inputGroup__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-date-picker__inputGroup__input:invalid{background:rgba(255,0,0,.1)}.react-date-picker__inputGroup__input--hasLeadingZero{margin-left:-.54em;padding-left:calc(1px + .54em)}.react-date-picker__button{background:transparent;border:0;padding:4px 6px}.react-date-picker__button:enabled{cursor:pointer}.react-date-picker__button:enabled:focus .react-date-picker__button__icon,.react-date-picker__button:enabled:hover .react-date-picker__button__icon{stroke:#0078d7}.react-date-picker__button:disabled .react-date-picker__button__icon{stroke:#6d6d6d}.react-date-picker__button svg{display:inherit}.react-date-picker__calendar{max-width:100vw;width:350px;z-index:1}.react-date-picker__calendar--closed{display:none}.react-date-picker__calendar .react-calendar{border-width:thin}.top-arrow{background-color:rgba(0,0,0,.6);border-radius:10px;bottom:5%;display:grid;height:50px;place-content:center;position:fixed;right:5%;width:50px;z-index:10}.top-arrow svg{color:#fff;cursor:pointer;font-size:3rem}.about-hero{align-items:center;display:flex;height:350px;justify-content:center}.about-hero h1{color:#fff;font-family:Merriweather,serif;font-size:2.5rem;font-weight:700}@media screen and (min-width:500px){.about-hero h1{font-size:4rem}}.about{background-color:#2e2925;padding-block:3rem;padding-inline:1rem}.about .about-container{display:flex;flex-direction:column;gap:2rem}@media screen and (min-width:900px){.about .about-container{flex-direction:row;gap:6rem}}.about .about-container .about-txt{color:#ccc4bc;font-family:Crimson Pro,serif;font-size:18px;font-weight:700}.about .about-container .about-txt em{font-size:20px;font-weight:400}@media screen and (min-width:900px){.about .about-container .about-txt{width:70%}}.about .about-container .about-images{display:flex;flex-direction:column;gap:2rem}.about .about-container .about-images img{width:100%}@media screen and (min-width:900px){.about .about-container .about-images{width:30%}}footer{background-color:#211e1b;color:#ccc4bc;padding-block:2rem;padding-inline:1rem}footer .footer-row{display:flex;flex-direction:column;gap:3rem}@media screen and (min-width:600px){footer .footer-row{flex-direction:row}}footer .footer-row .header{font-family:Merriweather,serif;font-size:20px;margin-bottom:10px}footer .footer-row .footer-txt{font-family:Crimson Pro,serif;font-size:16px}footer .footer-row .footer-txt:first-of-type{max-width:350px}@media screen and (min-width:600px){footer .footer-row .footer-txt:first-of-type{max-width:200px}}footer .footer-row .kontakt-box{display:flex;flex-direction:column;gap:1rem}footer .footer-row .kontakt-box svg{margin-right:5px}footer .footer-row .social-media>a{align-items:center;background-color:#ccc4bc;border-radius:50%;color:#2e2925;display:inline-flex;height:40px;justify-content:center;transition:all .3s ease-in;width:40px}@media screen and (min-width:600px){footer .footer-row .social-media>a{height:50px;width:50px}}footer .footer-row .social-media>a svg{font-size:25px}footer .footer-row .social-media>a.facebook:hover{background-color:#4267b2;color:#ccc4bc}footer .footer-row .social-media>a.instagram:hover{background:#f204d4;background:linear-gradient(138deg,#f204d4,#ff8000);color:#ccc4bc}footer .footer-row .social-media>a.twitter:hover{background-color:#00acee;color:#ccc4bc}footer .footer-row .social-media a+a{margin-left:1rem}footer .footer-row>*{flex-basis:auto;flex-grow:0;flex-shrink:1;width:100%}.carousel-image{height:100%;vertical-align:middle;width:100%}.carousel-container{margin:auto;position:relative}.carousel-item{height:100%;width:100%}.next,.prev{border-radius:0 3px 3px 0;color:#fff;cursor:pointer;font-size:18px;font-weight:700;margin-top:-22px;padding:16px;position:absolute;top:50%;transition:.6s ease;-webkit-user-select:none;user-select:none;width:auto}.next{right:0}.next,.prev{border-radius:3px 0 0 3px}.prev{left:0}.next:hover,.prev:hover{background-color:rgba(0,0,0,.8)}.carousel-caption-bottom{bottom:30px}.carousel-caption-bottom,.carousel-caption-center{color:#f2f2f2;font-size:15px;padding:8px 0;position:absolute;text-align:center;text-shadow:0 0 10px rgba(0,0,0,.8);width:100%}.carousel-caption-center{bottom:50%;top:45%}.carousel-caption-top{color:#f2f2f2;font-size:15px;padding:8px 0;text-shadow:0 0 10px rgba(0,0,0,.8);top:8px}.carousel-caption-top,.dots{position:absolute;text-align:center;width:100%}.dots{bottom:10px;margin-top:10px}.slide-number{color:#f2f2f2;font-size:12px;padding:8px 12px;position:absolute;top:0}.dot{background-color:#bbb;border-radius:50%;cursor:pointer;display:inline-block;height:8px;margin:0 2px;transition:background-color .6s ease;width:8px}.active,.dot:hover{background-color:#717171}.fade{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-name:fade;animation-name:fade}.pause-icon{bottom:2px;left:15px;opacity:1;position:absolute}.pause{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-name:pause;animation-name:pause}.bar{background-color:#ddd;border-radius:0 0 10px;bottom:0;position:absolute;width:100%}.progress{background-color:#042baa;height:5px;width:1%}.thumbnails{align-items:center;display:flex;margin-top:10px;overflow:scroll}.thumbnails::-webkit-scrollbar{display:none}.thumbnail{margin:0 5px}.active-thumbnail{border:3px solid #476ff1}@keyframes pause{0%{opacity:.2}90%{opacity:1}}@-webkit-keyframes pause{0%{opacity:.2}90%{opacity:1}}@-webkit-keyframes fade{0%{opacity:.4}to{opacity:1}}@keyframes fade{0%{opacity:.4}to{opacity:1}}@media only screen and (max-width:500px){.carousel-caption-bottom,.carousel-caption-center,.carousel-caption-top,.next,.prev,.slide-number{font-size:20px!important}.dot{height:4px;width:4px}.carousel-container{max-height:250px!important}.thumbnail{max-width:70px}.carousel-caption-bottom{bottom:25px}}.galleri-hero{align-items:center;display:flex;height:350px;justify-content:center}.galleri-hero h1{color:#fff;font-family:Merriweather,serif;font-size:2.5rem;font-weight:700}@media screen and (min-width:500px){.galleri-hero h1{font-size:4rem}}.galleri-section{background-color:#2e2925;padding-block:3rem;padding-inline:1rem}.section{align-items:center;display:flex;height:100vh;padding-inline:1rem}@media screen and (min-width:1200px){.section{padding-inline:0}}@media screen and (min-width:600px){.section .section-box{padding-right:30%}}@media screen and (min-width:900px){.section .section-box{padding-right:50%}}@media screen and (min-width:1200px){.section .section-box{padding-right:70%}}.section .heading{color:#fff;font-family:Merriweather,serif;font-size:3.5rem;font-weight:700;margin-bottom:2rem}@media screen and (min-width:500px){.section .heading{font-size:4rem}}.section .bodytxt{color:#fff;font-family:Crimson Pro,serif;letter-spacing:1px;margin-bottom:2rem}.gastropub{background-image:url(/static/media/mainsite-waiter.2ba450fe0bf672fde8a9.jpg);background-position:top 40% left 70%;background-size:cover}.fantastisk-mad{background-image:url(/static/media/mainSite-food.ce53f94d00dc1d72dc6b.jpg)}.fantastisk-mad,.luksuriost-interior{background-position:center left 70%;background-size:cover}.luksuriost-interior{background-image:url(/static/media/mainSite-interior01.eeb2d1681fbd77fc3314.jpg)}.kontakt-hero{align-items:center;display:flex;height:350px;justify-content:center}.kontakt-hero h1{color:#fff;font-family:Merriweather,serif;font-size:2.5rem;font-weight:700}@media screen and (min-width:500px){.kontakt-hero h1{font-size:4rem}}.kontakt-section{background-color:#2e2925;padding-block:3rem;padding-inline:1rem}.message{background-color:#211e1b;border-left:25px solid green;border-radius:0 20px 20px 0;color:#fff;font-family:Crimson Pro,serif;font-size:18px;left:0;padding-block:2rem;padding-inline:4rem;position:absolute;transition:translate .4s .2s;translate:-100%;z-index:20}@media screen and (min-width:900px){.message{border:3px solid green;border-radius:20px;left:52%;opacity:0;top:70%;transition:opacity .4s .2s;translate:0;width:400px}}.message.appear{translate:0}@media screen and (min-width:900px){.message.appear{opacity:1}}.kontakt-container{display:flex;flex-direction:column;gap:3rem}@media screen and (min-width:900px){.kontakt-container{flex-direction:row}.kontakt-container>*{width:50%}}.kontakt-container .kontakt-left h3{color:#fff;font-family:Merriweather,serif;font-size:20px;margin-bottom:2rem}.kontakt-container .kontakt-left p{color:#ccc4bc;font-family:Crimson Pro,serif;font-weight:700;letter-spacing:.45px;max-width:80%}.kontakt-container .kontakt-left form{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}@media screen and (min-width:900px){.kontakt-container .kontakt-left form{margin-right:5rem}}.kontakt-container .kontakt-right{display:flex;flex-direction:column;gap:2rem}.kontakt-container .kontakt-right svg{fill:#f1b356;font-size:2rem;margin-right:10px}.kontakt-container .kontakt-right p{align-items:center;color:#ccc4bc;display:flex;font-family:Merriweather,serif;font-size:20px;font-weight:700}.kontakt-container .kontakt-right p .span-flex{display:flex;flex-direction:column}.kontakt-container .kontakt-right p span.small{font-family:Crimson Pro,serif;font-size:15px;letter-spacing:.45px}.menu-hero{align-items:center;display:flex;height:350px;justify-content:center}.menu-hero h1{color:#fff;font-family:Merriweather,serif;font-size:2.5rem;font-weight:700}@media screen and (min-width:500px){.menu-hero h1{font-size:4rem}}.menu-section{background-color:#2e2925;padding-block:3rem;padding-inline:1rem}@media screen and (min-width:900px){.menu-section .menu-list{display:flex;gap:4rem}}.menu-section .menu-list h2{color:#fff;font-family:Merriweather,serif;font-size:2rem;margin-bottom:2rem}.menu-section .menu-list .menu-list-text{width:100%}.menu-section .menu-list .menu-item{border-top:2px solid #ccc4bc;padding-block:2rem}.menu-section .menu-list .menu-item:last-child{border-bottom:2px solid #ccc4bc;margin-bottom:4rem}.menu-section .menu-list .menu-item h3{color:#fff;font-family:Merriweather,serif;font-weight:700;margin-bottom:1rem}.menu-section .menu-list .menu-item p{color:#ccc4bc;font-family:Crimson Pro,serif;font-weight:700;width:70%}.menu-section .menu-list .menu-item span{float:right}.menu-section .menu-list img{display:none}@media screen and (min-width:900px){.menu-section .menu-list img{display:block;height:15vw;max-height:200px}}.news-hero{align-items:center;display:flex;height:350px;justify-content:center}.news-hero h1{color:#fff;font-family:Merriweather,serif;font-size:2.5rem;font-weight:700}@media screen and (min-width:500px){.news-hero h1{font-size:4rem}}.menu-news-section{background-color:#211e1b;padding-block:3rem;padding-inline:1rem}.menu-news-section h2{color:#fff;font-family:Merriweather,serif;font-size:2rem;margin-bottom:5rem}@media screen and (min-width:900px){.menu-news-section h2{text-align:center}}.menu-news-section .menu-news-item{display:flex}.menu-news-section .menu-news-item h3{color:#fff;font-family:Merriweather,serif;font-weight:700;margin-bottom:1rem}.menu-news-section .menu-news-item p{color:#ccc4bc;font-family:Crimson Pro,serif;font-weight:700;letter-spacing:.45px;line-height:30px;width:70%}.menu-news-section .menu-news-item img{-webkit-clip-path:circle(50% at 50% 50%);clip-path:circle(50% at 50% 50%);display:none;margin-right:8rem;width:100%}@media screen and (min-width:900px){.menu-news-section .menu-news-item img{display:block;height:200px;width:200px}}.news-section{background-color:#2e2925;padding-block:3rem;padding-inline:1rem}.news-section h2{color:#fff;font-family:Merriweather,serif;font-size:2rem;margin-bottom:2rem}@media screen and (min-width:900px){.news-section h2{text-align:center}}.news-section .news-list{height:600px;overflow-y:auto}@media screen and (min-width:900px){.news-section .news-list{padding-right:10rem}}.news-section .news-list .news-item{border-top:2px solid #ccc4bc;padding-block:2rem}.news-section .news-list .news-item:last-child{border-bottom:2px solid #ccc4bc;margin-bottom:4rem}.news-section .news-list .news-item h3{color:#fff;font-family:Merriweather,serif;font-weight:700;margin-bottom:.5rem}.news-section .news-list .news-item span{align-items:center;color:#8a837d;display:flex;font-family:Crimson Pro,serif;font-weight:700;margin-bottom:2rem}.news-section .news-list .news-item span svg{font-size:20px;margin-right:10px}.news-section .news-list .news-item .news-item-text{display:flex}.news-section .news-list .news-item .news-item-text svg{color:#8a837d;font-size:1.6rem;margin-right:.5rem}.news-section .news-list .news-item .news-item-text p{color:#8a837d;font-family:Crimson Pro,serif;font-weight:700;width:70%}.news-section .news-list img{display:none}@media screen and (min-width:900px){.news-section .news-list img{display:block;height:15vw;max-height:200px}}.comment-box{display:flex;flex-direction:column;margin-top:5rem}@media screen and (min-width:900px){.comment-box button{width:30%}}.comment-box h3{color:#ccc4bc;font-family:Merriweather,serif;font-size:20px;font-weight:700;margin-bottom:2rem}.comment-box form{display:flex;flex-direction:column;gap:1rem;margin-inline:auto;max-width:400px;width:100%}@media screen and (min-width:900px){.comment-box form{margin-inline:0}}.team-hero{align-items:center;display:flex;height:350px;justify-content:center}.team-hero h1{color:#fff;font-family:Merriweather,serif;font-size:2.5rem;font-weight:700}@media screen and (min-width:500px){.team-hero h1{font-size:4rem}}.chef-section{background-color:#211e1b;padding-block:3rem;padding-inline:1rem}.chef-container{display:flex;flex-direction:column;gap:2rem}@media screen and (min-width:900px){.chef-container{flex-direction:row}}.chef-container h2{color:#fff;font-family:Merriweather,serif;font-size:30px;font-weight:700;margin-bottom:2rem}.chef-container p{color:#ccc4bc;font-family:Crimson Pro,serif;font-size:18px;font-weight:700;line-height:32px}.chef-container img{margin-inline:auto;width:100%}@media screen and (min-width:900px){.chef-container img{width:40%}}.crew-section{background-color:#2e2925;padding-block:3rem;padding-inline:1rem}.crew-container{display:flex;flex-direction:column;gap:3rem}@media screen and (min-width:900px){.crew-container{flex-direction:row;justify-content:space-evenly}}.crew-container .crew-card{text-align:center}.crew-container .crew-card h3{color:#fff;font-family:Merriweather,serif;font-size:20px;font-weight:700}.crew-container .crew-card span{color:#8a837d;display:block;font-family:Crimson Pro,serif;font-size:15px;margin-bottom:1rem}.crew-container .crew-card p{color:#ccc4bc;font-family:Crimson Pro,serif;font-size:15px;line-height:25px;margin-inline:auto;width:60%}.crew-container .crew-card img{-webkit-clip-path:circle(50% at 50% 50%);clip-path:circle(50% at 50% 50%);margin-bottom:1rem;width:50%}@media screen and (min-width:900px){.crew-container .crew-card img{width:150px}}.error404{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center}.error404 h1{font-size:4rem}.error404 h1,.error404 h3{color:#fff;font-family:Merriweather,serif;font-weight:700;margin-bottom:2rem}.error404 h3{font-size:2.5rem}
/*# sourceMappingURL=main.c0a8e160.css.map*/