body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  text-align: center;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}
.vids {
  margin-bottom: 30px;
}
.v {
  margin-top: 20px;
}
.text-link {
  margin-right: 10px;
  padding-top: 0px;
  font-size: 11px;
}
.links {
  margin-top: 15px;
}
.navbar {
  background-color: transparent;
}
.nav-link {
  margin-top: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 21px;
  font-size: 12px;
}
.nav-link.w--current {
  padding-top: 0px;
}
.main {
  margin-bottom: 20px;
}
html.w-mod-js *[data-ix="hide-nav"] {
  display: none;
}

