body{margin:0;font-family:"Poppins","Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}#root,header{width:100%}header{display:flex;justify-content:space-between;align-items:center;padding-top:4em!important;margin-bottom:1em;border-bottom:1em solid var(--yellow)}header a{text-decoration:none;color:var(--medium-grey)}header a:hover{color:var(--dark-grey)}header h1{font-size:1.2em;font-weight:800;letter-spacing:inherit;line-height:1em;margin:0 0 .1em;display:block;text-transform:uppercase}header .header-path{display:none;text-align:center}header ul{display:flex;flex-direction:column;margin-left:0;justify-content:space-around;align-items:flex-end}header li{display:inline-block;margin-left:1em}@media screen and (min-width:1200px){header ul{flex-direction:row;justify-content:flex-end}header .header-path{display:block}}footer{margin-bottom:10em;width:100%;display:flex;flex:1 0 auto;flex-direction:row;justify-content:space-between;align-items:baseline}footer div{flex:1 0 auto;width:33%;align-items:center}footer ul{display:flex;padding:0;flex-direction:column;justify-content:space-between}footer li{display:inline-block;line-height:2em;flex-grow:1;padding:0;align-self:center}footer a,footer p{color:var(--light-grey)}footer a{text-decoration:none;transition:color .2s}footer a:hover{color:var(--dark-grey)}footer .footer-social{align-items:right;justify-content:flex-end;flex-direction:row;font-size:2em}.footer-social li{flex-grow:0;padding-left:.5em}.contact-modal{pointer-events:none;font-size:1.4em;display:flex;position:fixed;align-items:center;justify-content:space-around;top:0;left:0;width:100%;height:100vh}.contact-modal-visible{pointer-events:all;-webkit-animation:wipe-in .5s 1;animation:wipe-in .5s 1;transition-timing-function:ease}.contact-window{max-width:1000px;position:fixed;display:flex;flex-direction:column-reverse;align-items:center;justify-content:space-around;background-color:var(--yellow);box-shadow:1px 1px 1em rgba(50,50,50,.25)}.contact-window div{margin:2em;flex-grow:2}div.contact-portrait{margin-bottom:0}.contact-portrait svg{width:200px}.cheeks{opacity:0;fill:pink;transition:opacity 1s;mix-blend-mode:multiply}.contact-portrait:hover .cheeks{opacity:1%!important}.contact-modal button{font-family:inherit;font-size:1em;background:none;border:none;padding:0}.contact-modal button:active,.contact-modal button:hover{color:var(--dark-grey);cursor:pointer;text-decoration:underline}.curtain{width:100%;height:100vh;position:fixed;top:0;right:0;background:var(--medium-grey)}@media screen and (min-width:1000px){.contact-window{border-radius:2em}.contact-portrait svg{width:400px}.contact-portrait{background:url(/static/media/simple-dave.9a08acec.svg);display:block;padding:0}}@-webkit-keyframes wipe-in{0%{left:-50%}to{left:0}}@keyframes wipe-in{0%{left:-50%}to{left:0}}nav button{font-size:4.5em;font-family:inherit;color:var(--dark-grey);display:inline;border:0;background:none;font-weight:900;padding:0;margin-top:.3em;margin-bottom:0}nav button:active,nav button:hover{color:var(--medium-grey);cursor:pointer}nav:visited,nav a{text-decoration:none;color:inherit}nav ol{margin:3em 0 0;list-style:none;padding:0;list-style-position:outside}nav li{opacity:.5;line-height:1em;margin-bottom:.4em;font-size:3.2em;font-weight:700;letter-spacing:-.05em;border-bottom:1px solid var(--light-grey)}nav li,nav li:hover{color:var(--dark-grey)}nav li:hover{opacity:1;background-color:var(--yellow)}nav li div{position:relative;pointer-events:none;opacity:0;width:100%;height:100%;transition:opacity .4s}nav li:hover div{opacity:1;transition:opacity .4s}nav li div img{position:absolute;width:50%;left:50%;height:auto;top:-200px;animation:hovering 3s 3s infinite;-moz-animation:hovering 3s 3s infinite;-webkit-animation:hovering 3s 3s infinite;-o-animation:hovering 3s 3s infinite;transition-timing-function:ease;border-radius:25px;box-shadow:1px 1px 10px rgba(50,50,50,.25)}nav ol li a:hover{opacity:1;transition:.5s}@media screen and (min-width:1200px){nav button{font-size:7vw}nav li{font-size:5vw}}@media screen and (min-width:1600px){nav ol{list-style:upper-roman}}@-webkit-keyframes hovering{0%{top:-180px}50%{top:-220px}to{top:-180px}}@keyframes hovering{0%{top:-180px}50%{top:-220px}to{top:-180px}}.about-bar{background-color:var(--yellow);display:flex;align-items:auto;font-size:1.4em;justify-content:flex-start;flex-direction:column;padding-bottom:100px}.about-bar svg{width:100%;border-radius:100%}.about-bar button{cursor:pointer;background-color:var(--yellow);border:3px solid #000;font-family:inherit;font-size:1em;padding:1em}.about-bar button:hover{text-decoration:underline}.about-bar div{max-width:70%;padding:1em}.about-bar p{max-width:600px}.st1{fill:none;stroke:#000;stroke-width:4;stroke-miterlimit:10}.about-bar .cheeks{opacity:0;fill:pink;transition:opacity 1s}.about-bar button:hover~.cheeks{opacity:1%!important}@media screen and (min-width:1000px){.about-bar{justify-content:flex-start}}.project-description{display:flex;justify-content:flex-start;align-items:baseline;flex-direction:column;margin-bottom:3em}.project-description div{min-width:40%;padding-right:1em;margin-bottom:2em}.project-description h1{font-size:3em;line-height:1.2em;margin-bottom:0;margin-right:1em}.project-description p{font-size:1em;line-height:1.5em;max-width:450px}.project-description p:first-child:first-letter{font-family:"hero-new";font-weight:600;font-size:1.5em;initial-letter:2;color:var(--dark-grey)}.project-description ul{padding-left:0}.project-description li{font-size:.8em;color:var(--medium-grey);display:inline-block;margin-right:.6em;padding-bottom:5px;border-bottom:1px solid var(--light-grey)}.project-images img{width:100%;max-width:100%;margin:0 auto 1.5em;text-align:center}.project-images{max-width:1000px;margin:0 auto}.project-hero,.project-hero img{width:100%}*{box-sizing:border-box}:root{--yellow:#fff300;--dark-grey:#333;--medium-grey:#666;--light-grey:silver;--white-grey:#fcfcfc}body{background:#fcfcfc;background:var(--white-grey);font-family:"hero-new",sans-serif;display:grid;place-items:top}.app{width:100%}h1,h2,h3{letter-spacing:-.03em;color:#333;color:var(--dark-grey)}p{font-family:"kopius";font-size:1em;line-height:1.3em}.container,.project-description,footer,header,nav{margin:0 auto;padding:0 1em;max-width:1100px}@media screen and (max-width:500px){body{font-size:.8em}}@media screen and (min-width:1000px){.container,.project-description,.project-images,footer,header,nav{padding:0;max-width:80%}.about-bar,.project-description,footer ul{flex-direction:row}}@media screen and (min-width:1400px){nav ol{list-style:upper-roman}.container,.project-description,.project-images,footer,header,nav{max-width:1150px}}@media screen and (min-width:2000px){.container,.project-description,.project-images,footer,header,nav{max-width:1600px}.project-images{margin:0 auto}}
/*# sourceMappingURL=main.096498e9.chunk.css.map */