*{margin:0;padding:0;box-sizing:border-box}html,body{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth;font-family:"Roboto",sans-serif;background-color:#eaf6ff;color:#000;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}h1,h2,h3,h4,h5,h6{font-family:"Work Sans",sans-serif}@keyframes dropDown{0%{transform:translateX(-50%) translateY(-100px);opacity:0}20%{transform:translateX(-50%) translateY(-80px);opacity:.2}40%{transform:translateX(-50%) translateY(-60px);opacity:.5}60%{transform:translateX(-50%) translateY(-30px);opacity:.8}80%{transform:translateX(-50%) translateY(-10px);opacity:.95}100%{transform:translateX(-50%) translateY(0);opacity:1}}@keyframes fadeOutUp{0%{transform:translateY(0);opacity:1}25%{transform:translateY(-10px);opacity:.85}50%{transform:translateY(-25px);opacity:.6}75%{transform:translateY(-40px);opacity:.3}100%{transform:translateY(-50px);opacity:0}}body{display:flex;flex-direction:column;min-height:100vh}button,input[type=submit],input[type=button]{transition:transform .2s ease,box-shadow .2s ease}button:active,input[type=submit]:active,input[type=button]:active{transform:scale(0.9);box-shadow:inset 0px 4px 8px rgba(0,0,0,.15)}header{position:fixed;width:100%;min-width:250px;background-color:hsla(0,0%,100%,0);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);z-index:1000;display:flex;justify-content:center;align-items:center;padding:.5rem 1rem;box-sizing:border-box;transition:all .5s ease}header .header-container{display:flex;align-items:center;justify-content:space-between;gap:2rem;width:100%;max-width:800px;margin:0 auto;box-sizing:border-box}header.scrolled{position:fixed;height:75px;left:50%;top:.5rem;left:50%;right:0;margin:0 auto;width:50%;border-radius:50px;background-color:#78c3e9;box-shadow:0 4px 6px rgba(0,0,0,.1);animation:dropDown .6s ease forwards;z-index:1000;padding:10px 15px}header.scrolled .logo img{margin-top:.5rem;height:50px}header.scrolled .nav-links li a{font-size:.8rem;padding:7px 12px}header.scrolled .nav-links li a .nav-icon{display:none;width:24px;height:24px}header .logo{flex-shrink:1;flex-grow:0;max-width:150px;min-width:50px}header .logo img{width:100%;height:auto;object-fit:contain}header nav{flex-grow:1;display:flex;justify-content:flex-end}header nav .nav-links{justify-content:flex-end;list-style:none;display:flex;gap:1rem;flex-wrap:nowrap;overflow:hidden;flex-grow:1;flex-shrink:1;margin:0;padding:0}header nav .nav-links li{flex-shrink:1;flex-grow:0}header nav .nav-links li a{display:inline-block;text-align:center;padding:.6rem 1rem;font-size:1rem;border-radius:25px;font-weight:bold;border:2px solid rgba(0,0,0,0);background-color:#036;text-decoration:none;color:#fff;transition:all .3s ease}header nav .nav-links li a:hover{background-color:#00509e;color:#fff;border-color:#f0120d}header nav .nav-links li a:active{background-color:#024;transform:scale(0.95);border-bottom:3px solid #f0120d;font-weight:bold;color:#fff}header nav .nav-links li a.active{background-color:#00509e;color:#fff;border:3px solid #f0120d;font-weight:bold}header nav .nav-links li a .nav-icon{display:none;width:24px;height:24px}header nav .search-container{display:flex;align-items:center;position:relative;margin-left:1rem}header nav .search-container #search-toggle{background-color:#036;border:none;display:flex;align-items:center;justify-content:center;padding:10px;border-radius:50%;cursor:pointer;transition:background-color .3s ease}header nav .search-container #search-toggle:hover{background-color:#00509e}header nav .search-container #search-toggle img{width:20px;height:20px;fill:#fff}header nav .search-container #search-input{width:0;opacity:0;padding:10px;font-size:1rem;border:1px solid #ccc;border-radius:25px;outline:none;margin-left:.3rem;position:absolute;left:40px;transition:width .3s ease,opacity .3s ease}header nav .search-container #search-input:focus{border-color:#2176ff;box-shadow:0 0 5px #2da5e1}header nav .search-container.active #search-input{width:200px;opacity:1}footer{background-color:#036;color:#fff;padding:1rem;font-size:.875rem;width:100%;margin-top:auto}footer .footer-container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;width:100%;margin:0 auto}footer .footer-container p{margin:.5rem 0;color:#fff}footer .footer-container p a{color:#7adef8;text-decoration:underline}footer .footer-container p a:hover,footer .footer-container p a:focus{color:rgb(170.45,234.0214285714,250.55)}footer .footer-container .developer-contact{text-align:right}footer .footer-container .developer-contact p{margin:0}footer .footer-container .developer-contact p a{color:#7adef8;text-decoration:underline}footer .footer-container .developer-contact p a:hover,footer .footer-container .developer-contact p a:focus{color:rgb(170.45,234.0214285714,250.55)}.highlight{background-color:#ff0;color:#000;font-weight:bold;padding:0 2px}.gallery{text-align:center;padding:10px;margin-top:5rem;margin-bottom:1rem}.gallery .gallery-title{font-size:2em;margin-bottom:15px;color:#036}.gallery .gallery-layout{display:flex;position:relative;align-items:flex-start;gap:20px;z-index:10}.gallery .gallery-layout .gallery-filters{position:fixed;top:15%;left:10px;width:60px;min-width:60px;max-width:60px;height:auto;padding:10px 5px;background-color:rgba(137,192,243,.8980392157);box-shadow:0 4px 6px rgba(0,0,0,.1);border-radius:8px;display:flex;flex-direction:column;align-items:center;gap:10px;z-index:1000;transition:all .4s ease}.gallery .gallery-layout .gallery-filters .sidebar-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin:0 auto;background:#036;color:#fff;border:none;border-radius:50%;cursor:pointer;transition:transform .4s ease}.gallery .gallery-layout .gallery-filters .sidebar-toggle:hover{transform:scale(1.1)}.gallery .gallery-layout .gallery-filters .sidebar-toggle .toggle-icon{width:20px;height:20px;display:inline-block}.gallery .gallery-layout .gallery-filters .sidebar-toggle .toggle-icon.hidden{display:none}.gallery .gallery-layout .gallery-filters.expanded{min-width:400px;max-width:400px;padding:20px;align-items:flex-start;z-index:1001}.gallery .gallery-layout .gallery-filters.expanded .filter-btn{display:flex;justify-content:flex-start;align-items:center;gap:10px;color:#fff;white-space:normal;overflow-wrap:break-word;text-align:left;font-size:.9rem;line-height:1.4;padding:10px 15px;width:100%;border-radius:25px}.gallery .gallery-layout .gallery-filters.expanded .filter-btn .gallery-icon{width:24px;height:24px}.gallery .gallery-layout .gallery-filters.expanded .filter-btn .gallery-label{display:inline-block}.gallery .gallery-layout .gallery-filters.expanded .filter-btn::after{display:none}.gallery .gallery-layout .gallery-filters.expanded .filter-btn.active{background-color:rgba(35,227,195,.9333333333);font-weight:bold}.gallery .gallery-layout .gallery-filters.expanded .sidebar-toggle{width:50px;height:50px}.gallery .gallery-layout .gallery-filters.expanded .sidebar-toggle .toggle-icon{width:25px;height:25px}.gallery .gallery-layout .gallery-filters.expanded .sidebar-toggle .maximize-icon{display:none}.gallery .gallery-layout .gallery-filters.expanded .sidebar-toggle .minimize-icon{display:inline-block}.gallery .gallery-layout .gallery-filters .filter-btn{display:flex;justify-content:center;align-items:center;padding:8px;border-radius:12px;background-color:#0073e6;border:1px solid #7d7777;cursor:pointer;transition:transform .3s ease,background-color .3s ease}.gallery .gallery-layout .gallery-filters .filter-btn::after{content:attr(data-tooltip);position:absolute;top:50%;left:115%;transform:translateY(-50%);background-color:rgba(0,0,0,.8);color:#fff;padding:6px 10px;border-radius:5px;font-size:.85rem;white-space:nowrap;pointer-events:none;font-weight:normal;opacity:0;z-index:99999;visibility:hidden;transition:opacity .2s ease-in-out,visibility .2s ease-in-out}.gallery .gallery-layout .gallery-filters .filter-btn:hover::after{opacity:1;visibility:visible}.gallery .gallery-layout .gallery-filters .filter-btn .gallery-icon{width:24px;height:24px}.gallery .gallery-layout .gallery-filters .filter-btn:hover{transform:scale(1.05);background-color:rgb(0,188.4422110553,250)}.gallery .gallery-layout .gallery-filters .filter-btn.active{background-color:rgba(35,227,195,.9333333333);font-weight:bold}.gallery .gallery-layout .gallery-filters .filter-btn .gallery-label{display:none}.gallery .gallery-layout .gallery-grid{position:relative;z-index:0;flex-grow:1;display:grid !important;grid-template-columns:repeat(3, 1fr);grid-auto-rows:300px;gap:15px;max-width:1200px;margin:auto}.gallery .gallery-layout .gallery-grid .gallery-item{box-shadow:0px 4px 12px rgba(0,0,0,.15);position:relative;overflow:hidden;border-radius:8px;display:flex}.gallery .gallery-layout .gallery-grid .gallery-item img{width:100%;height:100%;object-fit:cover;border-radius:8px;transition:transform .3s ease}.gallery .gallery-layout .gallery-grid .gallery-item img:hover{transform:scale(1.1)}.gallery .gallery-layout .gallery-grid .gallery-item.landscape{grid-column:span 1;grid-row:span 1}.gallery .gallery-layout .gallery-grid .gallery-item.portrait{grid-column:span 1;grid-row:span 2}.sidebar-toggle-small{position:fixed;bottom:10%;left:10px;width:50px;height:50px;background-color:#0073e6;border:none;border-radius:50%;box-shadow:0 4px 6px rgba(0,0,0,.2);display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:1000;transition:background-color .3s ease,transform .3s ease}.sidebar-toggle-small:hover{background-color:rgb(0,76.5,153);transform:scale(1.1)}.sidebar-toggle-small:active{transform:scale(0.95)}.sidebar-toggle-small .toggle-icon-small{width:30px;height:30px;display:block;filter:invert(100%) brightness(1.2);transition:transform .2s ease}.sidebar-toggle-small .toggle-icon-small:hover{transform:translateY(-2px)}.scroll-to-top-wrapper{position:relative;width:50px;height:50px;margin:auto;margin-bottom:2rem;display:flex;justify-content:center;align-items:center;z-index:0;background:none;opacity:0;visibility:hidden;transition:opacity .7s ease,visibility .7s ease}.scroll-to-top-wrapper.visible{opacity:1;visibility:visible}#scrollToTopBtn{position:relative;width:50px;height:50px;border:none;border-radius:50%;background-color:#fff;box-shadow:0 4px 6px rgba(0,0,0,.2);cursor:pointer;transition:transform .3s ease,background-color .3s ease}#scrollToTopBtn img{width:50px;height:50px}@media(min-width: 1024px){.sidebar-toggle-small{display:none}}@media(min-width: 1025px)and (max-width: 1440px){header.scrolled{width:60%}.gallery{margin-top:100px}.gallery .gallery-title{font-size:1.8rem;padding:0 20px}.gallery .gallery-layout{display:flex;gap:10px}.gallery .gallery-layout .gallery-filters{min-width:45px;max-width:45px;left:7px;top:15%;padding:8px;border-radius:6px}.gallery .gallery-layout .gallery-filters.expanded{min-width:350px;max-width:400px;padding:12px}.gallery .gallery-layout .gallery-filters.expanded .sidebar-toggle{width:40px;height:40px}.gallery .gallery-layout .gallery-filters.expanded .sidebar-toggle .toggle-icon{width:20px;height:20px}.gallery .gallery-layout .gallery-filters .sidebar-toggle{width:30px;height:30px}.gallery .gallery-layout .gallery-filters .sidebar-toggle .toggle-icon{width:16px;height:16px}.gallery .gallery-layout .gallery-filters .filter-btn{padding:6px 8px;font-size:.8rem;gap:4px}.gallery .gallery-layout .gallery-filters .filter-btn .gallery-icon{width:18px;height:18px}.gallery .gallery-layout .gallery-filters .filter-btn .gallery-label{font-size:.7rem}.gallery .gallery-layout .gallery-grid{grid-template-columns:repeat(3, 1fr);gap:8px;padding:50px}.gallery .gallery-layout .gallery-grid .gallery-item{overflow:hidden;border-radius:6px}.gallery .gallery-layout .gallery-grid .gallery-item img{border-radius:6px;object-fit:cover;transition:transform .3s ease}.gallery .gallery-layout .gallery-grid .gallery-item img:hover{transform:scale(1.05)}}@media(max-width: 1024px){.gallery-filters{visibility:hidden;opacity:0;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.gallery-filters.expanded{visibility:visible;opacity:1}}@media(max-width: 1024px){header{padding:.4rem 1rem;min-width:250px}header .logo img{max-width:120px;min-width:100px;margin-top:.5rem}header nav .nav-links{gap:1.5rem;justify-content:flex-end}header nav .nav-links li a{padding:.8rem 1.2rem;font-size:.9rem}.search-container{display:none !important}header.scrolled{height:70px;padding:12px 25px;width:80%}header.scrolled .logo img{height:50px}header.scrolled .nav-links{gap:1rem;flex-wrap:nowrap}header.scrolled .nav-links li a{font-size:.8rem;padding:5px 10px}.gallery{margin-top:80px}.gallery .gallery-title{font-size:2rem;padding:0 40px}.gallery .gallery-layout .gallery-filters{min-width:240px;max-width:300px;left:20px;top:10%}.gallery .gallery-layout .gallery-filters .sidebar-toggle{width:45px;height:45px}.gallery .gallery-layout .gallery-filters .sidebar-toggle .toggle-icon{width:18px;height:18px}.gallery .gallery-layout .gallery-filters .sidebar-toggle::after{font-size:.9rem;padding:8px 10px}.gallery .gallery-layout .gallery-filters.expanded{min-width:400px;max-width:450px;padding:20px;align-items:flex-start}.gallery .gallery-layout .gallery-filters.expanded .filter-btn{display:flex;justify-content:flex-start;align-items:center;gap:12px;padding:10px 20px;font-size:1.1rem;line-height:1.5;background-color:rgb(0,188.4422110553,250);border-radius:25px;width:100%}.gallery .gallery-layout .gallery-filters.expanded .filter-btn .gallery-icon{width:30px;height:30px}.gallery .gallery-layout .gallery-filters.expanded .filter-btn .gallery-label{font-size:.9rem;display:inline-block}.gallery .gallery-layout .gallery-filters.expanded .sidebar-toggle{width:40px;height:40px}.gallery .gallery-layout .gallery-filters.expanded .sidebar-toggle .toggle-icon{width:22px;height:22px}.gallery .gallery-layout .gallery-grid{grid-template-columns:repeat(2, 1fr);grid-auto-rows:auto;gap:20px;padding:20px}.gallery .gallery-layout .gallery-grid .gallery-item{display:flex;align-items:stretch;justify-content:center;overflow:hidden;height:auto;max-width:100%}.gallery .gallery-layout .gallery-grid .gallery-item img{border-radius:8px;object-fit:cover}#scrollToTopBtn{margin-top:4rem;margin-bottom:3.5rem;width:60px;height:60px}#scrollToTopBtn img{width:60px;height:60px}.sidebar-toggle-small{left:15px;bottom:5%;width:60px;height:60px}.sidebar-toggle-small .toggle-icon-small{width:35px;height:35px}}@media(max-width: 768px){header{padding:.3rem .8rem;min-width:300px}header .logo img{max-width:100px;min-width:80px;margin-top:.5rem}header nav .nav-links{gap:.5rem;justify-content:flex-end}header nav .nav-links li a{padding:.4rem .7rem;font-size:.75rem}.search-container{display:none !important}header.scrolled{height:70px;padding:10px 20px;width:85%}header.scrolled .logo img{height:45px}header.scrolled .nav-links{gap:.8rem;flex-wrap:nowrap}header.scrolled .nav-links li a{display:flex;font-size:.7rem;padding:4px 7px;width:48px;height:48px;align-items:center;justify-content:center;border-radius:50%}header.scrolled .nav-links li a .nav-icon{display:inline-block;width:24px;height:24px}header.scrolled .nav-text{display:none}.gallery{margin-top:70px}.gallery .gallery-title{font-size:1.8rem;padding:0 30px}.gallery .gallery-layout .gallery-filters{min-width:200px;max-width:250px;left:15px;top:12%}.gallery .gallery-layout .gallery-filters .sidebar-toggle{width:40px;height:40px}.gallery .gallery-layout .gallery-filters .sidebar-toggle .toggle-icon{width:16px;height:16px}.gallery .gallery-layout .gallery-filters .sidebar-toggle::after{font-size:.8rem;padding:6px 8px}.gallery .gallery-layout .gallery-filters.expanded{min-width:350px;max-width:400px;padding:15px;align-items:flex-start}.gallery .gallery-layout .gallery-filters.expanded .filter-btn{display:flex;justify-content:flex-start;align-items:center;gap:10px;padding:8px 15px;font-size:1rem;line-height:1.4;background-color:rgb(0,180.7537688442,239.8);border-radius:20px;width:100%}.gallery .gallery-layout .gallery-filters.expanded .filter-btn .gallery-icon{width:26px;height:26px}.gallery .gallery-layout .gallery-filters.expanded .filter-btn .gallery-label{font-size:.8rem;display:inline-block}.gallery .gallery-layout .gallery-filters.expanded .sidebar-toggle{width:36px;height:36px}.gallery .gallery-layout .gallery-filters.expanded .sidebar-toggle .toggle-icon{width:20px;height:20px}.gallery .gallery-layout .gallery-grid{grid-template-columns:repeat(2, 1fr);grid-auto-rows:auto;gap:16px;padding:16px}.gallery .gallery-layout .gallery-grid .gallery-item{display:flex;align-items:stretch;justify-content:center;overflow:hidden;height:auto;max-width:100%}.gallery .gallery-layout .gallery-grid .gallery-item img{border-radius:6px;object-fit:cover}#scrollToTopBtn{margin-top:3.5rem;margin-bottom:3rem;width:50px;height:50px}#scrollToTopBtn img{width:50px;height:50px}.sidebar-toggle-small{left:10px;bottom:5%;width:50px;height:50px}.sidebar-toggle-small .toggle-icon-small{width:30px;height:30px}}@media(max-width: 480px){header{padding:.2rem .5rem;min-width:250px}header .logo img{max-width:80px;min-width:60px;margin-top:.5rem}header nav .nav-links{gap:.3rem;justify-content:center}header nav .nav-links li a{padding:.3rem .5rem;font-size:.5rem}.search-container{display:none !important}header.scrolled{height:60px;padding:8px 15px;width:90%;top:.3rem}header.scrolled .logo img{height:35px}header.scrolled .nav-links{gap:.4rem;flex-wrap:nowrap}header.scrolled .nav-links li a{display:flex;font-size:.6rem;padding:3px 5px;justify-content:center;align-items:center;width:36px;height:36px}header.scrolled .nav-links li a .nav-icon{display:inline-block;width:20px;height:20px}header.scrolled .nav-links li a .nav-text{display:none}.gallery{margin-top:65px}.gallery .gallery-title{font-size:1.7rem;padding:0 25px}.gallery .gallery-layout .gallery-filters{min-width:170px;max-width:210px;left:10px;top:15%}.gallery .gallery-layout .gallery-filters .sidebar-toggle{width:36px;height:36px}.gallery .gallery-layout .gallery-filters .sidebar-toggle .toggle-icon{width:14px;height:14px}.gallery .gallery-layout .gallery-filters .sidebar-toggle::after{font-size:.7rem;padding:5px 7px}.gallery .gallery-layout .gallery-filters.expanded{min-width:290px;max-width:350px;padding:14px;align-items:flex-start}.gallery .gallery-layout .gallery-filters.expanded .filter-btn{display:flex;justify-content:flex-start;align-items:center;gap:7px;padding:6px 14px;font-size:.9rem;line-height:1.35;background-color:rgb(0,176.9095477387,234.7);border-radius:18px;width:100%}.gallery .gallery-layout .gallery-filters.expanded .filter-btn .gallery-icon{width:24px;height:24px}.gallery .gallery-layout .gallery-filters.expanded .filter-btn .gallery-label{font-size:.7rem;display:inline-block}.gallery .gallery-layout .gallery-filters.expanded .sidebar-toggle{width:34px;height:34px}.gallery .gallery-layout .gallery-filters.expanded .sidebar-toggle .toggle-icon{width:18px;height:18px}.gallery .gallery-layout .gallery-grid{grid-template-columns:1fr;grid-auto-rows:minmax(200px, auto)}.gallery .gallery-layout .gallery-grid .gallery-item{display:flex;align-items:center;justify-content:center;overflow:hidden;flex-grow:1;min-height:220px}.gallery .gallery-layout .gallery-grid .gallery-item img{width:100%;height:100%;object-fit:cover;border-radius:3px}#scrollToTopBtn{margin-top:3rem;margin-bottom:2.5rem;width:45px;height:45px}#scrollToTopBtn img{width:45px;height:45px}.sidebar-toggle-small{left:8px;bottom:5%;width:45px;height:45px}.sidebar-toggle-small .toggle-icon-small{width:28px;height:28px}}@media(max-width: 375px){header{padding:.2rem .4rem;min-width:220px}header .logo img{max-width:70px;min-width:50px;margin-top:.3rem}header nav .nav-links{gap:.2rem}header nav .nav-links li a{padding:.25rem .4rem;font-size:.45rem}header.scrolled{height:55px;padding:6px 12px;width:92%;top:.3rem}header.scrolled .logo img{height:30px}header.scrolled .nav-links{gap:.3rem}header.scrolled .nav-links li a{font-size:.5rem;padding:3px 4px;width:30px;height:30px}header.scrolled .nav-links li a .nav-icon{width:18px;height:18px}.gallery{margin-top:60px}.gallery .gallery-title{font-size:1.65rem;padding:0 22px}.gallery .gallery-layout .gallery-filters{min-width:160px;max-width:200px;left:8px;top:16%}.gallery .gallery-layout .gallery-filters .sidebar-toggle{width:34px;height:34px}.gallery .gallery-layout .gallery-filters .sidebar-toggle .toggle-icon{width:13px;height:13px}.gallery .gallery-layout .gallery-filters .sidebar-toggle::after{font-size:.65rem;padding:4px 6px}.gallery .gallery-layout .gallery-filters.expanded{min-width:270px;max-width:320px;padding:12px;align-items:flex-start}.gallery .gallery-layout .gallery-filters.expanded .filter-btn{display:flex;justify-content:flex-start;align-items:center;gap:6px;padding:5px 12px;font-size:.85rem;line-height:1.3;background-color:rgb(0,173.0653266332,229.6);border-radius:16px;width:100%}.gallery .gallery-layout .gallery-filters.expanded .filter-btn .gallery-icon{width:22px;height:22px}.gallery .gallery-layout .gallery-filters.expanded .filter-btn .gallery-label{font-size:.65rem;display:inline-block}.gallery .gallery-layout .gallery-filters.expanded .sidebar-toggle{width:32px;height:32px}.gallery .gallery-layout .gallery-filters.expanded .sidebar-toggle .toggle-icon{width:16px;height:16px}.gallery .gallery-layout .gallery-grid{grid-template-columns:1fr;grid-auto-rows:minmax(180px, auto)}.gallery .gallery-layout .gallery-grid .gallery-item{display:flex;align-items:center;justify-content:center;overflow:hidden;flex-grow:1;min-height:200px}.gallery .gallery-layout .gallery-grid .gallery-item img{width:100%;height:100%;object-fit:cover;border-radius:3px}#scrollToTopBtn{margin-top:2.5rem;margin-bottom:2rem;width:42px;height:42px}#scrollToTopBtn img{width:42px;height:42px}.sidebar-toggle-small{left:6px;bottom:5%;width:42px;height:42px}.sidebar-toggle-small .toggle-icon-small{width:26px;height:26px}}@media(max-width: 320px){header{padding:.15rem .3rem;min-width:200px}header .logo img{max-width:60px;min-width:45px;margin-top:.3rem}header nav .nav-links{gap:.15rem}header nav .nav-links li a{padding:.2rem .35rem;font-size:.4rem}header.scrolled{height:50px;padding:5px 10px;width:94%;top:.2rem}header.scrolled .logo img{height:28px}header.scrolled .nav-links{gap:.2rem}header.scrolled .nav-links li a{font-size:.45rem;padding:2px 3px;width:28px;height:28px}header.scrolled .nav-links li a .nav-icon{width:16px;height:16px}.gallery{margin-top:50px}.gallery .gallery-title{font-size:1.5rem;padding:0 20px}.gallery .gallery-layout .gallery-filters{min-width:140px;max-width:180px;left:2px;top:15%}.gallery .gallery-layout .gallery-filters .sidebar-toggle{width:32px;height:32px}.gallery .gallery-layout .gallery-filters .sidebar-toggle .toggle-icon{width:12px;height:12px}.gallery .gallery-layout .gallery-filters .sidebar-toggle::after{font-size:.6rem;padding:3px 5px}.gallery .gallery-layout .gallery-filters.expanded{min-width:250px;max-width:300px;padding:10px;align-items:flex-start}.gallery .gallery-layout .gallery-filters.expanded .filter-btn{display:flex;justify-content:flex-start;align-items:center;gap:5px;padding:4px 10px;font-size:.8rem;line-height:1.2;background-color:rgb(0,169.2211055276,224.5);border-radius:15px;width:100%}.gallery .gallery-layout .gallery-filters.expanded .filter-btn .gallery-icon{width:20px;height:20px}.gallery .gallery-layout .gallery-filters.expanded .filter-btn .gallery-label{font-size:.6rem;display:inline-block}.gallery .gallery-layout .gallery-filters.expanded .sidebar-toggle{width:30px;height:30px}.gallery .gallery-layout .gallery-filters.expanded .sidebar-toggle .toggle-icon{width:15px;height:15px}.gallery .gallery-layout .gallery-grid{grid-template-columns:1fr;grid-auto-rows:minmax(160px, auto)}.gallery .gallery-layout .gallery-grid .gallery-item{display:flex;align-items:center;justify-content:center;overflow:hidden;flex-grow:1;min-height:180px}.gallery .gallery-layout .gallery-grid .gallery-item img{width:100%;height:100%;object-fit:cover;border-radius:3px}#scrollToTopBtn{margin-top:2rem;margin-bottom:1.5rem;width:40px;height:40px}#scrollToTopBtn img{width:40px;height:40px}.sidebar-toggle-small{left:5px;bottom:5%;width:40px;height:40px}.sidebar-toggle-small .toggle-icon-small{width:24px;height:24px}}/*# sourceMappingURL=references.min.css.map */
