@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&display=swap");

body,
html {
  margin: 0;
  padding: 0;
}
html {
  min-height: 100%;
}
body {
  background: #202428;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.4em;
}
img {
  max-width: 100%;
}
a {
  color: #fff;
}
#bg-wrap a:hover {
  opacity: 0.6;
}
#side-menu {
  display: none;
}

#full-wrap {
  margin: 0 auto;
  max-width: 1240px;
  padding: 20px;
}
#bg-wrap {
  background: #101214;
  border-radius: 20px 20px 0 0;
  padding-bottom: 40px;
}
#splash-head {
  max-width: 1440px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  position: relative;
}
#splash-head img {
  vertical-align: bottom;
}
.gradient-line {
  background: linear-gradient(90deg, #ed0cef 0%, #25a1f7 100%);
  height: 10px;
}
#splash-caption {
  position: absolute;
  z-index: 10;
  bottom: 10px;
  font-weight: bold;
  font-size: 0.8em;
  right: 16px;
}
.outline-button {
  display: block;
  border: 3px solid;
  border-image-source: linear-gradient(270deg, #e512ef 0%, #2b9cf6 100%);
  border-image-slice: 1;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  padding: 7px 30px;
  font-weight: bold;
  font-size: 0.9em;
  cursor: pointer;
}
.button-center {
  margin: 40px auto 40px auto;
}
.button-margin {
  margin: 40px 0;
}
#bg-wrap .outline-button:hover {
  background: linear-gradient(270deg, #e512ef 0%, #2b9cf6 100%);
  color: #000;
  opacity: 1;
}

#header {
  padding: 10px 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#logo {
  max-width: 280px;
}
#logo:hover {
  opacity: 0.6;
}
#menu-click {
  display: none;
}
#menu-flex {
  display: flex;
}
#show-menu {
  display: none;
}
#menu-wrap {
  overflow: hidden;
}
#menu-hide-wrap {
  width: 550px;
  text-align: right;
}
#search-bar {
  width: 0;
  overflow: hidden;
}
#sb-hide-wrap {
  text-align: right;
  display: flex;
}
#search-bar-dots {
  font-size: 1.5em;
  display: flex;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
  margin-left: 15px;
}
#search-bar-input {
  border: none;
  border-bottom: 1px solid #fff;
}
#search-bar-input:focus {
  outline: none;
}
#menu {
  font-size: 0.8em;
  font-weight: bold;
  display: flex;
  align-items: center;
}
#menu a {
  text-decoration: none;
  padding: 10px 15px;
}
#menu a:hover {
  opacity: 0.6;
}
#menu-search {
  width: 40px;
  width: 40px;
  height: 40px;
  border: 3px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 20px;
}
#menu-profile {
  width: 170px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 10px;
  display: flex;
  box-sizing: border-box;
  align-items: center;
}
#profile-img {
  width: 40px;
  height: 40px;
  border: 2px solid #fb63d9;
  border-radius: 30px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 10px;
}
#profile-img img {
  border-radius: 30px;
  vertical-align: bottom;
}
#profile-info {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
}
#profile-name {
  width: 120px;
  overflow: hidden;
  height: 20px;
}
#profile-button {
  line-height: 1em;
}
#profile-button a {
  font-size: 0.6em;
  font-weight: normal;
  padding: 0;
}
#profile-button a:hover {
  background: none;
}
#side-user {
  padding: 10px;
  display: flex;
}
#side-user-img img {
  width: 75px;
  height: 75px;
  border-radius: 15px;
}
#side-user-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
}
#side-user-welcome {
  font-weight: normal;
  font-size: 0.9em;
  width: 100%;
  line-height: 1em;
}
#side-user-name {
  font-size: 1.3em;
}
#footer {
  display: flex;
  justify-content: space-between;
  padding: 20px 10px;
  align-items: center;
}
#footer-left {
  flex-basis: 54%;
}
#footer-menu {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.footer-hiveworks {
  width: 30px;
  display: block;
}
#footer-menu a {
  font-weight: bold;
  text-decoration: none;
  font-size: 0.8em;
}
#footer-right {
  flex-basis: 45%;
}
#footer-disclaimer {
  font-size: 0.5em;
  line-height: 1.2em;
}
#footer a:hover {
  opacity: 0.6;
}
#footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer-social a {
  padding: 0 10px;
}

.pad-wrap {
  padding: 40px 30px;
  max-width: 900px;
  box-sizing: border-box;
  margin: 0 auto;
}
.wide-wrap {
  max-width: 1100px;
}
.center-text {
  text-align: center;
}
.bold-text {
  font-weight: bold;
}
.slip-h1 {
  font-size: 3em;
  line-height: 1.2em;
  font-weight: bold;
  padding: 10px 0;
}
.slip-h2 {
  font-size: 2em;
  line-height: 1.2em;
  font-weight: bold;
  padding: 10px 0;
}
.slip-h3 {
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: bold;
  padding: 10px 0;
}
.slip-h4 {
  font-weight: bold;
  font-size: 0.8em;
  line-height: 1em;
}
.slip-space {
  padding: 30px;
}
.emphasis {
  color: #e512ef;
}
.slip-text {
  padding: 10px 0;
  
}
.full-line {
  width: 100%;
  height: 4px;
  background: linear-gradient(270deg, #e512ef 0%, #2b9cf6 100%);
  color: #000;
  margin: 50px 0;
}
.split-2a-div {
  display: flex;
  padding: 15px 0;
  justify-content: space-between;
}
.split-2a-left {
  flex-basis: 30%;
}
.split-2a-right {
  flex-basis: 70%;
  margin-left: 30px;
}
.split-2a-img {
  border-radius: 20px;
}
.split-2a-header {
  font-size: 1.6em;
  font-weight: bold;
}
.split-2a-line {
  width: 75%;
  height: 4px;
  background: linear-gradient(270deg, #e512ef 0%, #2b9cf6 100%);
  color: #000;
  margin: 10px 0 10px 0;
}
.split-2a-read-now {
  font-weight: bold;
  font-size: 0.7em;
  padding-top: 20px;
  display: block;
  text-decoration: none;
}
.split-3-div {
  display: flex;
  flex-wrap: wrap;
}
.split-3-box {
  padding-right: 20px;
  width: calc((100% - 40px) / 3);
  padding-bottom: 30px;
}
.split-3-box:nth-child(3n) {
  padding: 0;
}
.split-3-box .square-img,
.split-4-box .square-img {
  border-radius: 20px;
}
.split-4-div {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
.split-4-box {
  margin-right: 15px;
  flex-basis: calc(((100%) - (45px)) / 4);
  box-sizing: border-box;
  line-height: 1.2em;
  padding: 0 0 25px 0;
}
.split-4-box:nth-child(4n) {
  margin: 0;
}
.split-4-header,
.split-3-header {
  font-size: 0.7em;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 2px 0 0 0;
}
.split-4-info,
.split-3-info {
  font-size: 0.6em;
  line-height: 0.7em;
}
.slip-form {
  max-width: 600px;
}
.slip-form textarea {
  background: none;
  color: #fff;
  border: 1px solid #fff;
  width: 100%;
  margin: 5px 0;
  box-sizing: border-box;
  min-height: 150px;
}
.slip-form label {
  font-size: 0.8em;
}
.input-line {
  margin-bottom: 15px;
}
label {
  font-weight: bold;
  padding: 7px 0;
  display: block;
}
input {
  box-sizing: border-box;
  background: none;
  border: 1px solid #fbfbfb;
  padding: 10px 5px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  display: inline-block;
  width: auto;
  background-color: #202428;
  border: 1px solid #fff;
  width: 23px;
  height: 20px;
  margin-right: 10px;
}
input[type="checkbox"]:checked:after {
  content: "\2714";
  font-size: 14px;
  position: relative;
  top: -10px;
  left: 0px;
  color: #fff;
  height: 10px;
  overflow: hidden;
}
input[type="checkbox"]:focus {
  outline: 0;
}
.check-line {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#consent-wrap {
  padding: 50px 30px;
  box-sizing: border-box;
  width: 600px;
  max-width: 90%;
  margin: 0 auto;
}
#consent-welcome {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1em;
}
#consent-logo {
  display: block;
  max-width: 500px;
  margin: 0 auto;
}
#consent-info {
  padding: 20px 0;
}
#consent-disclaimer {
  padding: 10px 55px;
  font-size: 0.65em;
  line-height: 1.3em;
}
.button-small {
  max-width: 250px;
}
#consent-hiveworks {
  font-weight: bold;
  font-size: 0.75em;
  line-height: 1.3em;
  text-align: center;
  padding: 20px;
}
#consent-hiveworks a {
  color: #efb20c;
}
#consent-hiveworks-button {
  display: block;
  max-width: 56px;
  margin: 0 auto;
}

#landing-boxes {
  padding: 30px 0;
}
#twitter-split {
  width: 100%;
  display: flex;
  padding: 20px 0;
}
#twitter-img {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#twitter-img img {
  height: 328px;
  width: 575px;
  max-width: none;
}
#twitter-container {
  background: #fff;
  width: 300px;
  flex-shrink: 0;
}
#contact-box {
  height: 160px;
  resize: none;
}
#login-box {
  display: flex;
  width: 100%;
  height: 100vh;
}
#login-main {
  width: 38%;
  min-width: 650px;
}
#login-img {
  width: 100%;
  display: flex;
}
#login-img img {
  object-fit: cover;
  vertical-align: bottom;
  min-width: 100%;
  min-height: 100%;
}
#login-logo {
  margin: 0 auto;
  width: 270px;
}
#login-wrap {
  padding: 50px;
  box-sizing: border-box;
  max-width: 100%;
}
#login-header {
  padding-top: 20px;
}
#login-wrap .full-line {
  margin: 10px 0;
}
#login-form {
  width: 450px;
  margin: 0 auto;
  padding: 20px;
  max-width: 100%;
  box-sizing: border-box;
}
#forgot-box {
  display: flex;
  justify-content: space-evenly;
  padding: 20px;
}
.dash-section {
  padding-bottom: 30px;
}
.dash-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.dash-header-right .outline-button {
  padding: 7px 30px;
  display: inline-block;
  margin: 0 0 0 5px;
}
.vert-img,
.square-img,
.rect-img {
  width: 100%;
  position: relative;
}
.square-img {
/*  padding-bottom: 80%;*/
}
.vert-img {
  padding-bottom: 150%;
}
.rect-img {
  padding-bottom: 100%;
}
.square-img img,
.rect-img img {
  border-radius: 20px;
}

.square-img img{
/*  position: absolute;*/
  min-width: 100%;
  object-fit: cover;

}

.vert-img img,
.rect-img img,
#join-discord-img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.dash-info {
  padding: 10px 0;
}
.dash-title {
  font-weight: bold;
  font-size: 0.9em;
}
.dash-subtitle {
  font-size: 0.7em;
}
#new-and-popular-arrow {
  font-size: 0.8em;
  margin-left: 10px;
}
.dash-remove-button {
  font-size: 0.7em;
  padding-top: 5px;
}
.dash-bottom {
  display: flex;
}
#dashboard-twitter {
  width: 280px;
  height: 300px;
}
.dash-bottom-right {
  width: 100%;
  margin-left: 10px;
}
#join-discord {
  position: relative;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 7px solid;
  border-image-source: linear-gradient(180deg, #ed0cef 0%, #25a1f7 100%);
  border-image-slice: 1;
}
#join-discord-text {
  z-index: 10;
  position: relative;
  font-size: 1.8em;
  font-weight: bold;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  margin-top: 200px;
}
#join-discord-text img {
  width: 30px;
  height: auto;
  margin-top: 7px;
  margin-left: 10px;
}
.reader-comic {
  padding: 30px 0;
}
.reader-author-em {
  font-weight: bold;
}
.cc-nav {
  padding: 15px 30px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.cc-nav a {
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  text-align: center;
}
.cc-navaux {
  font-size: 0.8em;
  border: 3px solid;
  border-image-source: linear-gradient(270deg, #e512ef 0%, #2b9cf6 100%);
  border-image-slice: 1;
  padding: 7px 0;
}

.cc-first-dis {
  font-size: 0.8em;
  padding: 7px 0;
}
.cc-prev-dis {
  font-size: 0.8em;
  padding: 7px 0;
}
.cc-next-dis {
  font-size: 0.8em;
  padding: 7px 0;
}
.cc-last-dis {
  font-size: 0.8em;
  padding: 7px 0;
}


.reader-selectors {
  padding: 20px 40px 40px 40px;
}
.reader-select {
  max-width: 600px;
  margin: 10px auto;
  display: flex;
  justify-content: space-between;
  font-size: 1.4em;
  padding: 10px 0;
  font-weight: bold;
  align-items: center;
  position: relative;
}
.page-select .reader-select-current {
  font-size: 0.7em;
}
.tag-wrap {
  border: 4px solid;
  border-image-source: linear-gradient(270deg, #e512ef 0%, #2b9cf6 100%);
  border-image-slice: 1;
  border-left: none;
  border-right: none;
  padding: 40px 30px;
}
.tags-title {
  font-weight: bold;
}
.tags {
  text-align: center;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.tag {
  width: 120px;
}
.tag-name {
  margin-top: 10px;
}
.reader-recs {
  margin-top: 40px;
}
.reader-recs-title {
  font-size: 0.7em;
  padding: 20px 0;
}
.reader-recs-title-em {
  font-weight: bold;
  font-size: 2em;
  margin-left: 5px;
}
.reader-dropdown {
  background: #202428;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 10;
  display: none;
  height: 200px;
  overflow: auto;
}
.reader-dropdown-item {
  padding: 10px 20px;
  font-size: 0.7em;
}
.series-status-em {
  font-weight: bold;
}
.series-page-split {
  display: flex;
  padding: 20px 0;
}
.series-page-left {
  width: 100%;
}
.series-page-right {
  width: 27%;
  margin-left: 30px;
  flex-shrink: 0;
}
.series-page-desc {
  padding: 20px 0;
}
.series-page-pub-date {
  font-style: italic;
}
.series-page-buttons .outline-button {
  display: inline-block;
  margin: 30px 20px 30px 0;
}
.series-page-author-img {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 22px;
}
.series-page-author-img img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.series-page-author-info {
  padding: 10px 0;
}
.series-page-created-by {
  font-size: 0.8em;
  font-weight: bold;
}
.series-page-author-name {
  font-size: 1.5em;
  font-weight: bold;
  padding: 5px 0;
}
.series-page-author-works {
  padding: 10px 0;
  font-size: 0.8em;
}
.series-page-author-works a {
  font-weight: bold;
}
.series-page-social a {
  display: inline-block;
  width: 50%;
  font-weight: bold;
  text-align: center;
  font-size: 0.8em;
  text-decoration: none;
  padding: 7px 0;
}
.series-page-chapters {
  padding: 20px 0;
}
.series-page-chapters-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.series-page-chapter-num {
  font-weight: bold;
  font-size: 2em;
  line-height: 2em;
}
.series-page-page-num {
  font-size: 0.8em;
  font-weight: bold;
}
.series-page-chapters .split-4-box {
  margin-right: 25px;
  flex-basis: calc(((100%) - (75px)) / 4);
  font-size: 0.6em;
}
.series-page-chapters .split-4-box:nth-child(4n) {
  margin-right: 0;
}
.series-page-chapter-title {
  margin-top: 20px;
  padding: 5px 0;
  font-weight: bold;
}
.series-page-more-chapters {
  width: 100%;
  max-width: none;
}
.settings-nav {
  padding: 5px 0;
  font-size: 0.8em;
}
.settings-nav a {
  text-decoration: none;
}
.settings-profile-image,
.settings-profile-info,
.settings-profile-password,
.settings-profile-billing {
  padding: 30px 0 10px 0;
}
.settings-profile-image-box {
  padding: 10px 0;
  display: flex;
}
.settings-profile-image-left {
  width: 150px;
  flex-grow: 0;
  flex-shrink: 0;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  height: 0;
  margin-right: 15px;
}
.settings-profile-image-left img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.settings-profile-change-buttons .outline-button {
  margin: 15px 15px 0 0;
  display: inline-block;
}
#all-comics {
  display: flex;
}
.all-comics-right {
  margin-left: 40px;
  width: 250px;
  flex-shrink: 0;
  flex-grow: 0;
  margin-top: 66px;
}
.all-comics-header {
  display: flex;
  justify-content: space-between;
}
.all-comics-header-right {
  display: flex;
  align-items: center;
  font-size: 0.8em;
}
.all-comics-sort-by {
  opacity: 0.5;
  font-weight: bold;
  margin-right: 10px;
}
.all-comics-sort-select {
  display: inline-block;
  cursor: pointer;
}
.all-comics-sort-select {
  max-width: 600px;
  margin: 10px auto;
  justify-content: space-between;
  font-size: 1.4em;
  padding: 10px 0;
  font-weight: bold;
  align-items: center;
  position: relative;
  display: flex;
  text-transform: uppercase;
  width: 200px;
}
.all-comics-sort-current {
  font-size: 0.7em;
  width: 100%;
}
#all-comics-sort-dropdown {
  background: #202428;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 10;
  display: none;
  max-height: 200px;
  overflow: auto;
}
.all-comics-sort-item {
  padding: 10px 20px;
  font-size: 0.7em;
}
.all-comics-tag-button {
  display: inline-block;
  margin-right: 5px;
  background: #202428;
  padding: 8px;
  font-size: 0.7em;
  margin-bottom: 10px;
}
.all-comics-tag-button i {
  margin-left: 10px;
  font-size: 0.7em;
}
.all-comics-list {
  padding: 10px 0;
}
.all-comics-search-bar {
  display: flex;
  align-items: center;
}
#all-comics-tag-search-input {
  border: none;
  border-bottom: 1px solid #fff;
}
#all-comics-tag-search-input:focus {
  outline: none;
}
#all-comics-tag-search-icon {
  margin-left: 10px;
}
.all-comics-search-button.outline-button {
  margin: 15px 0;
}
.all-comics-tag-category {
  padding: 20px 0;
}
.all-comics-tag-category-header {
  border-bottom: 3px solid;
  border-image-source: linear-gradient(270deg, #e512ef 0%, #2b9cf6 100%);
  border-image-slice: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  padding: 5px 0;
}
.all-comics-tag-category-header i {
  font-size: 1.2em;
}
.all-comics-tag-category-list {
  padding: 10px 0;
  display: none;
}
.all-comics-tag-category-list-item {
  padding: 10px 0;
}
.rotated-arrow {
  transform: rotate(90deg);
  transition: transform 0.2s ease;
}
.unrotated-arrow {
  transform: rotate(0deg);
  transition: transform 0.2s ease;
}

@media screen and (max-width: 1150px) {
  #footer {
    display: block;
    max-width: 650px;
    margin: 0 auto;
  }
  #footer-left,
  #footer-right {
    width: 100%;
    box-sizing: border-box;
  }
  #footer-right {
    padding: 20px;
    text-align: center;
  }
  #footer-menu {
    flex-wrap: wrap;
    justify-content: center;
  }
  #footer-menu a {
    padding: 10px 30px;
    font-size: 0.9em;
    display: inline-block;
  }
  #footer-disclaimer {
    font-size: 0.55em;
  }
  #login-main {
    min-width: 450px;
  }
}
@media screen and (max-width: 1000px) {
  #menu-click {
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 1.2em;
    cursor: pointer;
  }
  #menu-profile,
  #menu-wrap {
    display: none;
  }
  #side-menu {
    display: block;
    position: fixed;
    width: 300px;
    overflow: hidden;
    height: 100vh;
    z-index: 20;
    right: -300px;
    background: #202428;
  }
  #menu-img {
    width: 300px;
  }
  #close-menu {
    padding: 10px;
    text-align: right;
    cursor: pointer;
  }
  #side-menu {
    font-size: 0.8em;
    font-weight: bold;
  }
  #side-menu a {
    text-decoration: none;
    padding: 10px;
    display: block;
    text-align: center;
  }
  #side-menu a:hover {
    background: rgba(251, 251, 251, 0.1);
  }
  #menu-flex,
  #menu {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 900px) {
  .split-2a-left {
    flex-basis: 40%;
  }
  .split-2a-right {
    flex-basis: 60%;
  }
  .split-2a-line {
    width: 100%;
  }
  .split-2a-header {
    font-size: 1em;
  }
  #login-box {
    flex-wrap: wrap;
  }
  #login-main {
    width: 100%;
    order: 1;
    min-width: 0;
  }
  #login-img {
    min-height: none;
    height: 300px;
    align-items: flex-end;
  }
  #join-discord-text {
    font-size: 1.3em;
  }
  .series-page-buttons {
    padding: 20px 0;
  }
  .series-page-buttons .outline-button {
    margin: 10px 0;
    width: 100%;
  }
  .series-page-social a {
    width: 100%;
  }
  #all-comics .split-3-box {
    width: calc((100% - 15px) / 2);
    padding-right: 15px;
  }
  #all-comics .split-3-box:nth-child(2n) {
    padding-right: 0;
  }
  .all-comics-right {
    width: 200px;
  }
  .all-comics-header {
    display: block;
  }
  .all-comics-sort-select {
    margin: 0 10px;
  }
}
@media screen and (max-width: 750px) {
  #footer-menu a {
    padding: 10px 20px;
  }
  #join-discord-text {
    font-size: 1em;
  }
  .tag-wrap {
    padding: 40px 10px;
  }
  .tags {
    display: block;
    width: 150px;
    margin: 0 auto;
  }
  .tags-title {
    text-align: center;
  }
  .tag {
    margin: 20px 0;
    display: flex;
  }
  .tag-img {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 20px;
  }
  .tag-img img {
    max-height: 100%;
  }
  .tag-name,
  .tag-img {
    display: inline-block;
  }
  .tag-name {
    margin: 0;
  }
}
@media screen and (max-width: 700px) {
  body {
    font-size: 0.9em;
  }
  #full-wrap {
    padding: 15px;
  }
  .pad-wrap {
    padding: 40px 15px;
  }
  #consent-welcome {
    font-size: 6vw;
  }
  #consent-disclaimer {
    padding: 10px 0;
  }
  .split-3-box {
    padding-right: 20px;
  }
  #all-comics {
    display: block;
  }
  .all-comics-right {
    margin: 0;
    padding: 30px 20px;
    width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 600px) {
  #menu,
  #menu-flex {
    width: 100%;
  }
  .full-div-img {
    max-width: calc(100% + 60px);
    width: calc(100% + 60px);
    margin-left: -30px;
    /* height: 300px; */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .full-div-img img {
    max-width: 90%;
  }
  #logo {
    max-width: 200px;
  }
  .slip-h1 {
    font-size: 2.5em;
  }
  .button-margin {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .split-3-div,
  .split-2a-div {
    flex-wrap: wrap;
  }
  .split-3-box,
  .split-2a-div {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
  }
  .split-2a-left {
    flex-basis: 100%;
  }
  .split-2a-right {
    flex-basis: 100%;
    margin: 0;
    padding: 30px 0;
  }
  .full-line {
    box-sizing: border-box;
  }
  .split-4-box {
    flex-basis: calc(((100%) - (15px)) / 2);
  }
  .split-4-box:nth-child(2n) {
    margin: 0;
  }
  #twitter-split {
    display: block;
    width: 300px;
    margin: 0 auto;
  }
  #twitter-img {
    width: auto;
    height: auto;
  }
  #twitter-img img {
    max-width: 100%;
    height: auto;
  }
  #twitter-container {
    width: 300px;
  }
  #login-wrap {
    padding: 30px;
  }
  .dash-bottom {
    flex-wrap: wrap;
    width: 280px;
    margin: 0 auto;
  }
  .dash-bottom-right {
    margin-left: 0;
  }
  .dash-header {
    display: block;
    margin-bottom: 20px;
  }
  .dash-header-right .outline-button {
    width: 100%;
    margin: 15px 0 0 0;
  }
  .cc-nav {
    flex-wrap: wrap;
    padding: 20px 0;
  }
  .cc-nav a {
    width: 25%;
    text-transform: uppercase;
  }
  .cc-nav a.cc-navaux {
    order: 1;
    width: 70%;
    text-transform: none;
    margin: 20px auto;
  }
  #top-nav {
    display: none;
  }
  .reader-selectors {
    padding: 0 40px 40px 40px;
  }
  .reader-comic {
    padding: 0;
  }
  .reader-select {
    font-size: 1em;
  }
  .page-select .reader-select-current {
    font-size: 1em;
  }
  .series-page-split {
    display: block;
  }
  .series-page-right {
    margin: 0 auto;
    width: 250px;
    padding: 20px 0;
  }
  .series-page-chapters .split-4-box {
    flex-basis: calc(((100%) - (15px)) / 2);
    margin-right: 15px;
  }
  .series-page-chapters .split-4-box:nth-child(2n) {
    margin: 0;
  }
  .settings-profile-image-box {
    display: block;
  }
  .settings-profile-image-left {
    margin: 0 auto;
  }
  .settings-profile-image-right {
    padding: 20px 0;
  }
  .settings-profile-change-buttons .outline-button {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  #twitter-split,
  #twitter-container {
    width: 250px;
  }
}

.reader-dropdown::-webkit-scrollbar {
  width: 12px;
}

.reader-dropdown::-webkit-scrollbar-track {
  background: transparent;
}

.reader-dropdown::-webkit-scrollbar-thumb {
  background: #fff;
  cursor: default !important;
}
.reader-dropdown::-webkit-scrollbar-button {
  background: transparent;
  height: 0px;
}

#firstamendment-msg {
padding: 10px 55px;
font-weight: bold;
font-size: 0.65em;
line-height: 1.3em;

}

.split-4-header-x{
  font-size: 0.7em;
  font-weight: bold;
  text-decoration: none;
  display: block;
/*  padding: 40px 0 0 0; */
  font-family: "Montserrat", sans-serif;
}

span.vemail b{
    display: none;
}

#mobilelink {
 font-size: xx-small; 
 text-align: center; 
 
}

@media handheld { 
 #qr { display: none; } 
 #mobilelink { display: none; } 
} 


