@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham_Book.otf');
  font-weight: 400;
}

@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham_Bold.otf');
  font-weight: 700;
}

html, body {
  color: #064b4c;
  font-family: 'Gotham';
}


nav ul li a, nav ul li a:visited, .sectionTitle {
  font-family: 'Gotham';
}

nav ul li a {
  letter-spacing: 1px;
}

nav ul li a.active {
  font-weight: 700 !important;
}

@media only screen and (max-width: 1269px) {
  nav ul {
    margin-top: 2px;
  }
}