p.caption {
  color: #777;
  margin-top: 10px;
}
p code {
  white-space: inherit;
}
pre {
  word-break: normal;
  word-wrap: normal;
}
pre code {
  white-space: inherit;
}
li.book-part {
    margin-top: 1rem;
    font-weight: 600;
    font-size: 1em;
}



/* change bottom background to coral */
.bg-primary {
    background-color: #EF7A6C !important;
    color: #fff;
}

/* add coral line under h1 headers */
/* could also be h1, h2, h3, h4, h5 */
/* but that seemed like a little much */
h1 {
    line-height: 1.3;
    border-bottom: 3px solid #EF7A6C;
}

/* change links to navy to better compliment the coral */
a {
    color: #003366;
    text-decoration: none;
    background-color: transparent;
}
