body {
  padding-top: 80pt;
  font-family: "Lato", sans-serif;
  background-color: #F2F1EF;
}

h1, h2 {
  font-family: "Montserrat", sans-serif;
}

p {
  line-height: 150%;
  margin-bottom: 6pt;
}

a, a:link, a:visited {
  color: #F39C12;
}

a:hover, a:focus, a:active {
  text-decoration: underline;
}

a.nav-link:hover, a.nav-link:focus, a.nav-link:active {
  text-decoration: underline;
}

a.navbar-brand:hover, a.navbar-brand:focus, a.navbar-brand:active {
  text-decoration: underline;
}

.nav-link {
  font-size: 12pt;
  padding: 0 16px 0 0;
}

.slogan {
  margin-right: -20pt;
}

.download-small {
  margin-top: 5pt;
}

.slogan-large {
  font-family: "Montserrat";
  font-size: 25pt;
  font-weight: bold;
  white-space: nowrap;
}

.slogan-small {
  font-family: "Montserrat";
  font-size: 16pt;
  color: gray;
  margin-top: -10pt;
  white-space: nowrap;
}

.intro {
  font-size: 15pt;
  padding: 4pt 0;
}

.review > blockquote {
  margin: 0;
}

.review > blockquote {
  color: gray;
}
.review > blockquote:before {
  content: "“";
}

.review > blockquote:after {
  content: "”";
}

.anchor-target {
  position: relative;
  height: 0;
}

.anchor-target > div {
  position: absolute;
  top: -40pt;
}

ul {
  font-size: 14pt;
  padding-left: 14pt;
}

.copyright {
  color: gray;
}
