.navbar {
    display: none;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#blogTitle {
    background: url(images/title-yellow.png) no-repeat center 21px;
    height: 124px;
    clear: both;
    width: 95%;
    margin: 0 auto;
    position: relative;
}

#blogTitle h1 {
    padding-top: 15px;
}

#blogTitle h2 {
    
    margin-top: 15px;

    text-shadow: 2px 2px 2px rgb(131, 124, 130);
}
#navigator{
    border: 0 solid rgba(255, 0, 0, 1);
    border-radius: 5px;
    background-color: rgba(22, 159, 230, 1);
    margin-left: 10px;
    margin-right: 10px;
 }
#navList a:hover {
    background-color: rgb(105, 75, 238);
    color:white;
    text-shadow: 3px 3px 3px rgb(124, 116, 116);
}
 #navList a:link, #navList a:visited, #navList a:active {
    color: #fff;
    text-shadow: 3px 3px 3px #000;
}
.newsItem, #blog-calendar{
    padding: 0px;
}
#profile_block {
    display: none;
}
#footer {
     display: none;
}
#myfoot {
  text-shadow: 3px 3px 3px #000;
}
#cnblogs_ch{
    display: none;
}
#cnblogs_c1{
    display: none;
}
#under_post_card1{
  display: none;  
}
#under_post_card2{
    display: none;
}
#sidebar_c3{
    display: none !important;
}
