.nav-primary {
  background-color: #01ac9b;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  clear: both;
  position: relative;
  z-index: 1;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #6ce8c3;
  line-height: 1.1;
  margin: 0 0 16px;
  margin: 0 0 1.6rem;
}
body {
  background-color: #f5f5f5;
  color: #000000;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.625;
}