.resume-list > ul {
    list-style: none;
    margin-left: 20px;
}

.resume-list>ul li::before {
  content: "\2022";
  color: #11ABB0;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 2.5rem;
  position: relative;
  top: 0.4rem;
}

.resume-list ul li,
.resume-list p {
    line-height: 1.5;
}

ul#nav {
  background-color: #000;
}

.project-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.project-grid .portfolio-item {
  flex: 0 0 auto;
  max-width: 250px;
}

.portfolio-item .item-wrap .project-one {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  width: auto;
}

header .banner-text {
  background: rgba(0, 0, 0, 0.85);
  padding: 2rem;
  border-radius: 10px;
  border: 3px solid #444;
}

header .banner-text h3 {
  text-shadow: none;
  background-color: transparent;
}