body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}:root{--color-tan:#f1f0f0;--color-main:#000;--color-white:#fff;--color-purple:#6f00ff;--color-blue:#00008b;--color-pink:#e75480}.App{display:flex;flex-direction:column}h2.section-header{box-sizing:border-box;margin:0;padding:1em;width:100%}span.color-main{color:#6f00ff;color:var(--color-purple)}li{list-style:none}a{color:inherit;text-decoration:none}.About{color:var(--color-main);display:flex;flex-direction:column}.About-content{align-self:center;width:50%}.About-haiku{font-family:Caveat Brush,cursive;font-size:2em}.Home{align-items:center;background-attachment:fixed;background-image:url(/personal-website/static/media/home.a1a4633c1c59c560051a.jpeg);background-position:50%;background-repeat:no-repeat;background-size:cover;color:var(--color-white);display:flex;flex-direction:column;height:80vh;justify-content:center;position:relative;width:100vw}.Home h1{font-family:Caveat Brush,cursive;font-size:5em;font-weight:700;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;text-align:center}.Home span{-webkit-animation:caret 1s steps(1) infinite;animation:caret 1s steps(1) infinite;border-right:.05em solid}@-webkit-keyframes caret{50%{border-color:transparent}}@keyframes caret{50%{border-color:transparent}}.image-credit{bottom:0;position:absolute;right:0}.Navigation{background-color:var(--color-white);border-bottom:1px solid var(--color-tan);position:-webkit-sticky;position:sticky;top:0;width:100vw;z-index:10}.Navigation ul{box-sizing:border-box;display:flex;flex-flow:row wrap;justify-content:center;padding:0}.Navigation ul li{border-right:1px solid var(--color-tan);padding:1em}.Navigation ul li:last-child{border-right:none}.Navigation ul li a{color:var(--color-main);text-align:center}.Navigation ul li a:hover{color:var(--color-purple)}.Projects{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.Projects-content{grid-gap:1em;display:grid;gap:1em;grid-template-columns:1fr 1fr;margin:1em}@media only screen and (max-width:850px){.Projects-content{grid-template-columns:1fr}}.ProjectTile{align-items:center;background-color:var(--color-tan);border-radius:15px;color:var(--color-main);display:flex;flex-direction:column;position:relative}.ProjectTile:hover{background-color:rgba(111,0,255,.125)}.ProjectTile.left{justify-self:end}.ProjectTile.right{justify-self:start}.ProjectTile img{border-top-left-radius:15px;border-top-right-radius:15px;width:400px}.ProjectTile-description{box-sizing:border-box;margin:0;max-width:400px;padding:1em;text-transform:none}.ProjectTile-buttons{display:flex;flex-flow:row wrap;gap:1em;margin:1em}.ProjectTile-buttons button{background-color:inherit;border:1px solid var(--color-purple);border-radius:15px;color:var(--color-purple);font-weight:700;outline:none;padding:1em}.ProjectTile-buttons button:hover{background-color:var(--color-purple);color:var(--color-white);cursor:pointer}@media only screen and (max-width:850px){.ProjectTile.left,.ProjectTile.right{justify-self:center}.ProjectTile img{width:250px}.ProjectTile-description{max-width:250px}}.Contact{align-items:center;background-color:var(--color-purple);color:var(--color-white);display:flex;font-size:2em;gap:1em;height:5em;justify-content:center}
/*# sourceMappingURL=main.a4c47ca8.css.map*/