.navbar-container{background-color:var(--primary-color);padding:0 1.6rem;padding-top:3rem!important;padding-bottom:3rem!important;position:fixed;top:0;left:0;right:0;z-index:1000;height:8.35rem;box-sizing:border-box}.navbar-top{display:flex;justify-content:space-between}.navbar-dropdown{position:absolute;left:0;right:0;flex-grow:1;z-index:999;background-color:var(--primary-color);height:0;overflow:hidden;interpolate-size:allow-keywords;transition:height 1s ease}.navbar-dropdown-toggle-container{all:unset;display:flex;justify-content:end;cursor:pointer}.navbar-expanded{height:auto}.navbar-dropdown-toggle{height:2rem;width:2rem}.navbar-list{list-style-type:none;text-align:right;display:flex;flex-direction:column;gap:.7rem}.navbar-list a{text-decoration:none;color:var(--text-color)}.navbar-links-desktop{display:flex;gap:2rem;align-items:center}.link-underlined{font-weight:700}@media only screen and (min-width: 1050px){.navbar-container{padding:0 4rem}}.theme-switch-container{display:flex;align-items:center;justify-content:center;gap:.2rem;cursor:pointer;padding:.3rem 1rem;overflow:hidden;border-radius:1.25rem;border:1px solid var(--secondary-color);width:3.5rem}.theme-switch-icon{width:1.5rem;height:1.5rem;transition:transform .5s ease}.theme-switch-text{transition:transform .5s ease,color .5s ease}.dark .theme-switch-icon{transform:translate(-5px)}.dark .theme-switch-text{transform:translate(0);color:#000}.light .theme-switch-icon{transform:translate(35px)}.light .theme-switch-text{transform:translate(-30px)}@media only screen and (min-width: 1700px){.theme-switch-container{width:5rem}.light .theme-switch-icon{transform:translate(40px)}}.footer-container{display:flex;flex-direction:column;gap:2.5rem;margin-top:15rem;padding:0 1.6rem;padding-bottom:2rem!important}.navigation-list{list-style-type:none;text-align:left;display:flex;flex-direction:column;gap:.7rem;padding-inline-start:0}.socials-container{display:flex;gap:1.5rem;justify-content:flex-end}.footer-credit-container{display:flex;flex-direction:column;justify-content:center;text-align:center;margin-top:1rem}.footer-contacts-and-socials{display:flex;flex-direction:column;gap:4rem}.socials-icon{height:3rem;width:3rem}@media only screen and (min-width: 550px){.footer-container{padding:0 4rem}.footer-contacts-and-socials{display:flex;flex-direction:row;justify-content:space-between}.socials-icon{height:4.5rem;width:4.5rem}.socials-container{align-self:flex-end}.footer-credit-container{margin-top:4rem}}:root{--primary-color: #FDFFF9;--secondary-color: #23261C;--contrast-color: #97FF7D;--button-text-color: #23261C;--text-color: #23261C;--header-color: #23261C;---color: #FBFFE0;--icon-color: brightness(0) saturate(100%) invert(7%) sepia(95%) saturate(430%) hue-rotate(96deg) brightness(96%) contrast(100%);--socials-icon-color: brightness(0) saturate(100%) invert(7%) sepia(95%) saturate(430%) hue-rotate(96deg) brightness(96%) contrast(100%);--card-background: #FDFFF9;--card-text-color: #23261C}[data-theme=dark]{--primary-color: #23261C;--secondary-color: #FDFFF9;--text-color: #FDFFF9;--header-color: #FDFFF9;--icon-color: brightness(0) saturate(100%) invert(88%) sepia(10%) saturate(426%) hue-rotate(35deg) brightness(109%) contrast(105%);--socials-icon-color: brightness(0) saturate(100%) invert(83%) sepia(65%) saturate(342%) hue-rotate(17deg) brightness(111%) contrast(105%)}@font-face{font-family:Satoshi;src:url(/assets/Satoshi-Variable-ChAXbpFa.ttf) format("truetype")}body{margin:0;background-color:var(--primary-color);color:var(--text-color);font-family:Satoshi;padding-top:8.35rem}.icon{filter:var(--icon-color)}.socials-icon{filter:var(--socials-icon-color)}.gutter{padding:0 1.6rem}.top-margin{margin-top:3rem}a:-webkit-any-link{text-decoration:none;color:var(--text-color)}.no-link{text-decoration:none;color:var(--text-color)}.container{background-color:var(--primary-color);color:var(--text-color);padding:2rem;border-radius:8px;box-shadow:0 4px 8px #0000001a}.text-section{display:flex;flex-direction:column;gap:1.25rem}@media only screen and (min-width: 1050px){.gutter{padding:0 calc(2rem + 10vw)}.top-margin{margin-top:6rem}}@font-face{font-family:Satoshi;src:url(/assets/Satoshi-Variable-ChAXbpFa.ttf) format("truetype")}.heading{all:unset;font-family:Satoshi;font-size:1.75rem;font-weight:800;display:block}.heading-large{all:unset;font-family:Satoshi;font-size:3rem;font-weight:500;display:block}.heading-normal-color{color:var(--header-color)!important}.text-large{all:unset;font-family:Satoshi;font-size:1.5rem;font-weight:600;display:block}.text-medium{all:unset;font-family:Satoshi;font-size:1.25rem;font-weight:500;display:block}p,.text-normal{all:unset;font-family:Satoshi;font-size:1rem;font-weight:400;display:block}.text-small{font-family:Satoshi;font-size:.875rem;font-weight:lighter}.card-text{color:var(--card-text-color)!important}@media only screen and (min-width: 1700px){.heading{font-size:3rem}.text-large{font-size:2.5rem}.text-medium{font-size:2.25rem}p,.text-normal{font-size:1.5rem}.text-small{font-size:1.375rem}}.project-info{display:flex;align-items:center;gap:1rem}.project-section{display:flex;flex-direction:column;gap:2.625rem}.project-card-container{display:grid;grid-template-columns:1fr;column-gap:2rem;justify-content:center}.shortened-paragraph{max-width:90%}@media only screen and (min-width: 800px){.project-section{gap:4rem}.project-card-container{grid-template-columns:repeat(2,minmax(0,1fr))}.shortened-paragraph{max-width:50%}}@media only screen and (min-width: 1400px){.project-section{gap:6rem}.project-card-container{grid-template-columns:repeat(3,minmax(0,1fr))}}
