.hero{height:100vh;min-height:600px;display:flex;align-items:center;justify-content:center;text-align:center;padding:70px 1rem 0;margin-top:0;background-image:linear-gradient(rgba(39,35,34,.75),rgba(39,35,34,.9)),url('https://images.pexels.com/photos/7947733/pexels-photo-7947733.jpeg');background-blend-mode:soft-light;filter:sepia(30%) brightness(.9) contrast(1.1);position:relative;background-size:cover;background-position:center}.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:var(--noir);opacity:.25;mix-blend-mode:color;pointer-events:none}.hero .container{position:relative;z-index:1}.hero-logo{margin-bottom:1.5rem}.hero-logo img{height:180px;width:auto;margin:0 auto;filter:brightness(0) invert(1);opacity:.9}.hero h2{font-size:1.5rem;max-width:20ch;margin:0 auto 1rem;animation:1s forwards fadeIn;line-height:1.3}.hero p{max-width:30ch;margin:0 auto 1.5rem;font-family:var(--accent-font);font-size:1.1rem;animation:1s .3s forwards fadeIn;opacity:0}.hero .btn{animation:1s .6s forwards fadeIn;opacity:0}@media screen and (min-width:576px){.hero-logo img{height:220px}.hero h2{font-size:1.75rem}}@media screen and (min-width:768px){.hero{min-height:650px;padding-top:80px}.hero h2{font-size:2.5rem;margin-bottom:1.5rem}.hero p{font-size:1.25rem;margin-bottom:2rem}.hero-logo{margin-bottom:2rem}.hero-logo img{height:280px}}@media screen and (min-width:992px){.hero h2{font-size:3rem}.hero-logo img{height:320px}}