.ErrorView{position:fixed;z-index:1000;height:100vh;width:100%;display:flex;align-items:center;justify-content:center;padding:2rem;background:#fff}.ErrorView__contents{text-align:center}.ErrorView__debug{display:block;margin:2rem auto 0;padding:1rem;max-height:75vh;width:90vw;overflow:auto;text-align:left;color:#f71123;white-space:pre-wrap;border:1px solid #eee}.Slide{position:relative;z-index:10;height:100vh;width:100%;display:flex;align-items:center;justify-content:center}.Slide__bg-image{position:absolute;z-index:-1;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.Slide__contents{position:relative;max-width:calc(100% - 60px);text-align:center}@media(max-width:767px){.Slide__contents{margin:0 auto}}.ShadowBox{position:relative;display:block;max-width:100%;border:.375rem solid #000;box-shadow:0 0 0 0 #000,-1px 1px 0 0 #000,-2px 2px 0 0 #000,-3px 3px 0 0 #000,-4px 4px 0 0 #000,-5px 5px 0 0 #000,-6px 6px 0 0 #000,-7px 7px 0 0 #000,-8px 8px 0 0 #000,-9px 9px 0 0 #000,-10px 10px 0 0 #000,-11px 11px 0 0 #000,-12px 12px 0 0 #000,-13px 13px 0 0 #000,-14px 14px 0 0 #000,-15px 15px 0 0 #000,-16px 16px 0 0 #000}.ShadowBox--color-white{background:#fff}.ShadowBox--color-red{background:#f71123}.ShadowBox--color-yellow{background:#fbea2b}.ShadowBox>:last-child{margin-top:0;margin-bottom:0}.ShadowBox h1:first-child,.ShadowBox h1:last-child,.ShadowBox h2:first-child,.ShadowBox h2:last-child,.ShadowBox h3:first-child,.ShadowBox h3:last-child{position:relative;top:.1875rem}.ToggleLink{position:relative;bottom:0;left:0;transition-timing-function:ease;transition-property:left,bottom,box-shadow}.ToggleLink.pressed,.ToggleLink:active{bottom:-16px;left:-16px;box-shadow:0 0 0 0 #000}.ProjectList__link{display:flex;align-items:center;justify-content:center;padding:1.875rem .9375rem}.ProjectList__link:hover{background:#fbea2b}.ProjectList__title{white-space:pre-line}@media(min-width:768px){.ProjectList__link{width:29.625rem;min-height:13rem;padding:1.75rem .875rem}}.CloseButton{position:relative;padding:0;width:1.875rem;height:1.875rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;border:.3125rem solid #000;background:#fff;outline:none}.CloseButton:after,.CloseButton:before{content:"";position:absolute;top:0;z-index:1;height:2rem;width:.25rem;background:#000}.CloseButton:before{left:-3px;transform-origin:top left;transform:rotate(-45deg)}.CloseButton:after{right:-3px;transform-origin:top right;transform:rotate(45deg)}.Modal{position:fixed;z-index:100;top:0;left:0;width:100%;height:100%;outline:none;display:flex;align-items:center;justify-content:flex-start;cursor:pointer;overflow:auto;-webkit-overflow-scrolling:touch}.Modal:not(:focus-within){background-color:hsla(0,0%,100%,.01);transition:background-color .01s}.Modal__container{position:relative;display:flex;cursor:auto}.Modal__container:after,.Modal__container:before{content:"";display:block;width:40px;cursor:pointer}.Modal--withAnimation .Modal__container{-webkit-animation:slideIn .6s;animation:slideIn .6s}.Modal__content{position:relative;height:70vh;background:#fff;padding:2.5rem 6.25rem 3.75rem 2.5rem;min-width:calc(100vw - 220px)}.Modal__close{position:absolute;z-index:100;top:5px;right:5px}.Modal__backdrop{content:"";position:fixed;z-index:99;top:0;left:0;width:100%;height:100%;cursor:pointer;-webkit-animation:fadeIn .3s;animation:fadeIn .3s}@media(min-width:900px){.Modal__container:after,.Modal__container:before{width:100px}}@-webkit-keyframes slideIn{0%{opacity:0;transform:translateX(90vw)}50%{opacity:1}to{transform:translateX(0)}}@keyframes slideIn{0%{opacity:0;transform:translateX(90vw)}50%{opacity:1}to{transform:translateX(0)}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}body.Modal--isOpen{height:100vh;overflow-y:hidden}.Project{position:relative}.Project__content{position:relative;height:100%;display:flex;flex-flow:row nowrap;justify-content:flex-start}.Project__description{width:17.5rem;white-space:pre-line;height:100%;overflow:auto;scrollbar-width:thin}.Project__description a{text-decoration:underline}.Project__images{flex-flow:row nowrap;justify-content:flex-start;margin:0 0 0 5rem}.Project__image,.Project__images{position:relative;height:100%;display:flex}.Project__image{list-style:none;margin:0;padding:0;z-index:10;flex-flow:column;justify-content:flex-end}.Project__image:not(:first-child){margin-left:2.5rem}.Project__image__title{font-size:1.25rem;position:relative;top:-.125rem}.Project__image__img{display:block;flex-grow:0;margin:0;height:100%;width:auto}.Project__image__img.Image--isLoading{width:calc(70vh - 135px)}.Project__image--has-title img,.Project__images--with-titles .Project__image img{height:calc(100% - 34px)}@media(max-width:767px){.Project__description{width:70vw}}.Home{margin:0 auto}.Home__landing.hasFgImage .ToggleLink{width:29.625rem;max-width:100%;padding:0;background-color:transparent}.Home__landing.hasFgImage .Image{display:block;width:100%;max-width:100%}.Home__contact h1{font-family:Avenir,Avenir Next,Helvetica Neue,sans-serif;font-size:2.625rem;font-weight:700;text-transform:uppercase;font-size:2.8875rem}.Home__contact p{font-size:1.375rem}@media(max-width:767px){.Home .ShadowBox{transform:translateX(4px)}.Home__contact .ShadowBox,.Home__landing .ShadowBox{padding:1.875rem .9375rem}}@media(min-width:768px){.Home__contact .ShadowBox,.Home__landing .ShadowBox{padding:1.75rem 2.75rem}}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}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;-webkit-text-decoration:underline dotted;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}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-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}[hidden],template{display:none}html{font-size:100%}@media(max-width:767px){html{font-size:85%}}body{font-size:.9375rem;font-weight:600;line-height:1.2;letter-spacing:.03125rem;color:#000}body,h1,h2,h3,h4,h5,h6{font-family:Avenir,Avenir Next,Helvetica Neue,sans-serif;text-transform:uppercase}h1,h2,h3,h4,h5,h6{font-size:2.625rem;font-weight:700;margin:0 0 .6rem}a{color:#000;text-decoration:none}p{margin:0 0 1.1rem}p a{text-decoration:underline}code,pre{text-transform:none;font-family:monospace}button{background:none;border:0;outline:0;cursor:pointer}*,:after,:before{box-sizing:inherit}html{box-sizing:border-box}body,html{position:relative}body{margin:0;padding:0;width:100%;overflow-x:hidden}#root{margin-right:calc(100% - 100vw)}
/*# sourceMappingURL=bundle.2e92b251.css.map */