@charset "UTF-8";

a, a:visited, a:hover, a:active {
  color: inherit;
}

#open{
  background-image: url("coverbg.jpg");
  min-height: 100vh;
  min-width: 100vw; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
  outline-style:none;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.new_logo{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.new_logo_mobile {
  flex-direction: column;

}

.new_logo img{

  max-width: 20%;
  height: auto;
  /*padding: 10% 40px 10px 40px;*/

}

.new_logo_mobile img{

  max-width: 30%;
  height: auto;
  /*padding: 20% 25px 0px 10px;*/

}

#author_text{
  padding: 10px 10px 10px 10px;
}
#content-wrap{
  padding-bottom: 2.5rem;    /* Footer height */}


#footer_home{
    background-color: #FFF;
    z-index: 1;
    width: 100%;
    padding-bottom:25px;
    z-index: 100;
  }

  #footer_comics{
    background-color: #FFF;
    z-index: 1;
    width: 100%;
    padding-bottom:75px;
    z-index: 100;
  }

  #nav_comics{
    background-color: #FFF;
    z-index: 1;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding:15px;
    z-index: 100;
    box-shadow: 10px 0px red, 0.0em 0 0.2em #aaa;
  }


#nav_comics_next{
  text-align: right;
  position: relative;
  top: 10px;

} 

#nav_comics_prev{
  text-align: left;
  position: relative;
  top: 10px;

} 

#nav_comics_next-2{
  text-align: right;

} 

#nav_comics_prev img:hover{
  position: relative;
  left:-2px;
  transition: all .2s ease 5s;
}

#nav_comics_next img:hover{
  position: relative;
  right:-2px;
  transition: all .2s ease 5s;
}

#nav_comics_prev-2 img:hover{
  position: relative;
  left:-2px;
  transition: all .2s ease 5s;
}

#nav_comics_next-2 img:hover{
  position: relative;
  right:-2px;
  transition: all .2s ease 5s;
}



    /* Style the header with a grey background and some padding */
#header {
  background-color: #fff;
  padding: 40px 50px;
  z-index: 2;
  position: relative;
}

/* Style the header links */
#header a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  margin-bottom: 5px;
  text-decoration: none;
  font-size: 18px;
  line-height: 15px;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;

}

/* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */
#header a.logo1{
  padding: 0px;
  width: 400px;
}

#header a.logo2 {
  padding: 0px;
  width: 100%;
}

/* Change the background color on mouse-over */
#header a:hover {
  background-color: #fff;
  color: #bd1f5f;
}

button a:visited{
  color: #bd1f5f;
}
/* Style the active/current link*/
#header a.active {
  background-color: #fff;
  color: #bd1f5f;
}

/* Float the link section to the right */
#header-right {
  float: right;
  padding-top: 45px;
}

#about{
  padding: 40px 25px 50px 25px;
  background-color: white;
}

#about-text{
  padding: 0px 25px 0px 25px;
}

/*Mobile menu */
#header-mobile{
  margin-top: 20px;
}

#header-mobile ul{
 
  list-style:none;  
  margin:0;
  padding:0;
  width:100%; 
}
#header-mobile ul li{
  display:block;
  height:30px;  
  color:#bd1f5f;
  margin-bottom: 15px;
 }

#header-mobile label{

   border-radius: 15px;
  border: 2px solid #bd1f5f;
  margin-bottom: 2px;

}
#header-mobile ul li:last-child{
  margin-top: 20px;

}
#header-mobile label:before{
  height:2px;
  width:20px;
  background:#bd1f5f;
  display:inline-block;
  content:"";
  box-shadow:0px -5px 0px 0px  #bd1f5f,
             0px -10px 0px 0px #bd1f5f;
  margin-right:10px;
  transition:all .5s;
  position:relative;
  opacity:0.5;
}
#header-mobile label{
  display:block;
  padding:10px;
  color:white;  
  cursor:pointer; 
  text-align: center;
}
#header-mobile input[type="checkbox"]{
  visibility:hidden;
  position:absolute;
}
#collapse:checked ~ li{
  display:none;
  margin-top:0;

}
#collapse:checked + label:before{
  position:relative;
  right:calc(-0px);
  opacity:1;
}

/* Mobile Menu end */
@media screen and (max-width: 499.9px){

    .about-text-desktop{
    display: none;
  }

  .logo1, #header-right, #big-spacer{
    display: none;
  }

  .thumb-mobile-height{
    height: 10rem !important;
  }

  .about-pic{
    display: none;
  }

  #header-mobile a.other {
    border-radius: 15px;
    border: 2px solid #eee;
  }

  #header li a {
      float: none;
      display: block;
      text-align: left;}

      .img-desktop{
  display:none;
}

#logo_desktop{
  display: none;
}

#nav_comics_next{
  display: none;
}
#nav_comics_prev{
  display: none;
}

}



/* Small Break Point Start */
@media screen and (max-width: 879.9px) and (min-width: 500px){

    .about-text-desktop{
    display: none;
  }
    #header a {
      float: none;
      display: block;
      text-align: left;
    }
    #header-right {
      float: none;
    }
    #header a.logo1 {
      display: none;
    }

     .about-pic{
    display: none;
  }

  #header-right{
      display: none;
    }

  #header-mobile a.active {
  border-radius: 15px;
    border: 2px solid #bd1f5f;}

  #header-mobile a.active {
  border-radius: 15px;
    border: 2px solid #bd1f5f;}

  #header-mobile a.other {
  border-radius: 15px;
    border: 2px solid #eee;}

  #comic-stand{
      display: none;
    }

.img-desktop{
  display:none;
}

#logo_desktop{
  display: none;
}


  #nav_comics_prev img{
  display: none;
  }

    #nav_comics_next img{
  margin-right: 0;
  margin-left: auto;
  display: none;

  }

  #big-spacer{
    display: none;
  }

    .mobile-header-spacer{
    display: none;
  }

    .mobile-header-spacer-nav{
    display: none;
  }

  
  

}/* Small Break Point End */

/* Medium Break Point Start */
@media screen and (min-width: 880px) {

    .about-text-mobile{
    display: none;
  }



  .mobile-header-spacer{
    display: none;
  }

  .mobile-header-spacer-nav{
    display: none;
  }

  #big-spacer{
    display: none;
  }

    #header a.logo2 {
      display: none;
    }

    #header-mobile{
      display: none;
    }
    #comic-stand-mini{
      display: none;
    }

    #nav_comics_prev-2 img{
  width: 110px;
  display: none;
  }

    #nav_comics_next-2 img{
  width: 110px;
  margin-right: 0;
  margin-left: auto;
  display: none;

  }

  
.img-mobile{
  display: none;
}

#logo-mobile{
  display: none;
}


}/* Medium Break Point End */


/* Large Break Point Start */
@media screen and (max-width: 639px) {

  .about-pic {
    display: none;
  }
  #comic-stand{
    display: none;
  }


  
}/* Desktop A Break Point End */





#comic-stand-mini{
  background-color: #FFF;
  text-decoration: none;
  outline-style:none;
  padding:10px 50px 10px 50px;
  z-index: 1;
}


#comic-thumb{
  
  margin-bottom: .525rem;
  background-position: center;
  background-size: cover;
  background-repeat:none;
  top: 0;
}

#comic-thumb:hover{
  
  margin-bottom: .525rem;
  background-position: center;
  background-size: cover;
  background-repeat:none;
  position: relative;
  top:-5px;
  transition: all .1s ease-out .02s;
}

#comic-thumb:active{
  
  margin-bottom: .525rem;
  background-position: center;
  background-size: cover;
  background-repeat:none;
  top: 0;
}

#series-description{
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.3em;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
  padding-bottom: 30px;
}

#series-description-b{
  background-color: #F7F7F7;
  text-decoration: none;
  outline-style:none;

  padding-top: 30px;

  padding-left: 25px;
  padding-right: 25px;
  z-index: 1;
}

#series-description-c{
  background-color: #F0F0F0;
  text-decoration: none;
  outline-style:none;

  padding-top: 30px;

  padding-left: 25px;
  padding-right: 25px;
  z-index: 1;
  position:fixed;
  bottom:0;
}

#series-description-d{
  background-color: #fff;
  text-decoration: none;
  outline-style:none;

  padding-top: 30px;

  padding-left: 55px;
  padding-right: 55px;
  z-index: 1;
}

.created_by{
  color: #fe4f55;
  font-family: "Patrick Hand SC", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  
  
  padding: 10px 20px 10px 20px;
  display: inline-block;
  margin-top: 10px;
  

}

.created_by_desktop{
    color: #fe4f55;
  font-family: "Patrick Hand SC", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  
  
  padding: 10px 20px 10px 20px;
  display: inline-block;
  margin-top: 10px;

}



a.comics-callout, a.comics-callout:visited {
  color: white;
  font-weight: 500;
  background-color:#1f5dbd ;
  border-radius: 7px;
  border: 2px solid #1f5dbd;
  padding: 10px 20px 10px 20px;
  display: inline-block;
  margin-top: 10px;
  box-shadow:1px 1px 0px rgb(0 0 0 / 20%)

}

a.comics-callout:hover {
  color: #1f5dbd;
  font-weight: 500;
  background-color: white ;
  border-radius: 7px;
  border: 2px solid #1f5dbd;
  box-shadow:1px 1px 0px rgb(0 0 0 / 20%);

}

a.comics-callout-b, a.comics-callout-b:visited {
  color: white !important;
  font-weight: 500;
  background-color: rgb(236, 102, 8) ;
  border-radius: 7px;
  border: 2px solid #ec6608;
  padding: 10px 20px 10px 20px;
  display: inline-block;
  margin-top: 10px;
  box-shadow:1px 1px 0px rgb(0 0 0 / 20%)

}

a.comics-callout-b:hover {
  color: #ec6608 !important;
  font-weight: 500;
  background-color: white ;
  border-radius: 7px;
  border: 2px solid #ec6608;
  box-shadow:1px 1px 0px rgb(0 0 0 / 20%)

}

#series-nav{
  margin-top: auto;
}

#series li{
  border-top: dashed #e9e9e9;
  border-width: thin;
}

#page-body{
  background-color: #fff;
  text-decoration: none;
  outline-style:none;
  padding-top: 20px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}

.page{
  display: inline-block;
  max-width: 100%;
  box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.25);
  border: solid 2px #ffffff;
  margin-bottom: .825rem;
}


#blog{
  background-color: #F7F7F7;
  text-decoration: none;
  outline-style:none;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 1;
}

.arrow {
  display: inline-block;
  transform: rotate(180deg) translateY(-1px);
}

.is-accordion-submenu-parent[aria-expanded="false"] .arrow {
  transform: rotate(0deg) translateY(-.8px);
}

.pointer {
   cursor: help;
}

.sub-icon img{

  position: relative;
  top: -1px;
  height: 20px;
 width: 20px;
}

.sub-icon span img:hover{
   height: 20px;
 width: 20px;
  position: relative;
  top:-2px;
  transition: all .2s ease 0s;
}

.marker img{

  position: relative;
  top: -1px;
  height: 20px;
}

.sub-icon-top-nav img{

  position: relative;
  top: -1px;
  height: 20px;
 width: 20px;
}

.sub-icon-top-nav span img:hover{
   height: 20px;
 width: 20px;
  position: relative;
  top:-2px;
  transition: all .2s ease 0s;
}

.marker-top-nav img{

  position: relative;
  top: -1px;
  left: 13px;
  height: 20px;
}

.sitemap-top-nav{
  float: right;
  position: relative;
  left: -82px;
  top: 25px;
  z-index: 3;
}



/*
.marker:has(+ .sub-icon a:nth-child(2) img:hover) {
  position: relative;
  top:-1px;
  transition: all .1s ease 0s;
}
*/


/*
.marker img:hover{
   height: 20px;
  position: relative;
  top:-2px;
  transition: all .2s ease 0s;
}
*/
