body {
  background: #F8F5F3;
  color: #5B717D;
  margin-top: 6rem;
}

h1 {
  color: #0365C9;
  margin-right: 2rem;
  vertical-align: middle;
  font-size: 3rem; 
  font-weight: 400;
  display: inline-block;
  margin-bottom: 0.5rem;  
} 

h2{
  color: #3C9CE2;
  margin-right: 2rem;
  vertical-align: middle;
  font-size: 2rem; 
  font-weight: 350;
  display: inline-block;
  margin-bottom: 0.5rem;  
} 
h3,
h4,
h5,
h6 {
  color: #0365C9;
}

.text-h1-color {
  color: #5B717D;
  margin-right: 2rem;
  vertical-align: middle;
  font-size: 2rem; 
  font-weight: 250;
  display: inline-block;
  margin-bottom: 0.5rem;  
} 

.text-h1-color:hover {
  color: #3C9CE2;
}

.text-h2-color {
  color: #5B717D;
  margin-right: 1rem; 
  vertical-align: middle;
  font-size: 1rem; 
  font-weight: 150;
  font-style: italic;
  display: inline-block;
  margin-bottom: 0.5rem;
} 

.bg-steel {
  background-color: #F8F5F3;
}

.site-header .navbar-nav .nav-link {
  color: #5B717D;
}

.site-header .navbar-nav .nav-link:hover {
  color: #3C9CE2;
}

.site-header .navbar-nav .nav-link.active {
  font-weight: 500;
}

.content-section {
  background: #ffffff;
  padding: 10px 20px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-bottom: 20px;
}

.article-title {
  color: #0060AD;
}

.article-title:hover {
  color: #3C9CE2;
  text-decoration: none;
}

.article-content {
  white-space: pre-line;
}

.article-img {
  height: 65px;
  width: 65px;
  margin-right: 16px;
}

.article-metadata {
  padding-bottom: 1px;
  margin-bottom: 4px;
  border-bottom: 1px solid #e3e3e3
}

.article-metadata a:hover {
  color: #3C9CE2;
  text-decoration: none;
}

.article-svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.account-img {
  height: 125px;
  width: 125px;
  margin-right: 20px;
  margin-bottom: 16px;
}

.account-heading {
  font-size: 2.5rem;
}



.clickable-row {
  cursor: pointer;
}
