@import url("https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,400;0,700;1,400;1,700&display=swap");

body {
  background: url("images/bg-repeat.png") repeat-x #5e4a52;
  font-family: "Livvic", sans-serif;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
}
a{
  color:#4e3e43;
  text-decoration:none;
}
a img{
  vertical-align:bottom;
}

#header {
  width: 1150px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 20px 20px 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#header-left {
  max-width: 311px;
  display: flex;
  align-items: flex-end;
}
#header-right {
  width: 750px;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
#logo-mobile {
  display: none;
}
#menu {
  background: #4e3e43;
  padding: 15px;
  border-radius: 15px 15px 0 0;
  display: flex;
  justify-content: space-evenly;
  width: 750px;
  box-sizing: border-box;
}
#menu a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1em;
}
#top-space {
  width: 728px;
  height: 90px;
  flex-shrink: 0;
  flex-grow: 0;
  background: #ccc;
  margin-bottom: 20px;
}
#menuclick {
  display: none;
}
#middle {
  background: #fff;
}
#middlewrap {
  width: 1150px;
  padding: 20px 0;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 100%;
  display:flex;
}
#cc-comicbody {
  text-align: center;
  width:100%;
}
.cc-nav {
  padding: 20px 10px;
  display: flex;
  justify-content: center;
}
.cc-nav div{
  opacity:.7;
}
#bottom {
  width: 1250px;
  padding: 20px;
  max-width: 100%;
  display: flex;
  box-sizing: border-box;
  margin: 0 auto;
}
#bottom-left {
  width: 300px;
}
#bottom-right {
  width: 160px;
}
#bottom-left,
#bottom-right {
  flex-shrink: 0;
  flex-grow: 0;
}
#bottom-mid {
  margin: 0 20px;
  width:100%;
  max-width:710px;
}
#hw-jumpbar {
  margin-bottom:10px;
}
.hw-jump-icon-overflow{
  position:absolute;
}
#bottom-text {
  background: #fff;
  padding: 30px;
  border-radius: 15px 15px 0 0;
}
#bottom-menu {
  background: #4e3e43;
  padding: 15px;
  border-radius: 0 0 15px 15px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
#bottom-menu a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.8em;
  padding: 0 10px;
}
.left-space {
  background: #ccc;
  width: 300px;
  height: 250px;
}
#social {
  background: url("images/support-bg.png") no-repeat;
  background-size: 100%;
  width: 300px;
  margin: 20px 0;
  padding: 20px 10px;
  box-sizing: border-box;
  height: 464px;
}
#social-buttons {
  display: flex;
}
#social-buttons a {
  padding: 5px;
}
.cc-newsheader {
  font-size: 2em;
  text-align: center;
  font-weight: bold;
}
.cc-newsheader a {
  text-decoration: none;
  color: #000;
}
.cc-publishtime {
  color: #888;
  text-align: center;
  padding: 5px 0;
}
#right-space {
  width: 160px;
  height: 600px;
  background: #ccc;
  margin-bottom: 20px;
}
#hw-left {
  display: none;
}

@media screen and (max-width: 1050px) {
  #logo-full {
    display: none;
  }
  #logo-mobile {
    display: block;
  }
  #header {
    display: block;
  }
  #header-left {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
  }
  #header-right {
    margin: 0 auto;
    margin-top: 20px;
  }
}

@media screen and (max-width: 900px) {
  #bottom-right {
    display: none;
  }
  #hw-left {
    display: block;
    max-width: 200px;
    margin: 0 auto;
    margin-top: 20px;
  }
  #bottom-mid {
    margin-right: 0;
  }
}

@media screen and (max-width: 800px) {
  #header-right {
    width: 100%;
    text-align: center;
  }
  #header {
    padding: 20px;
  }
  #top-space {
    width: 300px;
    height: 50px;
  }
  #menuclick {
    display: inline-block;
    background: #4e3e43;
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 1.3em;
    color: #fff;
    font-weight: 700;
  }
  #menu {
    background: none;
    display: block;
    display: none;
  }
  #menu a {
    display: block;
    padding: 10px;
    color: #4e3e43;
  }
}

@media screen and (max-width: 700px) {
  #bottom {
    display: block;
    padding: 0;
  }
  #bottom-mid {
    margin: 0;
  }
  #bottom-left {
    width: 100%;
    text-align: center;
  }
  #bottom-text {
    border-radius: 0;
  }
  #bottom-menu {
    border-radius: 0;
  }
  #social {
    background: none;
    height: auto;
    width: auto;
    max-width: 400px;
    margin: 0 auto;
  }
  #social-chlove {
    display: none;
  }
  .left-space {
    margin: 0 auto;
  }
  #hw-jumpbar{
    margin:20px 0 0 0;
  }
}

#text-right{
  width:160px;
  height:600px;
  flex-grow:0;
  flex-shrink:0;
}
#text-left{
  padding:30px;
  width:100%;
  box-sizing:border-box;
}
@media screen and (max-width:900px){
  #text-right{
    display:none;
  }
}

#pixiestrip{
  height:49px;
}
.cc-blogpost{
  padding-top:30px;
}
#nexthb {
  width: 160px;
  height: 91px;
  position: relative;
  top: 37px;
  display: block;
  margin-bottom:50px;
}
#nexthbcut {
  width: 160px;
  height: 91px;
  overflow: hidden;
}
#nexthbcut p {
  padding: 0;
  margin: 0;
}
#nexthbframe {
  position: absolute;
  top: -56px;
  width: 160px;
  height: 147px;
}
#nexthbframe p{
  margin:0;
  padding:0;
}