body {
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 18px;
    background-color: darkgray;
    color: white;
    margin: 0;
}
* {
    box-sizing: border-box;
}
.site-header {
    font-family: 'Sofia', sans-serif;
    font-size: 30px;
    color: white;
    text-align: left;
    padding-top: 15px;
}
.header-div {
    top: 0;
    left: 0;
   /* position: fixed;  */
    width: 100%;
    text-align: center;
   /* height: 9rem;  */
    padding-top: 15px;
    background-image: url('/media/Cod6.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: overlay;
    background-size: cover;
    margin-bottom: 20px;
}        
a:link {
    color: cyan;
    text-decoration: none;
}
a:active {
    color: dodgerblue;
    text-decoration: none;
}
a:visited {
    color: darkred;
    text-decoration: none;
}
a:hover {
    color: cyan;
    text-decoration: underline;
}
ul#menu li {
    display: inline;
    line-height: 2rem;
}
ul#menu li a {
    font-size: 20px;
    color: white;
    padding-right: 40px;
}  
li {
    list-style-type: disc; 
    padding: 0;
    margin: 0; 
    }
.container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 1rem;
    column-gap: 1rem;
    margin-top: 2rem;
        }
.row {
    width: 100%;
    }

 .parent {
    display: flex;
    margin-bottom: 15px;
    width: 90%;
  /*  min-width: 15rem;  */
    justify-content: center;
}
.child  {
    display: inline-block;
    padding: .5rem;
    margin-left: .5rem;
    margin-right: .5rem;
    vertical-align: top;
  /*   min-width: 20rem;  */
}      
/* classes below used for kitties stories */
.story {
    display: block;
    width: 80%;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    height: 80%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.story-title {
    text-align: center;
}
.story-body {
    position: relative;
    margin-bottom: 15px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    height: 72%;
    overflow-y: scroll;
    padding: 15px;
}
.storyclose {
    position: relative;
    float: right;
    background: black;
    width: 22px;
    color: white;
    height: 21px;
    border-radius: 15px;
    text-align: center;
    text-decoration: none;
}
#peeka:not(:target):not([open]) {
    display: none;
}
#james:not(:target):not([open]) {
    display: none;
}
#fritz:not(:target):not([open]) {
    display: none;
}
#purrsia:not(:target):not([open]) {
    display: none;
}
#bailey:not(:target):not([open]) {
    display: none;
}
#bugsy:not(:target):not([open]) {
    display: none;
}
#op:not(:target):not([open]) {
    display: none;
}
#ozzie:not(:target):not([open]) {
    display: none;
}
#goody:not(:target):not([open]) {
    display: none;
}
#puff:not(:target):not([open]) {
    display: none;
}
#briguscats:not(:target):not([open]) {
    display: none;
}
/* end of classes used for kitties stories */


.child-image {
    display: inline-block;
    padding: .5rem;
    margin-left: 1rem;
    margin-right: 1rem;
    vertical-align: top;
    width: 16rem;
}
.child-image>a>img {
    width: 100%;
}         
.page-title {
    font-size: 40px;   
    font-family: 'Sofia', sans-serif;
    font-size: 30px;
    margin: 0;
    margin-top: 20px;
    padding: 0;
    color: white;
    text-align: center;
}      
pre {
    font-size: 65%;
    padding: 20px;
}
figure {
    max-width: 200px;
}
.font-80 {
    font-size: 80%;
}
.bordered {
    border: 1px solid #008B8B;
    border-radius: 25px;
    background-color: darkcyan;
}
.div-scroll {
    margin-bottom: 20px;
    height: 300px;
    /* width: 35rem; */
    /* min-width: 30rem; */
    overflow-y: scroll;
    border: 4px double darkcyan;
    border-radius: 15px;
    background-color: darkgray;
    padding: 10px 10px 30px 10px;
}

/* begin tab styles for Textiles page */

.textile-img {
border: 2px solid white;
}
input {
display: none;
}
section {
clear: both;
padding: 10px;
display: none;
background-color: darkcyan;
border: 1px solid white;
}
label {
font-weight: bold;
display: block;
float: left;
padding: 10px 30px;
border-top: 2px solid transparent;
border-right: 1px solid transparent;
border-left: 1px solid transparent;
border-bottom: 1px solid #DDD;
}
label:hover {
cursor: pointer;
}
#tab1:checked~#content1,
#tab2:checked~#content2,
#tab3:checked~#content3,
#tab4:checked~#content4,
#tab5:checked~#content5 {
display: block;
}

input:checked+label {
/*    border-top-color: #6EC1E4;  */
border-top-color: darkcyan;
border-right-color: #DDD;
border-left-color: #DDD;
border-bottom-color: transparent;
text-decoration: none;
/* box-shadow: 0 3px 5px rgba(0,0,0,0.2);  */
}

@media (max-width: 640px) {
label {
float: none;
text-align: center;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
input:checked+label {
/*      border-bottom-color: #6EC1E4;
background-color: #f8f8f8;  */
border-bottom-color: white;
background-color: darkcyan;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
}
/* ------------ end tab styles -------------- */

/* classes order1, etc. are used in Textiles page with div-scroll */
.order1 {
    order: 1;
}
.order2 {
order: 2;
}
.order3 {
order: 3;
}
.poem {
  /*  font-size: 90%;  */
    padding: 1rem;
    border: 3px solid white;
    padding-top: 10px;
    white-space: pre-wrap;
    } 