:root{--clr-background:#f5efe6;--clr-text:#000;--img-border-width:10px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container,html{background-color:#f5efe6;background-color:var(--clr-background)}.container{align-items:flex;display:flex;flex-direction:row;height:100vh;justify-content:center}.container>h1,h2,h3,h4,p{color:#000;color:var(--clr-text);font-weight:400}a{color:#000}img{border:1px solid #a0a0a0;border-radius:4px;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);padding:10px;padding:var(--img-border-width)}@media screen and (max-width:940px){.container{flex-wrap:wrap;max-width:100vw}.headshot{display:flex;justify-content:center;margin:20px;margin:calc(var(--img-border-width)*2);max-height:100vh;max-width:50vw}.headshot>img{align-self:center;height:auto;max-height:100%;max-width:100%}.content{display:flex;flex-direction:column;margin-left:5%;margin-right:5%;max-width:100vw}}@media screen and (min-width:941px){.container{flex-wrap:nowrap}.headshot{align-items:center;display:flex;margin:20px;margin:calc(var(--img-border-width)*2);max-height:calc(100vh - 20px);max-height:calc(100vh - var(--img-border-width)*2);max-width:-webkit-max-content;max-width:max-content;min-width:48%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.headshot>img{height:-webkit-min-content;height:min-content;justify-self:flex-start;max-height:100%;max-width:100%;width:auto}.content{display:flex;flex-direction:column;margin-left:2%;margin-right:2%;max-width:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.banner{flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-bottom:3%;text-align:center}.banner,.banner>.subheaders{align-items:center;display:flex}.banner>.subheaders{justify-content:space-evenly;width:100%}.banner>*{margin-bottom:0;margin-top:0}@media screen and (max-width:604px){.banner>h1{font-size:3rem;font-weight:400;margin-bottom:0;margin-top:2%}.banner>.subheaders>h3{font-size:1rem;font-weight:400}.banner>.subheaders>h4{font-size:1rem;margin-left:2%;margin-right:2%}}@media screen and (min-width:605px){.banner>h1{font-size:5rem;font-weight:400;margin-bottom:0;margin-top:2%}.banner>.subheaders>h3{font-size:1.8rem;font-weight:400}.banner>.subheaders>h4{font-size:2rem;margin-left:10px;margin-right:10px}}.line{border-bottom:5px solid #000;border-bottom:5px solid var(--clr-text);border-radius:10px 10px;width:100%}.intro>h2{font-size:2rem}.intro>h3{font-size:x-large}.intro>p{font-size:large}footer{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-top:auto}footer>a{color:#000;font-size:large;margin-left:10px;margin-right:10px;text-decoration:none}footer>a:hover{text-decoration:underline}.contact{height:100%}.form-section{margin-bottom:2%}input{width:50%}textarea{height:10rem;width:100%}
/*# sourceMappingURL=main.700dd552.css.map*/