@import url('//fonts.googleapis.com/css?family=Nunito:300,300i,400,400i,600,600i,700,700i');
body {
  font-family: 'Nunito', sans-serif !important;
}
.page__heading {
  font-weight: bold;
  text-align: left;
}
@media (min-width: 992px) {
  .page__text, .info { font-size: 18px; }
}
.compound-link {
  font-size: 18px;
  font-weight: bold;
}
.compound-link:hover .compound-link__text, .compound-link:focus .compound-link__text {
  text-decoration: underline;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: underline !important;
}
.list--links {
  list-style-type: none;
  list-style-image: url('../img/list-arrow-black.png');
  margin-left: 23px;
  padding: 0;
}
.page__text > h2 {
  margin-top: 0;
}
.navbar {
  font-size: 18px;
  font-weight: bold;
}