ul {
  list-style: none;
  padding: 0;
}

li {
  margin-bottom: 8px;
  font-size: 20px;
}

li a {
  color: #000;
  text-decoration: none;
}

li a:hover {
  text-decoration: underline;
  color: #000;
}

h1 {
  margin-bottom: 30px;
}

span.light {
  font-weight: 200;
}

i.navicon.navbar-text {
  color: black;
  margin-right: 0;
  float: right;
}

body.container-fluid.text-center {
  padding: 0;
}

nav > div {
  display: flex;
  max-width: 1280px;
  margin: auto;
  justify-content: space-between;
  align-items: center;
}

.navicon {
  margin-right: 15px;
}

.name-container {
  display: inline-flex;
  align-items: center;
  margin-left: 1em;
}
