.logo_life_tv{
    height: 20vh;
    object-fit: contain;
    margin-left: 30px;
    z-index: 1;
}

.navbar_forum{
    height: 15vh;
    width: 100%;
    background-color: #005ab2;
    color: white;
    display: flex;
    text-align: center;
    align-items: center;
    font-size: 40px;
    display: flex;
    /* margin-left: 85px; */
    margin-top: 0px;
    background-image: url("/web_forum/static/img/lifetv.jpeg");
    background-size: 200px 75px;
    background-repeat: no-repeat;
    /* background-position: 10% 10px; */
    background-position: 7.9% 10px;
    display: flex;
}
h1.o_default_snippet_text.text-center{
    color: white;
}


@media all and (max-width: 500px){
    .navbar_forum{
        display: flex;
        position:relative;
        background-size: 100px 50px;
        background-position: 12% 28%;
    }
    .col-lg-12{
        height: 11vh;
    }
    h1.o_default_snippet_text.text-center{
        position: relative;
        left: 15%;
        top: 24px;
        font-size: 16px;
        color: white;
    }
}
@media (min-width: 500px) and (max-width: 1050px){
    h1.o_default_snippet_text.text-center{
        position: relative;
        left: 10%;
        top: 27%;
        font-size: 2rem;
        color: white;
    }
    .col-lg-12{
        height: 11vh;
    }
    .navbar_forum{
        display: flex;
        position:relative;
        background-size: 200px 100px;
        background-position: 5.2% 28%;
    }   

}
p.text-400.text-center {
    display: none;
}
@media  (min-width: 0px) and (max-width: 350px) {
    h1.o_default_snippet_text.text-center{
        position: relative;
        left: 20%;
        top: 22px;
        font-size: 14px;
        color: white;
    }
    
}
@media (min-width: 1300px) and (max-width: 1400px){
    .navbar_forum{
        display: flex;
        position:relative;
        background-size: 200px 100px;
        background-position: 10% 10%;
    }
    h1.o_default_snippet_text.text-center{
        position: relative;
        left: 10%;
        top: 27%;
        font-size: 2rem;
        color: white;
    }

}