@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@300;400;500;600&display=swap');

*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:'Unbounded',sans-serif;color:#171717;background:#fff}.header{height:170px;background:#ffc183;display:flex;align-items:center;justify-content:space-between;padding:0 5%;gap:40px}.brand{color:#171717;text-decoration:none;font-size:23px;font-weight:400;line-height:1.25;max-width:360px;text-transform:uppercase}.nav{display:flex;align-items:center;gap:42px}.nav a{color:#111;text-decoration:none;text-transform:uppercase;font-size:20px;font-weight:400;white-space:nowrap}.nav a:hover,.nav a.active{opacity:.55}.hero{height:calc(100vh - 170px);min-height:600px;background-image:url('images/hero.jpg');background-size:cover;background-position:center;position:relative;display:flex;justify-content:center;align-items:flex-start}.hero h1{margin:78px 20px 0;text-align:center;color:#a85a09;font-size:48px;line-height:1.18;font-weight:500;text-transform:uppercase;letter-spacing:-1px}.page{max-width:1200px;margin:0 auto;padding:70px 5%}.page h1{font-size:42px;font-weight:500;margin:0 0 35px;text-transform:uppercase}.empty{font-size:17px;line-height:1.7;font-weight:300}.menu-button{display:none;background:none;border:0;font:inherit;font-size:28px;cursor:pointer}.footer{padding:35px 5%;font-size:12px;font-weight:300;border-top:1px solid #eee}
@media(max-width:1050px){.header{height:auto;min-height:130px;padding:28px 5%}.brand{font-size:17px}.nav{gap:20px}.nav a{font-size:14px}.hero{height:calc(100vh - 130px)}.hero h1{font-size:40px}}
@media(max-width:760px){.header{min-height:110px;position:relative;align-items:center}.brand{font-size:13px;max-width:235px}.menu-button{display:block}.nav{display:none;position:absolute;top:100%;left:0;right:0;z-index:20;background:#ffc183;flex-direction:column;align-items:flex-start;padding:10px 5% 28px;gap:20px}.nav.open{display:flex}.nav a{font-size:16px}.hero{height:calc(100vh - 110px);min-height:520px;background-position:center}.hero h1{font-size:29px;margin-top:55px}.page{padding-top:45px}.page h1{font-size:29px}}
