:root {
  --ul-li-icon: fa-circle-chevron-right;
}

.rounded-img {
  border-radius: 7%;
  width: 200px;
  float:left;
  margin:1em 1em 1em 1em !important;
}

.fixed-nav {
  border-top: 0.1em solid var(--section-dark-bg-color);
  border-right: 0.1em solid var(--section-dark-bg-color);
  border-bottom: 0.1em solid var(--section-dark-bg-color);
  border-left: none;
}

footer div section ol {
  display: inline-flex;
}

footer div section ol li {
  margin: 1em;
}

@media only screen and (max-width: 1130px) {
  .fixed-nav {
    border-top: none;
    border-right: none;
    border-bottom: 0.1em solid var(--section-dark-bg-color);
    border-left: none;
  }
}