h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Darker Grotesque, Cabin, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 35px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#mainNav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.masthead {
  padding-top: 70px;
  /* Equal to the height of the fixed navbar */
}

.navbar {
  background-color: transparent;
}