.hero{position:relative;height:800px;display:flex;align-items:center;padding-top:120px}.hero::before{content:"";width:100%;height:100%;top:0;position:absolute;background-color:#000;opacity:.2}.hero .content{display:flex;flex-flow:column nowrap;position:relative}.hero .text{text-align:center}.hero .headline,.hero .subhead{font-weight:400;line-height:1.25;max-width:24em;margin:0 auto 20px;color:#fff;text-shadow:0px 2px 10px rgba(0,0,0,0.4)}.hero .headline{font-size:60px;margin-bottom:.25em}.hero .subhead{font-size:30px;margin-bottom:1em}.hero .link{box-shadow:0px 2px 10px rgba(0,0,0,0.4)}@media(max-width:991px){.hero{padding-top:0px}}@media(max-width:768px){.hero{height:600px}}@media(max-width:425px){.hero{height:400px}.hero .headline{font-size:30px}.hero .subhead{font-size:20px}}