/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@300&display=swap');



  body {
    color: #fff;
    line-height: 1.5;
    margin: 0;
    background-color: #14141f;
  }
  img {
    padding: 0 !important;
    max-width: 100% !important;
    height: inherit !important;
    width: 100%;
  }
  a {
    color: white;
    font-family: 'Chakra Petch', sans-serif;
  }
  #wrapper {
    background: #14141f;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1600px; 
    border: 5px solid rgba(155, 154, 154, 0.521);
    border-width: 0 1px;
  }
  #content {
    background: #14141f;
    width: auto;
    margin: 30px 90px 2px 90px;
    /*min-height: 500px;*/
    padding: 60px;
  }
  #header {
    text-align: center;
    padding: 115px;
    width: 1598px 275px;
    box-sizing: border-box;
    background: url(/uploads/1687594099-headerv2.jpg) no-repeat scroll top;
    background-size: 1600px auto;
  }
  .site-title{
      text-align:center;
      font-weight:bold;
      display:block;
  }
  * {
    box-sizing: border-box;
  }
  #comic-area {
    background-color: #4d2600;
  }
  a.menu-item:hover {
    background-color: #301b09;
    border: 2px #301b09;
    border-radius: 5px;
  }
  #menu a {
    color: #fff;
    display: inline-block;
    font-size: 19px;
    line-height: 1;
    padding: 18px 20px;
    text-decoration: none;
    cursor: pointer;
    text-shadow: 10px 5px 10px black;
  }
  #menu {
    background-color: #4d2600;
    margin: 0 auto;
    width: 100%;
    /*height: 55px;*/
    text-align: center;
    padding: 0;
  }
  #menu div {
    position: relative;
  }
  /*#comic-area{
    margin-bottom:30px;
    text-align:center;
  }*/
  .cc-nav{
      max-width:550px;
      margin: 0 auto;
      display:flex;
      background-color: rgb(33, 35, 37);
      /*border: 2px #301b09;*/
      border-radius: 15px;
      padding-top: 3px;
  }
  .cc-nav a, .cc-nav div{
      margin:0 10px;
      display:block;
      background-size: 25%;
      background-repeat: no-repeat;
      width:100%;
  }
  .cc-nav a{
    opacity: 1;
  }
  .cc-nav a:before, .cc-nav div:before{
      content:'';
      display:block;
     /* padding-bottom:calc((4/5) * 100%);*/
      padding-bottom: 25px;
  }
  .cc-nav a:hover{
    opacity:1;
    /*background-color: #413d3d;*/
  }
  .cc-first, .cc-first-dis{
      background-image:url('images/first.png');
      background-position: left;
  }
  .cc-prev, .cc-prev-dis{
      background-image:url('images/prev.png');
      background-position: left;
  }
  .cc-next,.cc-next-dis{
      background-image:url('images/next.png');
      background-position: right;
  }
  .cc-last,.cc-last-dis{
      background-image:url('images/last.png');
      background-position: right;
  }
  .cc-navaux{
      background-image:url('images/rss.png');
      background-position: center;
  }
  .cc-nav div{
      opacity: 0.5;
      background-size: 25%;
      background-repeat: no-repeat;
  }
  /*#cc-comicbody{
    text-align:center;
  }*/
  .cc-publishtime {
    display: flex;
    justify-content: center;
    color: #fff;
  }
  .cc-commentheader, .cc-commentlink {
    display: none;
  }
  #cc-footer{
    padding: 10px;
    background-color: #4d2600;
    color: #fff;
    font-size: 14px;
    text-align: center;
    color: white;
    font-family: 'Chakra Petch', sans-serif;
  }
  .cc-storyline-contain, .cc-storyline-header, .cc-storyline-thumb {
   display: inline-block;
  }
  .cc-storyline-contain {
  text-align: center;
  width: 300px;
  margin: 20px;
  }
  .cc-storyline-thumb {
   margin-left: 10px;
   float: none;
   }
   .cc-tagline {
    display: none;
}
#form {
display:inline;
}
#search {
background: url(images/loupe.png) no-repeat scroll 7px 7px;
background-position: 97% 50%;
padding-right:10px;
background-color: #301b09;
color: #fff;
border: 1px solid black;
box-shadow: 1px 2px #14141fad;
border-radius: 7px;
display: inline;
}

.cc-newsheader {
text-align: center;
}

.cc-newsbody {
padding: 10px;
}

@media only screen and (max-width: 1600px) {
  #content {
    background: #14141f;
    width: auto;
    margin: 30px;
    /*min-height: 500px;*/
    padding: 30px;
}

@media only screen and (max-width: 1400px) {
  #content {
    background: #14141f;
    width: auto;
    margin: 10px;
    /*min-height: 500px;*/
    padding: 10px;
}