header{
    background-color:grey;
    width: 100%;
    min-height: 100px;
    max-height: 100px;
}
.page-wrap{
    padding: 2rem 0;
}
    header .top-bar{
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: flex;
   
    }
    header .container{
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 80px;
    }
        header .top-bar li{
            position:relative;
        }
        header .top-bar li  a{
            padding: .25rem 1rem;
            text-decoration: none;
            color:white;
            
        }
        header .top-bar li:first-child a{
            padding-left:0 ;
        }
        header .top-bar li:last-child a{
            padding-right: 0;
        }
            header .top-bar li .sub-menu{
                display: none;
                position: absolute;
                top: 100%;
                left: 0;
                background-color: #fff;
                box-shadow: 1px 1px 10px rgb(0,0,0,0.1);
                margin: 0;
                padding: 0px;
                list-style-type: none;
            }
            header .top-bar li .sub-menu a{
                color:red;  
                padding: 0.25rem;
                text-align: center;
                display: block;

            }
            header .top-bar li .sub-menu a:hover{
                background-color: black;
                color: white;

            }
            header .top-bar .menu-item-has-children:hover .sub-menu{
                display: block;
            }
.blog-content span.justifyme{text-align: justify !important;}
li.widget ul,
li.widget li { list-style: none; }
li::marker{
    list-style-type: none !important;
    content: none !important;
    
}
.textjustify{
    text-align: justify;
}
  