/* Larger text in home content area */
.container p {
  font-size: 1.3rem;
  line-height: 1.7;
}

/* Dotted underline on links */
.container a {
  text-decoration: underline;
  text-decoration-style: dotted;
}

.header-inverted {
  background: transparent;
  border-bottom-color: #333 !important;
}

.header-inverted a {
  color: #fff !important;
}

.header-inverted,
.header-inverted.border-bottom-thick {
  background: #181818 !important;
  border-bottom-color: #333 !important;
}

h1.h0[itemprop="name headline"] {
  font-size: 5rem !important;
}