#root,body,html{background:#f5f0e6;color:#fff;font-family:Source Sans Pro,sans-serif;height:100%;margin:0;padding:0}.app-container{display:flex;height:100vh;overflow:hidden}.sidebar{align-items:center;background:#162447;display:flex;flex-direction:column;padding:2rem 1rem;width:220px}.sidebar .logo{font-size:1.4rem;font-weight:700;letter-spacing:2px;margin-bottom:2rem;text-transform:uppercase}.sidebar ul{list-style:none;padding:0;width:100%}.sidebar li{border-radius:8px;cursor:pointer;margin:.25rem 0;padding:.75rem 1rem;text-align:center;transition:background .3s}.sidebar li.active,.sidebar li:hover{background:#b74f4f}.content{flex-grow:1;overflow-y:auto;padding:3rem}.content h1{font-size:2.5rem;margin-bottom:1rem}.content p{font-size:1.1rem;line-height:1.6}@media (max-width:768px){.app-container{flex-direction:column}.sidebar{flex-direction:row;justify-content:space-around;padding:1rem;width:100%}.sidebar ul{display:flex;flex-direction:row;gap:1rem}}.homepage{flex-direction:column;text-align:center}.hero-container,.homepage{align-items:center;display:flex}.hero-container{justify-content:center;max-height:80vh;overflow:hidden;width:100%}.hero-image{height:auto;max-height:80vh;object-fit:cover;transition:transform .5s ease;width:100%}.hero-image:hover{transform:scale(1.05)}.hero-text{color:#f1f1f1;margin-top:2rem}.hero-text h1{font-size:2.5rem;margin-bottom:1rem}.hero-text p{font-size:1.2rem;margin:0 auto;max-width:600px}@media (max-width:768px){.hero-text h1{font-size:2rem}.hero-text p{font-size:1rem;padding:0 1rem}}.about{margin:0 auto;max-width:800px;padding:2rem;text-align:center}.about h1{font-size:2.5rem}.about h1,.about p{color:#162447;margin-bottom:1rem}.about p{font-size:1.1rem;line-height:1.6}@media (max-width:768px){.about h1{font-size:2rem}.about p{font-size:1rem}}.gallery{padding:2rem;text-align:center}.gallery h1{color:#162447;font-size:2.5rem;margin-bottom:2rem}.gallery-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.gallery-item img{border-radius:8px;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.gallery-item img:hover{transform:scale(1.05)}@media (max-width:768px){.gallery h1{font-size:2rem}}.contact{margin:0 auto;max-width:600px;padding:2rem;text-align:center}.contact h1{color:#162447;font-size:2.5rem;margin-bottom:1rem}.contact p{color:#162447;margin-bottom:2rem}.contact-form{display:flex;flex-direction:column;gap:1rem}.contact-form input,.contact-form textarea{border:none;border-radius:6px;font-size:1rem;padding:.75rem 1rem}.contact-form button{background-color:#162447;border:none;border-radius:6px;color:#f5f0e6;cursor:pointer;font-size:1rem;padding:.75rem 1rem;transition:background .3s}.contact-form button:hover{background-color:#b74f4f}@media (max-width:768px){.contact h1{font-size:2rem}}
/*# sourceMappingURL=main.a02de2e5.css.map*/