.navigasi .nav-item .nav-link {
  font-weight: 400;
  color: #cccccc;
}

.navigasi .nav-item .nav-link:hover {
  font-weight: 400;
  color: #ffffff;
}

.bar .head, .bar-article .head {
  margin: 0px!important;
  font-family: "Julius Sans One", serif;
  font-weight: 400;
  font-size: 24px;
  padding-left: 5px;
}

.bar hr {
  margin: 0px!important;
  max-width: 90%;
  height: 5px;
  color: crimson;
  background-color: crimson;
}

article .bar hr, .bar-article hr{
  margin: 0px!important;
  max-width: 30%;
  height: 5px;
  color: crimson;
  background-color: crimson;
}

.bar .hr-custom {
  margin: 0px!important;
  max-width: 90%;
  height: 5px;
  color: #FFF;
  background-color: #FFF;
}

.date {
  font-family: "Roboto Slab", serif;
  font-weight: 300;
  color: #000000;
}

a {
  color: #FFF;
  text-decoration: none;
  font-weight: 300;
}

a:hover {
  font-weight: 300;
  text-decoration: none;
  color: #cccccc;
}

.title-a a {
  color: #000000;
  text-decoration: none;
  font-weight: 300;
}

.title-a a:hover {
  font-weight: 300;
  text-decoration: none;
  color: #353535;
}

small a {
  color: #03407d;
  text-decoration: none;
  font-weight: 500;
}

small a:hover {
  font-weight: 500;
  color: #0b69c7;
}

.cat-a a {
  color: #0b69c7;
  text-decoration: none;
  font-weight: 500;
}

.cat-a a:hover {
  font-weight: 500;
  text-decoration: none;
  color: #03407d;
}

.side-list-a a {
  text-decoration: none;
  font-weight: 300;
}

.author-a a {
  color: #000000;
  text-decoration: none;
  font-weight: 300;
}

.author-a a:hover {
  font-weight: 300;
  color: #353535;
}

.side-list-b a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
}

.side-list-b a:hover {
  font-weight: 300;
  color: #cccccc;
}

.article-description {
  text-align: center;
}

.article-description blockquote {
  margin: 0px!important;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  font-size: 16px;
  padding-left: 5px;
  color: #585856;
}

.article-description hr {
  margin-left: auto;
  margin-right: auto;
  width: 30%;
}

