.navbar {
  position: static;
  background-color: #ffffff;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.1);
}
.navbar-nav > .nav-item > .nav-link {
  color: #333;
  font-size: 18px;
  transition: all .5s;
  border-top: 3px solid transparent;
  border-bottom: 4px solid transparent;
  padding: 0rem 1rem;
}
@media (max-width: 768px) {
  .navbar-nav > .nav-item > .nav-link {
    text-align: center;
    font-size: 15px;
  }
}
.navbar-nav > .nav-item > .nav-link.active,
.navbar-nav > .nav-item > .nav-link:hover {
  color: #E41616;
}
@media (min-width: 768px) {
  .navbar-nav > .nav-item > .nav-link {
    width: 120px;
    padding: 1rem 0.7rem !important;
  }
}
/*  */
.article-heading {
  text-align: center;
  border-bottom: dashed 1px #eeeeee;
  padding-bottom: 20px;
}
.article-title {
  font-size: 22px;
  line-height: 44px;
  color: #333333;
  padding: 1% 0 !important;
}
.article-meta {
  font-size: 14px;
  line-height: 40px;
  color: #999999;
}
.article-body {
  padding: 20px;
  font-size: 16px;
  line-height: 2;
}
