﻿.pagebar {
    background-image: url('/Images/xbg_1.jpg.pagespeed.ic.t-Ii8DP7do.jpg');
    height: 20rem;
    background-size: cover;
   background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}

    .pagebar::after {
        position: absolute;
        content: "";
        background: #000b1c;
        opacity: .7;
        z-index: 1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .pagebar .container {
        z-index: 2;
        position: relative;
        top: 50%;
        color: #fff !important;
        transform: translateY(-50%);
    }

        .pagebar .container h1 {
            font-size: 2rem !important;
            font-weight: 800 !important;
        }

        .pagebar .container p {
            font-weight: 500 !important;
        }

@media (max-width: 767px) {
    .pagebar {
        height: 12rem;
        background: unset !important;
    }

        .pagebar::after {
            background: var(--nsop-theme-palette-backcolor,rgba(250,250,250));
            opacity: 1;
        }

        .pagebar .container {
            color: var(--nsop-theme-text-color,navy) !important;
        }

            .pagebar .container h1 {
                font-size: 1.8rem !important;
                margin: initial 1rem !important;
                text-align: center !important;
                padding: 0 2rem;
            }

            .pagebar .container p {
                text-align: center !important;
                padding: 0 2rem;
                font-size: 1rem;
                margin: 0 0 .5rem;
            }
}
