/* Global */
body{
  font: 22px/1.6 arial, helvetica, sans-serif;
  padding:0;
  margin:0;
  background-color: white;
}

.container{
  width:85%;
  margin: auto;
  overflow:hidden;
}

/* Index About */
.tab{
  text-indent: 15px;
  text-align: justify;
  margin: 0 0 15px 0;
}
.tabSP{
  text-align: justify;
  margin: 0 0 15px 50px;
}
/* Index Archives  */
.tab2{
  margin: 10px 0 20px 100px;
  text-align: justify;
}
.tabSP2{
  margin: 10px 0 20px 20px;
  text-align: justify;
}
/* Index Videos Draw  */
.tab3{
  padding: 0 75px 0 75px;
  text-align: justify;
}
/* Videos Draw */
.tab5 {
  width: 90%;
  margin: 15px 0 15px 75px;
  text-align: justify;
}

.transfade {
  transition: 0.5s ease;
}


/***********************************************/

/* HEADER & DROPDOWN Menu */
.titlebuttons {
  font-size: 35px;
  margin-top: 35px;
  margin-left: 135px;
  color: #1E90FF;
  text-shadow: 2px 2px 1px black;
}
.paw {
  height: 40px;
  float:left;
  margin: 10px 0 0 150px;
}

.dropbtn {
  padding: 16px;
  font-size: 25px;
  border: none;
  cursor: pointer;
  margin-left: 40px;
  margin-top: 10px;
  color: #1E90FF;
  text-shadow: 1px 1px 1px black;
}
.dropdown {
  position: relative;
  display: inline-block;
  margin-right: 150px;
  margin-top: -12px;
}
.dropdown-content {
  display: none;
  text-decoration: none;
  position: absolute;
  background-color: #E0FFFF;
  width: 225px;
  z-index: 1;
  box-shadow: 3px 2px 5px grey;
}
.dropdown-content li {
  list-style-type: none;
}

/* dropdown-content Fading Animation */
.dropdown-content {
  -webkit-animation-name: dropdown-content;
  -webkit-animation-duration: 1.3s;
  animation-name: dropdown-content;
  animation-duration: 1.3s;
}
@-webkit-keyframes dropdown-content {
  from {opacity: .4}
  to {opacity: 1}
}
@keyframes dropdown-content {
  from {opacity: .4}
  to {opacity: 1}
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  text-shadow: 1px 1px 1px grey;
  border-bottom: #cccccc 1px solid;
  transition: 0.3s ease;
}
header li:first-child {
  border-top: #cccccc 1px solid;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropbtn:hover {
  color: yellow;
  text-shadow: 1px 1px 1px black;
  transition: 0.3s ease;
}

.current a {
  color: #1E90FF;
  text-shadow: 1px 1px 1px black;
}
.current a:hover {
  color: #1E90FF;
  text-shadow: 1px 1px 1px black;
}

a {
  color: #1E90FF;
  text-shadow: 1px 1px 1px black;
  text-decoration: none;
}
a:hover {
  color: yellow;
  text-shadow: 1px 1px 1px black;
}

header ul {
  text-decoration: none;
  text-align: center;
  display:block;
  padding: 0 10px 0 10px;
  margin: 0;
}
header {
  min-height: 70px;
  position: sticky;
  z-index: 99;
  top:0;
  box-shadow: 0px 2px 10px grey;
}
header .dropdown {
  float: right;
}


/***********************************************/

/* HOME PAGE CAT Title */
#bgMainPic {
  background-image:url('../img/title06.jpg');
  background-position: center;
}
.maintitle {
  min-height:185px;
  overflow:hidden;
  border-bottom: #cccccc 1px solid;
}
.maintitle img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 100%
}


/***********************************************/

/* HOME PAGE Comics & Single Panel (Icludes Archives)*/
.bgCatComics{
  float: none;
  width: auto;
  background-color: #FFFFE0;
  padding: 20px 15px 20px 15px;
  border-bottom: #cccccc 1px solid;
}
.bgSP {
  background-color: #AFEEEE;
  border-bottom: #cccccc 1px solid;
}
.SinglePanel{
  margin: 0 auto;
  width: 55%;
  padding: 20px;
}


/***********************************************/

/* HOME PAGE Store Books */
.booksMain {
    background-color: #E6E6FA;
    padding: 10px 0 25px 0;
    border-bottom: #cccccc 1px solid;
}
.books {
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  justify-content: space-around;
  justify-content: center;
}
.book1 img{
  flex: 1;
  margin: 0 15px 25px 15px;
  box-shadow: 5px 5px 5px grey;
  max-width: 100%;
  height: auto;
  border: #cccccc 1px solid;
}
.book2 img{
  flex: 1;
  margin: 0 15px 25px 15px;
  box-shadow: 5px 5px 5px grey;
  max-width: 100%;
  height: auto;
  border: #cccccc 1px solid;
}
.book3 img{
  flex: 1;
  margin: 0 15px 25px 15px;
  box-shadow: 5px 5px 5px grey;
  max-width: 100%;
  height: auto;
  border: #cccccc 1px solid;
}
.book1:hover img{
  opacity: 0.7;
  box-shadow: 5px 5px 7px black;
  transition: 0.7s ease;
}
.book2:hover img{
  opacity: 0.7;
  box-shadow: 5px 5px 7px black;
  transition: 0.7s ease;
}
.book3:hover img{
  opacity: 0.7;
  box-shadow: 5px 5px 7px black;
  transition: 0.7s ease;
}


/***********************************************/

/* HOME PAGE Draw */
.drawMain {
  background-color: #ecffb3;
  padding: 25px 0 30px 0;
  border-bottom: #cccccc 1px solid;
}
.drawpic {
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  justify-content: space-around;
  justify-content: center;
}
.drawpic1 img{
  flex: 1;
  width: 92%;
  margin: 45px 0 5px 10px;
  box-shadow: 5px 5px 5px grey;
  border: #cccccc 1px solid;
}
.drawpic2 img{
  flex: 1;
  width: 95%;
  margin: 10px 20px 20px 0;
  box-shadow: 5px 5px 5px grey;
  border: #cccccc 1px solid;
}
.drawpic1:hover img{
  opacity: 0.7;
  box-shadow: 5px 5px 7px black;
  transition: 0.7s ease;
}
.drawpic2:hover img{
  opacity: 0.7;
  box-shadow: 5px 5px 7px black;
  transition: 0.7s ease;
}

/***********************************************/

/* ABOUT Page */
#bgAboutPic {
  background-image:url('../img/title01.jpg');
  background-position: left;
}
.bgcolorAbout {
  float: none;
  text-align: justify;
  background-color: #F5F5DC;
  padding-bottom: 15px;
}
.bgAboutText {
  margin: 10px 100px 0 85px;
  padding: 10px 60px 35px 50px;
}


/***********************************************/

/* VIDEOS (Includes Home Page) */
#bgVidPic {
  background-image:url('../img/title03.jpg');
  background-position: left;
}
.bgcolorVids1 {
  float: none;
  width: auto;
  background-color: #FFCCFF;
}
.bgcolorVids2 {
  float: none;
  width: auto;
  background-color: #FFCCFF;
  padding: 20px 15px 15px 15px;
}

.iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    border: #cccccc 1px solid;
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.videos1 {
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  justify-content: space-around;
  justify-content: center;
  margin: 0 30px 30px 30px;
}
.videos2 {
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  justify-content: space-around;
  justify-content: center;
  margin: 0 30px 30px 30px;
}
.videos3 {
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  justify-content: space-around;
  justify-content: center;
  margin: 0 30px 30px 30px;
}
.videos4 {
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  justify-content: space-around;
  justify-content: center;
  margin: 0 30px 30px 30px;
}
.videos5 {
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  justify-content: space-around;
  justify-content: center;
  margin: 0 30px 30px 30px;
}
.videos6 {
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  justify-content: space-around;
  justify-content: center;
  margin: 0 30px 20px 30px;
}
.videos7 {
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  justify-content: space-around;
  justify-content: center;
  margin: 0 30px 30px 30px;
}
.videos8 {
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  justify-content: space-around;
  justify-content: center;
  margin: 0 30px 30px 30px;
}
.videos9 {
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  justify-content: space-around;
  justify-content: center;
  margin: 0 30px 30px 30px;
}
.videos10 {
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  justify-content: space-around;
  justify-content: center;
  margin: 0 30px 30px 30px;
}
.videos11 {
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  justify-content: space-around;
  justify-content: center;
  margin: 0 30px 30px 30px;
}
.videos12 {
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  justify-content: space-around;
  justify-content: center;
  margin: 0 30px 20px 30px;
}
.videos13 {
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  justify-content: space-around;
  justify-content: center;
  margin: 0 30px 20px 30px;
}
.videos14 {
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  justify-content: space-around;
  justify-content: center;
  margin: 0 30px 20px 30px;
}
.videos15 {
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  justify-content: space-around;
  justify-content: center;
  margin: 0 30px 20px 30px;
}
.videos16 {
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  justify-content: space-around;
  justify-content: center;
  margin: 0 30px 20px 30px;
}
.videos17 {
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  justify-content: space-around;
  justify-content: center;
  margin: 0 30px 20px 30px;
}
.videos18 {
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  justify-content: space-around;
  justify-content: center;
  margin: 0 30px 20px 30px;
}
.videos19 {
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  justify-content: space-around;
  justify-content: center;
  margin: 0 30px 20px 30px;
}

  .vid1 {
   flex: 1;
   width: 45%;
   float: left;
  }
  .vid2 {
    flex: 1;
    width: 45%;
    float: right;
    margin-left: 30px;
  }
  .vid3 {
   flex: 1;
   width: 45%;
   float: left;
  }
  .vid4 {
    flex: 1;
    width: 45%;
    float: right;
    margin-left: 30px;
  }
  .vid5 {
   flex: 1;
   width: 45%;
   float: left;
  }
  .vid6 {
    flex: 1;
    width: 45%;
    float: right;
    margin-left: 30px;
  }
  .vid7 {
   flex: 1;
   width: 45%;
   float: left;
  }
  .vid8 {
    flex: 1;
    width: 45%;
    float: right;
    margin-left: 30px;
  }
  .vid9 {
   flex: 1;
   width: 45%;
   float: left;
  }
  .vid10 {
    flex: 1;
    width: 45%;
    float: right;
    margin-left: 30px;
  }
  .vid11 {
    flex: 1;
    width: 45%;
    float: left;
  }
  .vid12 {
    flex: 1;
    width: 45%;
    float: right;
    margin-left: 30px;
  }
  .vid13 {
   flex: 1;
   width: 45%;
   float: left;
  }
  .vid14 {
    flex: 1;
    width: 45%;
    float: right;
    margin-left: 30px;
  }
  .vid15 {
   flex: 1;
   width: 45%;
   float: left;
  }
  .vid16 {
    flex: 1;
    width: 45%;
    float: right;
    margin-left: 30px;
  }
  .vid17 {
   flex: 1;
   width: 45%;
   float: left;
  }
  .vid18 {
    flex: 1;
    width: 45%;
    float: right;
    margin-left: 30px;
  }
  .vid19 {
   flex: 1;
   width: 45%;
   float: left;
  }
  .vid20 {
    flex: 1;
    width: 45%;
    float: right;
    margin-left: 30px;
  }
  .vid21 {
   flex: 1;
   width: 45%;
   float: left;
  }
  .vid22 {
    flex: 1;
    width: 45%;
    float: right;
    margin-left: 30px;
  }
  .vid23 {
    flex: 1;
    width: 45%;
    float: left;
  }
  .vid24 {
    flex: 1;
    width: 45%;
    float: right;
    margin-left: 30px;
  }
  .vid25 {
    flex: 1;
    width: 45%;
    float: left;
  }
  .vid26 {
    flex: 1;
    width: 45%;
    float: right;
    margin-left: 30px;
  }
  .vid27 {
   flex: 1;
   width: 45%;
   float: left;
  }
  .vid28 {
    flex: 1;
    width: 45%;
    float: right;
    margin-left: 30px;
  }
  .vid29 {
   flex: 1;
   width: 45%;
   float: left;
  }
  .vid30 {
    flex: 1;
    width: 45%;
    float: right;
    margin-left: 30px;
  }
  .vid31 {
   flex: 1;
   width: 45%;
   float: left;
  }
  .vid32 {
    flex: 1;
    width: 45%;
    float: right;
    margin-left: 30px;
  }
  .vid33 {
   flex: 1;
   width: 45%;
   float: left;
  }
  .vid34 {
    flex: 1;
    width: 45%;
    float: right;
    margin-left: 30px;
  }
  .vid35 {
    flex: 1;
    width: 45%;
    float: left;
  }
  .vid36 {
    flex: 1;
    width: 45%;
    float: right;
    margin-left: 30px;
  }
  .vid37 {
    flex: 1;
    width: 45%;
    float: left;
  }
  .vid38 {
    flex: 1;
    width: 45%;
    float: right;
    margin-left: 30px;
  }


/***********************************************/

/* CHARACTERS */
#bgCharPic {
  background-image:url('../img/title02.jpg');
  background-position: left;
}
.bgcolorCharacters {
  border-radius: 3px;
  float: none;
  width: auto;
  background-color: #F0FFF0;
  text-align: justify;
  margin-top: 15px;
  margin-bottom: 40px;
  padding: 35px 100px 35px 90px;
  border: #cccccc 1px solid;
  box-shadow: inset 0px 2px 5px grey;
}
.CATcharacters img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  max-width: 50%;
  margin-bottom: 20px;
}
  .sam {
    margin: 25px 85px 0 85px;
  }
  .sam1 {
    width: 25%;
    float: left;
    margin-top: 15px;
  }
  .sam1 img{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .sam2 {
    width: 75%;
    float: right;
  }
  .roy {
    margin: 25px 85px 0 85px;
  }
  .roy1 {
    width: 25%;
    float: left;
    margin-top: 15px;
  }
  .roy1 img{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .roy2 {
    width: 75%;
    float: right;
    margin-top: 20px;
  }
  .skip {
    margin: 25px 85px 0 85px;
  }
  .skip1 {
    width: 25%;
    float: left;
    margin-top: 15px;
  }
  .skip1 img{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .skip2 {
    width: 75%;
    float: right;
    margin-top: 65px;
  }
  .sandy {
    margin: 25px 85px 0 85px;
  }
  .sandy1 {
    width: 25%;
    float: left;
    margin-top: 15px;
  }
  .sandy1 img{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .sandy2 {
    width: 75%;
    float: right;
    margin-top: 40px;
  }
  .abby {
    margin: 25px 85px 0 85px;
  }
  .abby1 {
    width: 25%;
    float: left;
    margin-top: 15px;
  }
  .abby1 img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .abby2 {
    width: 75%;
    float: right;
    margin-top: 75px;
  }
  .betty {
    margin: 25px 85px 0 85px;
  }
  .betty1 {
    width: 25%;
    float: left;
    margin-top: 55px;
  }
  .betty1 img{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .betty2 {
    width: 75%;
    float: right;
  }
  .angela {
    margin: 25px 85px 0 85px;
  }
  .angela1 {
    width: 25%;
    float: left;
    margin-top: 55px;
  }
  .angela1 img{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .angela2 {
    width: 75%;
    float: right;
  }
  .grant {
    margin: 25px 85px 0 85px;
  }
  .grant1 {
    width: 25%;
    float: left;
    margin-top: 20px;
  }
  .grant1 img{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .grant2 {
    width: 75%;
    float: right;
    margin-top: 10px;
  }
  .muffins {
    margin: 25px 85px 0 85px;
  }
  .muffins1 {
    width: 25%;
    float: left;
  }
  .muffins1 img{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .muffins2 {
    width: 75%;
    float: right;
  }
  .jackrussel {
    margin: 25px 85px 0 85px;
  }
  .jackrussel1 {
    width: 25%;
    float: left;
    margin-top: 25px;
  }
  .jackrussel1 img{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .jackrussel2 {
    width: 75%;
    float: right;
    margin-top: 10px;
  }
  .roger {
    margin: 25px 85px 0 85px;
  }
  .roger1 {
    width: 25%;
    float: left;
  }
  .roger1 img{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .roger2 {
    width: 75%;
    float: right;
    margin-top: 10px;
  }
  .jerrykurls {
    margin: 25px 85px 0 85px;
  }
  .jerrykurls1 {
    width: 25%;
    float: left;
    margin-top: 35px;
  }
  .jerrykurls1 img{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .jerrykurls2 {
    width: 75%;
    float: right;
    margin-top: 10px;
  }
  .barry {
    margin: 25px 85px 0 85px;
  }
  .barry1 {
    width: 25%;
    float: left;
  }
  .barry1 img{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .barry2 {
    width: 75%;
    float: right;
    margin-top: 10px;
  }
  .peanuts {
    margin: 25px 85px 0 85px;
  }
  .peanuts1 {
    width: 25%;
    float: left;
    margin-top: 45px;
  }
  .peanuts1 img{
   display: block;
   margin-left: auto;
   margin-right: auto;
  }
  .peanuts2 {
    width: 75%;
    float: right;
  }
  .fluffy {
    margin: 25px 85px 0 85px;
  }
  .fluffy1 {
    width: 25%;
    float: left;
    margin-top: 35px;
  }
  .fluffy1 img{
   display: block;
   margin-left: auto;
   margin-right: auto;
  }
  .fluffy2 {
    width: 75%;
    float: right;
  }
  .housemouse {
    margin: 25px 85px 0 85px;
  }
  .housemouse1 {
    width: 25%;
    float: left;
    margin-top: 35px;
  }
  .housemouse1 img{
   display: block;
   margin-left: auto;
   margin-right: auto;
  }
  .housemouse2 {
    width: 75%;
    float: right;
  }
  .reza {
    margin: 25px 85px 0 85px;
  }
  .reza1 {
    width: 25%;
    float: left;
  }
  .reza1 img{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .reza2 {
    width: 75%;
    float: right;
    margin-top: 50px;
  }
  .nola {
    margin: 25px 85px 0 85px;
  }
  .nola1 {
    width: 25%;
    float: left;
  }
  .nola1 img{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .nola2 {
    width: 75%;
    float: right;
    margin-top: 50px;
  }
  .bella {
    margin: 25px 85px 0 85px;
  }
  .bella1 {
    width: 25%;
    float: left;
  }
  .bella1 img{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .bella2 {
    width: 75%;
    float: right;
    margin-top: 80px;
  }
  .verbie {
    margin: 25px 85px 0 85px;
  }
  .verbie1 {
    width: 25%;
    float: left;
  }
  .verbie1 img{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .verbie2 {
    width: 75%;
    float: right;
    margin-top: 45px;
  }
  .ganesh {
    margin: 25px 85px 0 85px;
  }
  .ganesh1 {
    width: 25%;
    float: left;
  }
  .ganesh1 img{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .ganesh2 {
    width: 75%;
    float: right;
    margin-top: 55px;
  }
  .bobby {
    margin: 25px 85px 0 85px;
  }
  .bobby1 {
    width: 25%;
    float: left;
    margin-bottom: 50px;
  }
  .bobby1 img{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .bobby2 {
    width: 75%;
    float: right;
    margin-top: 25px;
  }


/***********************************************/

/* ARCHIVES */
#bgArchPic {
  background-image:url('../img/title06.jpg');
  background-position: right;
}
.bgCatComics2 {
  float: none;
  text-align: justify;
  background-color: #FFFFE0;
}


/***********************************************/

/* HOW TO DRAW */
#bgDrawPic {
  background-image:url('../img/title04.jpg');
  background-position: left ;
}
.tab4 {
  text-indent: 150px;
  margin: 25px 0 45px 0;
  text-transform: uppercase;
}
.tab7 {
  padding: 0 150px 0 150px;
  margin: 15px 0 40px 0;
  text-align: justify;
}
.bgcolorDrawVids1 {
  float: none;
  width: auto;
  background-color: #ecffb3;
}
.bgcolorDrawVids2 {
  float: none;
  width: auto;
  background-color: #ecffb3;
  padding: 20px 15px 15px 15px;
}
.bgcolorDraw {
  float: none;
  width: auto;
  background-color: #AFEEEE;
  padding: 20px 15px 15px 15px;
  border-top: #cccccc 1px solid;
}
.bgcolorDraw2 {
  float: none;
  width: auto;
  background-color: #FFCCFF;
  padding: 20px 15px 15px 15px;
  border-top: #cccccc 1px solid;
}
.drawcomic img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 85%;
  height: auto;
  border: #cccccc 1px solid;
}


/***********************************************/

/* TALES */
#bgTalesPic {
  background-image:url('../img/title05.jpg');
  background-position: right ;
}
.tab6 {
  text-align: center;
  margin-bottom: 35px;
}
.bgcolorTales {
  float: none;
  width: auto;
  text-align: justify;
  background-color: #98FB98;
  padding-bottom: 15px;
}
.hallotitle img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 20px;
  width: 90%;
  box-shadow: 5px 5px 5px black;
  border: #cccccc 1px solid;
}
.hallotitle:hover img {
  opacity: 0.7;
  transition: 0.7s ease;
}
.xmastitle img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 20px;
  width: 90%;
  box-shadow: 5px 5px 5px red;
  border: #cccccc 1px solid;
}
.xmastitle:hover img{
  opacity: 0.7;
  transition: 0.7s ease;
}

/* TALES Halloween */
.hallofont {
  font-family: 'Special Elite', cursive;
  font-size: 27px;
  line-height: 1.5;
  width: 85%;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
}
#bgTalesHalloPic {
  background-image:url('../img/title05.jpg');
  background-position: top;
}
.bgcolorTalesHallo {
  float: none;
  width: auto;
  text-align: justify;
  background-color: #FFA500;
  padding-bottom: 15px;
}
.taleshallo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  width: 50%;
}
.hallobook1 img {
  width: 30%;
  float: left;
  margin-left: 200px;
  box-shadow: -5px 5px 5px black;
}
.hallobook2 img {
  width: 30%;
  float: right;
  margin-right: 200px;
  box-shadow: 5px 5px 5px black;
}
.hallobook1:hover img{
  opacity: 0.7;
  transition: 0.7s ease;
}
.hallobook2:hover img{
  opacity: 0.7;
  transition: 0.7s ease;
}

/* TALES Christmas */
.xmasfont {
  font-family: 'Mountains of Christmas', cursive;
  font-size: 35px;
  line-height: 1.5;
  width: 85%;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
}
#bgTalesXmasPic {
  background-image:url('../img/title04.jpg');
  background-position: left;
}

.bgcolorTalesXmas {
  float: none;
  width: auto;
  text-align: justify;
  background-color: #FFFAFA;
  padding-bottom: 15px;
}
.talesxmas img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 50%;

}
.xmasbook1 img {
  width: 30%;
  float: left;
  margin-top: 70px;
  margin-left: 200px;
  box-shadow: -5px 5px 5px red;
  border: #cccccc 1px solid;
}
.xmasbook2 img {
  width: 30%;
  float: right;
  margin-top: 75px;
  margin-right: 200px;
  box-shadow: 5px 5px 5px red;
  border: #cccccc 1px solid;
}
.xmasbook1:hover img{
  opacity: 0.7;
  transition: 0.7s ease;
}
.xmasbook2:hover img{
  opacity: 0.7;
  transition: 0.7s ease;
}


/***********************************************/

/* STORE */
#bgStorePic {
  background-image:url('../img/title04.jpg');
  background-position: top;
}
.bgcolorStore {
  float: none;
  width: auto;
  text-align: justify;
  background-color: #E6E6FA;
  padding-bottom: 15px;
}
.bgcolorStore1 {
  float: none;
  width: auto;
  text-align: justify;
  background-color: #FFF0F5;
  padding-top: 50px;
  padding-bottom: 10px;
}
.bgcolorStore2 {
  float: none;
  width: auto;
  text-align: justify;
  background-color: #E6E6FA;
  padding-top: 50px;
  padding-bottom: 10px;
}
.tab8 {
  margin-top: 5px;
  padding: 0 150px 0 150px;
}

.storeicon0 img {
  margin: 0 20px 25px 20px;
}
  .storeicon0:hover img{
    opacity: 0.7;
    transition: 0.7s ease;
  }
  .storeicon1 img {
    margin: 0 20px 25px 20px;
  }
  .storeicon1:hover img{
    opacity: 0.7;
    transition: 0.7s ease;
  }
  .storeicon2 img {
    margin: 0 20px 25px 20px;
  }
  .storeicon2:hover img{
    opacity: 0.7;
    transition: 0.7s ease;
  }
  .storeicon3 img {
    margin: 0 20px 25px 20px;
  }
  .storeicon3:hover img{
    opacity: 0.7;
    transition: 0.7s ease;
  }
  .storeicon4 img {
    margin: 15px 20px 25px 20px;
  }
  .storeicon4:hover img{
    opacity: 0.7;
    transition: 0.7s ease;
  }

.catbookstore {
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  justify-content: space-around;
  justify-content: center;
}
  .catbookstore1 img{
    flex: 1;
    margin: 0 15px 25px 15px;
    box-shadow: 5px 5px 5px grey;
    max-width: 100%;
    height: auto;
    border: #cccccc 1px solid;
  }
  .catbookstore2 img{
    flex: 1;
    margin: 0 15px 25px 15px;
    box-shadow: 5px 5px 5px grey;
    max-width: 100%;
    height: auto;
    border: #cccccc 1px solid;
  }
  .catbookstore3 img{
    flex: 1;
    margin: 0 15px 25px 15px;
    box-shadow: 5px 5px 5px grey;
    max-width: 100%;
    height: auto;
    border: #cccccc 1px solid;
  }
  .catbookstore4 img{
    flex: 1;
    margin: 0 15px 25px 15px;
    box-shadow: 5px 5px 5px grey;
    max-width: 100%;
    height: auto;
    border: #cccccc 1px solid;
  }
  .catbookstore5 img{
    flex: 1;
    margin: 0 15px 25px 15px;
    box-shadow: 5px 5px 5px grey;
    max-width: 100%;
    height: auto;
    border: #cccccc 1px solid;
  }
  .catbookstore6 img{
    flex: 1;
    margin: 0 15px 25px 15px;
    box-shadow: 5px 5px 5px grey;
    max-width: 100%;
    height: auto;
    border: #cccccc 1px solid;
  }

.LiCbookstore {
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  justify-content: space-around;
  justify-content: center;
}
  .LiCbookstore1 img{
    flex: 1;
    margin: 0 15px 25px 15px;
    box-shadow: 5px 5px 5px grey;
    max-width: 100%;
    height: auto;
    border: #cccccc 1px solid;
  }
  .LiCbookstore2 img{
    flex: 1;
    margin: 0 15px 25px 15px;
    box-shadow: 5px 5px 5px grey;
    max-width: 100%;
    height: auto;
    border: #cccccc 1px solid;
  }
  .LiCbookstore3 img{
    flex: 1;
    margin: 0 15px 25px 15px;
    box-shadow: 5px 5px 5px grey;
    max-width: 100%;
    height: auto;
    border: #cccccc 1px solid;
  }
  .LiCbookstore4 img{
    flex: 1;
    margin: 0 15px 25px 15px;
    box-shadow: 5px 5px 5px grey;
    max-width: 100%;
    height: auto;
    border: #cccccc 1px solid;
  }
  .LiCbookstore5 img{
    flex: 1;
    margin: 0 15px 25px 15px;
    box-shadow: 5px 5px 5px grey;
    max-width: 100%;
    height: auto;
    border: #cccccc 1px solid;
  }
  .LiCbookstore6 img{
    flex: 1;
    margin: 0 15px 25px 15px;
    box-shadow: 5px 5px 5px grey;
    max-width: 100%;
    height: auto;
    border: #cccccc 1px solid;
  }

.cathallobookstore {
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  justify-content: space-around;
  justify-content: center;
}
  .cathallobookstore1 img{
    flex: 1;
    margin: 0 15px 25px 15px;
    box-shadow: 5px 5px 5px grey;
    max-width: 100%;
    height: auto;
    border: #cccccc 1px solid;
  }
  .cathallobookstore2 img{
    flex: 1;
    margin: 0 15px 25px 15px;
    box-shadow: 5px 5px 5px grey;
    max-width: 100%;
    height: auto;
    border: #cccccc 1px solid;
  }
  .cathallobookstore3 img{
    flex: 1;
    margin: 0 15px 25px 15px;
    box-shadow: 5px 5px 5px grey;
    max-width: 100%;
    height: auto;
    border: #cccccc 1px solid;
  }

.catxmasbookstore {
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  justify-content: space-around;
  justify-content: center;
}
  .catxmasbookstore1 img{
    flex: 1;
    margin: 0 15px 25px 15px;
    box-shadow: 5px 5px 5px grey;
    max-width: 100%;
    height: auto;
    border: #cccccc 1px solid;
  }
  .catxmasbookstore2 img{
    flex: 1;
    margin: 0 15px 25px 15px;
    box-shadow: 5px 5px 5px grey;
    max-width: 100%;
    height: auto;
    border: #cccccc 1px solid;
  }
  .catxmasbookstore3 img{
    flex: 1;
    margin: 0 15px 25px 15px;
    box-shadow: 5px 5px 5px grey;
    max-width: 100%;
    height: auto;
    border: #cccccc 1px solid;
  }

.jzbookstore {
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  justify-content: space-around;
  justify-content: center;
}
  .jzbookstore1 img{
    flex: 1;
    margin: 0 15px 25px 15px;
    box-shadow: 5px 5px 5px grey;
    max-width: 100%;
    height: auto;
    border: #cccccc 1px solid;
  }
  .jzbookstore2 img{
    flex: 1;
    margin: 0 15px 25px 15px;
    box-shadow: 5px 5px 5px grey;
    max-width: 100%;
    height: auto;
    border: #cccccc 1px solid;
  }
  .jzbookstore3 img{
    flex: 1;
    margin: 0 15px 25px 15px;
    box-shadow: 5px 5px 5px grey;
    max-width: 100%;
    height: auto;
    border: #cccccc 1px solid;
  }
  .jzbookstore4 img{
    flex: 1;
    margin: 0 15px 25px 15px;
    box-shadow: 5px 5px 5px grey;
    max-width: 100%;
    height: auto;
    border: #cccccc 1px solid;
  }
  .jzbookstore5 img{
    flex: 1;
    margin: 0 15px 25px 15px;
    box-shadow: 5px 5px 5px grey;
    max-width: 100%;
    height: auto;
    border: #cccccc 1px solid;
  }
  .jzbookstore6 img{
    flex: 1;
    margin: 0 15px 25px 15px;
    box-shadow: 5px 5px 5px grey;
    max-width: 100%;
    height: auto;
    border: #cccccc 1px solid;
  }


/***********************************************/

/* CONTACT */
.go {
  color: green;
  margin-left: 20px;
}
.nogo {
  color: red;
  margin-left: 20px;
}
#bgContactPic {
  background-image:url('../img/title05.jpg');
  background-position: top;
}
#contact {
    background-color: #FFE4E1;
}
.bgContact {
  float: none;
  width: 40%;
  background-color: #F5FFFA;
  border-radius: 3px;
  margin: 35px 0 90px 0px;
  padding: 20px 15px 20px 40px;
  box-shadow: 3px 3px 7px grey;
}
.button_1{
  height:38px;
  background:#cdb912;
  border:0;
  padding: 0 20px;
  color:#ffffff;
  border-radius: 3px;
  margin: 15px 0 25px 40px;
  box-shadow: 5px 5px 5px grey;
}
.button_1:hover{
  color:black;
  background-color: #63beb9;
  box-shadow: 5px 5px 5px black;
}
label {
  margin-left: 20px;
}
#contact .quote input{
  width:90%;
  padding: 15px ;
  margin: 10px 0 35px 10px;
}
#contact .quote textarea{
  width:90%;
  padding:15px;
  margin: 10px 0 20px 10px;
  height: 100px;
}


/***********************************************/

/* FOOTER */
footer{
  padding: 30px 15px;
  font-size: 14px;
  background-color: #E0FFFF;
  text-align:center;
  border-top: #cccccc 1px solid;
  box-shadow: 0px 0px 10px grey;
}


/***********************************************/

/*CAT! COMICS! Slideshow*/
* {box-sizing:border-box}
/* Slideshow container */
.slideshow-container {
  max-width: 1250px;
  position: relative;
  margin: 0 80px 0 80px;
}
/* Hide the images by default */
.mySlides {
  display: none;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 35%;
  width: auto;
  margin-left: -60px;
  margin-top: -22px;
  padding: 16px;
  color: #1E90FF;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 7px;
  user-select: none;
}
/* Position of "next button" to the right */
.next {
  right: -60px;
  border-radius: 7px;
}
/* On hover - black background color with little see-through */
.prev:hover, .next:hover {
  background-color: lightblue;
}
/* Caption text */
.text {
  color: black;
  font-size: 20px;
  position: absolute;
  width: 100%;
  text-align: center;
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 10px 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot:hover {
  background-color: #717171;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/***********************************************/

/*PANEL! COMICS! Slideshow*/
* {box-sizing:border-box}
/* Slideshow container */
.slideshow-container2 {
  max-width: 550px;
  position: relative;
  margin: 0 0 0 20px;
}
/* Hide the images by default */
.mySlides2 {
  display: none;
}
/* Next & previous buttons */
.prev2, .next2 {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  margin-left: -60px;
  margin-top: -22px;
  padding: 16px;
  color: #1E90FF;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 7px;
  user-select: none;
}
/* Position of "next button" to the right */
.next2 {
  right: -60px;
  border-radius: 7px;
}
/* On hover - black background color with little see-through */
.prev2:hover, .next2:hover {
  background-color: #87CEFA;
}
/* Caption text */
.text2 {
  color: black;
  font-size: 20px;
  position: absolute;
  width: 100%;
  text-align: center;
}
/* The dots/bullets/indicators */
.dot2 {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 10px 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active2, .dot2:hover {
  background-color: #717171;
}
/* Fading animation */
.fade2 {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade2 {
  from {opacity: .4}
  to {opacity: 1}
}
@keyframes fade2 {
  from {opacity: .4}
  to {opacity: 1}
}



/***********************************************/
/***********************************************/


@media (max-width: 1024px) {

header {
  position: static;
}

  .prev, .next {
    top: 30%;
    width: auto;
    margin-left: -15px;
    margin-top: -25px;
    padding: 16px;
    color: #1E90FF;
    font-weight: bold;
    font-size: 25px;
  }
  .next {
    right: -15px;
  }
  .maintitle img {
    margin-left: -100px;
    margin-bottom: -100px;
    width: 120%;
  }

  .tabSP2{
    margin: 20px 0 20px 40px;
  }
  .SinglePanel{
    width: 85%;
  }

  .bgAboutText {
    margin: 10px 25px 0 20px;
    padding: 10px 30px 35px 25px;
  }

  /* VIDEOS */
  .tab4 {
    padding: 0px;
    text-align: justify;
  }
  .tab5 {
    margin: 0 0 10px 10px;
    text-align: justify;
  }

  .videos1 {
    margin: 0px;
  }
  .videos2 {
    margin: 0px;
  }
  .videos3 {
    margin: 0px;
  }
  .videos4 {
    margin: 0px;
  }
  .videos5 {
    margin: 0px;
  }
  .videos6 {
    margin: 0px;
  }
  .videos7 {
    margin: 0px;
  }
  .videos8 {
    margin: 0px;
  }
  .videos9 {
    margin: 0px;
  }
  .videos10 {
    margin: 0px;
  }
  .videos11 {
    margin: 0px;
  }
  .videos12 {
    margin: 0px;
  }
  .videos13 {
    margin: 0px;
  }
  .videos14 {
    margin: 0px;
  }
  .videos15 {
    margin: 0px;
  }
  .videos16 {
    margin: 0px;
  }
  .videos17 {
    margin: 0px;
  }
  .videos18 {
    margin: 0px;
  }
  .videos19 {
    margin: 0px;
  }

/* CHARACTERS */
.bgcolorCharacters {
  padding: 15px 45px;
}

.CATcharacters img{
  height: auto;
  max-width: 75%;
  margin-bottom: 20px;
}
  .sam {
    margin: 0;
  }
  .sam1 {
    width: 25%;
    float: left;
    margin-top: 10px;
  }
  .sam2 {
    width: 75%;
    float: right;
  }
  .roy {
    margin:0;
  }
  .roy1 {
    width: 25%;
    float: left;
    margin-top: 15px;
  }
  .roy2 {
    width: 75%;
    float: right;
  }
  .skip {
    margin: 0;
  }
  .skip1 {
    width: 25%;
    float: left;
    margin-top: 15px;
  }
  .skip2 {
    width: 75%;
    float: right;
    margin-top: 65px;
  }
  .sandy {
    margin: 0;
  }
  .sandy1 {
    width: 25%;
    float: left;
    margin-top: 15px;
  }
  .sandy2 {
    width: 75%;
    float: right;
    margin-top: 20px;
  }
  .abby {
    margin: 0;
  }
  .abby1 {
    width: 25%;
    float: left;
    margin-top: 15px;
  }
  .abby2 {
    width: 75%;
    float: right;
    margin-top: 75px;
  }
  .betty {
    margin: 0;
  }
  .betty1 {
    width: 25%;
    float: left;
    margin-top: 55px;
  }
  .betty2 {
    width: 75%;
    float: right;
  }
  .angela {
    margin: 0;
  }
  .angela1 {
    width: 25%;
    float: left;
    margin-top: 55px;
  }
  .angela2 {
    width: 75%;
    float: right;
  }
  .grant {
    margin: 0;
  }
  .grant1 {
    width: 25%;
    float: left;
    margin-top: 20px;
  }
  .grant2 {
    width: 75%;
    float: right;
    margin-top: 10px;
  }
  .muffins {
    margin: 0;
  }
  .muffins1 {
    width: 25%;
    float: left;
  }
  .muffins2 {
    width: 75%;
    float: right;
  }
  .jackrussel {
    margin: 0;
  }
  .jackrussel1 {
    width: 25%;
    float: left;
    margin-top: 30px;
  }
  .jackrussel2 {
    width: 68%;
    float: right;
    margin-top: 0px;
  }
  .roger {
    margin: 0;
  }
  .roger1 {
    width: 25%;
    float: left;
  }
  .roger2 {
    width: 75%;
    float: right;
    margin-top: 10px;
  }
  .jerrykurls {
    margin: 0;
  }
  .jerrykurls1 {
    width: 25%;
    float: left;
    margin-top: 35px;
  }
  .jerrykurls2 {
    width: 75%;
    float: right;
    margin-top: 10px;
  }
  .barry {
    margin: 0;
  }
  .barry1 {
    width: 25%;
    float: left;
  }
  .barry2 {
    width: 75%;
    float: right;
    margin-top: 10px;
  }
  .peanuts {
    margin: 0;
  }
  .peanuts1 {
    width: 25%;
    float: left;
    margin-top: 45px;
  }
  .peanuts2 {
    width: 75%;
    float: right;
  }
  .fluffy {
    margin: 0;
  }
  .fluffy1 {
    width: 25%;
    float: left;
    margin-top: 35px;
  }
  .fluffy2 {
    width: 75%;
    float: right;
  }
  .housemouse {
    margin: 0;
  }
  .housemouse1 {
    width: 25%;
    float: left;
    margin-top: 35px;
  }
  .housemouse2 {
    width: 75%;
    float: right;
  }
  .reza {
    margin: 0;
  }
  .reza1 {
    width: 25%;
    float: left;
  }
  .reza2 {
    width: 75%;
    float: right;
    margin-top: 50px;
  }
  .nola {
    margin: 0;
  }
  .nola1 {
    width: 25%;
    float: left;
  }
  .nola2 {
    width: 75%;
    float: right;
    margin-top: 50px;
  }
  .bella {
    margin: 0;
  }
  .bella1 {
    width: 25%;
    float: left;
  }
  .bella2 {
    width: 75%;
    float: right;
    margin-top: 80px;
  }
  .verbie {
    margin: 0;
  }
  .verbie1 {
    width: 25%;
    float: left;
  }
  .verbie2 {
    width: 75%;
    float: right;
    margin-top: 45px;
  }
  .ganesh {
    margin: 0;
  }
  .ganesh1 {
    width: 25%;
    float: left;
  }
  .ganesh2 {
    width: 75%;
    float: right;
    margin-top: 55px;
  }
  .bobby {
    margin: 0;
  }
  .bobby1 {
    width: 25%;
    float: left;
    margin-bottom: 25px;
  }
  .bobby2 {
    width: 75%;
    float: right;
    margin-top: 25px;
  }

/* HOW TO DRAW */
.tab4 {
  text-indent: 0px;
  text-align: center;
  margin: 25px 0 25px 0;
  text-transform: uppercase;
}
.tab7 {
  padding: 0 15px 0 15px;
  margin: 15px 0 40px 0;
  text-align: justify;
}
.drawcomic img {
  max-width: 95%;
}

/* STORE */
.tab8 {
  margin-top: 5px;
  padding: 15px 40px 15px 40px;
}

/* TALES Halloween */
.taleshallo img {
  width: 70%;
}
.hallobook1 img {
  width: 60%;
  float: none;
  margin-left: 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.hallobook2 img {
  width: 60%;
  float: none;
  margin-right: 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* TALES Christmas */
.talesxmas img{
  width: 70%;
}
.xmasbook1 img {
  width: 60%;
  float: none;
  margin-left: 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.xmasbook2 img {
  width: 60%;
  float: none;
  margin-right: 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

/* CONTACT */
/* 300px (width) x 600px (height) */
.bgContact {
  float: none;
  width: 75%;
  margin: 25px 0 50px 0px;
}
.button_1{
  margin: 15px 0 25px 20px;
}
label {
  margin-left: 10px;
}
#contact .quote input{
  margin: 10px 0 25px 0;
}
#contact .quote textarea{
  margin: 10px 0 10px 0;
}


}


/***********************************************/

@media (max-width: 768px) {

 header {
  position: static;
}

.slideshow-container {
  max-width: 768px;
  position: relative;
  margin: 0 10px 0 10px;
}
/* Hide the images by default */
.mySlides {
  display: none;
}

  /* Next & previous buttons */
  .prev, .next {
    top: 20%;
    width: auto;
    margin-left: -60px;
    margin-top: -15px;
    padding: 16px;
    color: #1E90FF;
    font-weight: bold;
    font-size: 25px;
  }
  .next {
    right: -60px;
  }
  .container{
    width:100%;
    margin: auto;
    overflow:hidden;
  }

  .paw {
    height: 40px;
    float:left;
    margin: 10px 0 0 50px;
  }

  .dropbtn {
    margin-left: 80px;
  }

  .dropdown {
    margin-right: 50px;
  }

  .maintitle img {
    margin-left: -220px;
    margin-bottom: -90px;
    width: 150%;
  }

  .tabSP{
    text-indent: 12px;
    text-align: justify;
    margin: 0 0 20px 40px;
  }
  .tabSP2{
    margin: 20px 0 20px 40px;
  }
  .SinglePanel{
    width: 85%;
    margin: 0 100px 0 0;
  }
  .tab2{
    margin: 10px 0 10px 15px;
    text-align: justify;
  }
  .tab3{
    padding: 0 15px 0 15px;
    text-align: justify;
  }


  .titlebuttons {
    margin: 35px 0 15px 0;
    text-align: center;
  }

  .bgAboutText {
    margin: 10px 25px 0 20px;
    padding: 10px 30px 35px 25px;
  }

  /* VIDEOS */
    .videos1 {
      display: contents;
      justify-content: center;
      margin: 0;
    }
    .videos2 {
      display: contents;
      justify-content: center;
      margin: 0;
    }
    .videos3 {
      display: contents;
      justify-content: center;
      margin: 0;
    }
    .videos4 {
      display: contents;
      justify-content: center;
      margin: 0;
    }
    .videos5 {
      display: contents;
      justify-content: center;
      margin: 0;
    }
    .videos6 {
      display: contents;
      justify-content: center;
      margin: 0;
    }
    .videos7 {
      display: contents;
      justify-content: center;
      margin: 0;
    }
    .videos8 {
      display: contents;
      justify-content: center;
      margin: 0;
    }
    .videos9 {
      display: contents;
      justify-content: center;
      margin: 0;
    }
    .videos10 {
      display: contents;
      justify-content: center;
      margin: 0;
    }
    .videos11 {
      display: contents;
      justify-content: center;
      margin: 0;
    }
    .videos12 {
      display: contents;
      justify-content: center;
      margin: 0;
    }
    .videos13 {
      display: contents;
      justify-content: center;
      margin: 0;
    }
    .videos14 {
      display: contents;
      justify-content: center;
      margin: 0;
    }
    .videos15 {
      display: contents;
      justify-content: center;
      margin: 0;
    }
    .videos16 {
      display: contents;
      justify-content: center;
      margin: 0;
    }
    .videos17 {
      display: contents;
      justify-content: center;
      margin: 0;
    }
    .videos18 {
      display: contents;
      justify-content: center;
      margin: 0;
    }
    .videos19 {
      display: contents;
      justify-content: center;
      margin: 0;
    }

          .vid1 {
           width: 100%;
          }
          .vid2 {
            width: 100%;
          }
          .vid3 {
           width: 100%;
          }
          .vid4 {
            width: 100%;
          }
          .vid5 {
           width: 100%;
          }
          .vid6 {
            width: 100%;
          }
          .vid7 {
           width: 100%;
          }
          .vid8 {
            width: 100%;
          }
          .vid9 {
           width: 100%;
          }
          .vid10 {
            width: 100%;
          }
          .vid11 {
           width: 100%;
          }
          .vid12 {
            width: 100%;
          }
          .vid13 {
           width: 100%;
          }
          .vid14 {
            width: 100%;
          }
          .vid15 {
           width: 100%;
          }
          .vid16 {
            width: 100%;
          }
          .vid17 {
           width: 100%;
          }
          .vid18 {
            width: 100%;
          }
          .vid19 {
           width: 100%;
          }
          .vid20 {
            width: 100%;
          }
          .vid21 {
           width: 100%;
          }
          .vid22 {
            width: 100%;
          }
          .vid23 {
           width: 100%;
          }
          .vid24 {
            width: 100%;
          }
          .vid25 {
            width: 100%;
          }
          .vid26 {
            width: 100%;
          }
          .vid27 {
            width: 100%;
          }
          .vid28 {
            width: 100%;
          }
          .vid29 {
            width: 100%;
          }
          .vid30 {
            width: 100%;
          }
          .vid31 {
            width: 100%;
          }
          .vid32 {
            width: 100%;
          }
          .vid33 {
            width: 100%;
          }
          .vid34 {
            width: 100%;
          }
          .vid35 {
            width: 100%;
          }
          .vid36 {
            width: 100%;
          }
          .vid37 {
            width: 100%;
          }
          .vid38 {
            width: 100%;
          }

/* CHARACTERS */
.bgcolorCharacters {
  padding: 35px;
}

.CATcharacters img{
  height: auto;
  max-width: 95%;
  margin-bottom: 20px;
}
    .sam {
      margin: 5px;
    }
    .sam1 {
      width: 100%;
      margin: 0;
    }
    .sam2 {
      width: 100%;
      margin: 0;
    }
    .roy {
      margin: 5px;
    }
    .roy1 {
      width: 100%;
      margin: 0;
    }
    .roy2 {
      width: 100%;
      margin: 0;
    }
    .skip {
      margin: 5px;
    }
    .skip1 {
      width: 100%;
      margin: 0;
    }
    .skip2 {
      width: 100%;
      margin: 0;
    }
    .sandy {
      margin: 5px;
    }
    .sandy1 {
      width: 100%;
      margin: 0;
    }
    .sandy2 {
      width: 100%;
      margin: 0;
    }
    .abby {
      margin: 5px;
    }
    .abby1 {
      width: 100%;
      margin: 0;
    }
    .abby2 {
      width: 100%;
      margin: 0;
    }
    .betty {
      margin: 5px;
    }
    .betty1 {
      width: 100%;
      margin: 0;
    }
    .betty2 {
      width: 100%;
      margin: 0;
    }
    .angela {
      margin: 5px;
    }
    .angela1 {
      width: 100%;
      margin: 0;
    }
    .angela2 {
      width: 100%;
      margin: 0;
    }
    .grant {
      margin: 5px;
    }
    .grant1 {
      width: 100%;
      margin: 0;
    }
    .grant2 {
      width: 100%;
      margin: 0;
    }
    .muffins {
      margin: 5px;
    }
    .muffins1 {
      width: 100%;
      margin: 0;
    }
    .muffins2 {
      width: 100%;
      margin: 0;
    }
    .jackrussel {
      margin: 5px;
    }
    .jackrussel1 {
      width: 100%;
      margin: 0;
    }
    .jackrussel2 {
      width: 100%;
      margin: 0;
    }
    .roger {
      margin: 5px;
    }
    .roger1 {
      width: 100%;
      margin: 0;
    }
    .roger2 {
      width: 100%;
      margin: 0;
    }
    .jerrykurls {
      margin: 5px;
    }
    .jerrykurls1 {
      width: 100%;
      margin: 0;
    }
    .jerrykurls2 {
      width: 100%;
      margin: 0;
    }
    .barry {
      margin: 5px;
    }
    .barry1 {
      width: 100%;
      margin: 0;
    }
    .barry2 {
      width: 100%;
      margin: 0;
    }
    .peanuts {
      margin: 5px;
    }
    .peanuts1 {
      width: 100%;
      margin: 0;
    }
    .peanuts2 {
      width: 100%;
      margin: 0;
    }
    .fluffy {
      margin: 5px;
    }
    .fluffy1 {
      width: 100%;
      margin: 0;
    }
    .fluffy2 {
      width: 100%;
      margin: 0;
    }
    .housemouse {
      margin: 5px;
    }
    .housemouse1 {
      width: 100%;
      margin: 0;
    }
    .housemouse2 {
      width: 100%;
      margin: 0;
    }
    .reza {
      margin: 5px;
    }
    .reza1 {
      width: 100%;
      margin: 0;
    }
    .reza2 {
      width: 100%;
      margin: 0;
    }
    .nola {
      margin: 5px;
    }
    .nola1 {
      width: 100%;
      margin: 0;
    }
    .nola2 {
      width: 100%;
      margin: 0;
    }
    .bella {
      margin: 5px;
    }
    .bella1 {
      width: 100%;
      margin: 0;
    }
    .bella2 {
      width: 100%;
      margin: 0;
    }
    .verbie {
      margin: 5px;
    }
    .verbie1 {
      width: 100%;
      margin: 0;
    }
    .verbie2 {
      width: 100%;
      margin: 0;
    }
    .ganesh {
      margin: 5px;
    }
    .ganesh1 {
      width: 100%;
      margin: 0;
    }
    .ganesh2 {
      width: 100%;
      margin: 0;
    }
    .bobby {
      margin: 5px;
    }
    .bobby1 {
      width: 100%;
      margin: 0;
    }
    .bobby2 {
      width: 100%;
      margin: 0 0 25px 0;
    }

/* HOW TO DRAW */
  .tab4 {
    text-indent: 0px;
    text-align: center;
    margin: 25px 0 25px 0;
    text-transform: uppercase;
  }
  .tab7 {
    padding: 0 15px 0 15px;
    margin: 15px 0 40px 0;
    text-align: justify;
  }
  .drawcomic img {
    max-width: 95%;
  }

/* STORE */
  .tab8 {
    margin-top: 5px;
    padding: 15px 30px 15px 30px;
  }

/* TALES Halloween */
.hallofont {
  font-size: 20px;
  width: 90%;
}
.taleshallo img {
  width: 80%;
}
.hallobook1 img {
  width: 80%;
  float: none;
  margin-left: 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.hallobook2 img {
  width: 80%;
  float: none;
  margin-right: 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* TALES Christmas */
.xmasfont {
  font-size: 20px;
  width: 90%;
}
.talesxmas img{
  width: 80%;
}
.xmasbook1 img {
  width: 80%;
  float: none;
  margin-left: 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.xmasbook2 img {
  width: 80%;
  float: none;
  margin-right: 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* CONTACT */
/* 300px (width) x 600px (height) */
.bgContactAD {
  float: none;
  width: 85%;
  margin: 0 0 50px 0;
  text-align: center;
}
.bgContact {
  float: none;
  width: 85%;
  margin: 25px 0 50px 50px;
}
.button_1{
  margin: 15px 0 25px 20px;
}
label {
  margin-left: 10px;
}
#contact .quote input{
  margin: 10px 0 25px 0;
}
#contact .quote textarea{
  margin: 10px 0 10px 0;
}


}


/***********************************************/

@media (max-width: 750px) {

  .slideshow-container2 {
    max-width: 550px;
    position: relative;
    margin: 0 0 0 90px;
  }

  /* Next & previous buttons */
  .prev, .next {
    top: 25%;
    width: auto;
    margin-left: -17px;
    margin-top: -25px;
    padding: 16px;
    color: #1E90FF;
    font-weight: bold;
    font-size: 25px;
  }
  .next {
    right: -15px;
  }


}


/***********************************************/

@media (max-width: 480px) {

header {
    position: static;
  }

  .slideshow-container2 {
    max-width: 550px;
    position: relative;
    margin: 0 0 0 50px;
  }

/* Next & previous buttons */
.prev, .next {
  top: 25%;
  width: auto;
  margin-left: -17px;
  margin-top: -25px;
  padding: 16px;
  color: #1E90FF;
  font-weight: bold;
  font-size: 25px;
}
.next {
  right: -15px;
}

.container{
  width:95%;
  margin: auto;
  overflow:hidden;
}

.paw {
  height: 40px;
  float:left;
  margin: 10px 0 0 50px;
}

.dropbtn {
  margin-left: 80px;
}
.dropdown {
  margin-right: 50px;
}

.maintitle img {
  margin-left: -170px;
  margin-bottom: -90px;
  width: 170%;
}

/* Index About */
.tab{
  text-indent: 12px;
  text-align: justify;
  margin-top: 0px;
}
.tab2{
  margin: 5px 0 15px 10px;
  text-align: justify;
}
.tabSP{
  text-indent: 12px;
  text-align: justify;
  margin: 0 0 20px 20px;
}
.tabSP2{
  margin: 20px 0 20px 40px;
}
.SinglePanel{
  width: 85%;
  margin: 0 100px 0 0;
  padding: 0;
}

/* Index Videos Draw  */
.tab3{
  padding: 0;
  text-align: justify;
}
.tabSP3{
  padding: 0 75px 0 75px;
  text-align: justify;
}
/* Videos Draw */
.tab5 {
  width: 90%;
  margin: 15px 0 15px 15px;
  text-align: justify;
}

.booksMain {
    padding: 10px 25px 25px 25px;
}

.titlebuttons {
  align-content: center;
}

.bgAboutText {
  margin: 10px 15px 0 10px;
  padding: 10px 25px 35px 20px;
}

/* VIDEOS */
  .videos1 {
    display: contents;
    justify-content: center;
    margin: 0;
  }
  .videos2 {
    display: contents;
    justify-content: center;
    margin: 0;
  }
  .videos3 {
    display: contents;
    justify-content: center;
    margin: 0;
  }
  .videos4 {
    display: contents;
    justify-content: center;
    margin: 0;
  }
  .videos5 {
    display: contents;
    justify-content: center;
    margin: 0;
  }
  .videos6 {
    display: contents;
    justify-content: center;
    margin: 0;
  }
  .videos7 {
    display: contents;
    justify-content: center;
    margin: 0;
  }
  .videos8 {
    display: contents;
    justify-content: center;
    margin: 0;
  }
  .videos9 {
    display: contents;
    justify-content: center;
    margin: 0;
  }
  .videos10 {
    display: contents;
    justify-content: center;
    margin: 0;
  }
  .videos11 {
    display: contents;
    justify-content: center;
    margin: 0;
  }
  .videos12 {
    display: contents;
    justify-content: center;
    margin: 0;
  }
  .videos13 {
    display: contents;
    justify-content: center;
    margin: 0;
  }
  .videos14 {
    display: contents;
    justify-content: center;
    margin: 0;
  }
  .videos15 {
    display: contents;
    justify-content: center;
    margin: 0;
  }
  .videos16 {
    display: contents;
    justify-content: center;
    margin: 0;
  }
  .videos17 {
    display: contents;
    justify-content: center;
    margin: 0;
  }
  .videos18 {
    display: contents;
    justify-content: center;
    margin: 0;
        }
  .videos19 {
    display: contents;
    justify-content: center;
    margin: 0;
        }

        .vid1 {
         width: 100%;
        }
        .vid2 {
          width: 100%;
        }
        .vid3 {
         width: 100%;
        }
        .vid4 {
          width: 100%;
        }
        .vid5 {
         width: 100%;
        }
        .vid6 {
          width: 100%;
        }
        .vid7 {
         width: 100%;
        }
        .vid8 {
          width: 100%;
        }
        .vid9 {
         width: 100%;
        }
        .vid10 {
          width: 100%;
        }
        .vid11 {
         width: 100%;
        }
        .vid12 {
          width: 100%;
        }
        .vid13 {
         width: 100%;
        }
        .vid14 {
          width: 100%;
        }
        .vid15 {
         width: 100%;
        }
        .vid16 {
          width: 100%;
        }
        .vid17 {
         width: 100%;
        }
        .vid18 {
          width: 100%;
        }
        .vid19 {
         width: 100%;
        }
        .vid20 {
          width: 100%;
        }
        .vid21 {
         width: 100%;
        }
        .vid22 {
          width: 100%;
        }
        .vid23 {
         width: 100%;
        }
        .vid24 {
          width: 100%;
        }
        .vid25 {
          width: 100%;
        }
        .vid26 {
          width: 100%;
        }
        .vid27 {
          width: 100%;
        }
        .vid28 {
          width: 100%;
        }
        .vid29 {
          width: 100%;
        }
        .vid30 {
          width: 100%;
        }
        .vid31 {
          width: 100%;
        }
        .vid32 {
          width: 100%;
        }
        .vid33 {
          width: 100%;
        }
        .vid34 {
          width: 100%;
        }
        .vid35 {
          width: 100%;
        }
        .vid36 {
          width: 100%;
        }
        .vid37 {
          width: 100%;
        }
        .vid38 {
          width: 100%;
        }

/* CHARACTERS */
.bgcolorCharacters {
  padding: 35px;
}
.CATcharacters img{
  height: auto;
  max-width: 95%;
  margin-bottom: 20px;
}
  .sam {
    margin: 5px;
  }
  .sam1 {
    width: 100%;
    margin: 0;
  }
  .sam2 {
    width: 100%;
    margin: 0;
  }
  .roy {
    margin: 5px;
  }
  .roy1 {
    width: 100%;
    margin: 0;
  }
  .roy2 {
    width: 100%;
    margin: 0;
  }
  .skip {
    margin: 5px;
  }
  .skip1 {
    width: 100%;
    margin: 0;
  }
  .skip2 {
    width: 100%;
    margin: 0;
  }
  .sandy {
    margin: 5px;
  }
  .sandy1 {
    width: 100%;
    margin: 0;
  }
  .sandy2 {
    width: 100%;
    margin: 0;
  }
  .abby {
    margin: 5px;
  }
  .abby1 {
    width: 100%;
    margin: 0;
  }
  .abby2 {
    width: 100%;
    margin: 0;
  }
  .betty {
    margin: 5px;
  }
  .betty1 {
    width: 100%;
    margin: 0;
  }
  .betty2 {
    width: 100%;
    margin: 0;
  }
  .angela {
    margin: 5px;
  }
  .angela1 {
    width: 100%;
    margin: 0;
  }
  .angela2 {
    width: 100%;
    margin: 0;
  }
  .grant {
    margin: 5px;
  }
  .grant1 {
    width: 100%;
    margin: 0;
  }
  .grant2 {
    width: 100%;
    margin: 0;
  }
  .muffins {
    margin: 5px;
  }
  .muffins1 {
    width: 100%;
    margin: 0;
  }
  .muffins2 {
    width: 100%;
    margin: 0;
  }
  .jackrussel {
    margin: 5px;
  }
  .jackrussel1 {
    width: 100%;
    margin: 0;
  }
  .jackrussel2 {
    width: 100%;
    margin: 0;
  }
  .roger {
    margin: 5px;
  }
  .roger1 {
    width: 100%;
    margin: 0;
  }
  .roger2 {
    width: 100%;
    margin: 0;
  }
  .jerrykurls {
    margin: 5px;
  }
  .jerrykurls1 {
    width: 100%;
    margin: 0;
  }
  .jerrykurls2 {
    width: 100%;
    margin: 0;
  }
  .barry {
    margin: 5px;
  }
  .barry1 {
    width: 100%;
    margin: 0;
  }
  .barry2 {
    width: 100%;
    margin: 0;
  }
  .peanuts {
    margin: 5px;
  }
  .peanuts1 {
    width: 100%;
    margin: 0;
  }
  .peanuts2 {
    width: 100%;
    margin: 0;
  }
  .fluffy {
    margin: 5px;
  }
  .fluffy1 {
    width: 100%;
    margin: 0;
  }
  .fluffy2 {
    width: 100%;
    margin: 0;
  }
  .housemouse {
    margin: 5px;
  }
  .housemouse1 {
    width: 100%;
    margin: 0;
  }
  .housemouse2 {
    width: 100%;
    margin: 0;
  }
  .reza {
    margin: 5px;
  }
  .reza1 {
    width: 100%;
    margin: 0;
  }
  .reza2 {
    width: 100%;
    margin: 0;
  }
  .nola {
    margin: 5px;
  }
  .nola1 {
    width: 100%;
    margin: 0;
  }
  .nola2 {
    width: 100%;
    margin: 0;
  }
  .bella {
    margin: 5px;
  }
  .bella1 {
    width: 100%;
    margin: 0;
  }
  .bella2 {
    width: 100%;
    margin: 0;
  }
  .verbie {
    margin: 5px;
  }
  .verbie1 {
    width: 100%;
    margin: 0;
  }
  .verbie2 {
    width: 100%;
    margin: 0;
  }
  .ganesh {
    margin: 5px;
  }
  .ganesh1 {
    width: 100%;
    margin: 0;
  }
  .ganesh2 {
    width: 100%;
    margin: 0;
  }
  .bobby {
    margin: 5px;
  }
  .bobby1 {
    width: 100%;
    margin: 0;
  }
  .bobby2 {
    width: 100%;
    margin: 0 0 25px 0;
  }

/* HOW TO DRAW */
  .tab4 {
    text-indent: 0px;
    text-align: center;
    margin: 25px 0 25px 0;
    text-transform: uppercase;
  }
  .tab7 {
    padding: 0 15px 0 15px;
    margin: 15px 0 40px 0;
    text-align: justify;
  }
  .drawcomic img {
    max-width: 95%;
  }

/* TALES Halloween */
.hallofont {
  font-size: 20px;
  width: 90%;
}
.taleshallo img {
  width: 100%;
}
.hallobook1 img {
  width: 90%;
  float: none;
  margin-left: 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.hallobook2 img {
  width: 90%;
  float: none;
  margin-right: 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* TALES Christmas */
.xmasfont {
  font-size: 20px;
  width: 90%;
}
.talesxmas img{
  width: 100%;
}
.xmasbook1 img {
  width: 90%;
  float: none;
  margin-left: 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.xmasbook2 img {
  width: 90%;
  float: none;
  margin-right: 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* STORE */
.tab8 {
  margin: 0;
  padding: 0 15px 0 0;
}

.cathallobookstore1 img{
  margin: 0 15px 25px 15px;
  max-width: 90%;
}
.cathallobookstore2 img{
  margin: 0 15px 25px 15px;
  max-width: 90%;
}
.cathallobookstore3 img{
  margin: 0 15px 25px 15px;
  max-width: 90%;
}
.cathallobookstore4 img{
  margin: 0 15px 25px 15px;
  max-width: 90%;
}
.catxmasbookstore1 img{
  margin: 0 15px 25px 15px;
  max-width: 90%;
}
.catxmasbookstore2 img{
  margin: 0 15px 25px 15px;
  max-width: 90%;
}
.catxmasbookstore3 img{
  margin: 0 15px 25px 15px;
  max-width: 90%;
}
.catxmasbookstore4 img{
  margin: 0 15px 25px 15px;
  max-width: 90%;
}

/* CONTACT */
/* 300px (width) x 600px (height) */
.bgContactAD {
  float: none;
  width: 85%;
  margin: 0 0 50px 40px;
}
.bgContact {
  float: none;
  width: 85%;
  margin: 25px 0 50px 35px;
}
.button_1{
  margin: 15px 0 25px 20px;
}
label {
  margin-left: 10px;
}
#contact .quote input{
  margin: 10px 0 25px 0;
}
#contact .quote textarea{
  margin: 10px 0 10px 0;
}



}

/***********************************************/

@media (max-width: 360px) {

header {
    position: static;
  }

  .slideshow-container2 {
    max-width: 550px;
    position: relative;
    margin: 0 0 0 20px;
  }

.container{
  width:99%;
}

.paw {
  margin: 10px 0 0 40px;
}

.dropbtn {
  margin-left: 80px;
}
.dropdown {
  margin-right: 30px;
}

.maintitle img {
  margin-left: -140px;
}


/* Index About */
.tab{
  text-indent: 12px;
  text-align: justify;
  margin-top: 0px;
}
.tabSP{
  text-indent: 12px;
  text-align: justify;
  margin: 0 0 20px 20px;
}
/* Index Archives  */
.tab2{
  margin: 10px 0 10px 0;
  text-align: center;
}
.tabSP2{
  text-indent: 0;
  margin: 10px 0 0 20px ;
  text-align: center;
}

.SinglePanel{
  width: 85%;
}

.slideshow-container2 {
  margin: 0 0 0 50px;
}

.book1 img{
  max-width: 90%;
}
.book2 img{
  max-width: 90%;

}
.book3 img{
  max-width: 90%;

}

.drawpic1 img{
  margin: 10px 0 5px 10px;
}
.drawpic2 img{
  margin: 10px 10px 10px 10px;
}

/* STORE */
.catbookstore1 img{
  max-width: 90%;
  margin: 0 15px 10px 15px;
}
  .catbookstore2 img{
    max-width: 90%;
    margin: 0 15px 10px 15px;
  }
  .catbookstore3 img{
    max-width: 90%;
    margin: 0 15px 10px 15px;
  }
  .catbookstore4 img{
    max-width: 90%;
    margin: 0 15px 10px 15px;
  }
  .catbookstore5 img{
    max-width: 90%;
    margin: 0 15px 10px 15px;
  }
  .catbookstore6 img{
    margin: 0 15px 10px 15px;
    max-width: 90%;
  }

  .LiCbookstore1 img{
    margin: 0 15px 10px 15px;
    max-width: 90%;
  }
  .LiCbookstore2 img{
    margin: 0 15px 10px 15px;
    max-width: 90%;
  }
  .LiCbookstore3 img{
    margin: 0 15px 10px 15px;
    max-width: 90%;
  }
  .LiCbookstore4 img{
    margin: 0 15px 10px 15px;
    max-width: 90%;
  }
  .LiCbookstore5 img{
    margin: 0 15px 10px 15px;
    max-width: 90%;
  }
  .LiCbookstore6 img{
    margin: 0 15px 10px 15px;
    max-width: 90%;
  }

  .cathallobookstore1 img{
    margin: 0 15px 10px 15px;
    max-width: 90%;
  }
  .cathallobookstore2 img{
    margin: 0 15px 10px 15px;
    max-width: 90%;
  }
  .cathallobookstore3 img{
    margin: 0 15px 10px 15px;
    max-width: 90%;
  }
  .cathallobookstore4 img{
    margin: 0 15px 10px 15px;
    max-width: 90%;
  }

  .catxmasbookstore1 img{
    margin: 0 15px 10px 15px;
    max-width: 90%;
  }
  .catxmasbookstore2 img{
    margin: 0 15px 10px 15px;
    max-width: 90%;
  }
  .catxmasbookstore3 img{
    margin: 0 15px 10px 15px;
    max-width: 90%;
  }
  .catxmasbookstore4 img{
    margin: 0 15px 10px 15px;
    max-width: 90%;
  }

  .jzbookstore1 img{
    margin: 0 15px 10px 15px;
    max-width: 90%;
  }
  .jzbookstore2 img{
    margin: 0 15px 10px 15px;
    max-width: 90%;
  }
  .jzbookstore3 img{
    margin: 0 15px 10px 15px;
    max-width: 90%;
  }
  .jzbookstore4 img{
    margin: 0 15px 10px 15px;
    max-width: 90%;
  }
  .jzbookstore5 img{
    margin: 0 15px 10px 15px;
    max-width: 90%;
  }
  .jzbookstore6 img{
    margin: 0 15px 10px 15px;
    max-width: 90%;
  }




}
