nav{top:0;height:70px;width:100%;display:flex;z-index:100;justify-content:flex-end;backdrop-filter:blur(2px);position:fixed}nav a{text-decoration:none;margin:0 .5rem;align-self:center;color:var(--white)}nav a:last-child{margin-right:25px}nav a:hover{color:var(--secondary)}.projects-wrapper{margin:20rem 0 15rem}.projects-wrapper h1{display:flex;align-items:center;justify-content:flex-end;font-size:3rem;margin:1rem 5rem 7.5rem}.projects-wrapper h1:before{margin-right:2rem;content:"";display:block;width:380px;height:2px;background-color:var(--white)}.project{margin:2rem 4rem 7.5rem;display:flex;justify-content:center}.project-image{max-width:622px;max-height:350px;width:auto;height:auto;border-radius:6px}.project-text-container{width:clamp(150px,75%,500px);margin:0 0 0 2rem}.project-title{font-size:1.75rem;text-align:right;position:relative;right:75px}.project-description-container{border:1px solid var(--darkgreen);padding:.3rem 1rem;border-radius:3px;background-color:var(--primary);position:relative;right:75px;text-align:right}.project-text-container ul{display:flex;margin:.5rem 0;padding:0;position:relative;right:75px;flex-direction:row-reverse}.project-text-container ul li{list-style-type:none;margin-right:1rem;color:var(--primary)}.project-text-container ul li:first-child{margin-right:0}.project-links{display:flex;flex-direction:row-reverse;gap:5px;position:relative;right:75px}.project-links svg{width:35px;stroke:var(--secondary)}.project-links svg:hover{stroke:var(--white)}.project-right{flex-direction:row-reverse}.project-right .project-title,.project-right .project-description-container,.project-right .project-text-container ul,.project-right .project-links{text-align:left;flex-direction:row;right:-75px}.project-right .project-text-container ul li:first-child{margin-right:1rem}@media(max-width:800px){.projects-wrapper{margin-top:5rem}.projects-wrapper h1:before{display:none}.project{flex-direction:column;align-items:center;margin:2rem 1rem 3.5rem}.project-image{max-width:300px;max-height:180px}.project-title,.project-description-container,.project-text-container ul,.project-links{position:static}.project-text-container ul{flex-wrap:wrap}}@media(max-width:450px){.projects-wrapper{margin-top:0;margin-bottom:0}.project-title,.project-description-container,.project-text-container ul,.project-links{text-align:center;margin-left:0;margin-right:0;flex-direction:row;justify-content:center;gap:.5rem}.project-description-container p{text-align:center}}.contacts-wrapper{margin:5rem 0 25rem}.contacts-wrapper h1{display:flex;align-items:center;font-size:3rem;margin:1rem 0 0 5rem}.contacts-wrapper h1:after{margin-left:2rem;content:"";display:block;width:380px;height:2px;background-color:var(--white)}.contacts-wrapper h2{font-size:1.5rem;margin:0 0 5rem 5rem}.contacts-text-container{margin:5rem 0 0 5rem}.contacts-text-container svg{width:40px;stroke:var(--primary)}.social-container{display:flex;align-items:center;gap:12px}@media(max-width:800px){.contacts-wrapper h1:after{display:none}.contacts-wrapper h1,.contacts-wrapper h2,.contacts-text-container{margin-left:1.25rem}.contacts-wrapper h1{font-size:2.25rem}.contacts-wrapper h2{font-size:1.25rem}}@media(max-width:450px){.contacts-wrapper{margin-bottom:5rem}}@font-face{font-family:New Order;src:url(/fonts/NewOrderLight.otf);font-weight:200}@font-face{font-family:New Order;src:url(/fonts/NewOrderRegular.otf);font-weight:300}@font-face{font-family:New Order;src:url(/fonts/NewOrderMedium.otf);font-weight:500}@font-face{font-family:New Order;src:url(/fonts/NewOrderSemiBold.otf);font-weight:600}@font-face{font-family:New Order;src:url(/fonts/NewOrderBold.otf);font-weight:800}html{scroll-behavior:smooth}body{box-sizing:border-box;background-color:var(--black);color:var(--white);margin:0;line-height:1.3;padding:0;font-family:New Order;overflow-x:hidden}main{width:90%;margin:0 auto}:root{--black: #0f0e0c;--darkgreen: #0c2302;--white: #f0f0f0;--primary: #748a50;--secondary: #5a7003;--tertiary: #1c3e02;--gray: #303841}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{box-shadow:inset 0 0 5px gray;border-radius:4px}::-webkit-scrollbar-thumb{background:#8f9295;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#8f9295}::-webkit-scrollbar-track-piece{background:#30353b}.socials{position:fixed;bottom:0}.socials:after{content:"";display:block;width:1px;height:90px;margin:25px auto 0;background-color:var(--secondary)}.socials svg{width:30px;stroke:var(--secondary)}.socials svg:hover{stroke:var(--white)}.left{left:20px;display:flex;flex-direction:column}.right{right:20px}.right a{writing-mode:vertical-rl;color:var(--secondary);text-decoration:none}.right a:hover{color:var(--white)}footer{text-align:center;margin-bottom:10px}footer a{text-decoration:none;color:var(--primary)}@media(max-width:800px){.socials{display:none}}
