/* _content/scpm.clientBlazor/Components/Profile/Header.razor.rz.scp.css */


.header[b-taeaxe5u0b] {
    position: relative;
    height: 300px;
    max-width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('hero-bike.png'); /* Replace with your background image */
    background-size: cover;
    background-position: center;
}

.header-text[b-taeaxe5u0b] {
    position: relative;
    z-index: 2;
    font-weight: 400;
    font-size: 3rem;
    font-family: "Oswald", Helvetica;
    gap: 5px;
    padding: 32px 15px;
    width: 100%;
}

.overlay-image[b-taeaxe5u0b] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('hero-bg.png'); /* Replace with your overlay image */
    background-size: cover;
    background-position: center;
    z-index: 3;
}
.headerimageLogo[b-taeaxe5u0b] {
    position: absolute;
    display: flex;
    justify-content: center;
    top: 0;
}
