@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400&family=Montserrat:wght@200;400;600;800&display=swap";html,body{font-family:Montserrat,sans-serif;height:100%;margin:0;overflow-x:hidden;padding:0;width:100%}html{scroll-behavior:smooth}div#main{display:flex;flex-direction:column;width:100vw}section{position:relative;width:100vw}section.min-height{min-height:100vh}section.padding{padding:5rem 0}section img.background{height:100%;left:50%;object-fit:cover;pointer-events:none;position:absolute;top:0;transform:translate(-50%);width:100vmax;z-index:-1}h1{font-family:Cormorant Garamond,serif;font-size:7rem;font-weight:400;line-height:.8;margin:0}h2{font-size:2rem;font-weight:400;margin:0;padding-top:1rem}h3{font-weight:400;font-size:1.25rem;margin:0}p{font-size:18px;line-height:1.5;margin-bottom:0;font-weight:300}p.large{font-size:24px}p.small{font-size:15px}hr{margin:2.5rem}li{line-height:1.7}li::marker{color:#4e567e}a{color:#000;text-decoration:none}a:hover{color:#4e567e}.container{display:grid;grid-gap:20px;grid-template-columns:330px 300px;margin:20px auto}.container .box{border-radius:10px;border:1px solid rgb(204,204,204);display:flex;flex-direction:column;justify-content:flex-start;padding:24px 16px;text-align:center}.project_image{width:100%}img.socialIcon{height:30px;width:30px}@keyframes slideIn{0%{transform:translateY(100%)}to{transform:translateY(0)}}
