@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital@0;1&family=IBM+Plex+Sans+Condensed:ital@0;1&family=IBM+Plex+Sans:ital,wght@0,100;0,400;0,700;1,100;1,400;1,700&family=IBM+Plex+Serif:ital@0;1&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300&display=swap);body{padding:0;margin:0;height:100%}*{font-family:"Roboto Slab";weight:100}.background{height:100%;top:0;left:0;background:rgba(0,0,0,.1);z-index:100}.background,.main-nav{position:fixed;width:100%}.main-nav{font-family:"Roboto Slab";display:flex;justify-content:center;align-items:center;align-content:center;z-index:300}Nav{background-color:#222;color:#fff;height:4em}Nav .nav-name{font-size:24px;text-transform:uppercase}Nav .nav-name:hover{cursor:pointer;opacity:.8}.burger-drawer{height:65%;font-size:24px;background-color:#222;box-shadow:2px 0 5px rgba(0,0,0,.5);border-bottom-right-radius:5px;position:fixed;top:0;left:0;width:70%;max-width:300px;min-height:275px;z-index:200;transition:.5s ease-in-out;will-change:left}.burger-drawer ul{font-family:"Roboto Slab";list-style:none;text-decoration:none;display:flex;flex-direction:column;justify-content:center;align-items:center;align-content:center;height:90%;padding:0}.burger-drawer .burger-link{margin-top:.5em;padding:.8em}.burger-drawer a{text-decoration:none;color:#fff}.burger-drawer a:hover{opacity:.5;cursor:pointer}.burger-drawer a:visited{color:#222}.close-burger{height:65%;font-size:24px;background-color:#222;box-shadow:2px 0 5px rgba(0,0,0,.5);border-bottom-right-radius:5px;position:fixed;left:-100%;width:70%;max-width:300px;min-height:275px;z-index:200;transition:.5s ease-in-out;will-change:left}.toggle-burger{display:flex;flex-direction:column;justify-content:space-between;height:20px;width:20px;background:transparent;border:none;cursor:pointer;box-sizing:border-box;padding:0;margin:1.6em 0 0 1.5em;position:absolute;transition:.5s ease;left:0;top:0}.toggle-burger div{width:25px;height:2px;background:#fff;transition:all .3s ease}.toggle-burger:focus{outline:none}.toggle-burger .open:first-child{transform:rotate(45deg) translateY(13px) translateX(3px)}.toggle-burger .open:nth-child(2){opacity:0}.toggle-burger .open:nth-child(3){transform:rotate(-45deg) translateY(-10px)}.toggle-burger .closed:first-child{transform:rotate(0)}.toggle-burger .closed:nth-child(2){opacity:1}.toggle-burger .closed:nth-child(3){transform:rotate(0)}.profile-pic-container{width:200px;height:200px;overflow:hidden;border-radius:50%}.profile-pic{width:400px;height:600px;margin:-100px 0 0 -100px}.banner-message{font-size:18px;margin:2em 5em 0;padding-bottom:7.5em;width:auto;max-width:500px;letter-spacing:1.5px;text-align:center}.skills-overlay{background:#000}.skills-container{color:#fff;display:flex;flex-direction:column;justify-content:center;height:100vh;min-height:750px;align-items:center;background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),url(/static/media/unsplash3.448ccda7.jpg) no-repeat 50% fixed;background-size:cover}.skills-container h1{margin-top:2em}.skills-container .tech-stack{display:grid;grid-template-columns:10em repeat(3,1fr);grid-template-rows:8em 8em 8em;grid-column-gap:4em;align-items:flex-start;margin-bottom:5em;margin-top:3em;justify-items:center}.skills-container .tech-stack .skills-be,.skills-container .tech-stack .skills-fe,.skills-container .tech-stack .skills-random{display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap;margin:2em}.skills-container .tech-stack .skills-title{text-align:center;text-decoration:underline}.skills-container .tech-stack .icon-container{font-size:20px;display:flex;justify-content:flex-start;align-items:center;height:auto;width:auto}.skills-container .tech-stack .icons{height:auto;width:auto;max-height:40px;max-width:40px;margin:5px}.projects-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:auto;margin:10em 5em}.projects-container .project-cards-container{display:flex;flex-flow:row wrap;justify-content:center;width:auto;max-width:1135px;margin-top:10em}.projects-container .project-cards-container .project{height:10em;width:20em;margin:15px;padding:1.5em .8em;display:flex;flex-direction:column;justify-content:center;align-items:center}.projects-container .project-cards-container .project .project-tag{flex-direct:column;justify-content:center}.projects-container .project-cards-container .project .view-project-container{position:absolute;display:flex;justify-content:center;align-items:center;align-content:center}.projects-container .project-cards-container .project .view-project-container a{margin-left:.5em;margin-right:.5em}.projects-container .project-cards-container .project .view-project-container a:hover{background-color:#fff;color:#222}.projects-container .project-cards-container .project .view-project-container .view-project-code{padding-left:1.5em;padding-right:1.5em}.projects-container .project-cards-container .project .view-project-text{margin-top:100px;opacity:0;font-size:15px;font-weight:700;text-decoration:none;color:#fff;background-color:#222;padding:.5em 1.5em;transition:.5s ease;border-radius:25px}.projects-container .project-cards-container .project .view-project-title{margin-top:130px;background-color:#fff;color:#000}.projects-container .project-cards-container .project .project-tag{color:#fff;text-decoration:none;display:flex;text-align:center}.projects-container .project-cards-container .project .project-tag h4{margin-top:4em}.projects-container .project-cards-container .project .project-tag:visited{color:#fff;text-decoration:none}.projects-container .project-cards-container .project:hover .project-image{opacity:.3}.projects-container .project-cards-container .project:hover .view-project-text{cursor:pointer;opacity:1;z-index:200}.projects-container .project-cards-container .project:visited .view-project-text{text-decoration:none;color:#fff}.projects-container .project-cards-container .project .project-image{width:20em;height:20em;max-height:200px;margin:1em;transition:.5s ease;border-radius:2px;background-color:#e8554d}.projects-container .project-cards-container .project .project-image img{width:auto;height:auto;object-fit:contain;max-width:300px;border-radius:2px}.contact-container{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:14em 0 5em}.contact-container .contact-icon{width:auto;height:auto;max-width:3.2em;max-height:3.2em;margin:0 .3em}.contact-container .contact-icon:hover{cursor:pointer}.contact-container .email{text-decoration:none;color:#222;margin-top:2em}.contact-container .email:visited{color:#222}.contact-container .email:hover{opacity:.6}footer{display:flex;flex-direction:column;justify-content:center;align-items:center;align-content:center;font-family:"Roboto Slab";height:auto;width:100%;padding:20px 0;background-color:#222;color:#fff}@media only screen and (min-width:420px){.skills-container{color:#fff;background-size:cover}.banner-container,.skills-container{display:flex;flex-direction:column;justify-content:center;height:100vh;align-items:center}.banner-container{padding-top:5vh;align-content:center}.resume-container{display:flex;justify-content:center;width:100%}.resume-container .resume-image{width:40em}}@media screen and (max-width:420px){.banner{width:100%}.banner-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;padding-top:100px}.banner-message{font-size:14px;height:auto}.skills-container{color:#fff;display:flex;flex-direction:column;justify-content:center;height:100vh;align-items:center}.skills-container .tech-stack{width:100%;grid-template-columns:50% 50%;grid-template-rows:4em;grid-column-gap:0;justify-items:center;align-items:center}.skills-container .tech-stack .skills-be,.skills-container .tech-stack .skills-fe,.skills-container .tech-stack .skills-random{margin:1em auto;flex-direction:column;justify-content:center;align-content:center}.burger-drawer{height:50%;width:50%}.project{padding:1em}}
/*# sourceMappingURL=main.2394e5df.chunk.css.map */