a.nav-link {
    color: #8a949e;
}
a.nav-link:hover {
    color: #58a6ff;
}
.small.text-secondary {
    font-size: 14px;
    /* font-family: ui-monospace; */
    font-weight: 400;
}
.project-title {
    font-weight: 700;
    color: #eff4fa!important;
}
.stat-box {
    background-color: #1a324e;
    padding: 4px;
}
.project-summary {
    color: #8a949e;
    font-size: 13px;
}
.project-summary p {
    margin: 0;
}
.project-meta {
    color: aliceblue;
    margin-top: 0px;
    color: #8a949e;
}
.project-card {
    margin-bottom: 10px;
}
.project-card {
    padding: 15px;
    background-color: #1d3448;
}
.project-meta {
    font-size: 12px;
    font-weight: 400;
    color: #bcc0c3;
}

a.nav-link.yellow:hover {
    color: #f1e05a!important;
    text-decoration: none;
}
a.nav-link.blue:hover {
    color: #6aa7ed!important;
    text-decoration: none;
}
a.nav-link.red:hover {
    color: #d73a49!important;
    text-decoration: none;
}
.timeline-item {
  position: relative;
}
.timeline-item:not(:last-child) .timeline-icon::after {
  content: '';
  position: absolute;
  left: 15px;
  top: 32px;
  width: 2px;
  height: calc(100% + 1.5rem);
  background: var(--bs-border-color);
}
.timeline-item:hover .timeline-icon {
  background: var(--bs-primary)!important;
}
.timeline-item:hover .timeline-icon i {
  color: white!important;
}
.thought-body {
  font-size: 0.95rem;
  line-height: 1.6;
}
.thought-body p:last-child {
  margin-bottom: 0;
}
.text-body-secondary {
    color: #777c82 !important;
    font-weight: 200;
}
li.hashItem {
    display: inline-flex;
    margin-right: 6px;
    font-size: 14px;
    font-weight: 400;
}
.blog-post-body strong {
    color: #fff;
    font-weight: 900;
}
.card.side-panel {
    margin-top: 34px;
}