.bg-header-img-mask{height:70vh;top:0;width:100%;z-index:5;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.flex-center{height:100%;display:flex;justify-content:center;align-items:center}.bg-header-img-mask .image-text-hero{background-color:rgba(246,11,38,0.49019607843137253);padding:1rem;flex-direction:column;justify-content:center}.bg-header-img-mask h1{color:white;line-height:1;font-weight:600}@media only screen and (min-width:768px){.bg-header-img-mask .row-fluid,.bg-header-img-mask .span6{height:100%;display:flex !important}}.image-text-hero p{text-align:center}@media only screen and (max-width:767px){.bg-header-img-mask h1{font-size:24px}}.arrow-down{color:white;font-size:40px;font-weight:600;animation:upDown 1.5s infinite;position:relative;display:block;padding:0 24px}.arrow-down:hover,.arrow-down:focus{color:white}@keyframes upDown{0%,100%{transform:translateY(0)}50%{transform:translateY(5px)}}