:root{--C000: #fff;--C200: #000;--C300: #232323}@media(prefers-color-scheme:dark){:root{--C000: #000}}header .header{height:50px;position:fixed;width:100%;background-color:var(--C200)}header .header .header-logo{width:35px;position:absolute;left:10px;top:8px}header .header nav{height:100%;background-color:var(--C200)}header .header nav #burger-btn{position:absolute;right:20px;font-size:20pt;cursor:pointer;top:5px}header .header nav #burger-btn:hover{opacity:.7}footer .footer{padding:10px;bottom:0;height:150px;background-color:var(--C200);position:relative}footer .footer .socials{display:flex}footer .footer .socials.instagram img{width:25px;margin-right:10px}footer .footer .socials.mail img{width:25px;margin-right:10px}footer .footer .powered-by{line-height:13px;position:absolute;bottom:10px;right:10px;opacity:.7;color:gray}footer .footer .powered-by:hover{opacity:.5}footer .footer .powered-by .hint{font-size:.7rem}.sidebar-component nav.sidebar{position:fixed;background:var(--C300);z-index:1000;height:100%;top:0;width:100%;opacity:10.97;transform:translate(-100%);transition:transform .3s ease-in-out}.sidebar-component nav.sidebar .site-logo{height:300px}.sidebar-component nav.sidebar .site-logo img{max-width:100%;object-fit:contain;height:100%;width:100%}.sidebar-component nav.sidebar.open{transform:translate(0)}.sidebar-component nav.sidebar.open~main:before{content:"";position:fixed;inset:0;background:#00000080;z-index:998}.sidebar-component .sidebar-menu-item-list-container{margin-top:20px}.sidebar-component #close-btn{position:absolute;right:20px;font-size:20pt;cursor:pointer;top:5px}.sidebar-component #close-btn:hover{opacity:.7}main{margin-top:50px;min-height:calc(100vh - 200px)}main section{width:100%;max-width:1200px}main article{width:100%;max-width:1200px}a:hover{opacity:.7}.gallery-scroll .img-wrapper{width:100%}.gallery-scroll .img-wrapper img{object-fit:cover;width:400px;height:250px}article img.blog-img{width:400px;min-height:150px;max-height:250px}
