/* ------------------

CUSTOM CSS

-------------------*/

.project__list {
  list-style: none;
  margin-bottom: 1rem;
}

.project__list li {
  line-height: 120%;
  padding: .25rem 0;
  position: relative;
  padding-left: 1.25rem;
}

.project__list li::before {
  content: "•"; 
  position: absolute;
  left: 0;
  font-weight: bold;
}

.project__subhead {
  line-height: normal;
  margin-bottom: 0;
  font-weight: bold;
}

.skills__list {
  list-style: none;
}

.skills__item {
  padding: .5rem;
  border-bottom: 1px dotted var(--primary-p-color);
}
#home {
  padding: 130px 0 80px 0;
}