body{background-color:#f2d3ac;color:#260b01;font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,sans-serif;font-weight:700;display:flex;flex-direction:column;justify-content:start;gap:1em;margin:0}main{display:flex;flex-direction:column;justify-content:start;gap:1em}h1{font-size:48px}p{margin:0}img{align-self:center;max-width:80%;width:auto;height:auto}figure img{max-width:100%;height:auto}hr{width:100%;height:12px;border:0;box-shadow:inset 0 12px 12px -12px rgba(0,0,0,.5)}hr.thin{background-color:#ddd;height:1px}nav{display:flex;justify-content:center;flex-direction:column;background-color:#d9985f;color:#291705;text-align:center}nav a{flex:5;padding:1em 0;text-decoration:none;color:#291705}nav a:hover{color:#734930;background-color:#f2d3ac}footer{background-color:#734930;color:#f9f4f0;text-align:center;padding:1em 0}.container{margin:0 auto;width:80%}.home{display:flex;flex-direction:column;align-items:center;gap:1em}.single{display:flex;flex-direction:column;align-items:flex-start;gap:1em}.whisker-chip{border-radius:9999px}.link-text{color:#664b41}.link-text:hover{color:#866b61}.link-button{display:flex;justify-content:center;flex-direction:row;background-color:#d9985f;color:#260b01;text-align:center;text-decoration:none;border-radius:10px;padding:1em}.link-button:hover{background-color:#260b01;color:#d9985f}.chapter-nav{display:flex;flex-flow:row nowrap;justify-content:space-evenly;gap:1em}.chapter-link-button{flex-grow:1;flex-shrink:1;padding:.25em 0;align-items:center}.chapter-link-button:hover{}.disabled-chapter-link-button{background-color:#734930;color:#260b01}.series{display:flex;flex-direction:column}.series-banner{border-radius:20px;width:100%;max-width:1200px}.books{display:flex;flex-direction:column;gap:2em;margin-bottom:2em}.book-listing{display:flex;flex-direction:column;justify-content:flex-start;gap:2em}.book-description{display:flex;justify-content:stretch;flex-direction:column}.book-chip{max-width:200px;width:100%}.cover-chip{width:125px;height:200px}h2.no-margin{margin:0}.book-title-link{display:flex;justify-content:center;padding:.25em .5em;text-decoration:none;border-radius:5px;background-color:#d9985f;color:#260b01}.book-title-link:hover{background-color:#260b01;color:#d9985f}.chapter-number{color:#00d}.chapter-content{font-family:gill sans,sans-serif;font-size:1.5em;font-weight:400;display:flex;flex-direction:column;justify-content:space-evenly;gap:1em;margin-bottom:2em}.chapters{display:flex;flex-direction:column}.wide{width:33%}@media only screen and (min-width:768px){.book-listing{flex-direction:row;object-fit:contain}.book-chip{max-height:200px;min-width:140px}nav{flex-direction:row}}code{white-space:pre-line}pre{padding:2em;background-color:#3333}.cover-small{max-width:400px}