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}.full-homepage{overflow:hidden;scroll-behavior:smooth}.intro-section{align-items:center;background-color:#000;color:#fff;display:flex;flex-direction:row;height:100vh;justify-content:space-between;padding:50px}.profile-image{border-radius:50%;height:400px;margin-left:50px;margin-right:50px;object-fit:cover;width:400px}.intro-content{display:flex;flex:1 1;flex-direction:column;font-family:Courier New,Courier,monospace;justify-content:center;margin-right:40px;text-align:left}.hello-text{font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;font-size:1rem;font-weight:400;margin-bottom:.5rem}.name-text{font-size:5rem;font-weight:700;margin-bottom:.5rem}.sub-text{font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;font-size:1rem;font-weight:400;margin-top:.5rem}.navbar{align-items:center;justify-content:space-between;padding:10px 20px}.nav-links{display:flex;gap:20px;list-style:none;margin:0}.nav-links li{color:#fff;cursor:pointer;font-weight:700;transition:color .3s}.nav-links li:hover{color:#f39c12}.social-icons{display:flex;gap:20px;margin-left:auto}.social-icons a{background-color:#000;border-radius:50%;color:#fff;font-size:1rem;padding:10px;text-align:center;transition:background-color .3s,color .3s}.social-icons a:hover{background-color:#fff;color:#000}.split-container{display:flex;height:100vh;margin-top:0;padding-top:0;width:100vw}.split{align-items:center;background-color:#0c0c0c;display:flex;justify-content:center;position:relative;transition:all .5s ease;width:50%}.background-image,.split{background-position:50%;background-size:cover}.background-image{filter:brightness(.7);height:100%;transition:filter .3s ease;width:100%}.split:hover .background-image{filter:brightness(1)}.overlay{color:#fff;left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.overlay h1{font-size:2.5rem;margin-bottom:1rem}.explore-link{background-color:#000;border-radius:50%;color:#fff;display:inline-block;font-size:1rem;font-weight:700;height:100px;line-height:100px;text-align:center;text-decoration:none;transition:all .3s ease;width:100px}.explore-link:hover{background-color:#fff;border:2px solid #000;color:#000}.writer-section{background-image:url(/static/media/writer.549a66dea8b3ba16fe7b.jpeg)}.tech-section{background-image:url(/static/media/tech.187339ac1a5bdf660658.jpeg)}.navbar{background-color:#333;color:#fff;display:flex;justify-content:center;padding:10px 0;position:fixed;top:0;width:100%;z-index:1000}.navbar ul{display:flex;gap:20px;list-style:none;margin:0;padding:0}.navbar li{color:#fff;cursor:pointer;font-weight:700;transition:color .3s}.navbar li:hover{color:#f39c12}.about-section{align-items:center;background-color:#000;color:#fff;display:flex;font-family:Courier New,Courier,monospace;justify-content:space-between;min-height:100vh;padding:50px}.about-content{flex:1 1;font-size:1.3rem;line-height:1.8;max-width:60%;text-align:left}.about-section h2{font-size:3.5rem;margin-bottom:20px}.about-image-container{display:flex;flex:1 1;justify-content:center}.about-image{border:3px solid #fff;border-radius:10px;height:400px;object-fit:cover;width:300px}#about,#home,#projects,#resume,#writings{padding-top:60px}.resume-section{background-color:#000;color:#fff;font-family:Courier New,Courier,monospace;padding:100px 20px 0;text-align:center}.resume-section h2{font-size:3rem;margin-bottom:20px}.resume-iframe{border:none;height:600px;margin-top:20px;width:80%}.download-link{background-color:#fef9f9;color:#000;display:inline-block;font-size:1rem;font-weight:700;margin-top:20px;padding:10px 20px;text-decoration:none;transition:background-color .3s,color .3s}.download-link:hover{background-color:#000;border:2px solid #fff;color:#fff}.projects-page{background-color:#000;color:#fff;font-family:Courier New,Courier,monospace;min-height:100vh;padding:50px}.projects-title{font-size:3rem;margin-bottom:40px;text-align:center}.projects-content{display:flex;margin:0 auto;max-width:1200px;width:100%}.text-content{flex:1 1;padding-right:20px}.project-list{display:flex;flex-direction:column;gap:20px}.project-item{background-color:#1e1e1e;border-radius:10px;box-shadow:0 4px 15px #0000004d;margin-bottom:20px;padding:20px}.project-item h2{font-size:1.5rem;margin-bottom:10px}.project-item p{font-size:1rem;line-height:1.6}.image-content{display:flex;flex-basis:45%;justify-content:flex-end}.project-image{border-radius:10px;height:auto;max-width:100%}.writings-index{background:url(/static/media/book.dbbcc8661a1b385d4b9a.jpg) no-repeat 50% fixed;background-size:cover;color:#fff;display:flex;flex-direction:column;font-family:Courier New,Courier,monospace;justify-content:space-between;min-height:100vh;padding:40px;position:relative}.books-image{border:3px solid #fff;border-radius:50%;height:400px;object-fit:cover;position:absolute;right:20px;top:20px;width:400px}.titles-heading{font-size:2.5rem;margin-bottom:30px;margin-top:20px;text-align:center}.titles-list{font-size:1.5rem;list-style-type:none;margin-bottom:auto;padding-left:0;text-align:left}.title-item{align-items:center;display:flex;margin:10px 0}.icon{height:25px;margin-right:10px;width:25px}.title-link{color:#fff;text-decoration:none}.note,.title-link:hover{color:#f39c12}.note{font-size:1.5rem;margin-bottom:0}.App,.note{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.8cbb3935.css.map*/