html {
  font-size: 12px;
}

body {
  background: #fafafa;
  color: #333333;
  margin-top: 5rem;
}

h1, h2, h3, h4, h5, h6 {
  color: #444444;
}

ul {
  margin: 0;
}

.bg-steel {
  background-color: #5f788a;
}

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

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

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

.site-header .btn-secondary {
  background-color: #566c7b;
  border-color: #4a5f6a;
  line-height: 24px;
}

.site-header .btn-secondary:hover {
  background-color: #1885c0;
  border-color: #3a4f5a;
}

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

.article-title {
  color: #444444;
}

a.article-title:hover {
  color: #428bca;
  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: #333;
  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-img-small {
  height: 24px;
  width: 24px;
}

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

/* ===== Targeting dropdown-menu/item <a> tags in the header navbar ===== */

/* Look more like buttons with background color, pointer */
.dropdown-menu {
  padding: 4px;
}

/* create spacing between items, add slight transition effect */
.dropdown-item {
  margin: 2px;
  padding-left: 1rem;  /* adjust Bootstrap default padding */
  padding-right: 1rem;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.dropdown-item:hover {
  color: #ffffff;
  background-color: #4682b4;
  border-radius: 4px;
  font-weight: 700;
  cursor: pointer;
}

.dropdown-item:active,
.dropdown-item:focus {
  background-color: #0056b3;
  color: white;

}
