body{margin:0;font-family:"Raleway",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}html{scroll-behavior:smooth}.home{display:flex;flex-direction:column;width:80%;max-width:1200px;margin:auto}@media only screen and (max-width:1000px){.home{width:90%}}@media only screen and (max-width:500px){.home{width:100%}}.header{display:flex;padding:12px}.logo{display:flex;font-size:36px;color:#0ff;font-weight:600}@media only screen and (max-width:800px){.logo{font-size:24px}}.divider{background-image:linear-gradient(90deg,#642d99,#4859be,#197ed6,#009fe5,#36beed,#5dc6f3,#7acef9,#92d6ff,#acc9fd,#c6bcf0,#dab0da,#e4a6c0);height:8px;width:30%;border-radius:4px;margin:16px 0}.body{padding:12px}.socialContact{display:flex;justify-content:center;align-items:center}.social{padding:6px;cursor:pointer;margin:6px}.socialIcon{width:40px}@media only screen and (max-width:800px){.socialIcon{width:30px}}.about{padding:48px 0}.landing{display:flex;justify-content:space-between;align-items:center;padding-bottom:24px}.spinner{min-width:400px;max-width:550px;width:40%;-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:60s;animation-duration:60s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.intro{max-width:60%}.animate-name{font-family:"Roboto Mono",monospace;margin:0 auto 32px;font-size:36px;font-weight:500;-webkit-animation:type 3s steps(15),animated-cursor 1s steps(15) 3s infinite;animation:type 3s steps(15),animated-cursor 1s steps(15) 3s infinite;overflow:hidden;white-space:nowrap;border-right:3px solid orange;width:16.2ch;text-align:center}@-webkit-keyframes type{0%{width:0}to{width:15ch}}@keyframes type{0%{width:0}to{width:15ch}}@-webkit-keyframes animated-cursor{0%{border-right-color:orange}to{border-right-color:transparent}}@keyframes animated-cursor{0%{border-right-color:orange}to{border-right-color:transparent}}.info{font-size:28px;font-weight:400;text-align:center}@media only screen and (max-width:800px){.landing{flex-direction:column;justify-content:center;align-items:center}.spinner{display:none}.info{font-size:20px}}.sectionHeader{font-size:32px;font-weight:600}.contact{display:flex;flex-direction:column;flex:1 1}.contactContainer{flex:1 1;display:flex;justify-content:space-between;align-items:center;margin:16px 0}.contactLeft{max-width:60%;font-size:20px;text-align:center}.bottomSocial{margin-top:12px}.download{background-color:#7fffd4;padding:8px 16px;font-size:24px;display:flex;justify-content:center;align-items:center;border-radius:12px;margin-bottom:20px}.downloadImage{height:16px;align-items:center;margin-right:8px}.download a{text-decoration:none;color:#000}@media only screen and (max-width:800px){.contactContainer{flex-direction:column;justify-content:center;align-content:center}.contactLeft{max-width:100%;font-size:20px;margin-bottom:12px}.download{font-size:16px}.downloadImage{font-size:12px}}.project{display:flex;flex-direction:column;flex:1 1}.projectCard{flex:1 1;display:flex;justify-content:space-between;vertical-align:center;margin:20px 0;padding:8px 0}.projectPhoto{width:40%}.projectInfo{vertical-align:center;margin:auto 30px auto 0}.projectInfo p{font-size:20px}.projectTitle{font-size:24px;font-weight:600}.githubIcon{margin-right:4px}.projectTag{display:flex;max-width:50%;flex-wrap:wrap}.tagItem{padding:4px 8px;background-color:#7fffd4;border-radius:8px;margin:6px 8px 6px 0}.projectLinks a{text-decoration:none;color:#000}.projectLinks{margin:8px 0;display:flex}.linkButton{justify-content:center;background-color:#7fffd4;padding:4px 8px;border-radius:8px;font-size:16px}.linkButton,.linkButton i{display:flex;align-items:center}@media only screen and (max-width:800px){.projectPhoto{width:70%;align-content:center;margin:auto}.projectCard{flex-direction:column-reverse}.projectInfo{margin-left:0;margin-top:12px}.projectTag{max-width:100%}}.work{display:flex;flex-direction:column}.workList{flex-wrap:wrap;margin:24px 0}.workCard,.workList{display:flex;justify-content:space-between;align-items:center}.workCard{padding:8px;width:48%;margin-top:16px;flex-direction:row-reverse}.workLogo{height:160px}.workInfo{display:flex;width:80%;align-items:flex-start;flex-direction:column;font-size:20px;color:#000}.workName{font-size:24px;font-weight:600}.workDate{color:grey}.workDesc{text-align:left;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:horizontal;overflow:hidden;text-overflow:ellipsis;max-width:90%}@media only screen and (max-width:800px){.workCard{width:100%}}
/*# sourceMappingURL=main.d0d4af3e.chunk.css.map */