body { background: #f9e7e7; color: #000 }

a { color: #b3120f; }
a:hover { color: #d75b58; }

header { text-align: center }
header h1 { font-family: "Luxurious Script", cursive; font-size: 5rem }
.nav-link { font-weight: bold; }
.nav-link.active { color: #d75b58 }

h2 { color: #b3120f; font-family: "Luxurious Script", cursive; margin-bottom: 0; font-size: 4rem; }
h2.section-header { color: #b3120f; font-size: 3.5rem; font-family: "Luxurious Script", cursive; }
.section-header-divider { width: 45px; height: 2px; background: linear-gradient(90deg, #b3120f 0%, #b3120f 100%); }

h3 { font-size: 2rem; margin-bottom: 0 }

.figure-caption { color: #333 }
a .figure-caption { color: inherit }


#books {font-size: 20px; }
#books figure .figure-caption a { font-weight: bold }
#books figure a:hover { text-decoration: none }

blockquote { padding: 0 5em; }

.dropdown-item:focus, .dropdown-item:hover { background-color: #eee }
.dropdown-item.active, .dropdown-item.active:hover, .dropdown-item:active { background-color: #d75b58; }
