/* Genesis 2 — the sunrise theme. The whole page bathes in first light, in the spirit of the golden hero. */
:root { --scene-h2:#8a5a1a; }
body { background:
  linear-gradient(180deg, rgba(240,196,110,.50) 0, rgba(246,241,231,0) 420px), #f6f1e7; }
nav { background:transparent; border-bottom:1px solid #e2c896; }
.wordmark { color:#6e4d18; }
.navlinks a { color:#6e5a33; }
.navlinks a.active, .navlinks a:hover { color:#b8862e; }
.draftband { background:#f3ddb4; border-bottom:1px solid #ddba7e; color:#8a5a1a; }
.sunhero { position:relative; height:320px; background:url('../assets/hero.jpg') center 40%/cover no-repeat; }
.sunhero .fade { position:absolute; inset:0;
  background:linear-gradient(to bottom, rgba(20,24,18,.18), rgba(246,235,215,0) 45%, rgba(247,236,214,.72) 86%, rgba(246,238,220,.96) 98%); }
.sunhero .heroline { position:absolute; left:0; right:0; bottom:22px; text-align:center;
  font-family:Poppins; font-size:11px; letter-spacing:3px; color:#54492f; text-shadow:0 1px 6px rgba(246,241,231,.9); }
h1, article h1 { color:#3e3212; }
article h2 { color:var(--scene-h2); }
.crumb { color:#9c6f14; }
.dayband { color:#b8862e; }
.day { border-top-color:#e3b45c; background:#fffdf5; }
.day h3 { color:#8a5a1a !important; }
.verse { border-left-color:#e3b45c; background:#fffdf2; }
.meaning { color:#4a3c1a; }
.strongchip { background:#f3e2b3; color:#6e4d18; }
.branchcta { border-color:#e3b45c; background:#fffdf2; }
.branchcta .bt { color:#b8862e; }
.limits { background:#f7e9d0; border-color:#ddba7e; }
.nextstep { background:#6e4d18; color:#f3e2b3; }
.nextstep a { color:#ffd98a; }
footer { background:#6e4d18; color:#e8d2a0; }
footer b { color:#ffd98a; }
footer a { color:#e8d2a0; }
