/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.block{display:block}.hidden{display:none}.resize{resize:both}.scroll-mt-20{scroll-margin-top:calc(var(--spacing)*20)}.italic{font-style:italic}}html{scroll-behavior:smooth;font-size:10px}body{color:#2c3424;background-color:#dfddd1;font-family:Raleway,sans-serif}*{box-sizing:border-box}.marquee{flex-shrink:0;display:flex;overflow:hidden}.marqueeContent{color:#445a29;flex-shrink:0;font-family:Barlow Condensed,sans-serif;font-size:1.7rem;display:flex}.marqueeContent>*{text-align:center;border-radius:.25rem;flex:none;padding:1rem .8rem}.marqueeItem{align-items:center;font-size:2.4rem;display:flex}.sparkle{animation:8s linear infinite spin;scale:.8}@keyframes spin{to{transform:rotate(360deg)}}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-100%)}}.enableAnimation .marqueeContent{animation:30s linear infinite scroll}.aboutMarquee{align-content:center;width:80%;margin:0 auto;display:flex}header{z-index:12;background-color:#f5f5f5;align-items:center;width:100%;height:8rem;display:flex;position:fixed;top:0}.homeLogo{width:7rem;position:fixed;top:.8rem;left:1rem}.mobileMenu{display:flex;position:fixed;top:1.4rem;right:3rem}.menuButton{cursor:pointer;z-index:3;background-color:#445a29;border-radius:1em}.menuIcon{width:5.2rem;height:5.2rem;transition:transform .4s}.rotate{transform:rotate(90deg)}.nav{pointer-events:none;background-color:#445a29;border-radius:1em;flex-direction:column;align-items:center;width:5.2rem;height:0;transition:all .5s ease-in-out;display:flex;position:fixed;transform:translateY(1rem)}.nav.open{pointer-events:auto;border:2px double #fff;width:28rem;height:22rem;transform:translateY(-.3rem)translate(-22.6rem)}.nav.open li:first-child{margin-top:1rem;animation:.3s .3s forwards navItemIn}.nav.open li:nth-child(2){animation:.3s .4s forwards navItemIn}.nav.open li:nth-child(3){animation:.3s .5s forwards navItemIn}.nav.open li:nth-child(4){animation:.3s .6s forwards navItemIn}ul{gap:1.5rem;display:flex;scale:.85}.navUl{flex-direction:column;position:relative}.nav li{opacity:0;animation:none}a{color:#fff;background:0 0;border-radius:15px;justify-content:center;align-items:center;width:52px;height:52px;font-size:20px;text-decoration:none;transition:all .5s linear;display:flex}.navLinkRow{align-items:center;column-gap:2.5rem;display:flex}.navItemLabel{color:#fff;z-index:3;font-size:1.6rem;position:absolute}main{padding-top:9rem}.desktopLinks{justify-content:space-evenly;width:95%;display:flex;position:relative}.desktopLinks a{color:#2c3424;letter-spacing:.1rem;font-family:Playfair Display,serif;font-size:2.7rem}@keyframes navItemIn{0%{opacity:0;transform:translateY(-60px)}to{opacity:1;transform:translateY(0)}}@media (min-width:401px){.marqueeItem p{font-size:2.5rem}.sparkle{scale:.9}.nav.open{width:30rem;height:22rem;transform:translateY(-.3rem)translate(-23.8rem)}.navItemLabel{font-size:1.8rem}}@media (min-width:420px){.nav.open{width:31.3rem;transform:translateY(-.3rem)translate(-25.8rem)}}@media (min-width:470px){.nav.open{width:33.5rem;transform:translateY(-.3rem)translate(-27.9rem)}.navItemLabel{font-size:2rem}}@media (min-width:441px){.marqueeItem{margin-top:1rem}.marqueeItem p{font-size:2.7rem}}@media (min-width:501px){.nav.open{width:35.5rem;transform:translateY(-.3rem)translate(-29.9rem)}.navItemLabel{font-size:2.2rem}.navLinkRow{column-gap:3.3rem}}@media (min-width:551px){.marqueeItem p{font-size:3rem}.nav.open{width:38rem;transform:translateY(-.3rem)translate(-32.6rem)}.navItemLabel{font-size:2.4rem}.navLinkRow{column-gap:3.7rem}}@media (min-width:601px){.nav.open{width:45rem;transform:translateY(-.7rem)translate(-39.5rem)}.navLinkRow{column-gap:4rem}}@media (min-width:611px){.nav.open{width:55rem;height:25rem;transform:translateY(-1rem)translate(-49rem)}.navItemLabel{font-size:2.7rem}.navLinkRow{column-gap:5rem}.navUl{margin-top:1.5rem}}@media (min-width:676px){header{background:#445a29}.desktopLinks a{color:#fff}}@media (min-width:875px){.marqueeItem p{font-size:3rem}}@media (min-width:1111px){.marqueeItem p{font-size:3.3rem}}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}._heroContainer_1lv88_1{display:flex;flex-direction:column;justify-content:center;height:90dvh}._heroHeader_1lv88_8{text-align:center;margin:0 auto;font-family:Playfair Display,serif;font-size:6rem;line-height:.9}._heroBio_1lv88_17{margin-left:15%;margin-top:2%}._heroBio_1lv88_17 h4{font-family:Open Sans,sans-serif;font-size:1.6rem;color:#514439}._heroBio_1lv88_17 p{font-family:Merriweather,serif;font-size:1.7rem;color:#2c3424;width:90%;margin-top:3%}._heroBio_1lv88_17 span{font-weight:700;color:#445a29}._blobWrapper_1lv88_43{width:96%;max-width:400px;margin:0 auto;z-index:-1;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}._blob_1lv88_43{display:block;position:relative;left:.6rem;scale:.9}._BlobOutline_1lv88_64{position:absolute;z-index:-1;transform:rotate(-1deg);top:0;left:.5rem;width:100%;height:100%;z-index:2}._selfieContainer_1lv88_75{position:relative;max-width:27rem;aspect-ratio:1/.95;top:1rem;margin:1rem auto 3rem;width:100%}@media (min-width: 401px){._heroHeader_1lv88_8{letter-spacing:.2rem}._heroBio_1lv88_17 h4,._heroBio_1lv88_17 p{font-size:2rem}._selfieContainer_1lv88_75{max-width:29rem}}@media (min-width: 530px){._heroHeader_1lv88_8{width:88%;font-size:6.2rem}}@media (min-width: 551px){._heroBio_1lv88_17{margin-left:12%;text-align:center}._heroBio_1lv88_17 h4{width:85%}._heroBio_1lv88_17 p{margin-top:.7rem}._selfieContainer_1lv88_75{margin-top:2rem}}@media (min-width: 628px){._heroBio_1lv88_17 p{width:85%}}@media (min-width: 715px){._heroBio_1lv88_17 h4{font-size:2.3rem}._heroBio_1lv88_17 p{font-size:2.2rem}._selfieContainer_1lv88_75{max-width:32rem}}@media (min-width: 788px){._heroBio_1lv88_17 h4{font-size:2.5rem}._heroBio_1lv88_17 p{font-size:2.3rem;width:75%;margin-left:4rem}}@media (min-width: 932px){._heroHeader_1lv88_8{font-size:6.3rem}._heroBio_1lv88_17 h4{font-size:2.7rem}._heroBio_1lv88_17 p{font-size:2.5rem;width:70%;margin-left:7rem}}@media (min-width: 1155px){._heroHeader_1lv88_8{font-size:6.7rem}._heroBio_1lv88_17 h4{font-size:2.9rem}._heroBio_1lv88_17 p{font-size:2.8rem;width:65%;margin-left:10rem}._selfieContainer_1lv88_75{max-width:36rem}}@media (min-width: 1392px){._heroBio_1lv88_17 h4{font-size:3rem}._heroBio_1lv88_17 p{font-size:2.9rem;width:60%;margin-left:15rem}}@media (min-width: 1560px){._heroBio_1lv88_17 p{width:50%;margin-left:23rem}._selfieContainer_1lv88_75{max-width:40rem}}@media (min-width: 1724px){._heroBio_1lv88_17 p{width:45%;margin-left:31rem}}@media (min-width: 1935px){._heroBio_1lv88_17 p{width:40%;margin-left:40rem}}._AboutSection_ohq8x_1{background-color:#78866b;background-image:repeating-linear-gradient(0deg,transparent,transparent 80px,rgba(255,255,255,.3) 83px),repeating-linear-gradient(90deg,transparent,transparent 80px,rgba(255,255,255,.3) 83px);display:flex;flex-direction:column;justify-content:center;align-items:center}._aboutHeader_ohq8x_23{display:flex;justify-content:center;font-family:Open Sans,sans-serif;font-size:3rem;border:none;padding-top:3rem;padding-bottom:0;color:#2c3424;letter-spacing:.5rem}._aboutContainer_ohq8x_35{display:flex;flex-direction:column;justify-content:center;margin:0 auto;margin-top:2rem;text-align:center;width:88%;font-family:Barlow Condensed,sans-serif;border-radius:1rem}._themeContainerWrapper_ohq8x_47{width:93%;margin:0 auto}._themeContainer_ohq8x_47{position:relative;background-color:#d9d9d9bf;border:1px ridge #2C3424;border-radius:1rem;margin-top:2rem;padding-top:1.4rem}._themeContainer_ohq8x_47 h4{font-family:Playfair Display,serif;font-size:2.2rem;color:#2c3424;margin:0 auto;padding-bottom:1.2rem;width:80%}._themeAndPolaroidWrapper_ohq8x_70{position:relative;display:flex;flex-direction:column;align-items:center;width:93%;margin:0 auto}._overlayContainer_ohq8x_79{display:flex;justify-content:center;align-items:center;position:absolute;top:0;width:100%;height:100%;border-radius:1rem;background-color:#e9dfd1;border:2px ridge #322d26;z-index:1;visibility:hidden}._overlayContainer_ohq8x_79 p{font-family:Open Sans,sans-serif;font-size:1.5rem;color:#322d26;width:80%;line-height:1.8rem}._makeVisible_ohq8x_102{visibility:visible}._hideVisibility_ohq8x_106{visibility:hidden}._activeAboutText_ohq8x_110{font-size:2.2rem;color:#445a29;margin:0 auto;padding-bottom:.3rem;border-bottom:2px solid white;width:fit-content}._titleAndArrow_ohq8x_120{display:flex;justify-content:center;align-items:center;position:relative;width:100%}._rightArrow_ohq8x_128,._leftArrow_ohq8x_128{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:5.5rem}._leftArrow_ohq8x_128{left:-3rem}._rightArrow_ohq8x_128{right:-3rem}._inactiveAboutButtons_ohq8x_145{display:flex;flex-direction:column;justify-content:center;row-gap:1rem;margin:0 auto;margin-top:2rem;padding-bottom:2.5rem;width:65%;font-family:Open Sans,sans-serif}#_theme0_ohq8x_1,#_theme1_ohq8x_1,#_theme2_ohq8x_1{box-shadow:3px 4px 2px #534a41}._themeOptions_ohq8x_161 button{background-color:#6e5845;padding:.8rem .7rem;border-radius:.3rem;color:#e9dfd1;font-size:1.6rem}._themeOptions_ohq8x_161 button:hover,._rightArrow_ohq8x_128:hover,._leftArrow_ohq8x_128:hover{cursor:pointer}._polaroidWrapper_ohq8x_175{position:relative;width:40rem;aspect-ratio:3 / 4;display:flex;justify-content:center;align-items:center;max-width:85%;margin-bottom:2rem}._polaroid_ohq8x_175{position:absolute;top:55%;left:50%;display:flex;justify-content:center;width:82%;height:80%;background-color:#fff;border-radius:.5rem;box-shadow:0 6px 12px #0006;transform:translate(-50%,-50%)}._polaroidWrapper_ohq8x_175 img{position:absolute;z-index:2;border-radius:.5rem;top:1rem;left:1rem;object-fit:cover;width:90%;height:75%}._smiski_ohq8x_211{position:absolute;z-index:3;scale:.6}._smiskiResearching_ohq8x_217{margin-left:7rem;margin-top:14.3rem}._smiskiPeeking_ohq8x_222{margin-top:-10rem;margin-left:.5rem}._smiskiReading_ohq8x_227{margin-top:15.5rem;margin-left:-5rem}._hideThemeButton_ohq8x_232{display:none}._aboutImg_ohq8x_236{position:absolute;top:8%;left:19.2%;width:60%;height:50%;object-fit:cover}._currently_ohq8x_245{font-family:Merriweather,serif;display:flex;flex-direction:column;margin:0 auto;background-color:#fff6;width:92%;position:relative;top:1rem;border-radius:.3rem;font-size:1.4rem;margin-bottom:1rem}._currently_ohq8x_245 h4{font-family:Barlow Condensed,sans-serif;padding-top:1rem;font-size:2.2rem}._foodiePhotoContainer_ohq8x_265{position:relative;height:50rem;width:100%}._foodie1_ohq8x_271,._foodie2_ohq8x_271,._foodie3_ohq8x_271,._foodie4_ohq8x_271{position:absolute}@media (min-width: 350px){._smiskiPeeking_ohq8x_222{margin-top:-11rem;scale:.65}._smiskiReading_ohq8x_227{scale:.7;margin-top:16rem;margin-left:-8rem}._smiskiResearching_ohq8x_217{scale:.7;margin-left:8.2rem;margin-top:15rem}}@media (min-width: 385px){._rightArrow_ohq8x_128,._leftArrow_ohq8x_128{transform:translateY(-0%);width:6rem}._leftArrow_ohq8x_128{left:-4rem}._rightArrow_ohq8x_128{right:-4rem}._polaroidWrapper_ohq8x_175{margin-top:1.5rem}._polaroidWrapper_ohq8x_175 img{top:1.3rem;left:1.2rem;width:88%;height:72%}._smiskiPeeking_ohq8x_222{margin-top:-9.7rem;scale:.7}._smiskiReading_ohq8x_227{scale:.8;margin-top:15rem;margin-left:-7.3rem}._smiskiResearching_ohq8x_217{scale:.8;margin-left:8rem;margin-top:13.8rem}._activeAboutText_ohq8x_110{font-size:2.4rem}._overlayContainer_ohq8x_79 p{font-size:1.7rem;line-height:2rem}}@media (min-width: 477px){._aboutHeader_ohq8x_23{font-size:3.8rem}._leftArrow_ohq8x_128{left:-4rem}._rightArrow_ohq8x_128{right:-4rem}._polaroidWrapper_ohq8x_175 img{left:1.4rem;width:89%;height:73%}._smiskiPeeking_ohq8x_222{margin-top:-12rem}._smiskiReading_ohq8x_227{scale:.75;margin-top:19rem;margin-left:-8rem}._smiskiResearching_ohq8x_217{scale:.75;margin-left:9.5rem;margin-top:17.8rem}._currently_ohq8x_245 h4{font-size:2.6rem}._themeContainer_ohq8x_47 h4{font-size:2.4rem}}@media (min-width: 600px){._rightArrow_ohq8x_128,._leftArrow_ohq8x_128{width:7rem;margin-top:-1rem}._themeAndPolaroidWrapper_ohq8x_70{display:flex;margin:0}._foodie4_ohq8x_271{transform:rotate(-3deg);left:2%;top:-5%}._foodie3_ohq8x_271{z-index:1;transform:rotate(10deg);left:43%}._foodie2_ohq8x_271{z-index:2;transform:rotate(-10deg);top:12%}._foodie1_ohq8x_271{z-index:3;transform:rotate(3deg);left:24%;top:17%}._polaroidWrapper_ohq8x_175:hover{z-index:10}._polaroidWrapper_ohq8x_175{width:28rem;margin-bottom:2rem}._themeOptions_ohq8x_161 button{padding:1rem .9rem;border-radius:.3rem;color:#e9dfd1;font-size:1.8rem}._themeContainer_ohq8x_47 h4{font-size:2.4rem;padding-bottom:1.2rem;width:83%}._activeAboutText_ohq8x_110{font-size:2.6rem}._overlayContainer_ohq8x_79 p{font-size:2rem;line-height:2.6rem}._themeContainerWrapper_ohq8x_47{margin-left:3rem}}@media (min-width: 700px){._themeContainerWrapper_ohq8x_47{width:88%;margin:0 auto}._themeContainer_ohq8x_47{margin-left:3rem}._foodie4_ohq8x_271{left:17%;top:-5%}._foodie3_ohq8x_271{left:48%}._foodie2_ohq8x_271{top:12%;left:5%}._foodie1_ohq8x_271{left:27%;top:15%}}@media (min-width: 853px){._themeContainer_ohq8x_47 h4{padding-top:2rem}._inactiveAboutButtons_ohq8x_145{row-gap:1.3rem;padding-bottom:4rem}._foodiePhotoContainer_ohq8x_265{width:87%}._overlayContainer_ohq8x_79 p{width:75%}#_theme0_ohq8x_1,#_theme1_ohq8x_1,#_theme2_ohq8x_1{padding:1.2rem 0;margin:0 auto;width:69%}}@media (min-width: 1019px){._themeContainerWrapper_ohq8x_47{width:83%}._themeContainer_ohq8x_47{margin-left:3rem}._themeContainer_ohq8x_47 h4{font-size:2.7rem}._activeAboutText_ohq8x_110{font-size:2.9rem}#_theme0_ohq8x_1,#_theme1_ohq8x_1,#_theme2_ohq8x_1{width:63%}._foodiePhotoContainer_ohq8x_265{width:80%}}@media (min-width: 1165px){._themeContainerWrapper_ohq8x_47{width:70%}._foodiePhotoContainer_ohq8x_265{width:73%;height:57rem}._polaroidWrapper_ohq8x_175{width:33rem}}@media (min-width: 1512px){#_theme0_ohq8x_1,#_theme1_ohq8x_1,#_theme2_ohq8x_1{width:58%}._foodie4_ohq8x_271{left:28%;top:-7%}._foodie3_ohq8x_271{left:55%}._foodie2_ohq8x_271{top:12%;left:15%}._foodie1_ohq8x_271{left:37%;top:15%}}._projectSection_aokaf_1{background:linear-gradient(190deg,#a8b7a2,#acb087);color:#2c3424}._projectSection_aokaf_1 h3{margin:3% auto 0;text-align:center;font-family:Merriweather,serif;font-size:1.6rem;width:90%;color:#2c3424}._projectsHeader_aokaf_16{display:flex;justify-content:center;font-family:Open Sans,sans-serif;font-size:3rem;border:none;padding-top:3rem;padding-bottom:0;color:#2c3424;letter-spacing:.5rem}._projectsContainer_aokaf_28{padding-bottom:1.5rem;margin-top:3rem}._projectMedia_aokaf_33{margin:0 auto;padding-top:1rem;width:85%}._projectsContainer_aokaf_28 h4{font-family:SanFrancisco;font-weight:700;font-size:2.4rem;letter-spacing:.1rem;color:#473c32;text-align:center;margin-top:1.8rem}._projectsContainer_aokaf_28 h4:hover{cursor:pointer}._lastHeaderPadding_aokaf_53{padding-bottom:6rem}._bioAndTags_aokaf_57{margin:0 auto;background-color:#d9d9d980;border:1px solid rgba(228,222,222,.3);border-radius:1rem;box-shadow:2px 2px 2px #eaded0;width:88%;padding-bottom:1rem}._techTag_aokaf_67,._sourceTag_aokaf_67{font-size:1.3rem;padding:.8rem .9rem;border-radius:1.5rem;color:#514439;background-color:#eaded0;border:1px solid #514439}._sourceTag_aokaf_67{background-color:#473c32;border:1px solid whitesmoke;color:#fff}._techTagContainer_aokaf_82,._siteLinks_aokaf_82{display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto;gap:1rem;width:90%}._siteLinks_aokaf_82{margin-top:1rem}._projectBio_aokaf_95{font-size:1.5rem;text-align:center;width:80%;margin:0 auto;padding:1.5rem 0}._ventureWeavers_aokaf_104{padding-bottom:1rem}._hideProjectInfo_aokaf_108{display:none}@media (min-width: 425px){._projectSection_aokaf_1 h3{font-size:1.7rem}._projectsContainer_aokaf_28 h4{font-size:2.5rem}._projectBio_aokaf_95{font-size:1.7rem}._techTag_aokaf_67,._sourceTag_aokaf_67{font-size:1.4rem}}@media (min-width: 477px){._projectsHeader_aokaf_16{font-size:3.8rem}._projectSection_aokaf_1 h3{font-size:1.9rem}._projectsContainer_aokaf_28 h4{font-size:2.9rem}}@media (min-width: 591px){._projectSection_aokaf_1 h3{width:80%;font-size:2rem}._projectBio_aokaf_95{font-size:1.9rem;width:84%}._techTag_aokaf_67,._sourceTag_aokaf_67{font-size:1.6rem}._projectMedia_aokaf_33{width:75%}}@media (min-width: 810px){._projectBio_aokaf_95{font-size:2rem}._projectSection_aokaf_1 h3{width:70%;font-size:2.2rem}._projectsContainer_aokaf_28 h4{font-size:3.2rem}}@media (min-width: 1132px){._projectBio_aokaf_95{font-size:2.3rem}._techTag_aokaf_67,._sourceTag_aokaf_67{font-size:1.8rem}._projectSection_aokaf_1 h3{width:60%;font-size:2.5rem}._projectsContainer_aokaf_28 h4{font-size:3.5rem}}@media (min-width: 1620px){._projectSection_aokaf_1 h3{width:45%}}._contactHeader_5jxl6_1{display:flex;justify-content:center;font-family:Open Sans,sans-serif;font-size:3rem;border:none;padding-top:3rem;padding-bottom:0;color:#2c3424;letter-spacing:.5rem}._messageContainer_5jxl6_13{margin:2% auto 0}._imessage_5jxl6_19{border-radius:.25rem;display:flex;flex-direction:column;font-family:SanFrancisco;font-size:1.5rem;margin:0 auto 1rem;padding:.5rem 1.5rem}._imessage_5jxl6_19 p{border-radius:1.15rem;line-height:1.25;max-width:75%;padding:.5rem .875rem;position:relative;word-wrap:break-word}._imessage_5jxl6_19 p:before,._imessage_5jxl6_19 p:after{bottom:-.1rem;content:"";height:1rem;position:absolute}p._fromMe_5jxl6_47{align-self:flex-end;background-color:#5f6f52;color:#fff}p._fromMe_5jxl6_47:before{border-bottom-left-radius:.8rem .7rem;border-right:1rem solid #5F6F52;right:-.35rem;transform:translateY(-.1rem)}p._fromMe_5jxl6_47:after{background-color:#dfddd1;border-bottom-left-radius:.5rem;right:-40px;transform:translate(-30px,-2px);width:10px}p[class^=from-]{margin:.5rem 0;width:fit-content}p._fromMe_5jxl6_47~p._fromMe_5jxl6_47{margin:.25rem 0 0}p._fromMe_5jxl6_47~p._fromMe_5jxl6_47:not(:last-child){margin:.25rem 0 0}p._fromMe_5jxl6_47~p._fromMe_5jxl6_47:last-child{margin-bottom:.5rem}p._fromThem_5jxl6_85{align-items:flex-start;background-color:#f9ebc7;color:#473c32;font-size:1.5rem}p._fromThem_5jxl6_85{width:fit-content}p._fromThem_5jxl6_85:before{border-bottom-right-radius:.8rem .7rem;border-left:1rem solid #F9EBC7;left:-.35rem;transform:translateY(-.1rem)}p._fromThem_5jxl6_85:after{background-color:#dfddd1;border-bottom-right-radius:.5rem;left:20px;transform:translate(-30px,-2px);width:10px}._noTail_5jxl6_111:before{display:none}._noBottomMargin_5jxl6_115{margin-bottom:0!important}._marginBottom1_5jxl6_119{margin-bottom:1rem!important}._marginTop1_5jxl6_123{margin-top:1rem!important}div._fromThem_5jxl6_85._bubbleForm_5jxl6_128{align-self:flex-start;background-color:#f9ebc7;color:#473c32;border-radius:1.15rem;line-height:1.25;max-width:75%;padding:.75rem 1rem;position:relative;word-wrap:break-word}div._fromThem_5jxl6_85._bubbleForm_5jxl6_128:before{content:"";position:absolute;bottom:-.1rem;left:-.35rem;height:1rem;border-bottom-right-radius:.8rem .7rem;border-left:1rem solid #F9EBC7;transform:translateY(-.1rem)}div._fromThem_5jxl6_85._bubbleForm_5jxl6_128:after{content:"";position:absolute;bottom:-.1rem;left:20px;height:1rem;width:10px;background-color:#dfddd1;border-bottom-right-radius:.5rem;transform:translate(-30px,-2px)}._contactIcons_5jxl6_165{margin:0 auto;filter:drop-shadow(0 0 .6rem gold)}@font-face{font-family:SanFrancisco;src:url(https://cdn.rawgit.com/AllThingsSmitty/fonts/25983b71/SanFrancisco/sanfranciscodisplay-regular-webfont.woff2) format("woff2"),url(https://cdn.rawgit.com/AllThingsSmitty/fonts/25983b71/SanFrancisco/sanfranciscodisplay-regular-webfont.woff) format("woff")}._contactForm_5jxl6_180{display:flex;flex-direction:column;gap:.5rem}._contactForm_5jxl6_180 input[type=text],._contactForm_5jxl6_180 input[type=email]{background-color:#fff;border:none;border-radius:10px;padding:.5rem .75rem;font-family:inherit;font-size:1.6rem;margin-top:.25rem;box-sizing:border-box}label{font-weight:600;margin-top:.75rem;font-size:1.5rem;color:#333}._imessage_5jxl6_19 div._fromThem_5jxl6_85._bubbleForm_5jxl6_128:last-child{max-width:80%;width:100%;box-sizing:border-box}._contactForm_5jxl6_180 textarea{background-color:#fff;border:none;border-radius:10px;padding:.75rem;resize:vertical;min-height:80px;font-family:inherit;font-size:1.6rem;line-height:1.4}textarea:focus,input:focus{outline:2px solid rgba(210,133,26,.9)}._contactForm_5jxl6_180 button{align-self:flex-end;background-color:#d2851ae6;color:#fff;border:none;padding:.8rem 1.4rem;border-radius:1.4rem;margin-top:1rem;font-weight:700;font-size:1.5rem}@media (min-width: 420px){._imessage_5jxl6_19{font-size:1.6rem;width:95%;padding:1rem .8rem}._imessage_5jxl6_19 p{padding:1.1rem 1rem}p._fromThem_5jxl6_85{padding:1.1rem 1rem;font-size:1.6rem}}@media (min-width: 477px){._contactHeader_5jxl6_1{font-size:3.8rem}._imessage_5jxl6_19{font-size:1.6rem;padding:1rem .8rem}p._fromThem_5jxl6_85{font-size:1.6rem}._longerTexts_5jxl6_272{width:60%}}@media (min-width: 535px){._imessage_5jxl6_19,p._fromThem_5jxl6_85,._contactForm_5jxl6_180 input[type=text],._contactForm_5jxl6_180 input[type=email]{font-size:1.8rem}label,._contactForm_5jxl6_180 button{font-size:1.7rem}}@media (min-width: 712px){._imessage_5jxl6_19{font-size:1.9rem}._imessage_5jxl6_19 p{padding:1.3rem 2rem}p._fromThem_5jxl6_85,._contactForm_5jxl6_180 input[type=text],._contactForm_5jxl6_180 input[type=email]{font-size:1.9rem}._contactForm_5jxl6_180 button{font-size:1.8rem}._longerTexts_5jxl6_272{width:55%}._imessage_5jxl6_19 div._fromThem_5jxl6_85._bubbleForm_5jxl6_128:last-child{max-width:70%}}@media (min-width: 938px){._imessage_5jxl6_19,p._fromThem_5jxl6_85,._contactForm_5jxl6_180 input[type=text],._contactForm_5jxl6_180 input[type=email]{font-size:2rem}._contactForm_5jxl6_180 button{font-size:1.9rem}._longerTexts_5jxl6_272{width:45%}._imessage_5jxl6_19 div._fromThem_5jxl6_85._bubbleForm_5jxl6_128:last-child{max-width:60%}}@media (min-width: 1205px){._longerTexts_5jxl6_272{width:35%}._imessage_5jxl6_19,p._fromThem_5jxl6_85{font-size:2.2rem}._contactForm_5jxl6_180 input[type=text],._contactForm_5jxl6_180 input[type=email]{font-size:2.1rem}._contactForm_5jxl6_180 button{font-size:2rem}._imessage_5jxl6_19 div._fromThem_5jxl6_85._bubbleForm_5jxl6_128:last-child{max-width:55%}}@media (min-width: 1470px){._imessage_5jxl6_19,p._fromThem_5jxl6_85,._contactForm_5jxl6_180 input[type=text],._contactForm_5jxl6_180 input[type=email]{font-size:2.4rem}._contactForm_5jxl6_180 button{font-size:2.2rem}._imessage_5jxl6_19 div._fromThem_5jxl6_85._bubbleForm_5jxl6_128:last-child{max-width:48%}}
