@charset "UTF-8";
/* CSS Document */

.blockpageheader  {
    height: 80vh;
    background-size: cover;
    background-position: center;
}



.blockpageheader:before  {
    content: '';
    position: absolute;
    top: 0px;
    left :0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 23, 54, 0.58);
}

.blockpageheader h1, h2 {
    color: #ffffff;
    font-family: 'PFPremier';
}

.blockpageheader h1 {
    position: relative;
    font-weight: 600;
    font-size: 24vmin;
    margin: 0px;
    letter-spacing: 3vw;
}

.blockpageheader h2 {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.15vw;
}

.blockpageheader-video-overlay {
    background-color: rgba(0, 23, 54, 0.48);
}
