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}.navbar{align-items:center;background-color:#333;color:#fff;display:flex;justify-content:space-between;padding:15px 30px}.navbar-logo a{color:#fff;font-size:24px;text-decoration:none}.navbar-links{display:flex;list-style:none}.navbar-links li{margin:0 15px}.navbar-links a{color:#fff;padding-bottom:5px;position:relative;text-decoration:none;transition:color .3s ease}.navbar-links a:after{background-color:#ff5733;bottom:0;content:"";height:2px;left:0;position:absolute;transform:scaleX(0);transform-origin:bottom right;transition:transform .25s ease-out;width:100%}.navbar-links a:hover:after{transform:scaleX(1);transform-origin:bottom left}.navbar-links a:hover{color:#ff5733}.home{margin-top:0;text-align:center}.home-image{animation:slideInFromTop 1s ease-out;background-position:50%;background-repeat:no-repeat;background-size:cover;height:60vh;width:100%}.home-content{margin-top:20px;padding:20px}.animated-welcome{color:#000;font-size:2.5em;font-weight:700;margin-bottom:10px}.animated-subtext{color:#000;font-size:1.2em}.animated-letter{animation:letterDrop .5s ease-out forwards;display:inline-block;opacity:0}.space{display:inline-block;width:.3em}@keyframes letterDrop{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.services{padding:40px 20px;position:relative;text-align:center}.services-image{background-attachment:fixed;background-position:50%;background-size:cover;height:50vh;margin-bottom:30px;width:100%}h2{color:#000;margin-bottom:10px}.services-intro{color:#555;font-size:1.2em;margin-bottom:30px;padding:0 10%}.services-columns{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));padding:20px;position:relative}.service-box{background:#f9f9f9;border-radius:8px;box-shadow:0 4px 6px #0000001a;opacity:0;padding:20px;position:relative;text-align:left;transition:transform .6s ease,opacity .6s ease}.animate-in{opacity:1}.from-left{animation:slideInFromLeft .6s ease forwards}.from-right{animation:slideInFromRight .6s ease forwards}.from-bottom{animation:slideInFromBottom .6s ease forwards}.from-top{animation:slideInFromTop .6s ease forwards}@keyframes slideInFromRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes slideInFromBottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (max-width:768px){.services-columns{grid-template-columns:1fr}}.contact{min-height:70vh;padding:60px 20px;position:relative;text-align:center}.contact-image{animation:slideInFromTop 1s ease-out;background-position:50%;background-size:cover;height:50vh;width:100%}h2{font-size:2.5em;margin-bottom:0;margin-top:20px}.contact-details-box{animation:slideInFromLeft 1s ease-out;background-color:#f9f9f9;border-radius:8px;box-shadow:0 4px 6px #0000001a;display:inline-block;margin-top:0;max-width:400px;padding:20px;text-align:left;width:80%}.contact-details{color:#555;font-size:1.2em}.contact-details p{margin:10px 0}.contact-details a{color:#007bff;text-decoration:none}.contact-details a:hover{text-decoration:underline}@keyframes slideInFromLeft{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.footer{background-color:#333;bottom:0;color:#fff;padding:1.5rem 0;position:fixed;text-align:center;width:100%}*{box-sizing:border-box;font-family:Arial,sans-serif;margin:0;padding:0}body{background-color:#f0f0f0}h2{color:#333;font-size:32px;margin-bottom:20px}
/*# sourceMappingURL=main.695a4fe4.css.map*/