
    .page-header {
    background-size: cover;
    background-position: center;
    position: relative;
    /* padding: 120px 0; */
}

.page-header-overlay {
    background: rgba(0,0,0,0.55);
    padding: 60px 0;
}

.page-title {
    color: #fff;
    font-size: 42px;
    font-weight: 800;
}

.page-subtitle {
    color: #ddd;
    font-size: 18px;
    margin-bottom: 10px;
}

.breadcrumb {
    color: #ccc;
}

.breadcrumb a {
    color: #fff;
    text-decoration: none;
}
