h1{background-color:var(--primary);color:var(--background);margin:0;padding:10vh 5vw;text-align:center}.interior-intro{background-color:var(--primary)}.interior-intro img{clip-path:polygon(50% 0%,100% 15%,100% 100%,0 100%,0 15%)}.interior-intro+section{margin-top:10vh}.interior-photo-left{border:4px solid var(--text);box-shadow:-20px 23px 0 var(--primary);max-width:100%}.interior-photo-right{border:4px solid var(--text);box-shadow:20px 23px 0 var(--primary);max-width:100%}.portfolio-section{display:flex;flex-wrap:wrap;justify-content:space-around}.portfolio-section figure{margin:20px}.portfolio-section figcaption{background-color:var(--primary);border-radius:8px;box-shadow:2px 2px 4px var(--text);color:var(--background);margin-left:auto;margin-right:auto;margin-top:-35px;max-width:500px;opacity:0;padding:.5em 1em;position:relative;transition:all 0.3s ease-in-out}.portfolio-section figure img{transition:all 0.3s ease-in-out;width:550px}.portfolio-section figure:hover img{border-color:var(--highlight);box-shadow:-20px 23px 0 var(--secondary)}.portfolio-section figure:hover figcaption{opacity:1}.process-section{margin-top:10vh}.process-section>.expanding-divider{border-color:var(--background);margin:48px 0 48px 0;position:relative}.process-section>.expanding-divider>img{position:absolute;top:-32px}.process-section>.flex-row{justify-content:space-between}.process-section>.flex-row>div{max-width:450px}.process-section h3{font-size:calc(1.2em + 0.25vw)}@media screen and (max-width:1600px){.process-section>.flex-row{flex-direction:column;justify-content:space-around}}.contact-intro>*+*{margin-top:1rem}.contact-title{font-size:1.875rem;line-height:2.25rem;font-weight:700}.contact-description{color:#6b7280}.contact-div{background-size:cover;box-shadow:1px 1px 6px gray;margin-top:3vw;min-width:315px;padding:2em 3em;position:relative}.contact-form{margin-left:auto;margin-right:auto;width:100%}.form-group-container{display:grid;gap:1rem}.form-group{display:flex;flex-direction:column}.form-label{color:var(--primary);display:block;font-family:'Atkinson Hyperlegible',Tahoma,sans-serif;font-size:1.5em;margin-bottom:.5rem;text-shadow:1px 1px #fff}.form-input,.form-textarea{padding:.5rem;border:1px solid #e5e7eb;display:flex;height:2.5rem;width:auto;border-radius:.375rem;font-size:.875rem;line-height:1.25rem}.form-input::placeholder,.form-textarea:focus-visible{color:#6b7280}.form-input:focus-visible,.form-textarea:focus-visible{outline:2px solid var(--highlight);outline-offset:2px}.form-textarea{min-height:120px}.form-submit{margin-top:1.2rem;width:150px}