.hero {
  background: url(../img/hero-lg.png) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100% 100%;
  overflow: hidden;
  height: 98vh;
  display: flex;
}

.navbar {
  background: #654C19;
}

.nav-link {
  color: silver;
  margin-right: 12px;
}

.nav-link.active {
  color: gold;
  font-weight: 500;
}

.nav-link:hover {
  color: whitesmoke;
}

.text-darkgold {
  color: #654C19;
}

.about {
  margin-top: 100px;
}