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}.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)}}.navbar{align-items:center;background-color:#1c2c4a;display:flex;height:50px;justify-content:space-between;padding:0 20px;position:relative}.navbar-title{color:#fff;font-size:1em;text-shadow:2px 2px 4px #0003}.nav-links{display:flex;list-style:none}.nav-links li{margin-left:20px}.nav-links a{color:#fff;font-size:1em;text-decoration:none}.hamburger{color:#fff;cursor:pointer;display:none;font-size:2em}@media (max-width:600px){.navbar-title{font-size:1.25em}.nav-links{background-color:#333;display:none;flex-direction:column;left:0;position:absolute;top:60px;width:100%;z-index:1}.nav-links.open{display:flex}.nav-links li{margin:10px 0;text-align:center}.hamburger{display:block}}.modal-overlay{color:#000}.modal-content{background:#fff;max-width:500px;padding:20px;text-align:center}.modal-socials{color:#007bff!important;display:flex;justify-content:space-around;margin-top:20px;padding-bottom:20px}.modal-title{text-shadow:2px 2px 5px #0000004d}@media (max-width:600px){.modal-title{font-size:1.2em}}.close-button{font-size:1.5em;right:10px}#contact-form{align-items:center;display:flex;flex-direction:column;margin:20px 0}#contact-form input,#contact-form textarea{border:1px solid #ccc;border-radius:5px;margin-bottom:10px;padding:10px 0;width:80%}#contact-form input[type=submit]{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:10px 20px;transition:background-color .3s}#contact-form input[type=submit]:hover{background-color:#0056b3}.footer-socials{display:flex;justify-content:space-evenly;margin-top:20px}.footer-socials a{color:#007bff;font-size:1.2em;text-decoration:none}.footer-socials a:hover{color:#0056b3}.contact-modal a,.contact-modal a:visited{color:#007bff;text-decoration:none}.contact-modal a:hover{text-decoration:underline}.contact-modal a:active{color:#0056b3}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#e9e9e9;border-radius:10px;max-height:80vh;max-width:800px;overflow-y:auto;padding:40px;position:relative;text-align:left;width:80%}.close-button{background:#0000;border:none;color:#333;cursor:pointer;font-size:2rem;font-weight:700;position:absolute;right:20px;top:10px}.close-button:hover{color:red}.modal-title{font-size:2em;margin-bottom:20px}.modal-text{line-height:1.6;margin-bottom:20px}.modal-text p{margin-bottom:15px}@media (max-width:600px){.modal-content{max-height:80vh;padding:20px;width:95%}.modal-title{font-size:1.5em}}.container{align-items:center;background-color:#2f4474;box-sizing:border-box;display:flex;flex-direction:column;height:50vh;justify-content:center;padding:40px}.pic img{border-radius:50%;box-shadow:0 14px 18px #0000004d;height:150px;margin-bottom:20px;width:150px}.greet{color:#c7c7c7;max-width:700px;text-align:center;text-shadow:5px 5px 20px #000}.greet h1{font-size:1.5rem;margin-bottom:10px}.greet p{font-size:1.2em;line-height:1.6}@media (max-width:600px){.container{padding:20px}.greet{max-width:90%}.greet h1{font-size:1.3rem}.greet p{font-size:1em}}.footer{background-color:#1c2845;color:#fff;font-size:.8rem;padding:20px;text-align:center}.footer-links,.footer-socials{margin-bottom:10px}.footer a{color:#fff;margin:0 10px;text-decoration:none}.footer-disclaimer{font-size:.75rem;margin-top:10px}.projects{background-color:#8da4d8;padding-left:20px}.carousel-container{display:flex;flex-wrap:nowrap;gap:20px;overflow-x:auto;padding:0 40px 40px 20px}@media (max-width:600px){.carousel-container{align-items:center;flex-direction:column}}.project-card{background-color:#eaeaea;border-radius:20px;box-shadow:0 8px 20px #0000004d;cursor:pointer;display:flex;flex-direction:column;margin:10px;max-width:400px;min-height:500px;min-width:300px;position:relative;transition:transform .2s}.project-card:hover{transform:scale(1.02)}.project-thumbnail{background-position:0 0;background-repeat:no-repeat;background-size:cover;border-top-left-radius:20px;border-top-right-radius:20px;height:200px;width:100%}.project-content{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:20px;text-align:justify}.project-title{font-family:Roboto,sans-serif;font-size:2em;font-weight:bolder;margin-top:0;padding:20px 40px 10px 30px}.title-container{align-items:center;display:flex}.project-icon{border-radius:10px;box-shadow:0 4px 10px #0000004d;height:40px;margin-right:10px;width:40px}.project-card h3{flex-grow:1;font-size:1.8em;margin-bottom:5px;margin-top:0;position:relative}.project-card h3:after{background:#ccc;content:"";display:block;height:2px;margin-top:5px;width:100%}.project-card h4{font-size:1em;margin:5px 0 10px}.project-card p{flex-grow:1;font-size:1em;margin-bottom:10px}.buttons{display:flex;justify-content:space-between;margin-top:auto}.button{background-color:#007bff;border-color:#007bff;border-radius:5px;box-shadow:0 4px 10px #0000004d;color:#fff;flex:1 1;margin:5px;padding:10px 15px;text-align:center;text-decoration:none;transition:background-color .3s}.button.github-button{background-color:#333}.button:hover{background-color:#0056b3}.content{background-color:#f8f8f8;color:#333;margin-top:20px;padding:20px}.content h2{color:#222;text-align:center}.category{background-color:#fff;box-shadow:0 2px 5px #0000001a;margin-top:20px;padding:10px}.category h3{color:#444}.category p{color:#666;font-size:.9rem}.clients{background-color:#fff;padding:20px;text-align:center}.clients h2{color:#333}.clients ul{list-style-type:none;padding:0}.clients li{color:#555;font-size:1.2rem;margin:10px 0}.modalOverlay{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modalContent{background:#fff;border-radius:5px;height:90%;overflow-y:auto;position:relative;width:80%}.modalClose{background:none;border:none;cursor:pointer;font-size:1.5rem;position:absolute;right:5px}.modalContent h1,.modalContent h2,.modalContent p,.modalContent ul{margin:0 0 15px}.modalContent ul{padding-left:20px}.case-study{background-color:#f0f0f0;display:flex;flex-direction:column;padding:20px}.modal-buttons{justify-content:space-between;margin:0 20px 20px}.modal-header{align-items:center;display:flex;margin-bottom:0}.modal-icon{border-radius:10px;box-shadow:0 4px 6px #0003;height:64px;margin-right:10px;width:64px}.modal-title-container{display:flex;flex-grow:1}.modal-title{font-size:1.5em;font-weight:700;margin-bottom:5px}.modal-subtitle{font-size:1em;margin-bottom:25px}.underline{background-color:#ccc;height:2px;margin-top:5px;width:100%}.column{margin:0 auto;text-align:left;width:80%}.media-container{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}.media-item{border-radius:10px;box-shadow:0 4px 6px #0003;width:100%}.cards-container{display:flex;flex-wrap:wrap;gap:20px}.card{background-color:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;padding:20px;width:100%}.card h3{font-size:1.5em;margin-bottom:10px}.card h4{font-size:1.2em;margin-bottom:5px;margin-top:15px}.card p{font-size:1em;line-height:1.5;margin-bottom:0}@media (max-width:1200px){.cards-container{flex-direction:column}}@media (max-width:600px){.modal-header{align-items:center;flex-direction:column;text-align:center}.modal-icon{height:100px;margin-bottom:10px;width:100px}.modal-title{font-size:1.8em}.cards-container{flex-direction:column}.card{width:100%}}
/*# sourceMappingURL=main.061e0af2.css.map*/