@charset "UTF-8";

.pg-topbar-outside {
    position: relative;
    min-width: 400px;
    color: #f0f0f0;
}

.pg-topbar-text {
    position: relative;
    z-index: 3;
    display: flex;
    height: 450px;
}

.pg-topbar-text div.left {
    font-size: 2rem;
    line-height: 2.2rem;
    width: 35%;
    height: 450px;
    transform: translate(0, 40%);
    padding-right: 2rem;
}

.pg-topbar-text div.left div.sub {
    font-size: 1.3rem;
}

.pg-topbar-text h1 {
    font-size: 2rem;
    line-height: 2.2rem;
    width: 65%;
    height: 450px;
    transform: translate(0, 40%);
}

h1 div.sub {
    font-size: 1.3rem;
    line-height: 1.7rem;
    padding-top: .5rem;
    font-weight: normal;
}

.pg-topbar {
    z-index: 0;
    position: absolute;
    top: 0em;
    width: 100%;
    min-width: 400px;
}

.pg-topbar-image {
    position: relative;
    z-index: 0;
    -webkit-transform: none;
    transform: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../images/cybergray_1450x480.jpg');
    height: 450px;
}

.pg-topbar-image::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), to(transparent));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), transparent);
    z-index: -1;
    top: 0;
    left: 0;
}

.pg-topbar-color {
    color: white;
    position: absolute;
    top: 0;
    z-index: 2;
    height: 450px;
    width: 35%;
    /*
    background-color: red;
    background-color: #2270c0;
    background-color: #8747d5;
    */
    background-color: #505050;
}

.pg-topbar-image div {
    display: none;
}

.pg-topbar-color div {
    display: none;
}

@media screen and (max-width:991px) {
    .pg-topbar {
        position: relative;
    }

    .pg-topbar-color {
        position: relative;
        width: 100%;
        height: 4em;
        color: #eded00;
    }

    .pg-topbar-text {
        display: none;
    }

    .pg-topbar-image {
        height: 350px;
    }

    .pg-topbar-image div {
        display: block;
        font-size: 2rem;
        line-height: 2.2rem;
        color: white;
        _height: 400px;
        position: relative;
        z-index: 4;
        top: 3.5em;
        padding-left: 1em;
        padding-right: 1em;
    }

    .pg-topbar-image div div.sub {
        font-size: 1.3rem;
        line-height: 1.7rem;
        color: white;
        top: 0;
        padding-top: .5rem;
        padding-left: 0;
    }

    .pg-topbar-color div {
        display: block;
        font-size: 1.8rem;
        line-height: 2rem;
        color: white;
        position: relative;
        _z-index: 10;
        top: 1.25rem;
        padding-left: 1em;
        padding-right: 1em;
    }
}