.header-siteName:after {
    content: ' Wisdom, Strength, Beauty';
    color: #FFCC00;
    font-size: 20px;
    display: block;
}
.ningbar {
  background-color: #003300;
  min-height: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 769px) {		
.site-header {		
-webkit-box-pack: justify;		
-moz-box-pack: justify;		
-ms-flex-pack: justify;		
box-pack: justify;		
-webkit-justify-content: space-between;		
justify-content: space-between;		
min-height: 180px;		
padding: 0px 0px 0px 0px;		
}		
}
.entry-title > a {
    color: #003300;
}
.section_header {
  flex-direction: column;
  align-content: center;
}