p {
  line-height: 1.4em;
  color: #77787a;
}
.skills > p {
  margin: 2px;
}
.line {
  background-color: inherit;
}
.resume {
  background-image: linear-gradient(
    to right,
    #c3c2bb 0%,
    #c3c2bb 51%,
    #c3c2bb8e 100%
  );
  border: none;
}
.about-header {
  font-size: 3rem;
  font-weight: normal;
  line-height: 40px;
}
li.nav-item:nth-child(3) > a:nth-child(1) {
  font-weight: 400;
}
a,
a:hover {
  text-decoration: none;
  color: #77787a;
}

@media (max-width: 767px) {
  hr {
    display: none;
  }
  .navbar {
    border-bottom: 0px;
  }
  .about-header {
    font-size: 2rem;
  }
}
