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

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

.article-clean .intro h1 {
  font-size:32px;
  margin-bottom:15px;
  padding-top:20px;
  line-height:1.5;
  color:inherit;
}

.article-clean .intro p {
  color:#929292;
  font-size:12px;
}

.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:40px;
}

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

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

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

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

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

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

#return-to-top {
  position:fixed;
  bottom:20px;
  right:20px;
  background:rgb(0, 0, 0);
  background:rgba(0, 0, 0, 0.7);
  width:50px;
  height:50px;
  display:block;
  text-decoration:none;
  -webkit-border-radius:35px;
  -moz-border-radius:35px;
  border-radius:35px;
  display:none;
  -webkit-transition:all 0.3s linear;
  -moz-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease;
}

#return-to-top i {
  color:#fff;
  margin:0;
  position:relative;
  left:16px;
  top:13px;
  font-size:19px;
  -webkit-transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease;
}

#return-to-top:hover {
  background:rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
  color:#fff;
  top:5px;
}

body {
  background:#eee;
  font-family:'Open Sans', sans-serif;
}

h3 {
  font-size:30px;
  font-weight:400;
  text-align:center;
  margin-top:50px;
}

h3 i {
  color:#444;
}

