.section{padding:80px 0}.section-hero{position:relative;height:100vh;background-image:url(/images/uh-manoa-students-hanging-at-stairs.png);background-size:cover;background-position:50%;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;overflow:hidden}.section-hero:before{content:"";position:absolute;inset:0;background:rgba(0,80,60,.65);z-index:0}.section-hero>*{position:relative;z-index:1;animation:fadeIn 1.4s ease-out}.section-info{background-color:#f0f4f8;animation:fadeUp 1s ease-out}.btn-uh{background-color:#006747;color:#fff;border:none}.btn-uh:hover{background-color:#004d36;color:#fff}.btn-uh-outline{background-color:transparent;border:2px solid #006747;color:#006747}.btn-uh-outline:hover{background-color:#006747;color:#fff}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}