:root{--backColor:#232428;--highlightColor:#347d34;--borderColor:gray}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#232428;background-color:var(--backColor);color:#fff;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}nav{border-bottom:1px solid;border-color:gray;border-color:var(--borderColor);display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:60px}nav div{height:80px;padding:0 6%}nav div h1{height:40px;line-height:40px;width:200px}nav ul{display:flex;flex-direction:row;height:80px;justify-content:space-between;list-style-type:none;margin:0;padding:0;width:40%}nav ul li{border-radius:5px;height:75%;line-height:60px;margin:auto;min-width:75px;text-align:center;width:25%}nav ul li:hover{color:gray;transition:.2s}nav ul li.currentPage{background-color:#347d34;background-color:var(--highlightColor);border-color:#347d34;border-color:var(--highlightColor)}footer{align-items:center;background-color:gray;background-color:var(--borderColor);display:flex;height:80px;margin-top:60px;padding:0 50px}footer a{margin:auto 20px}footer a:first-child{margin-left:10px}footer a img{height:42px;width:42px}footer a img:hover{filter:brightness(0);transition:.5s}div.post{border:1px solid gray;border-color:var(--borderColor);border-radius:7.5px;display:flex;flex-wrap:wrap;justify-content:space-around;margin:20px auto;min-width:350px;padding:15px;width:50%}div.post div{text-align:left;width:97%}div.post div h3{margin:0}div.post:has(iframe) div p{margin:10px 0 20px}div.post div div.PostDate{color:gray}div.post div.PostText p.PostBody{white-space:pre-wrap}div.post:has(iframe) div{padding-right:10px;width:45%}div.post iframe{margin:0;min-width:175px}div.ProjectList{display:flex;flex-wrap:wrap;justify-content:space-around;margin:0 auto;padding:0 25px;width:85%}div.project{border:1px solid gray;border-color:var(--borderColor);border-radius:7.5px;display:flex;flex-direction:column;margin:30px 0;min-width:250px;padding:1.5%;width:35%}div.project h3{margin:0}div.project a,div.project div.projectSubheader{color:grey}div.project div.projectTech{display:flex;flex-direction:row;flex-wrap:wrap}div.project div.projectTech div{background-color:#347d34;background-color:var(--highlightColor);border-radius:8px;height:30px;line-height:30px;margin:5px 10px;min-width:50px;padding:3px 8px;text-align:center}div.project p{white-space:pre-wrap}div.AboutDescription{font-size:large;line-height:30px;margin:auto;width:70%}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.f5d42a93.css.map*/