
/* header-title */
#header-title {
  margin: 40px 0 30px;
  text-align: center;
  font-size: 1em;
  line-height: 2em;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
#header-title span{
  margin-top: 10px;
  display: inline-block;
  letter-spacing: 5px;
}
#header-title a {
  color: #006bbb;
}
#header-title em {
  color: #00036c;
  font-size: 2.1428em;
  font-family: serif;
}
#header-title.fixed {
  text-align: left;
  line-height: 18px;
  font-size: 10px;
  margin: 5px 0 20px 140px;
}
#header-title.fixed span{
  margin: 5px;
}
#header-title.fixed br {
  display: none;
}
#header-title.fixed em {
  font-size: 1.8em;
  float: left;
}
#header-title.fixed span {
  float: left;
  display: block;
  line-height: 18px;
  letter-spacing: 1px;
  margin-top: 2px;
}
@media screen and (max-width: 620px) {
  #header-title.fixed {
    margin: 5px 8px 20px;
  }
}
@media screen and (max-width: 620px) {
  #header-title {
    font-size: 8px;
    margin: 50px 8px 10px;
  }
  #header-title.fixed{
    margin: 5px 10px 5px 90px;
  }
}

/* category-list */
#category-list {
  border-bottom: 1px solid #e4e4e4;
  border-top: 2px solid #00036c;
  height: auto;
}
#category-list ul {
  text-align: center;
  line-height: 1em;
}
#category-list li {
  float: none;
  display: inline-block;
}
#category-list a {
  padding: 0 10px;
  font-size: 12px;
  line-height: 30px;
  background-color: white !important;
}
#category-list a:hover, #category-list a:active{
  height: 30px;
  border-bottom: 2px solid #00036c;
  background-color: white !important;
}
@media screen and (max-width: 620px) {
  #category-list a {
    padding: 0 5px;
    font-size: 10px;
    line-height: 25px;
  }
  #category-list a:hover, #category-list a:active {
    height: 25px;
  }
}

.blog-header{
  margin-bottom: 10px;
}
@media screen and (max-width: 600px){
  .blog-header #header-logo{
    width: 70px;
    height: 40px;
    padding: 10px 10px 10px 10px;
  }
}