body, main  {font-family:Basic, cursive;background-color:#996;}
h1 { font-size:5rem; }
#logo { width:4rem;margin:1rem 1rem 2rem 1rem; }
#wb-bnr,#wb-bar  {background-color:#333;}
#wb-sttl a {font-size:5em;line-height:1em;font-family:Lobster, cursive;}
#wb-sttl a small {font-size:0.36em;line-height:1.25em;font-family:Pacifico, cursive;}
footer a:link, footer a:visited, #wb-bc a:link, #wb-bc a:visited {
    color:#FFC;text-decoration:none;
}
.breadcrumb {
    background-color:#996;
    color:#333;
}
.v {width: 2.5rem;
    margin-top: -1.5rem;}
.nvbar .row {background-color:#996;}
#wb-bnr .container, footer {background-color:#333;}
.panel-title {font-family:Satisfy, cursive;font-size:1.8em;}
details summary {border:none;padding:none;margin:none;}

.item { display:flex;flex-wrap:wrap;justify-content:space-between;width:90%;margin:auto; }

#wb-sttl span {
color: white;
-webkit-text-fill-color: black; /* Will override color (regardless of order) */
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: white;
}
#wb-sttl small { color: white;
    -webkit-text-fill-color: white; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: black;
}

.pale {
    background-color:#996;
    color:#000;
    border-top:5px solid #333;
    border-bottom:5px solid #333;
    padding:15px;
}
.pale .small { color:#FFC; }
.pale details summary { color:#333; }
.dark {
    background-color:#333;
    color:#996;
    border-top:5px solid #996;
    border-bottom:5px solid #996;
    padding:15px;
}
.dark details summary {color:#996;}
.dark .small { color:#FFF; }

.dark h2, .pale h2 { text-align:center;text-transform:uppercase;font-family:'Bungee Inline', cursive;font-size:1.5em;font-weight:400; }
main.container-fluid { font-family:Courgette, cursive;font-size:1.25em;}
details[open], details[open] > summary { border:none; }
details h3 { font-size:1em;color:#FFF; }

footer { color:white;padding:1rem; }

@media only screen and (max-width: 600px) {
    details { padding-left:0; padding-right:0; }
}
