.article-clean {
  color: #56585b;
  background-color: #fff;
  font-family: 'Lora', serif;
  font-size: 1.2em;
}

.article-clean .intro {
  font-size: 1.06em;
  margin: 0 auto 30px;
}

.article-clean .intro h1 {
  font-size: 2.13em;
  margin-bottom: 15px;
  padding-top: 20px;
  line-height: 1.5;
  color: inherit;
  margin-top: 20px;
  color: #28a745;
  font-weight: 600;
}

.article-clean .intro p {
  color: #929292;
  font-size: 0.79em;
}

.article-clean .intro p .by {
  font-style: italic;
}

.article-clean .intro p .date {
  text-transform: uppercase;
  padding: 4px 0 4px 10px;
  margin-left: 10px;
  border-left: 1px solid #ddd;
}

.article-clean .intro p a {
  color: #333;
  text-transform: uppercase;
  padding-left: 3px;
}

.article-clean .intro img {
  margin-top: 20px;
}

.article-clean .text p {
  margin-bottom: 20px;
  line-height: 1.45;
}

@media (min-width:768px) {
  .article-clean .text p {
    font-size: 1.06em;
  }
}

.article-clean .text h2 {
  margin-top: 28px;
  margin-bottom: 20px;
  line-height: 1.45;
  font-size: 1.06em;
  font-weight: bold;
  color: #333;
}

@media (min-width:768px) {
  .article-clean .text h2 {
    font-size: 1.33em;
  }
}

.article-clean .text figure {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.article-clean .text figure img {
  margin-bottom: 12px;
  max-width: 100%;
}

.navbar-nav > .nav-item:hover {
  background: #000;
}

.nav-item {
  padding: 0px 15px;
}

.nav-link {
  font-size: 1.3em;
}

@media (min-width:768px) {
  .collapse {
    display: block;
    justify-content: center;
  }
}

#DIV1:first-letter {
  color: blue;
  font-size-adjust: 23px;
  font-weight: bold;
}

.item > p {
  margin-left: -20px;
}

.nav-item > a {
  font-weight: 600;
}

.intro > h1 > span {
  font-weight: 500;
  padding-right: 10px;
  font-size: 0.9em;
}

.intro > h1:first-letter {
  font-size: 1.2em;
}

