h1 {
  text-transform: none;
  font-weight: 350;
}

#mainNav.navbar-shrink {
  background: #0f0f10;
}

ul {
  list-style: none;
}

ul li::before {
  color: #fc5a53;
  content: "\2022";
  font-weight: bold;
  display: inline-block;
  margin-left: -1em;
  width: 1em;
}

ul.navbar-nav li::before {
  content: none;
}

