@charset "UTF-8";

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

.footer_spacer{
  height: 900px;
}

@media screen and (min-width: 1220px) {

  #header{
    padding: 40px 50px 25px 50px;
    z-index: 2;
    position: relative;
  }
  
  .select_large{

  }

  .select_medium{
    display: none;
    
  }

  .select_small{
    display: none;

  }

  .video-container {
      height: 450px;
      width: 300px;
      position: relative;

  }

  #choose_container {
    display: flex;
    justify-content: center; 
    align-items: center; 
    height: 55vh; 
  }

}

@media screen and (max-width: 1219.9px) and (min-width: 640px){

  #header{
    padding: 40px 50px 50px 50px;
    z-index: 2;
    position: relative;
  }
  
  .select_large{
    display: none;

  }

  .select_small{
    display: none;

  }

  .select_medium{
    padding-bottom: 200px;
  } 

  .video-container {
      height: 150px;
      width: 100%;
      position: relative;
      margin-bottom: 1em;
  }

  #choose_container {
    justify-content: center; 
    align-items: center; 
    height: 25vh; 
  }



}

@media screen and (max-width: 639.9px){

  #header{
    padding: 40px 50px 0px 50px;
    z-index: 2;
    position: relative;
  }

  .select_large{
    display: none;

  }

  .select_medium{
    display: none;

  }

  .video-container {
      height:170px;
      width: 100%;
      position: relative;
      margin-bottom: 1em;
  }


}


  .video-container video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 0;

  }

  .ill_container_mobile{
    overflow: hidden;
    border-radius: 45px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
      border: solid 2px #ffffff;
      position: relative;
      top: 0;
  }

  .ill_mobile_padding{
    padding-bottom: 2%;
  }

  .ill_container{
    overflow: hidden;
    border-radius: 45px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
      border: solid 2px #ffffff;
      position: relative;
      top: 0;
    
    }


  .ill_container:hover{
    overflow: hidden;
    border-radius: 60px;
    border: solid 2px #ffffff;
    position: relative;
    top:-8px;
    transition: all .08s ease-out .03s;
    
  }

  .blue:hover{
        box-shadow: 0 10px 10px 0 rgba(40, 100, 200, 0.50);
  }

  .red:hover{
        box-shadow: 0 10px 10px 0 rgba(200, 40, 40, 0.50);
  }

  .yellow:hover{
        box-shadow: 0 10px 10px 0 rgba(225, 150, 0, 0.50);
  }

  .ill_container:active{
    overflow: hidden;
    border-radius: 60px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    border: solid 2px #ffffff;
    top: 0;
  

  }

#content-wrap{
  height: 100%;
  margin-top: 2em;
  margin-left: 5%;
  margin-right: 5%
}




  #header-mobile{
    padding: 0px 0px;
  }

  .content-wrap-pages-callout{
    background-color: #F7F7F7;
    text-decoration: none;
    outline-style:none;
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
    z-index: 1;
  }

  .content-wrap-credits{
    background-color: #fff;
    text-decoration: none;
    outline-style:none;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 0;

  }

#landing{
  position: relative; 
  padding: 0 0;
  height: 100vh;
  z-index: 1;
  outline-style:none;}

#footer_home{
    background-color: #FFF;
    z-index: 1;
    width: 100%;
    padding-top:20px;
    padding-bottom:25px;
    z-index: 100;/*--
    position: fixed;--*/
    bottom: 0;

  }

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

  #nav_design{
    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_design_next{
  text-align: right;
  position: relative;
  top: 10px;

} 

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

} 

#nav_design_next-2{
  text-align: right;

} 

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

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

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

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



    /* Style the header with a grey background and some padding */


/* 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: #eeaf2e;
}

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

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



.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:#eeaf2e;
  margin-bottom: 15px;
 }

#header-mobile label{

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

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

}
#header-mobile label:before{
  height:2px;
  width:20px;
  background:#eeaf2e;
  display:inline-block;
  content:"";
  box-shadow:0px -5px 0px 0px  #eeaf2e,
             0px -10px 0px 0px #eeaf2e;
  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;
}

.hr-line {
    position: relative;
    display: inline-block;
    width: 50%;
    margin-bottom:15px;
    border-bottom: 2px solid #e6e6e6;
}

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

  

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

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

  .about-pic{
    display: none;
  }

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

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

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

}




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

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

    .about-pic{
    display: none;
  }

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

  #header-right{
      display: none;
    }

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

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

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

  #comic-stand{
      display: none;
    }

.img-desktop{
  display:none;
}

  #nav_design_prev img{
  display: none;
  }

    #nav_design_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: 729px) {

   .hide_filler {
    display: none}
    

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

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

    #header a.logo2{
      display: none;
    }

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

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

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

  }

  
.img-mobile{
  display:none;
}




}/* Medium Break Point End */


#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-caption{
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  font-style: italic;
  color:#808080;
  font-size: 0.8em;
  line-height: 1.4em;
  padding-top: 15px;
  padding-bottom: 20px;
  text-wrap: balance;

}


#series-description-b{
  background-color: #F7F7F7;
  text-decoration: none;
  outline-style:none;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 25px;
  padding-right: 25px;
  z-index: 1;
}


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

}

a.comics-callout:visited {
  color: white;
  font-weight: 500;
  background-color:#eeaf2e ;
  border-radius: 7px;
  border: 2px solid #eeaf2e;
  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: #eeaf2e;
  font-weight: 500;
  background-color: white ;
  border-radius: 7px;
  border: 2px solid #eeaf2e;
  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%)

}

.pointer {
   cursor: help;
}





